@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.cmnSide01 {
	display: none;
}
#container {
	margin-top: 0;
	padding-bottom: 0;
	color: #1F1B1D;
	font-family: "Noto Sans JP", sans-serif;
}
#container h2{
	width: 480px;
	margin: 0 auto 20px;
	padding: 10px 10px 16px;
	background-color: #FFF;
	border: 4px solid #1F1B1D;
	font-size: 200%;
	line-height: 1.4;
	color: #E61873;
	font-weight: 600;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
#container h2 span{
	font-size: 90%;
}
#container h2 span.fsS{
	font-size: 75%;
}
#container h2::after{
	content: "";
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background-color: #1F1B1D;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: block;
	position: absolute;
	bottom: -13px;
	left: 50%;
}
.cbTxt_lead {
	font-size: 250%;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.cbTxt_lead span {
	font-size: 86%;
}


/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.cbMV{
	margin-bottom: 60px;
	min-height: 640px;
	background: url(../images/mv.jpg) center center no-repeat;
	background-size: 100% auto;
	position: relative;
}
@media only screen and (max-width: 1440px) {
	.cbMV{
		padding: 0 20px;
		background-size: auto 100%;
	}
}
.cbMV .cbMV_tit{
	max-width: 1160px;
	min-height: 640px;
	height: 100%;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
}
.cbMV .cbMV_tit h1 img{
	margin-bottom: 120px;
}
.cbMV .cbMV_lead{
	width: 100%;
	padding: 15px 10px 15px;
	background-color: rgba(230, 24, 115, 0.8);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cbMV_lead01{
	margin-bottom: 10px;
	font-size: 233%;
	line-height: 1.4;
	font-weight: 700;
}
.cbMV_lead02{
	font-size: 200%;
	line-height: 1.4;
	font-weight: 500;
}


@media only screen and (max-width: 1150px) {
	.cbMV_lead01{
		font-size: 216%;
	}
}
@media only screen and (max-width: 1040px) {
	.cbMV_lead01{
		font-size: 200%;
	}
	.cbMV_lead02{
		font-size: 185%;
	}
}



/* プロローグ
------------------------------------------------------------------------------- */
.cbPrologue{
	margin: 0 20px 120px;
}
.cbPrologue_in{
	max-width: 950px;
	margin: 0 auto;
}
.cbPrologue_txt01{
	margin-bottom: 40px;
	font-size: 150%;
	text-align: center;
}
.cbPrologue_txt01 ~ .cbPrologue_txt01{
	margin-top: -20px;
}
.cbPrologue_txt01 em{
	padding: 0 2px;
	background: linear-gradient(transparent 70%, #FFD0E5 70%);
	font-size: 133%;
}

.cbPrologue_btn {
	max-width: 500px;
	margin: 0 auto 15px;
	background-color: #fff;
	border-radius: 6px;
	line-height: 1.4;
}
.cbPrologue_btn a{
	padding: 17px 10px 18px;
	background-color: #FCF883;
	border: 3px solid #E61873;
	border-radius: 6px;
	font-size: 150%;
	color: #1F1B1D;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}
.cbPrologue_btn a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: -5px auto 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #1F1B1D;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14px;
}

.cbPrologue_notes {
	max-width: 500px;
	margin: 0 auto 60px;
	font-size: 100%;
	color: #777;
}
.cbPrologue_notes li {
	margin-left: 1em;
	text-indent: -1em;
}


.cbPrologue_anchor{
	margin: 50px 0 70px;
	font-size: 150%;
	display: flex;
	gap: 0 25px;
}
.cbPrologue_anchor li{
	width: calc((100% - 50px) / 3);
	line-height: 1.4;
}
.cbPrologue_anchor li a{
	padding: 30px 30px 35px 30px;
	border: 4px solid #1F1B1D;
	color: #1F1B1D;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	display: block;
}
.cbPrologue_anchor li a > div::before{
	content:"";
	width: 100px;
	height: 60px;
	background-color: #FFF;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: -20px;
	right: 20px;
}
.cbPrologue_anchor li.cbPrologue_anchor01 a > div::before{
	background-image: url(../images/img_anchor01.png);
}
.cbPrologue_anchor li.cbPrologue_anchor02 a > div::before{
	background-image: url(../images/img_anchor02.png);
}
.cbPrologue_anchor li.cbPrologue_anchor03 a > div::before{
	background-image: url(../images/img_anchor03.png);
}

.cbPrologue_anchor li a span.fsS{
	margin-bottom: 3px;
	font-size: 88.88%;
	display: inline-block;
}
.cbPrologue_anchor li a span.fsXS{
	margin-bottom: 5px;
	font-size: 77.77%;
	line-height: 1.4;
	color: #666264;
	font-weight: 500;
	display: inline-block;
}
.cbPrologue_anchor li a em{
	font-size: 133%;
}
.cbPrologue_anchor li a::before{
	content: "";
	width: 28px;
	height: 28px;
	margin-left: -14px;
	background-color: #E61873;
	border-radius: 28px;
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
}
.cbPrologue_anchor li a::after{
	content: "";
	width: 8px;
	height: 8px;
	margin-left: -5px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	color: #fff;
	transform:rotate(135deg);
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: 50%;
}

.cbPrologue_cashback{
	max-width: 950px;
	margin: 0 auto 90px;
	padding: 44px 59px;
	border: 16px solid #F0F1F2;
	box-sizing: border-box;
}
.cbPrologue_cashback_notes {
	margin: 20px auto 0;
	font-size: 100%;
	color: #777;
	text-align: left;
	box-sizing: border-box;
}
.cbPrologue_cashback_notes dt{
	margin-bottom: 5px;
	font-size: 117%;
}
.cbPrologue_cashback_notes dd ul{
	font-size: 100%;
	font-weight: 400;
}


@media only screen and (max-width: 950px) {
	.cbPrologue_btn a{
		padding: 15px 5px;
		font-size: 140%;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		letter-spacing: 0.02em;
	}
	.cbPrologue_btn a::after{
		right: 10px;
	}
}




/* Campaign 1
------------------------------------------------------------------------------- */
.cbCamp{
	margin: 0 0 123px;
}
.cbCamp_notes {
	margin: 20px auto 0;
	font-size: 100%;
	color: #777;
	text-align: left;
	box-sizing: border-box;
}
.cbCamp_notes dt{
	margin-bottom: 5px;
	font-size: 117%;
}
.cbCamp_notes dd ul{
	font-size: 100%;
	font-weight: 400;
}

.cbCamp_head,
.cbCamp_btm {
	position: relative;
	padding: 0 20px;
	background-color: #F0F1F2;
	text-align: center;
	z-index: 3;
}
#campaign01 .cbTxt_lead span.fsS{
	margin-bottom: 5px;
	font-size: 86%;
	display: inline-block;
}
#campaign01 .cbTxt_lead span.fsS span{
	font-size: 100%;
	padding: 0 2px;
	background: linear-gradient(transparent 70%, #FCF883 70%);
}

#container h2.cbCamp_tit {
	position: relative;
	top: -30px;
}
.cbCamp_body {
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
	background-color: #F0F1F2;
	color: #1F1B1D;
}

.cbCamp_details{
	max-width: 1070px;
	margin: 0 auto;
	padding: 60px 135px 60px;
	background-color: #FFF;
	text-align: center;
	box-sizing: border-box;
}
#campaign01 .cbCamp_details{
	padding: 60px 120px 60px;
}
.cbCamp_details .cbCamp_txt01{
	margin: 0 0 20px;
	font-size: 200%;
	color: #1F1B1D;
	font-weight: 700;
}
.cbCamp_details h4{
	margin: 0 -75px 45px;
	padding: 0;
	border-top: 5px solid #E61873;
	border-bottom: 5px solid #E61873;
	font-size: 42px;
	font-weight: 700;
	color: #1F1B1D;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
}
.cbCamp_details h4 span{
	font-size: 64px;
	font-family: "Roboto", sans-serif;
}
.cbCamp_details h5{
	margin-bottom: 20px;
	font-size: 200%;
	color: #1F1B1D;
	font-weight: 700;
}
.cbCamp_txt_balloon{
	margin-bottom: 10px;
	padding: 9px 10px 12px;
	background-color: #FFEDF4;
	border-radius: 6px;
	font-size: 184%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.cbCamp_txt_balloon02{
	font-size: 167%;
}
.cbCamp_txt_balloon02 span{
	font-size: 130%;
}
.cbCamp_txt_balloon span{
	color: #E61873;
}
.cbCamp_txt_balloon::after{
	content: "";
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background-color: #FFEDF4;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
}
.cbCamp_txt02{
	margin-bottom: 30px;
	font-size: 200%;
	font-weight: 700;
}
.cbCamp_txt02 > span{
	font-size: 133%;
}
.cbCamp_txt02 > span span{
	padding: 0 7px;
	font-size: 48px;
	font-family: "Roboto", sans-serif;
}
.cbCamp_txt03{
	margin-bottom: 32px;
	padding: 3px 32px 4px;
	font-size: 125%;
	line-height: 1.4;
	border: 1px solid #CCCACB;
	border-radius: 16px;
	display: inline-block;
}

.cbCamp_anchor{
	margin-bottom: 60px;
	font-size: 150%;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
}
.cbCamp_anchor li > a{
	min-width: 320px;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	line-height: 60px;
	color: #1F1B1D;
	text-decoration: none;
	position: relative;
	display: block;
}
.cbCamp_anchor li > a::before{
	content: "";
	width: 16px;
	height: 16px;
	margin: -8px auto 0;
	background-color: #E61873;
	border-radius: 45px;
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
}
.cbCamp_anchor li > a::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin: -4px auto 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #FFF;
	transform:rotate(135deg);
	position: absolute;
	top: 50%;
	right: 17px;
}

