.g-mainContents {
	padding: 0;
	min-width: 1420px;
}

.g-header {
	min-width: 1420px;
}

.g-footer {
	min-width: 1420px;
}

.f-search {
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/bg-search-point.png) top center / 100% repeat-y;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 102px 0 180px;
}

.f-search .search-ttl {
	width: 700px;
	margin: 0 auto;
}

.f-search .search-ttl img {
	width: 100%;
	height: auto;
}

.f-search .map-wrap {
	position: relative;
	text-align: center;
	width: 1160px;
	margin: -48px auto 0;
	padding: 101px 0 0;
}

.f-search .modal-area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0,0,0,0.7);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
	transition: opacity 0.5s, -webkit-transform 0s 0.5s;
	transition: opacity 0.5s, transform 0s 0.5s;
	transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	text-align: left;
	width: 100%;
	height: 100vh;
	padding: 10.6rem 2.3rem 0;
}

.f-search .map-img {
	text-align: left;
	margin: 0 0 0 344px;
}

.f-search .map-img area {
	border: none;
	outline: none;
}

.f-search .mainVisual-txt {
	font-size: 16px;
	line-height: 24px;
	width: 880px;
	margin: 24px auto 0;
}

.f-search .area-item {
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	padding: 16px;
}

.f-search .area-item.kanto {
	top: 352px;
	right: 0;
	width: 344px;
}

.f-search .area-item.kanto .area-txt a {
	color: #ff9100;
}

.f-search .area-item.kanto .prefecture-item a {
	background: #ff9100;
}

.f-search .area-item.kansai {
	top: 64px;
	left: 0;
	width: 264px;
}

.f-search .area-item.kansai .area-txt a {
	color: #00b0fe;
}

.f-search .area-item.kansai .prefecture-item a {
	background: #00b0fe;
}

.f-search .area-item.tokai {
	top: 464px;
	right: 0;
	width: 344px;
}

.f-search .area-item.tokai .area-txt a {
	color: #f26666;
}

.f-search .area-item.tokai .prefecture-item a {
	background: #f26666;
}

.f-search .area-item.kyusyu-okinawa {
	top: 384px;
	left: 0;
	width: 344px;
}

.f-search .area-item.kyusyu-okinawa .area-txt a {
	color: #d19900;
}

.f-search .area-item.kyusyu-okinawa .prefecture-item a {
	background: #d19900;
}

.f-search .area-item.hokkaido-tohoku {
	top: 64px;
	right: 0;
	width: 288px;
}

.f-search .area-item.hokkaido-tohoku .area-txt a {
	color: #26c5e2;
}

.f-search .area-item.hokkaido-tohoku .prefecture-item {
	width: 80px;
}

.f-search .area-item.hokkaido-tohoku .prefecture-item a {
	background: #26c5e2;
}

.f-search .area-item.kitakanto {
	top: 240px;
	right: 0;
	width: 264px;
}

.f-search .area-item.kitakanto .area-txt a {
	color: #68b23a;
}

.f-search .area-item.kitakanto .prefecture-item a {
	background: #68b23a;
}

.f-search .area-item.hokuriku-koshinetsu {
	top: 64px;
	left: 304px;
	width: 264px;
}

.f-search .area-item.hokuriku-koshinetsu .area-txt a {
	color: #ff7cb9;
}

.f-search .area-item.hokuriku-koshinetsu .prefecture-item a {
	background: #ff7cb9;
}

.f-search .area-item.chugoku-shikoku {
	top: 209px;
	left: 0;
	width: 344px;
}

.f-search .area-item.chugoku-shikoku .area-txt a {
	color: #bc91ff;
}

.f-search .area-item.chugoku-shikoku .prefecture-item a {
	background: #bc91ff;
}

.f-search .area-txt {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 0 32px 0 0;
}

.f-search .area-txt::after {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	width: 10px;
	height: 10px;
}

.f-search .prefecture-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 6px 0 0;
}

.f-search .prefecture-item {
	width: 72px;
	margin: 8px 0 0;
}

.f-search .prefecture-item a {
	display: block;
	border-radius: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.f-search .area-item .prefecture-item span {
	background: #ececec;
	display: block;
	border-radius: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.fixed-linkwrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 95px;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 15;
	padding-top: 14px;
	min-width: 1420px;
}
.fixed-link {
	display: block;
	width: 542px;
	height: 51px;
	margin: 0 auto;
}
.fixed-link img {
	width: 100%;
	height: 100%;
}
.fixed-txt {
	margin: 4px auto 0;
}
.fixed-txtImg {
	display: block;
	width: 368px;
	height: 20px;
	margin: 4px auto 0;
}

.apply-btn {
	width: 450px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 0 2px;
	box-shadow: 0 4px #3080fb;
	border-radius: 50px;
	font-size: 23px;
	font-weight: bold;
	line-height: 40px;
	color: #ffff57;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/icon-arrow-right.svg) #71a9ff no-repeat right 33px center / 22px 22px;
}

.mv {
	background-color: #bcfaff;
}

.mv-img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.benefits {
	position: relative;
	padding-bottom: 106px;
	background:
		url(/assets_mypage/img/user/pc/lp/campaign/ouen/bg-blue.png)
		repeat-y center top 60px / 100%, #bcfaff;
}

.benefits::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/bg-yellowTriangle.svg)
		no-repeat bottom / 100%;
	bottom: -1px;
}

.benefits-gift {
	width: min(100%, 700px);
	margin: 0 auto;
}

.benefits-ttl {
	width: min(100%, 750px);
	margin: 50px auto 0;
}

.benefits-content {
	width: min(100%, 603px);
	margin: 18px auto 0;
}

