.f-shopBaseLayout {
	position: relative;
	margin-top: 40px;
}

.f-shopBaseLayout .tagPickup {
	position: absolute;
	padding: 8px 20px 5px;
	right: 12px;
	background-color: #fff799;
	border-radius: 8px 8px 0 0;
}

.f-shopBaseLayout .tagPickup span {
	color: #ff6595;
	font-weight: bold;
	font-size: 20px;
}

.f-shopBaseLayout .shopHeader-top {
	padding: 0 5px;
	font-size: 0;
	white-space: nowrap;
}

.f-shopBaseLayout .shopHeader-top .areaType,
.f-shopBaseLayout .shopHeader-top .text {
	display: inline-block;
	vertical-align: middle;
}

.f-shopBaseLayout .shopHeader-top .areaType {
	padding-right: 15px;
}

.f-shopBaseLayout .shopHeader-top .area,
.f-shopBaseLayout .shopHeader-top .genre {
	display: inline-block;
	height: 15px;
	padding: 0 7px;
	background-color: #ff437c;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
}

.f-shopBaseLayout .shopHeader-top .area {
	background-color: #303030;
}

.f-shopBaseLayout .shopHeader-top .area + .area {
	margin-left: 5px;
}

.f-shopBaseLayout .shopHeader-top .genre {
	margin-left: 5px;
}

.f-shopBaseLayout .shopHeader-top .text {
	max-width: 505px;
	height: 30px;
	padding: 0;
	line-height: 32px;
	font-size: 12px;
}

.f-shopBaseLayout .shopHeader-top.add-pickup {
	position: relative;
}

.f-shopBaseLayout .shopHeader-top.add-pickup .text {
	max-width: 355px;
}

.f-shopBaseLayout.plan-carousel-top {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

.f-shopBaseLayout.plan-carousel-top .tagPickup {
	top: 0px;
}

.f-shopBaseLayout.plan-carousel-top .shopHeader {
	border: none;
}

.f-shopBaseLayout.plan-carousel-top .shopHeader-top,
.f-shopBaseLayout.plan-carousel-top .shopHeader-bottom {
	background-color: #ffd8d8;
}

.f-shopBaseLayout.plan-carousel-top .shopBody {
	border-top: none;
	background-color: #fff5f5;
}

.f-shopBaseLayout.plan-carousel-top .shopBody .shopBody-top .col-right .colRight-table .tr-color-1 th,
.f-shopBaseLayout.plan-carousel-top .shopBody .shopBody-top .col-right .colRight-table .tr-color-2 th {
	background-color: #ffb2b2;
}

.f-shopBaseLayout.plan-carousel-top .shopBody .shopBody-top .col-right .colRight-table .tr-color-unique th {
	background-color: #ffd8d8;
}

.f-shopBaseLayout.plan-carousel-top .tagList .item {
	background-color: #ffbaba;
}

.f-shopBaseLayout.plan-carousel-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	padding-top: 30px;
}

.f-shopBaseLayout.plan-carousel-bottom .tagPickup {
	background-color: #ff516d;
	padding-left: 40px;
	top: 0;
}

.f-shopBaseLayout.plan-carousel-bottom .tagPickup span {
	position: relative;
	color: #fff;
}

.f-shopBaseLayout.plan-carousel-bottom .tagPickup span::before {
	content: '';
	display: block;
	width: 35px;
	height: 40px;
	position: absolute;
	left: -45px;
	top: -15px;
	background-image: url("/assets/img/renewal/user/pc/common/ico_pickup.webp");
}

.f-shopBaseLayout.plan-carousel-bottom .shopHeader {
	border: none;
}

.f-shopBaseLayout.plan-carousel-bottom .shopHeader-top,
.f-shopBaseLayout.plan-carousel-bottom .shopHeader-bottom {
	background-color: #ff516d;
}

.f-shopBaseLayout.plan-carousel-bottom .shopName .shopName-text {
	color: #fff;
}

.f-shopBaseLayout.plan-carousel-bottom .shopBody .shopBody-top .col-right .colRight-table .tr-color-1 th,
.f-shopBaseLayout.plan-carousel-bottom .shopBody .shopBody-top .col-right .colRight-table .tr-color-2 th {
	background-color: #ff516d;
}

.f-shopBaseLayout.plan-carousel-bottom .shopBody .shopBody-top .col-right .colRight-table .tr-color-unique th {
	background-color: #ffd8e4;
}

.f-shopBaseLayout.plan-carousel-bottom .tagList .item {
	background-color: #ff516d;
}

.f-shopBaseLayout.plan-carousel-top .shopBody,
.f-shopBaseLayout.plan-carousel-bottom .shopBody {
	background-color: #fff5f5;
}

.f-shopBaseLayout .shopTop {
	position: relative;
}