.cbCamp_docs p.cbCamp_note{
	margin-top: 10px;
	font-size: 117%;
	color: #666264;
	font-weight: 400;
	margin-left: 1.75em;
	text-indent: -1.75em;
}
.cbCamp_details ul.cbCamp_note{
	margin-bottom: 25px;
	font-size: 100%;
	font-weight: 400;
	color: #666264;
	text-align: left;
}
.cbCamp_details ul.cbCamp_note li{
	margin-left: 2em;
	text-indent: -2em;
}
@media only screen and (max-width: 1200px) {
	.cbCamp_details h4{
		margin: 0 -6% 45px;
	}
}
@media only screen and (max-width: 1100px) {
	.cbCamp_details h4{
		margin: 0 -4% 45px;
	}
}
@media only screen and (max-width: 1080px) {
	.cbCamp_details{
		max-width: none;
		margin: 0 20px;
		padding: 60px 10% 60px;
	}
}
@media only screen and (max-width: 1000px) {
	.cbCamp_details{
		padding: 60px 7% 60px;
	}
}
@media only screen and (max-width: 950px) {
	.cbCamp_details h4{
		margin: 0 -3% 45px;
	}
}

.cbCamp_block {
	position: relative;
	max-width: 1070px;
	margin: 0 auto;
	padding: 20px 60px 1px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 2;
}

.cbCamp_docs{
	margin-bottom: 60px;
	position: relative;
}
.cbCamp_docs > h3{
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 1.3;
	font-weight: 700;
	position: absolute;
	top: 40px;
	left: 0;
}
.cbCamp_docs h3 span.fsXS{
	font-size: 43%;
}
.cbCamp_docs h3 span{
	padding: 0 2px;
	background: linear-gradient(transparent 80%, #FCF883 20%);
}


@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1160px) {
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1120px) {
}
@media only screen and (max-width: 1090px) {
	#campaign01 .cbCamp_details,
	.cbCamp_block {
		margin: 0 20px;
		padding: 20px 6.5% 60px;
	}
}