.benefits-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.benefits-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 27px;
}

.benefits-btn-txt {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 3px;
	line-height: 37px;
	color: #585858;
}

.campaign {
	position: relative;
	padding: 85px 0 102px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/bg-pink.png) repeat-y center top 2px / 100%, #ff74ba;
}
.campaign::before {
	content: "";
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/bg-pinkTriangle.svg)
		no-repeat top / 100%;
}

.campaign::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/bg-pinkTriangle-bottom.svg) no-repeat center bottom / 100% auto;
	z-index: 9;
}

.campaign-img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.campaign-ttl {
	width: min(100%, 700px);
	margin: 0 auto;
}

.campaign-details {
	width: min(100%, 580px);
	margin: 15px auto 0;
}

.campaign-check {
	width: min(100%, 450px);
	margin: 30px auto 0;
}

.campaign .apply-btn {
	margin: 9px auto 0;
	padding: 0;
	box-shadow: 0 4px #ffb655;
	color: #ff2986;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/icon-arrow-right-red.svg) #fffe70 no-repeat right 35px center / 20px 20px;
}

.faq {
	position: relative;
	padding: 115px 0 84px;
	background-color: #fffbc5;
}

.faq-img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.faq-ttl {
	margin: 70px auto 0;
	width: min(100%, 700px);
}

.faq-period {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	border: 3px solid #c8deff;
	overflow: hidden;
}

.faq-period-ttl {
	padding: 10px 10px 7px 6px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 34px;
	color: #fff;
	background-color: #71a9ff;
	text-align: center;
}

.faq-period-ttl-txt {
	position: relative;
}

.faq-period-ttl-txt::before,
.faq-period-ttl-txt::after {
	content: "";
	position: absolute;
	top: 2px;
	width: 42px;
	height: 27px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/icon-sparkling.svg) no-repeat center center / contain;
}

.faq-period-ttl-txt::before {
	left: -52px;
}

.faq-period-ttl-txt::after {
	right: -52px;
	transform: scale(-1, 1);
}

.faq-period-detail {
	padding: 17px 48px 18px;
	background-color: #fff;
}

.faq-period-time {
	font-size: 22px;
	font-weight: bold;
	color: #71a9ff;
	line-height: 39px;
}

.faq-period-note {
	margin-top: 3px;
	font-size: 18px;
	line-height: 30px;
	color: #585858;
}

.faq-period-note + .faq-period-note {
	margin-top: -2px;
}

.faq-detail {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin: 15px auto 0;
	width: min(100%, 660px);
}

.faq-rejected {
	width: 100%;
	margin: 0 auto;
	padding: 0 89px 36px;
	border: solid 4px #ffc2d4;
	background-color: #fff;
}

.faq-rejected-ttl {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 43px 20px 15px;
	color: #585858;
}

.faq-rejected-ttl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 477px;
	height: 5px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/pink-underline01.svg) no-repeat center center / 100% auto;
}

.faq-rejected-txt {
	font-size: 17px;
	color: #585858;
}

.faq-rejected-lst {
	display: flex;
	flex-direction: column;
	gap: 18px 0;
	margin-top: 15px;
	padding: 36px 10px 34px 56px;
	border: .3rem solid #FFC2DD;
}

.faq-rejected-itm {
	position: relative;
	padding-left: 22px;
	font-size: 18px;
	color: #585858;
}

.faq-rejected-itm::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ff98c5;
	border-radius: 50px;
}

.faq-rejected-detail {
	padding: 36px 27px 0;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

.faq-item {
	border: 3px solid #ff98c5;
	background-color: #fff;
	border-radius: 20px;
}

.faq-item-ttl {
	position: relative;
	padding: 40px 10px 10px 104px;
	min-height: 86px;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #585858;
}

.faq-item--02 .faq-item-ttl,
.faq-item--03 .faq-item-ttl {
	padding: 39px 10px 10px 105px;
}

.faq-item--03 .faq-item-ttl {
	letter-spacing: 0;
}

.faq-item-ttl::before,
.faq-item-ttl::after {
	content: "";
	position: absolute;
	left: 0;
}

.faq-item-ttl::before {
	top: 42px;
	left: 67px;
	width: 28px;
	height: 28px;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/icon-question.svg) no-repeat center center / 100% auto;
}

.faq-item-ttl::after {
	content: "";
	position: absolute;
	left: calc(50% - 2px);
	bottom: 0;
	transform: translateX(-50%);
	width: calc(100% - 68px - 68px);
	height: .3rem;
	background: url(/assets_mypage/img/user/pc/lp/campaign/ouen/pink-underline02.svg) no-repeat center center / 100% auto;
}

.faq-item-detail {
	font-size: 16px;
	padding: 20px 67px 37px;
	line-height: 28.8px;
	color: #585858;
}

.faq-item-detail-note {
	font-size: 14px;
	color: #585858;
}

.faq-item--02 .faq-item-detail {
	line-height: 29px;
}

.faq-item--03 .faq-item-detail {
	padding: 20px 67px 37px;
}

.faq-item-detail-img {
	display: block;
	width: min(100%, 324px);
	margin: 4px auto -37px;
	padding-right: 4px;
}

.faq-desc {
	width: min(100%, 660px);
	margin: 27px auto 0;
	padding: 0 10px 0 0;
}

.faq-descItem {
	display: flex;
	padding-left: 18px;
}

.faq-descText {
	position: relative;
	font-size: 16px;
	color: #585858;
	line-height: 27.2px;
}

.faq-descText::before {
	content: "※";
	position: absolute;
	left: -20px;
}

.faq-descLink {
	color: #48b1fb;
	text-decoration: underline;
}