.f-shopBaseLayout .shopTop .tab-list {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 8px 10px 8px 35px;
	border-radius: 10px 10px 0 0;
	margin-left: 9px;
	background-position: 8px center;
	background-repeat: no-repeat;
	font-size: 14px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item a {
	color: #fff;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-campaign {
	height: 30px;
	margin-top: 5px;
	background-color: #ff6595;
	background-image: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_tab-campaign.webp");
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-tainyu {
	height: 30px;
	margin-top: 5px;
	background-color: #ff79d2;
	background-image: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_tab-tainyu.webp");
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-mens {
	height: 30px;
	margin-top: 5px;
	background-color: #52a7ff;
	background-image: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_tab-mens.webp");
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-diary {
	height: 30px;
	margin-top: 5px;
	background-color: #ffa4c1;
	background-image: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_tab-diary.webp");
	position: relative;
	padding-left: 32px;
	background-position: 5px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-diary span img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0 0 0;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-diary.new {
	background-position: 25px;
	padding-left: 48px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-movie {
	height: 30px;
	margin-top: 5px;
	background-color: #ffa4c1;
	background-image: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_tab-movie.webp");
	position: relative;
	padding-left: 32px;
	background-position: 5px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-movie span img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0 0 0;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-movie.new {
	background-position: 25px;
	padding-left: 48px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-enhanceHire {
	width: 116px;
	position: relative;
	height: 37px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-enhanceHire span {
	background-color: #ff8b70;
	background-image: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_tab-fire.webp");
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: 14px 18px;
	position: absolute;
	height: 30px;
	width: 125px;
	text-align: center;
	padding-left: 20px;
	line-height: 30px;
	border-radius: 7px;
	left: -8px;
	top: 0;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-enhanceHire span:after {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,139,112,0);
	border-top-width: 10px;
	border-bottom-width: 16px;
	border-left-width: 4px;
	border-right-width: 4px;
	margin-left: -8px;
	border-top-color: #ff8b70;
	top: 84%;
	left: 15%;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-enhanceHire span a {
	padding-left: 10px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-apply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 30px;
	margin: 5px 0 0 auto;
	padding: 0;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-apply .tab-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	background: #ffd8e4;
	padding: 0 10px;
	font-size: 14px;
	color: #9f9f9f;
	padding-left: 33px;
	width: 183px;
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/background/icon_oubomail_pink.svg");
	background-size: contain;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-apply .tab-txt .pickApplyText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-apply .tab-txt .pickApplyText:before {
	content: '';
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail.svg");
	background-size: 100%;
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-apply .tab-txt .pickApply {
	display: none;
}

.f-shopBaseLayout .shopTop .tab-list .tab-item.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail_checked_pink.svg");
}

.f-shopBaseLayout .shopHeader-bottom {
	position: relative;
	padding: 0 5px;
	font-size: 0;
}

.f-shopBaseLayout .shopHeader-bottom-l {
	float: left;
	width: calc(100% - 100px);
}

.f-shopBaseLayout .shopHeader-bottom-l > * {
	display: inline-block;
	vertical-align: middle;
}

.f-shopBaseLayout .shopHeader-bottom .shopName {
	max-width: 100%;
	height: 45px;
	padding-left: 10px;
	line-height: 48px;
}

.f-shopBaseLayout .shopHeader-bottom .shopName-text {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	color: #555;
}

.f-shopBaseLayout .shopHeader-bottom .shopName-text:hover {
	text-decoration: underline;
}

.f-shopBaseLayout .shopHeader .shopTop .tab-list .tab-item .tab-txt,
.f-shopBaseLayout .shopHeader .shopTop .tab-list.tab-apply .tab-txt {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/background/icon_oubomail_gold.svg");
	color: #fff;
}

.f-shopBaseLayout .shopHeader .shopTop .tab-list .tab-item .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout .shopHeader .shopTop .tab-list.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail_checked_gold.svg");
}

.f-shopBaseLayout.plan-a .shopTop .tab-list .tab-item .tab-txt,
.f-shopBaseLayout.plan-premium-a .shopTop .tab-list .tab-item .tab-txt,
.f-shopBaseLayout.plan-a .shopTop .tab-list.tab-apply .tab-txt,
.f-shopBaseLayout.plan-premium-a .shopTop .tab-list.tab-apply .tab-txt {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/background/icon_oubomail_yellow.svg");
	color: #9f9f9f;
}

.f-shopBaseLayout.plan-a .shopTop .tab-list .tab-item .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout.plan-premium-a .shopTop .tab-list .tab-item .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout.plan-a .shopTop .tab-list.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout.plan-premium-a .shopTop .tab-list.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail_checked_yellow.svg");
}

.f-shopBaseLayout.premiumShopFirst .shopTop .tab-list .tab-item .tab-txt,
.f-shopBaseLayout.premiumShopFirst .shopTop .tab-list.tab-apply .tab-txt {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/background/icon_oubomail_premium_first.svg");
	color: #fff;
}

.f-shopBaseLayout.premiumShopFirst .shopTop .tab-list .tab-item .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout.premiumShopFirst .shopTop .tab-list.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail_checked_premium_first.svg");
}

.f-shopBaseLayout.premiumShopSecond .shopTop .tab-list .tab-item .tab-txt,
.f-shopBaseLayout.premiumShopSecond .shopTop .tab-list.tab-apply .tab-txt {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/background/icon_oubomail_premium_second.svg");
	color: #fff;
}

.f-shopBaseLayout.premiumShopSecond .shopTop .tab-list .tab-item .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout.premiumShopSecond .shopTop .tab-list.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail_checked_premium_second.svg");
}

.f-shopBaseLayout.premiumShopThird .shopTop .tab-list .tab-item .tab-txt,
.f-shopBaseLayout.premiumShopThird .shopTop .tab-list.tab-apply .tab-txt {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/background/icon_oubomail_premium_third.svg");
	color: #fff;
}

.f-shopBaseLayout.premiumShopThird .shopTop .tab-list .tab-item .tab-txt .pickApply:checked + .pickApplyText:before,
.f-shopBaseLayout.premiumShopThird .shopTop .tab-list.tab-apply .tab-txt .pickApply:checked + .pickApplyText:before {
	background: url("/assets/img/renewal/user/pc/search/common/shop/apply/icon_oubomail_checked_premium_third.svg");
}

.f-shopBaseLayout .shopBody {
	overflow: hidden;
	padding: 5px 5px 5px;
}

.f-shopBaseLayout .shopBody .shopBody-top .row-subTitle {
	position: relative;
	margin: 5px 0;
	line-height: 16px;
	font-size: 14px;
}

.f-shopBaseLayout .shopBody .shopBody-top .subTitle-text {
	width: 100%;
	padding: 5px 10px;
	border-radius: 3px;
	color: #5c65d7;
	font-weight: bold;
}

.f-shopBaseLayout .shopBody .shopBody-top .shopImgWrap {
	float: left;
	width: 488px;
	height: 209px;
}

.f-shopBaseLayout .shopBody .shopBody-top .shopImgWrap.is-updated {
	position: relative;
}

.f-shopBaseLayout .shopBody .shopBody-top .shopImgWrap.is-updated::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: no-repeat center/100% url("/assets/img/renewal/user/common/img_updated.webp");
	width: 50px;
	height: 50px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right {
	float: right;
	width: 280px;
	padding: 5px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 145px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right.is-reinforcing_hiring:before {
	content: "";
	bottom: 10px;
	right: 10px;
	width: 107px;
	height: 130px;
	position: absolute;
	background: url("/assets/img/user/sp/common/chocolat-chan.webp") 0 0 no-repeat;
	background-size: cover;
	z-index: 1;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right.is-reinforcing_hiring.has-sawChocolat:before {
	content: "";
	bottom: 40px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table {
	width: 100%;
	position: relative;
	background-color: #fff;
	table-layout: fixed;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table tr + tr {
	border-top: 3px solid #fff;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table th,
.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table td {
	height: 26px;
	padding: 6px;
	vertical-align: middle;
	line-height: 14px;
	font-size: 12px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table th {
	width: 74px;
	color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table .tr-color-unique th {
	color: #555;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table a {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	color: #ff6595;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table .honnyu-anchor {
	float: right;
	color: #ff3774;
	text-decoration: underline;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table .honnyu-anchor:hover {
	text-decoration: none;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table .text_container {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 14px;
	max-height: 70px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table .tr-color-1 th,
.f-shopBaseLayout .shopBody .shopBody-top .col-right .colRight-table .tr-color-2 th {
	background-color: #ff83aa;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat {
	margin-top: 3px;
	padding: 0;
	position: relative;
	border: 1px solid #e7e7e7;
	background-color: #f6f6f6;
	text-align: center;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat::after {
	content: none;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dl {
	padding: 3px 0 2px;
	white-space: nowrap;
	background-color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dt,
.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dt {
	padding: 0;
	background-color: transparent;
	color: inherit;
	letter-spacing: -0.05em;
	height: 24px;
	border-radius: 3px;
	line-height: 25px;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dt span {
	font-size: 11px;
	font-weight: bold;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd {
	margin-top: 0;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd .inner {
	font-size: 0;
	font-weight: bold;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd .inner > * {
	display: inline-block;
	vertical-align: middle;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd .hourlyPay {
	height: 16px;
	padding: 0 3px;
	border-radius: 2px;
	background-color: #ff3b3b;
	line-height: 17px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd .num {
	margin-left: 5px;
	font-size: 20px;
	font-family: arial;
	color: #ff3b3b;
}

.f-shopBaseLayout .shopBody .shopBody-top .col-right .sawChocolat-dd .yen {
	margin-top: 4px;
	margin-left: 2px;
	font-size: 10px;
}

.f-shopBaseLayout .shopBody .shopBody-top .limitedOfferText {
	display: table;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	border: none;
	height: auto;
	font-weight: bold;
}

.f-shopBaseLayout .shopBody .shopBody-top .limitedOfferText .title {
	display: table-cell;
	width: 120px;
	color: #fff;
	vertical-align: middle;
	background-color: #c9f;
	padding: 10px 0;
}

.f-shopBaseLayout .shopBody .shopBody-top .limitedOfferText .title::before {
	content: "★★★";
	display: block;
	letter-spacing: 1px;
}

.f-shopBaseLayout .shopBody .shopBody-top .limitedOfferText .body {
	display: table-cell;
	width: calc(100% - 139px);
	background-color: #fff;
	vertical-align: middle;
	text-align: left;
	padding: 10px 5px;
	color: #b56cff;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList {
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	border-radius: 4px;
	background-color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item {
	overflow: hidden;
	float: left;
	width: 94px;
	height: 28px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.tainyu {
	color: #f9a0dc;
	border: 2px solid #f9a0dc;
	background: #fff !important;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.mikeiken {
	color: #99db74;
	border: 2px solid #99db74;
	background: #fff !important;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.feature26 {
	color: #c6acfb;
	border: 2px solid #c6acfb;
	background: #fff !important;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.dekasegi {
	color: #59f;
	border: 2px solid #59f;
	background: #fff !important;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.keikensha {
	color: #fd9d9c;
	border: 2px solid #fd9d9c;
	background: #fff !important;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.pocchari {
	color: #fdb867;
	border: 2px solid #fdb867;
	background: #fff !important;
}

.f-shopBaseLayout .shopBody .shopBody-top .tagList .item.off {
	background-color: #cfcfcf;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited {
	border: 1px solid #e7e7e7;
	background-color: #ffa900;
	text-align: center;
	font-size: 14px;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited.col-2 {
	float: left;
	width: 384px;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited.col-2 + .col-2 {
	float: right;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited.col-3 {
	float: left;
	width: 254px;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited.col-3 + .col-3 {
	margin-left: 8px;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited-title {
	height: 26px;
	line-height: 29px;
	font-weight: bold;
	color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited-data {
	height: 28px;
	margin: 2px;
	background-color: #fff;
	line-height: 29px;
	font-weight: bold;
}

.f-shopBaseLayout .shopBody .shopBody-top .chocolatLimited-data span {
	color: #ff7b4a;
}

.f-shopBaseLayout .shopBody .shopBody-top .top-margin {
	margin-top: 5px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long {
	margin: 10px -3px 5px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item {
	display: block;
	float: left;
	width: 25%;
	padding: 0 3px;
	margin-bottom: 6px;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item span {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	line-height: 34px;
	font-size: 12px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item:nth-of-type(2n+1) {
	clear: none;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item + .item {
	margin-left: 0;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.form span {
	padding-left: 20px;
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_form.webp") 0 center no-repeat;
	background-size: 16px auto;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.form.off span {
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_form_disable.webp") 0 center no-repeat !important;
	background-size: 16px auto !important;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.tel span {
	padding-left: 28px;
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_tel.webp") 0 center no-repeat;
	background-size: 18px auto;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.tel.off span {
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_tel_disable.webp") 0 center no-repeat !important;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.mail span {
	padding-left: 32px;
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_mail.webp") 0 center no-repeat;
	background-size: 22px auto;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.mail.off span {
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_mail_disable.webp") 0 center no-repeat !important;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.line span {
	padding-left: 32px;
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_line.webp") 0 center no-repeat;
	background-size: 22px auto;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.line.off span {
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_line_disable.webp") 0 center no-repeat;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.add {
	position: relative;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.add.off span:not(.text) {
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_add_disable.webp") 0 center no-repeat !important;
	background-size: 20px auto !important;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.add span {
	padding-left: 30px;
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_add.webp") 0 center no-repeat;
	background-size: 20px auto;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.detail .btn {
	background-color: #ff8aae;
	border: 1px solid #ff8aae;
	color: #fff;
	border-radius: 3px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.detail span {
	padding-left: 36px;
	background: url("/assets/img/renewal/user/pc/search/common/btn_list/ico_todetail.webp") 0 center no-repeat;
	background-size: 23px auto;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.form,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.tel,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.mail,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.add,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.detail {
	background-color: transparent;
	border: none;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.form .btn,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.tel .btn,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.mail .btn,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.add .btn {
	background-color: #fff;
	border: 1px solid #ff8aae;
	color: #ff8aae;
	border-radius: 3px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.form.off .btn,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.tel.off .btn,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.mail.off .btn,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.add.off .btn {
	background-color: #cfcfcf;
	border-color: #cfcfcf;
	color: #fff;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.off:hover,
.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .item.off:hover button {
	opacity: 1;
	cursor: default;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .btn {
	display: block;
	width: 100%;
	background-color: transparent;
	color: inherit;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .btnList-long .mod-addPopup {
	z-index: 30;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 {
	margin-top: 10px;
	padding: 0 8px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer {
	float: left;
	display: block;
	width: calc(100% - 400px);
	margin-top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .lead {
	color: #ff6595;
	font-size: 12px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer-content {
	position: relative;
	margin-top: 10px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .balloon {
	width: 64px;
	height: 64px;
	background-color: transparent;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	margin: 0;
	z-index: 5;
	background-image: url("/assets/img/renewal/user/pc/common/ico_strengthen.webp");
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	line-height: 1.1;
	padding: 19px 0 15px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .balloon:after {
	display: none;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .balloon .balloon-text {
	display: block;
	font-size: 12px;
	-webkit-text-size-adjust: none;
	-webkit-transform: scale(0.75);
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .balloon.is-reinforcing_hiring {
	background-image: url("/assets/img/renewal/user/pc/common/ico_strengthen_hiper.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .list {
	width: 320px;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 24px;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item {
	float: left;
	background-image: url("/assets/img/renewal/user/pc/common/barometer-none-arrow.webp");
	width: calc(20% - 0px);
	position: relative;
	background-position: 0 center;
	background-size: 70px 53px;
	height: 63px;
	background-repeat: no-repeat;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item.is-active {
	background-color: transparent;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item.is-active:before {
	border-left: none;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:before {
	z-index: 20;
	border-top: none;
	border-bottom: none;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 35px;
	height: 64px;
	background-size: 35px 63px;
	background-repeat: no-repeat;
	margin-top: 0;
	right: -35px;
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv0-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:after {
	display: none;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -30px;
	z-index: 10;
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(1).is-active {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv1-arrow.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(1).is-active::before {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv1-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(2).is-active {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv2-arrow.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(2).is-active::before {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv2-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(3).is-active {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv3-arrow.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(3).is-active::before {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv3-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(4).is-active {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv4-arrow.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(4).is-active::before {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv4-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(5).is-active {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv5-arrow.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item:nth-of-type(5).is-active::before {
	background-image: url("/assets/img/renewal/user/pc/common/barometer-lv5-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item.is-reinforcing_hiring.is-active {
	background-image: url("/assets/img/renewal/user/pc/common/barometer_hiper-arrow.webp");
}

.f-shopBaseLayout .shopBody .shopBody-bottom .col2 .barometer .item.is-reinforcing_hiring.is-active::before {
	background-image: url("/assets/img/renewal/user/pc/common/barometer_hiper-arrow-after.webp");
}

.f-shopBaseLayout .shopBody .relatedKeywords {
	padding: 0 8px;
	background-color: transparent;
}

.f-shopBaseLayout .shopBody .relatedKeywords .title {
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
}

.f-shopBaseLayout .shopBody .relatedKeywords .title::after {
	display: none;
}

.f-shopBaseLayout .relatedKeywords,
.f-shopBaseLayout .prText,
.f-shopBaseLayout .shopText {
	margin: 10px 0;
	padding: 8px;
	border-radius: 4px;
	line-height: 16px;
	font-size: 12px;
}

.f-shopBaseLayout .relatedKeywords,
.f-shopBaseLayout .prText {
	padding: 8px;
	border-radius: 0;
	font-size: 0;
	display: table;
	width: 778px;
}

.f-shopBaseLayout .relatedKeywords .title,
.f-shopBaseLayout .prText .title,
.f-shopBaseLayout .relatedKeywords .list,
.f-shopBaseLayout .prText .list {
	display: table-cell;
	line-height: 18px;
}

.f-shopBaseLayout .relatedKeywords .title,
.f-shopBaseLayout .prText .title {
	vertical-align: middle;
	position: relative;
	width: 95px;
	font-size: 12px;
}

.f-shopBaseLayout .relatedKeywords .title::after,
.f-shopBaseLayout .prText .title::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -10px;
	width: 1px;
	height: calc(100% - 2px);
	background-color: #555;
}

.f-shopBaseLayout .relatedKeywords .list,
.f-shopBaseLayout .prText .list {
	vertical-align: middle;
	font-size: 12px;
	padding: 0 20px;
}

.f-shopBaseLayout .relatedKeywords .list a,
.f-shopBaseLayout .prText .list a {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	padding: 0;
	color: #ff6595;
	white-space: normal;
}

.f-shopBaseLayout .shopPRText {
	text-align: center;
	background: #fff;
	margin: 0 0 15px;
}

.f-shopBaseLayout .shopPRText .title {
	background-color: #ff82a9;
	border-bottom: none;
	margin: 0 0 14px;
	padding-left: 38px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-shopBaseLayout .shopPRText .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #ffb5cc;
	background-image: url("/assets/img/renewal/user/pc/shop/new/ico-detail-shopPR.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.f-shopBaseLayout .shopPRText .content {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	max-height: 80px;
	overflow: hidden;
	padding: 0 8px;
}

.f-shopBaseLayout .shopPRText .text-more {
	font-size: 12px;
	padding: 10px 0;
}

.f-shopBaseLayout .shopPRText .text-more::after {
	content: "もっと見る";
}

.f-shopBaseLayout .shopPRText .text-more.is-show::after {
	content: "閉じる";
}

.f-shopBaseLayout.plan-s,
.f-shopBaseLayout.plan-ss,
.f-shopBaseLayout.plan-sss {
	border-color: #f4d866;
}

.f-shopBaseLayout.plan-s .shopHeader,
.f-shopBaseLayout.plan-ss .shopHeader,
.f-shopBaseLayout.plan-sss .shopHeader {
	color: #555;
}

.f-shopBaseLayout.plan-s .shopHeader .shopHeader-top,
.f-shopBaseLayout.plan-ss .shopHeader .shopHeader-top,
.f-shopBaseLayout.plan-sss .shopHeader .shopHeader-top,
.f-shopBaseLayout.plan-s .shopHeader .shopHeader-bottom,
.f-shopBaseLayout.plan-ss .shopHeader .shopHeader-bottom,
.f-shopBaseLayout.plan-sss .shopHeader .shopHeader-bottom {
	background: url("/assets/img/renewal/user/pc/search/common/plan_s_shop/shop_name_bg.webp") center no-repeat;
	background-size: 100% 100%;
}

.f-shopBaseLayout.plan-s .shopHeader .shopHeader-bottom,
.f-shopBaseLayout.plan-ss .shopHeader .shopHeader-bottom,
.f-shopBaseLayout.plan-sss .shopHeader .shopHeader-bottom {
	padding: 0 10px;
}

.f-shopBaseLayout.plan-s .shopBody,
.f-shopBaseLayout.plan-ss .shopBody,
.f-shopBaseLayout.plan-sss .shopBody {
	background-color: #fff8cd;
}

.f-shopBaseLayout.plan-s .shopBody .shopImgWrap,
.f-shopBaseLayout.plan-ss .shopBody .shopImgWrap,
.f-shopBaseLayout.plan-sss .shopBody .shopImgWrap {
	overflow: visible;
}

.f-shopBaseLayout.plan-s .shopBody .shopImgWrap::before,
.f-shopBaseLayout.plan-ss .shopBody .shopImgWrap::before,
.f-shopBaseLayout.plan-sss .shopBody .shopImgWrap::before {
	position: absolute;
	content: "";
	top: -10px;
	left: -5px;
	height: 110%;
	width: 102%;
	background: url("/assets/img/user/pc/search/common/plan_s_shop/main_flame.png") center no-repeat;
	background-size: 100%;
	z-index: 1;
}

.f-shopBaseLayout.plan-s .shopBody .shopImgWrap::after,
.f-shopBaseLayout.plan-ss .shopBody .shopImgWrap::after,
.f-shopBaseLayout.plan-sss .shopBody .shopImgWrap::after {
	z-index: 2;
}

.f-shopBaseLayout.plan-s .shopBody .removeJewelry::before,
.f-shopBaseLayout.plan-ss .shopBody .removeJewelry::before,
.f-shopBaseLayout.plan-sss .shopBody .removeJewelry::before {
	content: none;
}

.f-shopBaseLayout.plan-s .shopBody .mod-shine,
.f-shopBaseLayout.plan-ss .shopBody .mod-shine,
.f-shopBaseLayout.plan-sss .shopBody .mod-shine {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.f-shopBaseLayout.plan-s .shopBody .mod-shine::before,
.f-shopBaseLayout.plan-ss .shopBody .mod-shine::before,
.f-shopBaseLayout.plan-sss .shopBody .mod-shine::before {
	content: '';
	display: block;
	width: 80%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(40%, #fff), color-stop(60%, #fff), to(rgba(255,255,255,0)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 40%, #fff 60%, rgba(255,255,255,0) 100%);
	-webkit-transform: skewX(30deg) translateX(-300%);
	transform: skewX(30deg) translateX(-300%);
	-webkit-animation: shine 2.9s ease-in-out infinite;
	animation: shine 2.9s ease-in-out infinite;
	position: absolute;
	top: 0;
	z-index: 2;
}

@-webkit-keyframes shine {
	100% {
		-webkit-transform: skewX(-60deg) translateX(125%);
		transform: skewX(-60deg) translateX(125%);
	}
}

@keyframes shine {
	100% {
		-webkit-transform: skewX(-60deg) translateX(125%);
		transform: skewX(-60deg) translateX(125%);
	}
}

.f-shopBaseLayout.plan-s .tr-color-unique th,
.f-shopBaseLayout.plan-ss .tr-color-unique th,
.f-shopBaseLayout.plan-sss .tr-color-unique th {
	background-color: #fff799;
}

.f-shopBaseLayout.plan-s .tagList .item,
.f-shopBaseLayout.plan-ss .tagList .item,
.f-shopBaseLayout.plan-sss .tagList .item {
	background-color: #f3c54c;
}

.f-shopBaseLayout.plan-s .arentText,
.f-shopBaseLayout.plan-ss .arentText,
.f-shopBaseLayout.plan-sss .arentText {
	padding: 0;
}

.f-shopBaseLayout.plan-s .arentText .title,
.f-shopBaseLayout.plan-ss .arentText .title,
.f-shopBaseLayout.plan-sss .arentText .title {
	padding: 5px 8px 5px 38px;
	background-position-x: 8px;
	border-bottom: none;
	background: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_ttl_keyword-b.webp") 10px center no-repeat;
	background-color: #fff476;
}

.f-shopBaseLayout.plan-s .arentText .text,
.f-shopBaseLayout.plan-ss .arentText .text,
.f-shopBaseLayout.plan-sss .arentText .text {
	padding: 8px;
}

.f-shopBaseLayout.plan-premium-a,
.f-shopBaseLayout.plan-a {
	border: none;
}

.f-shopBaseLayout.plan-premium-a .shopHeader-top,
.f-shopBaseLayout.plan-a .shopHeader-top,
.f-shopBaseLayout.plan-premium-a .shopHeader-bottom,
.f-shopBaseLayout.plan-a .shopHeader-bottom {
	background-color: #fff799;
}

.f-shopBaseLayout.plan-premium-a .shopBody,
.f-shopBaseLayout.plan-a .shopBody {
	background-color: #fffdea;
}

.f-shopBaseLayout.plan-premium-a .tr-color-unique th,
.f-shopBaseLayout.plan-a .tr-color-unique th {
	background-color: #fff799;
}

.f-shopBaseLayout.plan-premium-a .tagList .item,
.f-shopBaseLayout.plan-a .tagList .item {
	background-color: #ffa4c1;
}

.f-shopBaseLayout.plan-premium-a .arentText,
.f-shopBaseLayout.plan-a .arentText {
	padding: 0;
}

.f-shopBaseLayout.plan-premium-a .arentText .title,
.f-shopBaseLayout.plan-a .arentText .title {
	padding: 5px 8px 5px 38px;
	background-position-x: 8px;
	border-bottom: none;
	background: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_ttl_keyword-b.webp") 10px center no-repeat;
	background-color: #fff799;
}

.f-shopBaseLayout.plan-premium-a .arentText .text,
.f-shopBaseLayout.plan-a .arentText .text {
	padding: 8px;
}

.f-shopBaseLayout.plan-b {
	border-color: #ffb1d2;
}

.f-shopBaseLayout.plan-b .shopHeader-top,
.f-shopBaseLayout.plan-b .shopHeader-bottom {
	background-color: #ffd8e4;
}

.f-shopBaseLayout.plan-b .shopHeader-top .areaType span {
	background-color: #ff437c;
}

.f-shopBaseLayout.plan-b .shopBody {
	background-color: #fff5f5;
}

.f-shopBaseLayout.plan-b .tr-color-unique th {
	background-color: #ffd8e4;
}

.f-shopBaseLayout.plan-b .tagList .item {
	background-color: #ffa4c1;
}

.f-shopBaseLayout.plan-b .arentText {
	padding: 0;
}

.f-shopBaseLayout.plan-b .arentText .title {
	padding: 5px 8px 5px 38px;
	background-position-x: 8px;
	border-bottom: none;
	color: #fff;
	background: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_ttl_keyword-w.webp") 10px center no-repeat;
	background-color: #ffc0d4;
}

.f-shopBaseLayout.plan-b .arentText .text {
	padding: 8px;
}

.f-shopBaseLayout.plan-c .shopHeader,
.f-shopBaseLayout.plan-light-c .shopHeader {
	border-top: 8px solid #ffd8e4;
}

.f-shopBaseLayout.plan-c .shopHeader-top,
.f-shopBaseLayout.plan-light-c .shopHeader-top,
.f-shopBaseLayout.plan-c .shopHeader-bottom,
.f-shopBaseLayout.plan-light-c .shopHeader-bottom {
	background-color: #fff8f8;
}

.f-shopBaseLayout.plan-c .shopBody,
.f-shopBaseLayout.plan-light-c .shopBody {
	background-color: #fff8f8;
}

.f-shopBaseLayout.plan-c .tr-color-unique th,
.f-shopBaseLayout.plan-light-c .tr-color-unique th {
	background-color: #ffd8e4;
}

.f-shopBaseLayout.plan-c .tagList .item,
.f-shopBaseLayout.plan-light-c .tagList .item {
	background-color: #ffa4c1;
}

.f-shopBaseLayout.plan-c .arentText,
.f-shopBaseLayout.plan-light-c .arentText {
	padding: 0;
}

.f-shopBaseLayout.plan-c .arentText .title,
.f-shopBaseLayout.plan-light-c .arentText .title {
	padding: 5px 8px 5px 38px;
	background-position-x: 8px;
	border-bottom: none;
	color: #fff;
	background: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_ttl_keyword-w.webp") 10px center no-repeat;
	background-color: #ffc0d4;
}

.f-shopBaseLayout.plan-c .arentText .text,
.f-shopBaseLayout.plan-light-c .arentText .text {
	padding: 8px;
}

.f-shopBaseLayout.free .shopHeader,
.f-shopBaseLayout.free .shopBody {
	background-color: #fff8f8;
}

.f-shopBaseLayout.free .shopHeader .shopBody-top .subTitle-text,
.f-shopBaseLayout.free .shopBody .shopBody-top .subTitle-text {
	color: #555;
	font-weight: normal;
}

.f-shopBaseLayout.free .colMain-table {
	table-layout: fixed;
	width: 100%;
	border: 3px solid #fff;
	background-color: #fff;
}

.f-shopBaseLayout.free .colMain-table th,
.f-shopBaseLayout.free .colMain-table td {
	height: 26px;
	padding: 6px;
	vertical-align: middle;
	line-height: 14px;
	font-size: 12px;
}

.f-shopBaseLayout.free .colMain-table th {
	width: 74px;
	white-space: nowrap;
	background-color: #d1cfcf;
	color: #fff;
}

.f-shopBaseLayout.free .colMain-table tr {
	border-bottom: 3px solid #fff;
}

.f-shopBaseLayout.free .colMain-table .tainyu-data .u-ellipsis {
	display: inline-block;
	max-width: calc(100% - 9em);
	vertical-align: middle;
}

.f-shopBaseLayout.free .colMain-table .tainyu-data .u-ellipsis:only-child {
	max-width: 100%;
}

.f-shopBaseLayout.free .colMain-table a {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	color: #ff6595;
}

.f-shopBaseLayout.free .colMain-table .honnyu-anchor {
	float: right;
	padding-top: 1px;
	color: #ff3774;
	text-decoration: underline;
}

.f-shopBaseLayout.free .colMain-table .honnyu-anchor:hover {
	text-decoration: none;
}

.f-shopBaseLayout.free .tagList {
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	border-radius: 4px;
	background-color: #fff;
}

.f-shopBaseLayout.free .tagList .item {
	overflow: hidden;
	float: left;
	width: 92px;
	height: 28px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #fff;
	border: 1px solid #bbb;
	background-color: #bbb;
}

.f-shopBaseLayout.free .tagList .item.off {
	background-color: #fff;
	color: #d4d4d4;
}

.f-shopBaseLayout.free .relatedKeywords,
.f-shopBaseLayout.free .prText {
	margin-bottom: 5px;
}

.f-shopBaseLayout.free .shopPRText {
	margin: 10px 0;
}

.f-shopBaseLayout.free .shopPRText .title {
	background-color: #d1cfcf;
}

.f-shopBaseLayout.free .shopPRText .title:before {
	background-color: #d1cfcf;
}

.f-shopBaseLayout.free .shopPRText .content {
	max-height: 130px;
}

.f-shopBaseLayout.free .shopPRText .content.is-hide {
	position: relative;
}

.f-shopBaseLayout.free .shopPRText .content.is-hide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.f-shopBaseLayout.free .f-section-comment-list .p-titleColor {
	background-color: #d1cfcf;
}

.f-shopBaseLayout.free .f-section-comment-list .p-titleColor:before {
	background-color: #d1cfcf;
}

.f-shopBaseLayout.is-soku .shopName-text,
.f-shopBaseLayout.is-dekasegi .shopName-text,
.f-shopBaseLayout.is-mikeiken .shopName-text,
.f-shopBaseLayout.is-keikensha .shopName-text,
.f-shopBaseLayout.is-pocchari .shopName-text {
	color: #fff !important;
}

.f-shopBaseLayout.is-soku .qaBlock {
	background-color: #fff;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .qa-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	scrollbar-color: #ff9bba #fff5f5;
	scrollbar-width: thin;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .qa-wrapper::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .qa-wrapper::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #fff5f5;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .qa-wrapper::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ff9bba;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .qa-wrapper::-webkit-scrollbar:vertical {
	display: none;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .button-prev {
	left: 2px;
	padding-left: 0;
	background: #ff7f7f url("/assets/img/renewal/user/pc/common/slider/btn_prev.webp") center center no-repeat;
	right: auto;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .button-next {
	right: 2px;
	padding-left: 0;
	background: #ff7f7f url("/assets/img/renewal/user/pc/common/slider/btn_next.webp") center center no-repeat;
	left: auto;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider .button-prev,
.f-shopBaseLayout.is-soku .qaBlock .qaSlider .button-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	border-radius: 50%;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider ul li {
	display: inline;
	min-width: 990px;
	padding: 5px 20px;
	position: relative;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider ul li.w-50 {
	min-width: 50%;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider ul li span {
	line-height: 29px;
	font-size: 14px;
	background: #fff2fa;
	padding-left: 28px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider ul li span:before {
	content: "Q";
	background-color: #d666fa;
	position: absolute;
	top: 11px;
	left: 25px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
}

.f-shopBaseLayout.is-soku .qaBlock .qaSlider ul li div {
	background-color: #fff;
	margin: 10px 6px;
	line-height: 19px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 60px;
}

.arentText {
	padding: 8px;
	background-color: #fff;
	border-radius: 0;
}

.arentText .title {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0 5px 40px;
	border-bottom: 1px dotted #ccc;
	background: url("/assets/img/renewal/user/pc/search/common/job_offer/ico_ttl_keyword.webp") 0 center no-repeat;
}

.arentText .text {
	padding: 8px 0;
	line-height: 16px;
}

.arentText .text.is-hide {
	height: 26px;
	overflow: hidden;
}

.arentText .townNightLink {
	display: block;
	color: #ff6595;
	margin: 15px 0;
	text-decoration: underline;
}

.arentText .text-more {
	font-size: 10px;
	text-align: right;
	color: #ff6595;
	padding: 10px;
}

.arentText .text-more::after {
	content: "続きを読む▼";
}

.arentText .text-more.is-show::after {
	content: "閉じる▲";
}

.arentText .around30-title {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0 5px 40px;
	background: url("/assets/img/renewal/user/pc/search/common/search/common/job_offer/ico_ttl_keyword.webp") 0 center no-repeat;
	background-color: #ff8b70;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 30px;
	color: #fff;
}

.arentText .around30-text-more {
	color: #ff8b70;
}

.arentText .title20 {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0 5px 40px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: #ff9ab6;
	color: #fff;
}

.newlife-shop-swiper .swiper-button-prev {
	background: #ff5f79 url("/assets/img/user/pc/common/slider/btn_prev.png") center no-repeat;
}

.newlife-shop-swiper .swiper-button-next {
	background: #ff5f79 url("/assets/img/user/pc/common/slider/btn_next.png") center no-repeat;
}

.tainyuinfo-btn {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.tainyuinfo-btn .btn {
	border: 1px solid #ff9ab6;
	color: #ff9ab6;
	display: block;
	width: 75%;
	border-radius: 15px;
	line-height: 26px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	border-right: solid 30px #ff9ab6;
	background-color: #fff;
	position: relative;
}

.tainyuinfo-btn .btn::after {
	content: "";
	background: url("/assets/img/renewal/user/pc/search/common/ico_sokuinfo.svg") center no-repeat;
	position: absolute;
	width: 24px;
	height: 26px;
	right: -25px;
}

.splan-wrapper,
.areapickup-shop-wrapper,
.premium-aplan-wrapper,
.template-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	scrollbar-width: 10px;
	scrollbar-height: 10px;
	margin: 0 10px;
}

.splan-wrapper::-webkit-scrollbar,
.areapickup-shop-wrapper::-webkit-scrollbar,
.premium-aplan-wrapper::-webkit-scrollbar,
.template-wrapper::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.splan-wrapper::-webkit-scrollbar-track,
.areapickup-shop-wrapper::-webkit-scrollbar-track,
.premium-aplan-wrapper::-webkit-scrollbar-track,
.template-wrapper::-webkit-scrollbar-track {
	border-radius: 5px;
}

.splan-wrapper::-webkit-scrollbar-thumb,
.areapickup-shop-wrapper::-webkit-scrollbar-thumb,
.premium-aplan-wrapper::-webkit-scrollbar-thumb,
.template-wrapper::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

.splan-wrapper::-webkit-scrollbar:vertical,
.areapickup-shop-wrapper::-webkit-scrollbar:vertical,
.premium-aplan-wrapper::-webkit-scrollbar:vertical,
.template-wrapper::-webkit-scrollbar:vertical {
	display: none;
}

.splan-wrapper .f-shopBaseLayout,
.areapickup-shop-wrapper .f-shopBaseLayout,
.premium-aplan-wrapper .f-shopBaseLayout,
.template-wrapper .f-shopBaseLayout {
	width: 655px;
	margin-top: 15px;
	margin-bottom: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.splan-wrapper .shopBody .shopBody-top .shopImgWrap,
.areapickup-shop-wrapper .shopBody .shopBody-top .shopImgWrap,
.premium-aplan-wrapper .shopBody .shopBody-top .shopImgWrap,
.template-wrapper .shopBody .shopBody-top .shopImgWrap {
	width: 370px;
	height: 162px;
}

.splan-wrapper .shopBody .shopBody-top .col-right,
.areapickup-shop-wrapper .shopBody .shopBody-top .col-right,
.premium-aplan-wrapper .shopBody .shopBody-top .col-right,
.template-wrapper .shopBody .shopBody-top .col-right {
	width: 260px;
}

.splan-wrapper .shopBody .shopBody-top .col-right .colRight-table th,
.areapickup-shop-wrapper .shopBody .shopBody-top .col-right .colRight-table th,
.premium-aplan-wrapper .shopBody .shopBody-top .col-right .colRight-table th,
.template-wrapper .shopBody .shopBody-top .col-right .colRight-table th {
	width: 62px;
	height: 20px;
	padding: 3px 6px;
}

.splan-wrapper .shopBody .shopBody-top .col-right .colRight-table td,
.areapickup-shop-wrapper .shopBody .shopBody-top .col-right .colRight-table td,
.premium-aplan-wrapper .shopBody .shopBody-top .col-right .colRight-table td,
.template-wrapper .shopBody .shopBody-top .col-right .colRight-table td {
	height: 20px;
	padding: 3px 6px;
}

.splan-wrapper .shopBody .shopBody-top .tagList .item,
.areapickup-shop-wrapper .shopBody .shopBody-top .tagList .item,
.premium-aplan-wrapper .shopBody .shopBody-top .tagList .item,
.template-wrapper .shopBody .shopBody-top .tagList .item {
	width: 102px;
}

.splan-wrapper .shopBody .shopBody-bottom .col2 .barometer .item,
.areapickup-shop-wrapper .shopBody .shopBody-bottom .col2 .barometer .item,
.premium-aplan-wrapper .shopBody .shopBody-bottom .col2 .barometer .item,
.template-wrapper .shopBody .shopBody-bottom .col2 .barometer .item {
	width: calc(15% - 0px);
}

.splan-wrapper .relatedKeywords,
.areapickup-shop-wrapper .relatedKeywords,
.premium-aplan-wrapper .relatedKeywords,
.template-wrapper .relatedKeywords {
	width: 645px;
}

.splan-wrapper .shopBody-top .u-clearfix,
.areapickup-shop-wrapper .shopBody-top .u-clearfix,
.premium-aplan-wrapper .shopBody-top .u-clearfix,
.template-wrapper .shopBody-top .u-clearfix {
	height: 200px;
}

.splan-wrapper .shopBody-top .tagList,
.areapickup-shop-wrapper .shopBody-top .tagList,
.premium-aplan-wrapper .shopBody-top .tagList,
.template-wrapper .shopBody-top .tagList {
	height: auto;
}

.splan-wrapper .subTitle-text,
.areapickup-shop-wrapper .subTitle-text,
.premium-aplan-wrapper .subTitle-text,
.template-wrapper .subTitle-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3em;
}

.areapickup-shop-wrapper {
	scrollbar-color: #ffbaba #ffe6e6;
	scrollbar-width: thin;
}

.areapickup-shop-wrapper::-webkit-scrollbar-track {
	background: #fff5f5;
}

.areapickup-shop-wrapper::-webkit-scrollbar-thumb {
	background: #ffbaba;
}

.splan-wrapper {
	scrollbar-color: #ff516d #ffe6e6;
	scrollbar-width: thin;
}

.splan-wrapper::-webkit-scrollbar-track {
	background: #fff5f5;
}

.splan-wrapper::-webkit-scrollbar-thumb {
	background: #ff516d;
}

.splan-wrapper .plan-carousel-bottom {
	padding: 30px 5px 0 5px;
}

.splan-wrapper .splan-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.splan-wrapper .splan-list a {
	width: 374px !important;
}

.premium-aplan-wrapper {
	margin: 0 10px 10px;
	scrollbar-color: #ffbaba #ffe6e6;
	scrollbar-width: thin;
}

.premium-aplan-wrapper::-webkit-scrollbar-track {
	background: #fff5f5;
}

.premium-aplan-wrapper::-webkit-scrollbar-thumb {
	background: #ffbaba;
}

.premium-aplan-wrapper .f-shopBaseLayout .shopBody-top a.shopImgWrap {
	width: 375px;
}

.template-wrapper {
	padding-left: 60px;
	scrollbar-color: #ff8aae #fff799;
	scrollbar-width: thin;
}

.template-wrapper::-webkit-scrollbar-track {
	background: #fff799;
}

.template-wrapper::-webkit-scrollbar-thumb {
	background: #ff8aae;
}

.template-wrapper .f-shopBaseLayout {
	margin: 25px 15px 25px 0;
}

.template-wrapper .f-shopBaseLayout .shopBody-top a.shopImgWrap {
	width: 384px;
}

.template-wrapper .keikensha_benefit_contents {
	margin: 10px 20px !important;
}

.areapickup-shop-slider,
.splan-slider,
.premium-aplan-slider,
.template-slider {
	position: relative;
	margin-bottom: 60px;
}

.areapickup-shop-slider .button-prev,
.splan-slider .button-prev,
.premium-aplan-slider .button-prev,
.template-slider .button-prev {
	position: absolute;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	left: 22px;
	top: 50%;
	z-index: 10;
	border-radius: 50%;
}

.areapickup-shop-slider .button-next,
.splan-slider .button-next,
.premium-aplan-slider .button-next,
.template-slider .button-next {
	position: absolute;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	right: 14px;
	top: 50%;
	z-index: 10;
	border-radius: 50%;
}

.areapickup-shop-slider .button-prev,
.premium-aplan-slider .button-prev,
.template-slider .button-prev {
	background: #ff7f7f url("/assets/img/renewal/user/pc/common/slider/btn_prev.webp") center center no-repeat;
}

.areapickup-shop-slider .button-next,
.premium-aplan-slider .button-next,
.template-slider .button-next {
	background: #ff7f7f url("/assets/img/renewal/user/pc/common/slider/btn_next.webp") center center no-repeat;
}

.splan-slider .button-prev {
	background: #ff516d url("/assets/img/renewal/user/pc/common/slider/btn_prev.webp") center center no-repeat;
}

.splan-slider .button-next {
	background: #ff516d url("/assets/img/renewal/user/pc/common/slider/btn_next.webp") center center no-repeat;
}

.splan-slider-container .button-prev {
	background: #ff516d url("/assets/img/user/pc/common/slider/btn_prev.png") center no-repeat;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 1px;
	border-radius: 50%;
}

.splan-slider-container .button-next {
	background: #ff516d url("/assets/img/user/pc/common/slider/btn_next.png") center no-repeat;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	right: 1px;
}

.aplan-slider-container .button-prev {
	background: #ff7f7f url("/assets/img/user/pc/common/slider/btn_prev.png") center no-repeat;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 1px;
	border-radius: 50%;
}

.aplan-slider-container .button-next {
	background: #ff7f7f url("/assets/img/user/pc/common/slider/btn_next.png") center no-repeat;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	right: 1px;
}

.slider-slide:first-child {
	margin-left: 50px;
}

.slider-slide:last-child {
	margin-right: 50px;
}

.dekasegiContentContainer .areapickup-shop-slider .areapickup-shop-wrapper .shopBody .shopBody-top .shopImgWrap,
.f-tainyu_shoplist_wrap .areapickup-shop-slider .areapickup-shop-wrapper .shopBody .shopBody-top .shopImgWrap {
	width: 436px;
	height: 186px;
}

.mikeiken_benefit_contents {
	background: transparent linear-gradient(95deg, #a9f1d4 0%, #c5daff 100%) 0% 0% no-repeat padding-box;
	border-radius: 27px;
	width: auto;
	height: auto;
	margin: 10px 100px;
	padding: 4px;
}

.mikeiken_benefit_contents .text {
	background: #fff 0% 0% no-repeat padding-box;
	border-radius: 23px;
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
}

.mikeiken_benefit_contents .text .keikensha {
	color: #f2627b !important;
}

.mikeiken_benefit_contents .text1 {
	color: #16c5c5;
	font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
	font-weight: bold;
	text-align: center;
}

.mikeiken_benefit_contents .text2 {
	color: #55555a;
	font: normal normal normal 15px/21px Hiragino Kaku Gothic Pro;
	text-align: center;
}

.mikeiken_benefit_contents .violet {
	color: #c376ef;
	font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
	font-weight: bold;
}

.keikensha_benefit_contents {
	background: transparent linear-gradient(95deg, #bee0fe 0%, #ffa2cd 100%) 0% 0% no-repeat padding-box;
	border-radius: 27px;
	width: auto;
	height: auto;
	margin: 10px 80px;
	padding: 4px;
}

.keikensha_benefit_contents .text {
	background: #fff 0% 0% no-repeat padding-box;
	border-radius: 23px;
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
}

.keikensha_benefit_contents .text1 {
	font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
	font-weight: bold;
	text-align: center;
}

.keikensha_benefit_contents .keikensha {
	color: #f2627b;
}

.keikensha_benefit_contents .mikeiken {
	color: #16c5c5;
}

.keikensha_benefit_contents .text2 {
	color: #55555a;
	font: normal normal normal 15px/21px Hiragino Kaku Gothic Pro;
	text-align: center;
}

.keikensha_benefit_contents .emphasis {
	color: #ef76b7;
	font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
	font-weight: bold;
}

.l-indexHeader.ex34 {
	background: #6bd1bd;
}

.l-indexHeader.ex34 .headerMain {
	background: url("/assets/img/renewal/user/pc/index/ex_34/renewal_bg_header.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 288px;
	position: relative;
	padding-top: 40px;
}

.l-indexHeader.ex34 .headerMain .img-chocolatchan {
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 27%;
}

.l-indexHeader.ex34 .headerTitle {
	margin: auto;
	width: 1000px;
	height: 185px;
}

.contentsHeader h2 {
	border-top: 3px solid #6bd1bd;
	padding: 15px 0;
	-webkit-box-shadow: 0 3px 10px #d9d9d9;
	box-shadow: 0 3px 10px #d9d9d9;
	margin: 45px 0 10px;
}

.contentsHeader h2 span {
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
}

.f-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

.f-feature .mainTopic {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	min-height: 200px;
	padding: 0 0 20px;
}

.f-feature .mainTopic .pagesTitleHead {
	margin: 0 285px 0 0;
	font-size: 24px;
	margin: 9px 0 0;
}

.f-feature .mainTopic .topicText {
	line-height: 1.4;
	margin: 12px 285px 0 0;
}

.f-feature .mainTopic .topicImg {
	position: absolute;
	top: 0;
	right: 0;
}

.f-feature .mainTopic .topicImg .imgWrap {
	position: relative;
	width: 240px;
	height: 180px;
}

.f-feature .pointTopic {
	width: 500px;
	padding: 20px 20px 20px 0;
}

.f-feature .pointTopic .topicImg {
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 17px;
}

.f-feature .pointTopic:nth-child(2n+3) {
	border-left: 1px solid #e6e6e6;
	padding: 20px 0 20px 20px;
}

.f-feature .pointCol {
	float: left;
	width: calc(100% - 200px - 17px);
}

.f-feature .pointCol:only-child {
	width: 100%;
}

.f-feature .pointCol .pointIcon span {
	display: inline-block;
	height: 19px;
	background: #6bd1bd !important;
	vertical-align: middle;
	color: #fff;
	line-height: 20px;
	padding: 0 7px;
}

.f-feature .pointCol .pointText dt {
	line-height: 20px;
	font-size: 18px;
	margin: 6px 0 0;
}

.f-feature .pointCol .pointText dd {
	line-height: 1.4;
	margin: 10px 0 0;
}

.f-shop-pay {
	border-top: 5px solid #6bd1bd;
}

.f-shop-pay .shop-pay-dekasegi_special_privilege {
	padding: 0 10px;
	margin-bottom: 10px;
}

.f-shop-pay .shop-pay-dekasegi_special_privilege-title {
	font-size: 13px;
	background-color: #9ab3ec;
	line-height: 23px;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.f-shop-pay .shop-pay-dekasegi_special_privilege-body {
	font-size: 13px;
	background-color: #eff4ff;
	line-height: 26px;
	color: #d89b4c;
	text-align: center;
	font-weight: bold;
}

.f-shop-pay .shop-pay-merit-item-on {
	border: 1px solid #6bd1bd;
	background-color: #6bd1bd;
}

.f-shop-pay .shop-pay-salary_info-item-title-icon {
	fill: #8ddbcc;
}

.f-shop-pay .shop-pay-work_detail-item-title {
	background-color: #e6f7f4;
}

.f-shop-pay .shop-pay-open-hide_contents {
	color: #9ab3ec;
}

.f-shop-pay .shop-pay-cv_button-item-call::before,
.f-shop-pay .shop-pay-cv_button-item-line::before,
.f-shop-pay .shop-pay-shop_nam.f-shop-pay {
	border-top: 5px solid #6bd1bd;
}

.f-shop-pay .shop-pay-pickApply-label {
	background-color: #6bd1bd;
}

.f-shop-pay .shop-pay-cv_button-item-anchor-call:not(.off) {
	border: 1px solid #04ab8f;
	color: #04ab8f;
}

.f-shop-pay .shop-pay-cv_button-item-anchor-call:not(.off) .shop-pay-cv_button-item-anchor-call-icon {
	fill: #04ab8f;
}

.f-shop-pay .shop-pay-cv_button-item-add:not(.off) {
	border: 1px solid #04ab8f;
	color: #04ab8f;
}

.f-shop-pay .shop-pay-cv_button-item-add:not(.off) .shop-pay-cv_button-item-add-button-icon {
	fill: #04ab8f;
}

.f-shop-pay .shop-pay-relation_job_search-links a {
	color: #04ab8f;
}

.f-shop-pay .shop-pay-work_detail-item-body a {
	color: #04ab8f;
}

.f-shop-pay .shop-pay-work_detail-item-body a {
	color: #ececec #04ab8f;
}

.f-shop-pay .chocolatLimited {
	background-color: #6bd1bd;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin: 10px;
	font-size: 14px;
}

.f-shop-pay .chocolatLimited .chocolatLimited-title {
	height: 26px;
	line-height: 29px;
	font-weight: bold;
	color: #fff;
}

.f-shop-pay .chocolatLimited .chocolatLimited-data {
	height: 28px;
	margin: 2px;
	background-color: #fff;
	line-height: 29px;
	font-weight: bold;
	color: #ff7b4a;
}

.f-shop-pay .around-QA {
	background-color: #fff;
	padding: 10px;
	position: relative;
}

.f-shop-pay .around-QA .QA-Header {
	background-color: #6bd1bd;
	color: #fff;
	height: 30px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-shop-pay .around-QA .qa-slider .qa-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	scrollbar-color: #6bd1bd #e6f7f4;
	scrollbar-width: thin;
	background-color: #e6f7f4;
	color: #6e6e6e;
	padding: 10px;
	height: auto;
}

.f-shop-pay .around-QA .qa-slider .qa-wrapper::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.f-shop-pay .around-QA .qa-slider .qa-wrapper::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #e6f7f4;
}

.f-shop-pay .around-QA .qa-slider .qa-wrapper::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #6bd1bd;
}

.f-shop-pay .around-QA .qa-slider .qa-wrapper::-webkit-scrollbar:vertical {
	display: none;
}

.f-shop-pay .around-QA .qa-slider .qa-slide {
	min-width: 360px;
	height: auto;
}

.f-shop-pay .around-QA .qa-slider .qa-slide .block {
	width: 90%;
	margin: 6px auto;
	min-height: 80px;
	background-color: #fff;
}

.f-shop-pay .around-QA .qa-slider .qa-slide .block .question {
	min-height: 18px;
	background-color: #fff;
	position: relative;
	padding: 6px;
	margin: 0 8px;
	text-align: justify;
	line-height: 18px;
	padding-left: 24px;
	font-size: 14px;
	border-bottom: 1px dotted #8ddbcc;
}

.f-shop-pay .around-QA .qa-slider .qa-slide .block .question:before {
	content: "Q";
	background-color: #8ddbcc;
	color: #fff;
	height: 16px;
	width: 16px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	position: absolute;
	top: 7px;
	left: 4px;
	display: inline-block;
}

.f-shop-pay .around-QA .qa-slider .qa-slide .block .answer {
	padding: 10px;
	line-height: 18px;
	min-height: 100px;
	font-size: 14px;
	background-color: #fff;
	overflow: hidden;
}

.f-shop-pay .around-QA .button-prev,
.f-shop-pay .around-QA .button-next {
	background-color: #6bd1bd;
	position: absolute;
	cursor: pointer;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: auto;
	border-radius: 50%;
	background-position: center;
}

.f-shop-pay .around-QA .button-next {
	left: 96%;
}

.f-shop-pay .arentText {
	padding: 10px;
	background-color: #fff;
	border-radius: 0;
}

.f-shop-pay .arentText .title {
	padding: 0;
	background-position-x: 8px;
	border-bottom: none;
	background: #6bd1bd;
	font-size: 18px;
	color: #fff;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-shop-pay .arentText .text {
	padding: 10px;
	background-color: #e6f7f4;
}

.l-breadCrumbs li:first-child::before {
	padding: 13px 0;
	background: url("/assets/img/renewal/user/pc/common/ico_hone_ex34.svg") center center/13px auto no-repeat;
	background-size: 17px auto;
}

.l-breadCrumbs li + li::before {
	color: #04ab8f;
}

.l-breadCrumbs a {
	color: #04ab8f;
}

.f-selectArea {
	margin-top: 40px;
}

.f-selectArea .titleText {
	min-height: 75px;
}

.mod-pagination {
	display: table;
	margin: 30px auto;
	text-align: center;
	font-size: 0;
}

.mod-pagination > * {
	display: inline-block;
	height: 23px;
	vertical-align: middle;
}

.mod-pagination .item {
	display: inline-block;
	margin: 0 2px;
	border-radius: 2px;
	vertical-align: middle;
	min-width: 23px;
	height: 23px;
	border: 1px solid #c9c9c9;
	line-height: 23px;
	font-size: 15px;
}

.mod-pagination .item a {
	display: block;
	color: #b9b9b9;
}

.mod-pagination .item.is-current {
	border-color: transparent;
	background-color: #6bd1bd !important;
}

.mod-pagination .item.is-current a {
	color: #fff;
}

.mod-pagination .prev,
.mod-pagination .next {
	margin: 0 12px;
	padding: 0 5px;
	line-height: 24px;
	font-size: 12px;
	color: #888;
}

.mod-pagination .prev::before,
.mod-pagination .prev::after,
.mod-pagination .next::before,
.mod-pagination .next::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
}

.mod-pagination .prev::before {
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #b9b9b9 transparent transparent;
}

.mod-pagination .next::after {
	margin-left: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #b9b9b9;
}

.mod-pagination .count {
	line-height: 24px;
	font-size: 12px;
	color: #888;
}

.returnBtn {
	width: 270px;
	height: 40px;
	display: block;
	margin: 35px auto 0;
	background-color: #6bd1bd !important;
	border-radius: 4px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
}

.returnBtn span {
	background: url("/assets/img/renewal/user/pc/common/ico_arrow_left.webp") left center no-repeat;
	padding-left: 27px;
}

.l-footer {
	background-color: #6bd1bd;
}

.l-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 13px;
	margin-bottom: 16px;
	line-height: 18px;
}

.l-item .icon-q,
.l-item .icon-a {
	width: 25px;
	height: 29.08px;
	margin-right: 20px;
}

.l-item.answer {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 12px;
	font-weight: normal;
}

.l-item.answer p {
	line-height: 18px;
}

.l-item.answer p a {
	color: #23a7ea;
	text-decoration: underline;
}

.l-item:last-child {
	border-bottom: none;
}