/* Campaign 2
------------------------------------------------------------------------------- */
.cbCamp01 {
	margin: 0 0 70px;
}

.cbCamp01_cashback{
	max-width: 800px;
	margin: 0 auto 60px;
}
.cbCamp01_notes {
	margin: 20px auto 0;
	font-size: 100%;
	color: #777;
	text-align: left;
	box-sizing: border-box;
}
.cbCamp01_notes dt{
	margin-bottom: 5px;
	font-size: 117%;
}
.cbCamp01_notes dd ul{
	font-size: 100%;
	font-weight: 400;
}


.cbCamp01_head,
.cbCamp01_btm {
	position: relative;
	padding: 0 20px;
	background-color: #F0F1F2;
	text-align: center;
	z-index: 3;
}
.cbCamp01_btm {
	padding-bottom: 80px;
}

#campaign02 .cbTxt_lead{
	margin-bottom: 40px;
	font-size: 216%;
	line-height: 1.5;
}
#campaign02 .cbTxt_lead > span{
	font-size: 100%;
	padding: 0 2px;
	background: linear-gradient(transparent 70%, #FCF883 70%);
}

#container h2.cbCamp01_tit {
	position: relative;
	top: -30px;
}
.cbCamp01_tabs {
	max-width: 950px;
	line-height: 1.42;
	color: #1F1B1D;
	font-size: 125%;
	font-weight: 600;
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.cbCamp01_head .cbCamp01_tabs {
	margin: 50px auto 0;
}
.cbCamp01_btm .cbCamp01_tabs {
	margin: 0 auto;
}
.cbCamp01_tab {
	width: calc((100% - 10px) / 2);
	padding: 16px 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
}
.cbCamp01_tab#lineup1Tab,
.cbCamp01_tab#lineup1Tab-b{
	margin-top: 15px;
	background-color: #A69277;
	color: #FFF;
}
.cbCamp01_tab#lineup1Tab-b{
	margin-top: 0;
	margin-bottom: 15px;
}
.cbCamp01_tab#lineup2Tab,
.cbCamp01_tab#lineup2Tab-b{
	margin-top: 15px;
	background-color: #72A38D;
	color: #FFF;
}
.cbCamp01_tab#lineup2Tab-b{
	margin-top: 0;
	margin-bottom: 15px;
}
.cbCamp01_tab-current#lineup1Tab,
.cbCamp01_tab-current#lineup1Tab-b,
.cbCamp01_tab-current#lineup2Tab,
.cbCamp01_tab-current#lineup2Tab-b {
	margin-bottom: -1px;
	padding-top: 10px;
	background-color: #fff !important;
	color: #1F1B1D !important;
	cursor: default;
}
.cbCamp01_tab-current#lineup1Tab {
	margin-top: -7px;
	border-top: 5px solid #A69277;
}
.cbCamp01_tab-current#lineup1Tab-b {
	margin-bottom: -7px;
	border-bottom: 5px solid #A69277;
}
.cbCamp01_tab-current#lineup2Tab {
	margin-top: -7px;
	border-top: 5px solid #72A38D;
}
.cbCamp01_tab-current#lineup2Tab-b {
	margin-bottom: -7px;
	border-bottom: 5px solid #72A38D;
}
.cbCamp01_tab span {
	display: block;
	font-size: 186%;
	letter-spacing: 0.02em;
}
.cbCamp01_body {
	position: relative;
	background-color: #F0F1F2;
	color: #1F1B1D;
}
.cbCamp01_block {
	display: none;
	position: relative;
	max-width: 1070px;
	margin: 0 auto;
	padding: 20px 60px 60px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 2;
}
.cbCamp01_block-show {
	display: block;
}

@media only screen and (max-width: 1120px) {
	.cbCamp01_tabs {
		max-width: 860px;
	}
}
@media only screen and (max-width: 1090px) {
	.cbCamp01_block {
		margin: 0 20px;
		padding: 20px 40px 60px;
	}
}


.cbCamp01_prologue{
	/*
	margin: 50px 0 60px;
	*/
	margin: 35px 0 60px;
	min-height: 280px;
}
/*
#lineup2Contents .cbCamp01_prologue{
	margin-top: 35px;
}
*/
.cbCamp01_docs{
	padding-right: 47%;
}
.cbCamp01_docs h3{
	margin-bottom: 40px;
	font-size: 265%;
	line-height: 1.4;
	font-weight: 700;
}
#lineup2Contents .cbCamp01_docs h3{
	line-height: 1.6;
}
.cbCamp01_docs h3 span.fsS{
	font-size: 81.25%;
}
.cbCamp01_docs h3 span:not(.fsS){
	padding: 0 2px;
	background: linear-gradient(transparent 80%, #FCF883 20%);
}
.cbCamp01_docs p{
	font-size: 150%;
}
#lineup2Contents .cbCamp01_docs p{
	margin-right: -1em;
}
.cbCamp01_photos{
	width: 500px;
	position: absolute;
	top: 50px;
	right: -50px;
}
.cbCamp01_photo01{
	margin-top: 50px;
	text-align: right;
}
.cbCamp01_photo02{
	position: absolute;
	top: 0;
	left: 0;
}
.cbCamp01_photos img{
	border-radius: 6px;
}

@media only screen and (max-width: 1180px) {
	.cbCamp01_photos{
		right: -3%;
	}
}
@media only screen and (max-width: 1160px) {
	.cbCamp01_docs{
		padding-right: 50%;
	}
	.cbCamp01_photos{
		right: -2%;
	}
}
@media only screen and (max-width: 1140px) {
	.cbCamp01_docs{
		padding-right: 54%;
	}
	.cbCamp01_photos{
		width: 470px;
		right: -1%;
	}
}
@media only screen and (max-width: 1120px) {
	.cbCamp01_docs{
		padding-right: 58%;
	}
	.cbCamp01_photos{
		right: 20px;
	}
}

.cbCamp01_details{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.cbCamp01_details .cbCamp01_txt01{
	margin: 0 -75px 20px;
	font-size: 200%;
	color: #7E5825;
	font-weight: 700;
}
#lineup2Contents .cbCamp01_details .cbCamp01_txt01{
	color: #369068;
}
.cbCamp01_details h4{
	margin: 0 -9% 45px;
	padding: 0;
	border-top: 5px solid #7E5825;
	border-bottom: 5px solid #7E5825;
	font-size: 42px;
	font-weight: 700;
	color: #1F1B1D;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
}
.cbCamp01_details h4 span{
	font-size: 64px;
	color: #7E5825;
	font-family: "Roboto", sans-serif;
}
#lineup2Contents .cbCamp01_details h4{
	border-top: 5px solid #369068;
	border-bottom: 5px solid #369068;
}
#lineup2Contents .cbCamp01_details h4 span{
	color: #369068;
}
.cbCamp01_details h5{
	margin-bottom: 20px;
	font-size: 200%;
	color: #1F1B1D;
	font-weight: 700;
}
.cbCamp01_txt_balloon{
	margin-bottom: 10px;
	padding: 9px 10px 12px;
	background-color: #F7EDDF;
	border-radius: 6px;
	font-size: 184%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.cbCamp01_txt_balloon02{
	font-size: 167%;
}
.cbCamp01_txt_balloon02 span{
	font-size: 130%;
}
.cbCamp01_txt_balloon span{
	color: #7E5825;
}
.cbCamp01_txt_balloon::after{
	content: "";
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background-color: #F7EDDF;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
}
#lineup2Contents .cbCamp01_txt_balloon{
	background-color: #E1F5EC;
}
#lineup2Contents .cbCamp01_txt_balloon span{
	color: #369068;
}
#lineup2Contents .cbCamp01_txt_balloon::after{
	background-color: #E1F5EC;
}
.cbCamp01_txt02{
	margin-bottom: 30px;
	font-size: 200%;
	font-weight: 700;
}
.cbCamp01_txt02 > span{
	font-size: 133%;
}
.cbCamp01_txt02 > span span{
	padding: 0 7px;
	font-size: 48px;
	font-family: "Roboto", sans-serif;
}
.cbCamp01_txt03{
	margin-bottom: 32px;
	padding: 3px 32px 4px;
	font-size: 125%;
	line-height: 1.4;
	border: 1px solid #CCCACB;
	border-radius: 16px;
	display: inline-block;
}
@media only screen and (max-width: 1200px) {
	.cbCamp01_details h4{
		margin: 0 -6% 45px;
	}
}
@media only screen and (max-width: 1100px) {
	.cbCamp01_details h4{
		margin: 0 -2% 45px;
	}
}
@media only screen and (max-width: 950px) {
	.cbCamp01_details h4{
		margin: 0 0 45px;
	}
}






.cbCamp01_docs p.cbCamp01_note{
	margin-top: 10px;
	font-size: 117%;
	color: #666264;
	font-weight: 400;
	margin-left: 1.75em;
	text-indent: -1.75em;
}
p.cbCamp01_note02{
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 100%;
	color: #777;
	font-weight: 400;
}
.cbCamp01_details ul.cbCamp01_note{
	margin-bottom: 25px;
	font-size: 100%;
	font-weight: 400;
	color: #666264;
	text-align: left;
}
.cbCamp01_details ul.cbCamp01_note li{
	margin-left: 2em;
	text-indent: -2em;
}


.cbAppGL_btn{
	font-size: 117%;
	font-weight: 500;
}
.cbAppGL_btn > a{
	max-width: 200px;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	line-height: 40px;
	color: #1F1B1D;
	text-decoration: none;
	position: relative;
	display: block;
}
.cbAppGL_btn > a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: -5px auto 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #1F1B1D;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14px;
}






/* キャンペーン対象会場
------------------------------------------------------------------------------- */
.iitPlace01_wrap{
	padding: 240px 0 0;
	position: relative;
}
.cbHeading01{
	margin-bottom: 30px;
	font-size: 250%;
	font-weight: 700;
	position: relative;
}
.cbHeading01 span::after{
	content: "";
	width: 28px;
	height: 28px;
	background: url(../images/ico_cbHeading01.png) left top no-repeat;
	background-size: 100% auto;
	display: inline-block;
	position: relative;
	top: -20px;
}
.cbHowto{
	width: 540px;
	padding: 20px;
	background-color: #E61873;
	border-radius: 6px;
	line-height: 1.4;
	color: #FFF;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 2;
}
.cbHowto::after{
	content: "";
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background-color: #E61873;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
}
.cbHowto_tit{
	margin-bottom: 10px;
	font-size: 216%;
	font-weight: 700;
}
.cbHowto_flow{
	font-size: 125%;
	font-weight: 500;
}
.cbHowto_flow li{
	margin-bottom: 10px;
	display: flex;
	gap: 0 10px;
}
.cbHowto_flow li p.num{
	width: 24px !important;
	height: 24px;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 100%;
	line-height: 1.4;
	color: #E61873;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cbHowto_flow li p:not(.num){
	width: calc(100% - 34px);
	font-size: 100%;
	line-height: 1.4;
}
/*
.cbHowto_flow li.cbHowto_flow02 p:not(.num){
	margin-top: -5px;
}
*/
.cbHowto_flow li p em{
	margin: 0 5px;
	padding: 0 5px 4px;
	background-color: #FCF883;
	font-size: 150%;
	line-height: 1.0;
	color: #1F1B1D;
	font-weight: 600;
	display: inline-block;
}
.cbHowto_note{
	margin-left: 1em;
	font-size: 100%;
	font-weight: 400;
	text-indent: -1em;
}
.cbHowto_btn {
	margin-top: 15px;
	background-color: #fff;
	border-radius: 4px;
}
.cbHowto_btn a{
	padding: 14px 10px 15px;
	background-color: #FCF883;
	border-radius: 4px;
	font-size: 150%;
	color: #1F1B1D;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}
.cbHowto_btn a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: -5px auto 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #1F1B1D;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14px;
}

@media only screen and (max-width: 1200px) {
	.cbHowto{
		width: 520px;
		right: 35px;
	}
}
@media only screen and (max-width: 1100px) {
	.cbHowto{
		width: 500px;
		right: 30px;
	}
	.cbHowto_flow li.cbHowto_flow02 p:not(.num){
			margin-top: 0;
	}
	.cbHowto_flow li p em{
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1000px) {
	.cbHowto{
		width: 480px;
		right: 25px;
	}
}
@media only screen and (max-width: 950px) {
	.cbHowto{
		width: 460px;
		right: 20px;
	}
	.cbHowto_btn a{
		padding: 15px 5px;
		font-size: 140%;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		letter-spacing: 0.02em;
	}
	.cbHowto_btn a::after{
		right: 10px;
	}
}


.iitPlace01 {
	padding: 28px 20px 20px;
	background-color: #1F1B1D;
	border-radius: 10px;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.iitPlace01_head {
	margin: 0 0 40px;
	text-align: center;
}
.cbCamp_docs h3.iitPlace01_tit,
.iitPlace01_tit {
	line-height: 1;
	margin: 0 0 20px;
	color: #fff;
	font-size: 167%;
	font-weight: 600;
}
.iitPlace01_tit::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
	background: url(../images/ico_search.png) center center no-repeat;
	background-size: contain;
	vertical-align: -0.5em;
}
/* エリア情報
------------------------------------------------------------------------------- */
.area01 {
	padding: 22px 15px 30px;
	border-radius: 6px;
	background-color: #F5F5F5;
	overflow: hidden;
}
.area01_navs1 {
	color: #333;
	font-size: 14px; /* oldIE */
	font-size: 0.85rem;
	text-align: center;
	letter-spacing: -0.5em;
}
.area01_nav1 {
	width:10.7857%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#hokkaidoTab{ width:11.5%; }
#chubu2Tab{ width:13%; }
.area01_nav1 a,
.area01_nav1 > span {
	display: block;
	position: relative;
	padding: 15px 2% 17px;
	color: #1F1B1D;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.area01_nav1 a:after,
.area01_nav1 > span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: 0 0 0 -4px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #666;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.d_hover .area01_nav1 a:hover:after,
.d_hover .area01_nav1 > span:hover:after,
.area01_nav1-current a:after,
.area01_nav1-current > span:after,
.area01_nav1.fnTab_current a:after,
.area01_nav1.fnTab_current > span:after {
	border-color: #E61873;
}
.d_hover .area01_nav1 a:hover,
.d_hover .area01_nav1 > span:hover {
	color: #E61873;
}
.area01_nav1-current a,
.area01_nav1-current > span,
.area01_nav1.fnTab_current a,
.area01_nav1.fnTab_current > span {
	background-color: #fff;
	color: #E61873;
	cursor: default;
}
.fnTab_target {
	display: none !important;
}
.fnTab_target.fnTab_current {
	display: block !important;
}

@media only screen and (max-width: 1150px) {
	.area01_navs1 { padding:0 20px; }
}




/* 地図
------------------------------------------------------------------------------- */
.tMap {
	position: relative;
	max-width:1150px;
	margin: 0 auto;
}
.tMap_img {
	display: block;
	}
.tMap_item {
	position: absolute;
}
/* 北海道 */
.tMap_item-pref1 {
	top: 45%;
	left: 47%;
}
/* 青森 */
.tMap_item-pref2 {
	top: 9%;
	left: 51%;
}
/* 岩手 */
.tMap_item-pref3 {
	top: 32%;
	left: 58%;
}
/* 宮城 */
.tMap_item-pref4 {
	top: 62%;
	left: 54%;
}
/* 秋田 */
.tMap_item-pref5 {
	top: 28%;
	left: 42%;
}
/* 山形 */
.tMap_item-pref6 {
	top: 56%;
	left: 38%;
}
/* 福島 */
.tMap_item-pref7 {
	top: 80%;
	left: 44%;
}
/* 茨城 */
.tMap_item-pref8 {
	top: 26%;
	left: 63%;
}
/* 栃木 */
.tMap_item-pref9 {
	top: 7%;
	left: 52%;
}
/* 群馬 */
.tMap_item-pref10 {
	top: 14%;
	left: 35%;
}
/* 埼玉 */
.tMap_item-pref11 {
	top: 37%;
	left: 42%;
}
/* 千葉 */
.tMap_item-pref12 {
	top: 65%;
	left: 64%;
}
/* 東京 */
.tMap_item-pref13 {
	top: 57%;
	left: 46%;
}
/* 神奈川 */
.tMap_item-pref14 {
	top: 75%;
	left: 43%;
}
/* 新潟 */
.tMap_item-pref15 {
	top: 15%;
	left: 65%;
}
/* 富山 */
.tMap_item-pref16 {
	top: 38%;
	left: 44%;
}
/* 石川 */
.tMap_item-pref17 {
	top: 45%;
	left: 31%;
}
/* 福井 */
.tMap_item-pref18 {
	top: 67%;
	left: 26%;
}
/* 山梨 */
.tMap_item-pref19 {
	top: 58%;
	left: 27%;
}
/* 長野 */
.tMap_item-pref20 {
	top: 59%;
	left: 56%;
}
/* 岐阜 */
.tMap_item-pref21 {
	top: 15%;
	left: 46%;
}
/* 静岡 */
.tMap_item-pref22 {
	top: 50%;
	left: 66%;
}
/* 愛知 */
.tMap_item-pref23 {
	top: 49%;
	left: 47%;
}
/* 三重 */
.tMap_item-pref24 {
	top: 67%;
	left: 36%;
}
/* 滋賀 */
.tMap_item-pref25 {
	top: 24%;
	left: 60%;
}
/* 京都 */
.tMap_item-pref26 {
	top: 18%;
	left: 47%;
}
/* 大阪 */
.tMap_item-pref27 {
	top: 46%;
	left: 44%;
}
/* 兵庫 */
.tMap_item-pref28 {
	top: 26%;
	left: 32%;
}
/* 奈良 */
.tMap_item-pref29 {
	top: 64%;
	left: 55%;
}
/* 和歌山 */
.tMap_item-pref30 {
	top: 77%;
	left: 41%;
}
/* 鳥取 */
.tMap_item-pref31 {
	top: 9%;
	left: 70%;
}
/* 島根 */
.tMap_item-pref32 {
	top: 20%;
	left: 42%;
}
/* 岡山 */
.tMap_item-pref33 {
	top: 42%;
	left: 68%;
}
/* 広島 */
.tMap_item-pref34 {
	top: 52%;
	left: 47%;
}
/* 山口 */
.tMap_item-pref35 {
	top: 67%;
	left: 17%;
}
/* 徳島 */
.tMap_item-pref36 {
	top: 40%;
	left: 66%;
}
/* 香川 */
.tMap_item-pref37 {
	top: 17%;
	left: 58%;
}
/* 愛媛 */
.tMap_item-pref38 {
	top: 38%;
	left: 31%;
}
/* 高知 */
.tMap_item-pref39 {
	top: 53%;
	left: 47%;
}
/* 福岡 */
.tMap_item-pref40 {
	top: 8%;
	left: 59%;
}
/* 佐賀 */
.tMap_item-pref41 {
	top: 14%;
	left: 47%;
}
/* 長崎 */
.tMap_item-pref42 {
	top: 32%;
	left: 46%;
}
/* 熊本 */
.tMap_item-pref43 {
	top: 43%;
	left: 56%;
}
/* 大分 */
.tMap_item-pref44 {
	top: 22%;
	left: 70%;
}
/* 宮崎 */
.tMap_item-pref45 {
	top: 58%;
	left: 68%;
}
/* 鹿児島 */
.tMap_item-pref46 {
	top: 72%;
	left: 55%;
}
/* 沖縄 */
.tMap_item-pref47 {
	top: 64%;
	left: 18%;
}
.tMap_item p {
	line-height: 1;
	margin: 0 0 8px;
	color: #1F1B1D;
	font-size: 15px; /* oldIE */
	font-size: 1rem;
	text-align: center;
}
.tMap_item li {
	margin: 10px 0 0;
}
.tMap_item li:first-child {
	margin-top: 0;
}
.tMap_item a,
.tMap_item span {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 3px 32px 4px 21px;
	border: 2px solid #E61873;
	border-radius: 4px;
	background-color: #fff;
	color: #E61873;
	font-size: 14px; /* oldIE */
	font-size: 0.88rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.d_hover .tMap_item a:hover {
	opacity: 0.6;
}
.tMap_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.tMap_item .tMap_disable {
	border-color: #999;
	color: #999;
}
.tMap_item .tMap_disable:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}




/* 日本地図
------------------------------------------------------------------------------- */
.fSelect {
	max-width: 1150px;
	position: relative;
	margin: 0 auto;
}
.fMap {
	padding: 0;
	background-color: #fff;
	text-align: left;
}
.fMap_in{
	width: 750px;
	height: 465px;
	margin: 0 auto;
	position: relative;
}
.fMap_tit {
	margin: 0 0 0 17px;
	color: #000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
	font-size: 200%;
	font-weight: bold;
}
.fMap_map {
	position: absolute;
	top: 58px;
	left: 220px;
	width: 330px;
}
.fMap_area {
	position: absolute;
}
.fMap_area-hokkaido {
	top: 70px;
	left: 564px;
	width: 170px;
}
.fMap_area-tohoku {
	top: 156px;
	left: 480px;
	width: 252px;
}
.fMap_area-kanto {
	top: 246px;
	left: 480px;
	width: 252px;
}
.fMap_area-chubu2 {
	top: 44px;
	left: 55px;
	width: 420px;
}
.fMap_area-chubu {
	top: 370px;
	left: 313px;
	width: 451px;
}
.fMap_area-kinki {
	top: 108px;
	left: 55px;
	width: 336px;
}
.fMap_area-chugoku {
	top: 201px;
	left: 55px;
	width: 252px;
}
.fMap_area-shikoku {
	top: 404px;
	left: 313px;
	width: 451px;
}
.fMap_area-kyushu {
	top: 292px;
	left: 55px;
	width: 168px;
}
.fMap_area p {
	line-height: 17px;
	margin: 0 0 7px;
	font-size: 16px;
	color: #1F1B1D;
	white-space: nowrap;
}
.fMap_area-chubu p,
.fMap_area-shikoku p {
	float: left;
	width: 95px;
}
.fMap_area p span {
	margin: 0 0 0 2px;
	font-size: 78%;
}
.fMap_area ul {
	font-size: 13px;
}
.fMap_area-chubu ul,
.fMap_area-shikoku  ul {
	float: right;
	width: 356px;
	margin-top: -4px;
}
.fMap_area li {
	float: left;
	width: 69px;
	margin: 0 3px 3px 0;
}
.fMap_area .fMap_first {
	display: none;
}
.fMap_area ul a {
	display: block;
	line-height: 24px;
	padding: 0 0 2px 0;
	background-color: #369068;
	color: #fff;
	text-align: center;
	text-decoration: none;
	opacity: 1.0;
}
.d_hover .fMap_area ul a:hover {
	opacity: 0.8;
}
.fMap_area:after,
.fMap_area ul:after { content: ''; display: block; clear: both; height: 0; }






/* モーダル
------------------------------------------------------------------------------- */

.gwModal button.mfp-close {
	opacity: 0;
	transition: opacity .3s ease-out;	
}
.gwModal button.mfp-close-show {
	opacity: 1;
}
.gwModal button.mfp-close,
.gwModal button.mfp-close:active {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	max-width: none;
	height: 80px;
	margin: 0 auto;
	background: #1F1B1D url(../images/close_bg01.svg) center center no-repeat;
	background-size: 33px 33px;
}
.mfp-bg.gwModal {
	z-index: 105;
	background: #F0F1F2;
	opacity: 0;
	transition: opacity .2s;
}
.mfp-bg.gwModal.mfp-ready {
	opacity: .92;
}
.mfp-wrap.gwModal {
	z-index: 110;
}
.gwModal .mfp-iframe-scaler {
	overflow: visible;
	padding: 0;
}
.gwModal .mfp-container {
	min-width: 950px;
	padding: 80px 0 70px;
}
.gwModal .mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 920px;
	height: 580px;
	margin: 0 0 40px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	opacity: 0;
	transition: opacity .3s ease-out;
}
.gwModal .mfp-iframe-holder .mfp-content-show {
	opacity: 1;
}
.gwModal .mfp-iframe-scaler iframe {
	top: 70px;
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px);
	border-radius: 8px;
}


.popEntry01 {
	max-width: 950px;
	margin: 0 auto;
	padding: 40px;
	color: #1F1B1D;
	font-family: "Noto Sans JP", 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	word-break: break-all;
	box-sizing: border-box;
}
.popEntry01_head {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 70px;
	line-height: 1;
	margin: 0;
	color: #1F1B1D;
	font-family: "Noto Sans JP", 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.popEntry01 a {
	color: #E61873;
}
.popEntry01_tit {
	line-height: 1.75;
	margin: 33px 0 0;
	font-size: 134%;
	font-weight: 700;
}
.popEntry01_tit:first-child {
	margin-top: 0;
}
.popEntry01_txt {
	line-height: 1.75;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.popEntry01_list {
	line-height: 1.75;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.popEntry01_list li {
	position: relative;
	padding: 0 0 0 18px;
}
.popEntry01_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #222;
}

.popEntry01_list02 {
	line-height: 1.75;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.popEntry01_list02 li {
	position: relative;
	margin: 0 0 0 1.2em;
	text-indent: -1.2em;
	padding: 0 0 0 14px;
}




#myHomePlan h2{
	margin-bottom: 50px;
	padding: 12px 10px 14px;
	font-size: 167%;
}
#myHomePlan .cbTxt_lead{
	margin-bottom:80px;
	line-height: 1.6;
}

.cbMmcp{
	margin-bottom: 60px;
	padding: 0 20px 30px;
	background-color: #D9EDFC;
}
.cbMmcp_in{
	max-width: 950px;
	margin: 0 auto;
}
.cbMmcp_hdTxt{
	font-size: 200%;
	font-weight: 700;
	color: #005EC7;
	text-align: center;
	position: relative;
	top: -20px;
}
.cbMmcp_hdTxt > span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cbMmcp_hdTxt > span::before {
	content: "";
	width: 2px;
	height: 45px;
	margin-right: 20px;
	background-color: #005EC7;
	display: block;
	transform: rotate(-30deg);
}
.cbMmcp_hdTxt > span::after {
	content: "";
	width: 2px;
	height: 45px;
	margin-left: 20px;
	background-color: #005EC7;
	display: block;
	transform: rotate(30deg);
}
.cbMmcp_hdTxt > span span{
	padding: 0 2px;
	background: linear-gradient(transparent 70%, #FCF883 70%);
}
.cbMmcp_bnr{
	margin: 40px 0 30px;
}
.cbMmcp_bnr a{
	border-radius: 10px;
	overflow: hidden;
	display: block;
}
.cbMmcp_btn{
	width: 320px;
	margin: 0 auto 15px;
	font-size: 150%;
}
.cbMmcp_btn a{
	background-color: #E61873;
	border-radius: 4px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
}
.cbMmcp_btn a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: -5px auto 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #FFF;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14px;
}
.cbMmcp_note{
	font-size: 100%;
	line-height: 1.4;
	color: #666264;
	font-weight: 400;
	text-align: center;
}


.cbLSP{
	margin: 0 20px 70px;
}
.cbLSP_in{
	max-width: 1070px;
	margin: 0 auto;
	padding: 60px 60px 70px;
	background-color: #F0F1F2;
	box-sizing: border-box;
}
.cbLSP_hdTxt{
	margin-bottom: 30px;
	font-size: 200%;
	line-height: 1.16;
	font-weight: 700;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}
.cbLSP_hdTxt span{
	background: linear-gradient(transparent 70%, #FCF883 70%);
}
.cbLSP_txt01{
	margin: 50px 0 40px;
	font-size: 150%;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
}
.cbLSP_txt01 > span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cbLSP_txt01 > span::before {
	content: "";
	width: 2px;
	height: 37px;
	margin-top: 5px;
	margin-right: 20px;
	background-color: #1F1B1D;
	display: block;
	transform: rotate(-30deg);
}
.cbLSP_txt01 > span::after {
	content: "";
	width: 2px;
	height: 37px;
	margin-top: 5px;
	margin-left: 20px;
	background-color: #1F1B1D;
	display: block;
	transform: rotate(30deg);
}
.cbLSP_bg{
	margin-bottom: 60px;
	padding: 60px 60px 35px;
	background-color: #fff;
}
.cbLSP_img{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 5px solid #B72C49;
}
.cbLSP_docs{
	margin-bottom: 50px;
	display: flex;
	gap: 0 50px;
}
.cbLSP_txt{
	width: 33.7%;
	line-height: 2.26;
}
.cbLSP_txt p{
	font-size: 125%;
	font-weight: 600px;
}
.cbLSP_check{
	width: 60%;
	font-size: 125%;
	line-height: 1.6;
	font-weight: 500;
}
.cbLSP_check li{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.cbLSP_check li::before{
	content: "";
	width: 48px;
	height: 48px;
	background: url(../images/ico_chech_LSP.png) left top no-repeat;
	background-size: 100% auto;
	display: inline-block;
}
.cbLSP_check li p{
	width: calc(100% - 68px);
	font-size: 100%;
}

.cbLSP_btn{
	width: 400px;
	margin: 0 auto 15px;
	font-size: 150%;
}
.cbLSP_btn a{
	background-color: #E61873;
	border-radius: 4px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
}
.cbLSP_btn a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: -5px auto 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #FFF;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14px;
}
.cbLSP_btns{
	font-size: 135%;
	display: flex;
	gap: 0 20px;
}
.cbLSP_btns li{
	width: calc((100% - 20px) / 2);
}
.cbLSP_btns li a{
	min-height: 120px;
	padding: 0 0 0 145px;
	background-color: #fff;
	border-radius: 6px;
	color: #1F1B1D;
	text-decoration: none;
	display: flex;
	gap: 0 16px;
	align-items: center;
	position: relative;
}
.cbLSP_btns li a::after{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/ico_blank.png) left top no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.cbLSP_btns li a figure{
	position: absolute;
	bottom: 0;
	left: 24px;
}
.cbLSP_btns li a p{
	font-size: 100%;
	line-height: 1.5;
	font-size: 600;
}
.cbLSP_bnr{
	margin-top: 60px;
	text-align: center;
}


@media only screen and (max-width: 1200px) {
	.cbLSP_hdTxt{
		line-height: 1.4;
	}
	.cbLSP_hdTxt br.devTbl{
		display: inline;
	}
}


@media only screen and (max-width: 1150px) {
	.cbLSP_btns li a figure{
		left: 18px;
	}
	.cbLSP_btns li a{
		min-height: 110px;
		padding: 0 15px 0 125px;
		gap: 0 12px;
	}
	.cbLSP_btns li a figure img{
		max-width: 83px;
		height: auto;
	}
	.cbLSP_btns li a span img{
		max-width: 42px;
		height: auto;
	}
}


.cbTxt_msg{
	font-size: 250%;
	font-weight: 600;
	text-align: center;
}





.fairGuide01_catch4 {
	line-height: 1.357;
	margin: 0 0 29px;
	font-size: 167%;
	font-weight: 700;
	text-align: center;
}
.fairGuide01_catch4-short {
	margin-top: 65px;
	margin-bottom: 28px;
}
.fairGuide01_catch4-add {
	line-height: 1.19;
	margin-top: 46px;
}
.fairGuide01_catch4 > span,
.fairGuide01_catch4 > div {
	display: block;
	position: relative;
	padding: 10px 20px 12px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
.cbCamp_body .fairGuide01_catch4 > span,
.cbCamp_body .fairGuide01_catch4 > div {
	background-color: #152F68;
}
.fairGuide01_catch4-short > span {
	padding: 16px 30px 18px;
}
.fairGuide01_catch4-add > span,
.fairGuide01_catch4-add > div {
	padding: 45px 20px 27px;
}
.fairGuide01_catch4 > span::after,
.fairGuide01_catch4 > div::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0;
}
.cbCamp_body .fairGuide01_catch4 > span::after,
.cbCamp_body .fairGuide01_catch4 > div::after {
	border-top: 8px solid #152F68;
}
.fairGuide01_catch4 > span > span,
.fairGuide01_catch4 > div > span {
	font-size: 28px;
}
.fairGuide01_catch4-add > span > span,
.fairGuide01_catch4-add > div > span {
	font-size: 21px;
}
.fairGuide01_catch5 {
	line-height: 1.32;
	margin: 0 0 20px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.cbCamp_body .fairGuide01_catch5 {
	color: #152F68;
}

.cbCamp_body .fairGuide03 {
	margin: 56px 0 40px;
	border: 1px solid #004377;
	color: #004377;
}
.cbCamp_body .fairGuide03_head {
	line-height: 1.2;
	padding: 16px 10px;
	border-bottom: 1px solid #004377;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
.cbCamp_body .fairGuide03_head span {
	display: inline-block;
	font-size: 16px;
}
.cbCamp_body .fairGuide03_body {
	padding: 29px 20px 22px;
}
.cbCamp_body .fairGuide03_txt {
	line-height: 2.35;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.cbCamp_body .fairGuide03_txt:first-child {
	margin-top: 0;
}
.cbCamp_body .fairGuide03_img {
	max-width: 771px;
	margin: 25px auto 0;
}

.fairGuide01_thumb {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 782px;
	margin: 43px auto 0;
	font-size: 100%;
}
.fairGuide01_thumb li {
	width: 18.29%;
	max-width: 143px;
}
.fairGuide01_thumb span {
	display: block;
}
.fairGuide01_thumb p {
	line-height: 1.785;
	margin: 9px 0 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.fairGuide01_thumb .fairGuide01_fs {
	line-height: 1.5;
	margin: 12px 0 0;
	font-size: 12px;
}

