@charset "UTF-8";

/* ---------------------------------------------
*   common
--------------------------------------------- */
.l-contents *, 
.l-contents *::before,
.l-contents *::after {
	box-sizing: border-box;
}

.l-contents a,
.l-contents a:hover {
	text-decoration: none;
}

.l-contents img {
	 width: 100%;
}

.l-contents sup {
	font-size: 0.75em;
	padding-left: 5px;
}

@media print and (min-width: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}
@media (min-width:500px) and (max-width:767px) {
    .pc-mini-hide {
        display: none !important;
    }
}

.mgt-15 {
	margin-top: 15px;
}
.mgb-15 {
	margin-bottom: 15px;
}


/*  l-smt-header
--------------------------------------------- */
.l-smt-header {
	text-align: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid #EDEDED;
}

.l-smt-header-ttl {
	padding: 15px 0px;
}

.l-smt-header-ttl img {
	width: 100%;
	max-width: 375.43px;
}

.l-smt-nav {
}

.l-smt-nav_list {
	min-height: 39px;
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	gap: 16px;
}
@media screen and (max-width: 767px) {
    .l-smt-nav_list {
        min-height: auto;
		padding-top: 17px;
    }
}

.l-smt-nav_item {
	min-width: 116.33px;
}
@media screen and (max-width: 767px) {
    .l-smt-nav_item {
        min-width: calc(103.67 /375 *100vw);
    }
}

.l-smt-nav_item a,
.l-smt-nav_item span {
	display: block;
	color: #85878F;
	font-size: 0.916em;
	font-weight: 700;
	padding: 10.5px 0;
	width: 100%;
	border-bottom: 3px solid transparent;
}
.l-smt-nav_item a.current,
.l-smt-nav_item span.current,
.l-smt-nav_item a:hover {
	color: #424D99;
	border-bottom: 3px solid #424D99;
}

@media screen and (max-width: 767px) {
    .l-smt-nav_item a {
        font-size: 1em;
    }
}


/* ---------------------------------------------
*   bg-smt-campaign
--------------------------------------------- */
.bg-smt-campaign {
	background-color: #f5f8ff;
	padding: 40px 0 80px;
	color: #181a24;
}
@media screen and (max-width: 767px) {
    .bg-smt-campaign {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .smt-sp__inner {
        padding-inline: 20px;
    }
}

/*  c-smt-kvbnr
--------------------------------------------- */
.c-smt-kvbnr {
	max-width: 950px;
	margin-inline: auto;
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .c-smt-kvbnr {
		max-width: 100%;
		margin-bottom: 24px;
    }
}

/*  c-smt-kvbnr cp-closed
--------------------------------------------- */
.c-smt-kvbnr.cp-closed {
	position: relative;
}

.c-smt-kvbnr.cp-closed:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.cp-closed-text {
	width: max-content;
	max-width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	font-size: 20px;
	z-index: 2;
}

/* ---------------------------------------------
*   sec-smt-campaign
--------------------------------------------- */
.sec-smt-campaign {
	max-width: 950px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .sec-smt-campaign {
        max-width: 100%;
		width: calc(355 / 375* 100vw);
    }
}

.sec-smt-campaign:not(:first-of-type) {
	margin-top: 45px;
	background-color: #fffaf3;
}

/*  c-smt-term
--------------------------------------------- */
.c-smt-term {
	width: 100%;
	border: 1px solid #414d99;
	display: grid;
	grid-template-rows: 50% 50%;
	grid-template-columns: 20% 80%;

	margin-bottom: 45px;
}
@media (min-width:767px) and (max-width:950px) {
    .c-smt-term {
		width: 98%;
		margin-inline: auto;
    }
}
@media screen and (max-width: 767px) {
    .c-smt-term {
		display: block;
		margin-bottom: 24px;
    }
}

.c-smt-term dt {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	color: #fff;
	background-color: #414d99;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
    .c-smt-term dt {
		display: block;
		text-align: center;
		padding: 10px 15px;
    }
}

.c-smt-term dd {
	font-weight: 700;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.05em;
	display: grid;
	grid-template-columns: 16% 1fr;
	align-items: center;
	gap: 34px;
}
@media screen and (max-width: 767px) {
	.c-smt-term dd {
		gap: calc(10 /375 *100vw);
	}
}

.c-smt-term dd:not(:first-of-type) {
	border-top: 1px solid #414d99;
}

.edition-circle {
	width: 57px;
	height: 57px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffd700;
	color: #424d99;
	font-size: 14px;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.edition-circle {
		width: 50px;
		height: 50px;
	}
}

.edition-circle em {
	font-size: 24px;
	transform: translateY(-3px);
}

.term-text {
	display: inline-block;
	color: #424d99;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}
.term-text-xl {
	font-size: 24px;
}
.term-text-l {
	font-size: 18px;
}
.term-black {
	display: block;
	padding-top: 5px;
}
@media screen and (max-width: 767px) {
	.term-black {
		font-size: 12px;
	}
}

.off .edition-circle {
	background-color: #b9babd;
	color: #ffffff;
}
.off .term-text {
	background: none;
}




/* ---------------------------------------------
*   c-smt-campaign__frame
--------------------------------------------- */
.c-smt-campaign__frame {
	padding: 35px 35px 30px;
}
@media screen and (max-width: 767px) {
    .c-smt-campaign__frame {
		padding: 24px 10px 20px;
    }
}


/* ---------------------------------------------
*   c-smt-campaign__frame-2
--------------------------------------------- */
.c-smt-campaign__frame-2 {
	padding: 25px 25px 15px;
}
@media screen and (max-width: 767px) {
    .c-smt-campaign__frame-2 {
		padding: 24px 10px 22px;
    }
}



/*  u-text-link
--------------------------------------------- */
a.u-text-link {
	color: #424D99;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
a.u-text-link:hover {
	text-decoration: none;
}

/* ---------------------------------------------
*   c-block-btn__wide
--------------------------------------------- */
.c-block-btn__wide {
	width: 475px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.c-block-btn__wide {
		width: calc(315 / 375* 100vw);
		max-width: 475px;
	}
}

.c-block-btn__wide:last-of-type {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.c-block-btn__wide:last-of-type {
		margin-top: 40px;
	}
}

/* ---------------------------------------------
*   c-block-btn__normal
--------------------------------------------- */
.c-block-btn__normal {
	width: 432px;
	margin-inline: auto;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.c-block-btn__normal {
		width: calc(315 / 375* 100vw);
		max-width: 432px;
	}
}

/*  c-btn-1
--------------------------------------------- */
.c-btn-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(270deg, #5185C5 -3.71%, #424D99 76.29%, #424D99 96.29%);
	box-shadow: 0px 5px 3px 0px rgba(68, 68, 68, 0.25);
	border-radius: 1000px 1000px;
	border: 3px solid #ffffff;
	padding: 10px;
	padding-right: 20px;
	min-height: 75px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-btn-1 {
		font-size: 18px;
	}
	span.c-btn-1 {
		font-size: 16px;
	}
}

.c-btn-arrow-1:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 7px;
	height: 14px;
	background: url("../img/btn-icon_arrow-1.svg") center center no-repeat;
	transform: translateY(-45%);
}

.c-btn-1:hover {
	color: #FFFFFF;
	background: linear-gradient(270deg, #85AAD6 0%, #7B82B8 80%, #7B82B8 100%);
}

span.c-btn-1 {
	color: #FFFFFF;
	background: linear-gradient(270deg, #85AAD6 0%, #7B82B8 80%, #7B82B8 100%);
}

/* ---------------------------------------------
*   c-block-btn__pdf
--------------------------------------------- */
.c-block-btn__pdf {
	width: 475px;
	margin-inline: auto;
	margin-top: 45px;
}
@media screen and (max-width: 767px) {
	.c-block-btn__pdf {
		width: calc(315 / 375* 100vw);
		max-width: 475px;
	}
}

/*  c-btn-pdf
--------------------------------------------- */
.c-btn-pdf {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0px 5px 3px 0px rgba(68, 68, 68, 0.25);
	border-radius: 1000px 1000px;
	border: 3px solid #414d99;
	padding: 10px;
	min-height: 75px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
	color: #414d99;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-btn-pdf {
		font-size: 18px;
		letter-spacing: 0;
		padding-right: 30px;
	}
}

.c-btn-arrow-pdf:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 35px;
	display: block;
	width: 27px;
	height: 34px;
	background: url("../img/icon_pdf.svg") center center no-repeat;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.c-btn-arrow-pdf:after {
		right: 16px;
	}
}

.c-btn-pdf:hover {
	color: #414d99;
	opacity: 0.8;
	
}

/*  c-btn-2
--------------------------------------------- */
.c-btn-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #414d99;
	padding: 10px;
	padding-right: 20px;
	min-height: 55px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	color: #414d99;
	position: relative;
}
.c-btn-2:hover {
	background-color: #EDEEFA;
	color: #414d99;
}

.c-btn-2 .c-btn-arrow-1:after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' data-name='レイヤー 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.89 13.83'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23414d99; %7D %3C/style%3E%3C/defs%3E%3Cg id='_レイヤー_1-2' data-name='レイヤー 1'%3E%3Cpath class='cls-1' d='M.72,13.81c-.59.02-.95-.75-.54-1.19,0,0,5.03-5.71,5.03-5.71L.18,1.19C-.43.48.62-.45,1.26.25c0,0,5.45,6.19,5.45,6.19.24.27.24.68,0,.95-.21.09-5.71,6.86-5.99,6.43Z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------------------------------------------
*   c-title
--------------------------------------------- */
/*  c-title-triangle
--------------------------------------------- */
.c-title-triangle {
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/bg_title-triangle.png") top center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.c-title-triangle {
		background: url("../img/bg_title-triangle.png") top center no-repeat;
		background-size: 100% 100%;
	}
}

.c-title-triangle .title-text {
	display: inline-block;
	height: 30px;
} 
@media screen and (max-width: 767px) {
	.c-title-triangle .title-text.pc-hide {
		height: 57px;
	}
}

/*  c-benefit-list
--------------------------------------------- */
.c-benefit-list {
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.c-benefit-list {
		gap: 38px;
		grid-template-columns: 1fr;
	}
}

.c-benefit-num {
	background-color: #0099D9;
	border-radius: 1000px 1000px;
	font-size: 19px;
	color: #FFD700;
	font-weight: 700;
	text-align: center;
	padding: 5px;
}
@media screen and (max-width: 767px) {
	.c-benefit-num {
		font-size: 18px;
	}
}

.c-benefit-text {
	color: #000;
	font-size: 22px;
	letter-spacing: 0.02em;
	font-weight: 700;
	line-height: 1.37;
	text-align: center;
	min-height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-benefit-text em {
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}

.c-benefit-image {
	border: 3px solid #0099D9;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 18px;
} 

.c-benefit-image img {
	max-width: 296px;
}

.c-benefit__under-text {
	color: #6d6d6d;
	text-align: center;
	font-size: 12.5px;
}
@media screen and (max-width: 767px) {
	.c-benefit__under-text {
		text-align: center;
		font-size: 12px;
		letter-spacing: -0.04em;
	}
}

/*  c-benefit-attention
--------------------------------------------- */
.c-benefit-attention {
	border: 3px solid #FFD700;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	margin-top: 33px;
	margin-left: 49px;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.c-benefit-attention {
		margin-top: 60px;
		margin-left: 0;
		padding: 55px 5px 25px 10px;
	}
}

.c-benefit-attention:before {
	content: "";
	position: absolute;
    width: 98px;
    height: 98px;
    top: 50%;
    left: -49px;
    background: url(../img/icon_exclamation.svg) 0 0 no-repeat;
    background-size: 100% 100%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.c-benefit-attention:before {
		width: 80px;
		height: 80px;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.c-benefit-attention-text {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
@media screen and (max-width: 767px) {
	.c-benefit-attention-text {
		letter-spacing: -0.05em;
		line-height: 1.9;
	}
}

.c-benefit-attention-text em {
	color: #0099D9;
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}


/*  c-about-intro
--------------------------------------------- */
.c-about-intro {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-about-intro {
		letter-spacing: -0.05em;;
	}
}

.c-about-intro em {
	font-weight: 700;
	font-size: 18px;
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}

/*  c-about-intro-2
--------------------------------------------- */
.c-about-intro-2 {
	font-size: 14.6px;
	letter-spacing: 0.01em;
	line-height: 1.75;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-about-intro-2 {
		letter-spacing: 0;
	}
}

.c-about-intro-2 em {
	font-weight: 700;
	font-size: 18px;
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}


/*  c-step-title-lv3
--------------------------------------------- */
.c-step-title-lv3 {
	color: #0099D9;
	font-size: 20px;
	font-weight: 700;
	background-color: #efefef;
	text-align: center;
	padding: 11px;
	margin-top: 30px;
}

/*  c-step-box
--------------------------------------------- */
.c-step-box {
	background-color: #fff;
	padding: 35px 20px;
}
@media screen and (max-width: 767px) {
	.c-step-box {
		padding: 25px 10px;
	}
}

/*  step-contents
--------------------------------------------- */
.step-contents:not(:last-of-type)  {
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.step-contents:not(:last-of-type) {
		margin-bottom: 25px;
	}
}

.step-ttl {
	display: grid;
	grid-template-columns: 110px 1fr;
	column-gap: 18px;
	align-items: flex-start;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.step-ttl {
		grid-template-columns: 90px 1fr;
		column-gap: 10px;
	}
}

.step-num {
	background-color: #0099D9;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step-num-text {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.step-num-text {
		line-height: 1.5;
	}
}
.step-num-text sup {
	font-size: 12px;
	top: -1em;
}

.step-num-text .text-normal {
	font-size: 18px;
	font-weight: 400;
	display: block;
}
@media screen and (max-width: 767px) {
	.step-num-text .text-normal {
		font-size: 16px;
	}
}

.step-num-text em {
	color: #0099D9;
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}

.step-inner {
	padding-left: 128px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.step-inner {
		padding-left: 0;
	}
}

.step-inner .step-checklist {
	color: #0099D9;
	font-weight: 700;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.5em;
	margin-top: 1em;
}

.step-inner .step-checklist li {
	list-style: inherit;
	line-height: 1.5;
	padding-bottom: 5px;
	letter-spacing: 0.05em;
}

.step-comment {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.666;
	margin-left: 128px;
}
@media screen and (max-width: 767px) {
	.step-comment {
		line-height: 1.555;
		margin-left: 0;
	}
}

.step-comment em {
	color: #0099D9;
	background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 50%);
}

.step-contents .c-block-btn__wide {
	margin-top: 0;
}

.c-step3-image {
	max-width: 463px;
	margin-inline: auto;
	margin-top: 40px;
	transform: translateX(42px);
}
@media screen and (max-width: 767px) {
	.c-step3-image  {
		margin-top: 30px;
		transform: translateX(0px);
	}
}

.step-contents .c-smt-term {
	width: auto;
	margin-top: 45px;
	margin-left: 128px;
}
@media screen and (max-width: 767px) {
	.step-contents .c-smt-term {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.step-contents .edition-circle {
		width: 45px;
		height: 45px;
		font-size: 0.8em;
	}
	.step-contents .term-black {
		letter-spacing: 0;
	}
}

/*  c-notes-list
--------------------------------------------- */
.c-notes-list {
	color: #6d6d6d;
	font-size: 12.5px;
	line-height: 1.7;
	margin-left: 10px;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.c-notes-list {
		margin-top: 20px;
	}
}

.c-notes-item {
	text-indent: -2em;
	padding-left: 2em;	
}
.c-notes-item__num {
	text-indent: -2.5em;
	padding-left: 2.5em;	

}

/*  c-point-title-lv3
--------------------------------------------- */
.c-point-title-lv3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	background-color: #0099D9;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 13px;
	margin-top: 25px;
}

.c-point-title-lv3 em {
	color: #FFD700;
}

.c-point-title-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.c-point-title-text .numbers_white {
	width: 27px;
	margin-right: 8px;
	margin-top: 2.5px;
}

/*  c-point-box
--------------------------------------------- */
.c-point-box {
	background-color: #fff;
	padding: 35px 20px;
}
@media screen and (max-width: 767px) {
	.c-point-box {
		padding: 25px 10px;
	}
}

.c-point-box + .c-point-box {
	padding-top: 0px;
}


.c-point-intro {
	font-weight: 700;
	text-align: center;
}

.c-point-intro .text-middle {
	font-size: 24px;
	letter-spacing: 0.025em;
	margin-bottom: 15px;
}

.c-point-intro .text-big {
	font-size: 45px;
	font-feature-settings: "halt";
	line-height: 1.4;
}
.c-point-intro .text-big em {
	color: #0099D9;
}
 
@media screen and (max-width: 767px) {
	.c-point-intro .text-middle {
		font-size: min(calc(24 /375 *100vw), 24px);
		line-height: 1.333;
	}
	.c-point-intro .text-big {
		font-size: min(calc(44 /375 *100vw), 44px);
		line-height: 1.28;
	}
	.c-point-intro .text-green {
		font-size: min(calc(26 /375 *100vw), 44px);
	}
}

/*  c-point-image
--------------------------------------------- */
.c-point-image-intro {
	max-width: 525px;
	margin-inline: auto;
	margin-top: 25px;
	transform: translateX(-42px);
}
@media screen and (max-width: 767px) {
	.c-point-image-intro {
		max-width: calc(286 /375 *100vw);
		transform: translateX(-13px);
	}
}

.c-point-image01 {
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.c-point-image01 {
		margin-top: 15px;
	}
}

.c-point-image02 {
	margin-top: 35px;
	max-width: 662px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.c-point-image02 {
		overflow-x: scroll;
	}
	.c-point-image02 img {
		max-width: fit-content;
		width: 662px;
	}
}

.c-point-image03,
.c-point-image04 {
	margin-top: 50px;
	background-color: #fffaf3;
	border-radius: 15px;
	text-align: center;
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.c-point-image03,
	.c-point-image04 {
		margin-top: 40px;
		padding: 20px 10px;
	}
}

.c-point-image03 img {
	max-width: 510px;
}
.c-point-image04 img {
	max-width: 510px;
}

/* speech-bubble
--------------------------------------------- */
.speech-bubble {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: left;
	transform: translateX(-20px);
	margin-top: 20px;
}
.speech-bubble img {
	width: 154px;	
}

@media screen and (max-width: 767px) {
	.speech-bubble {
		flex-direction: column;
		gap: 0;
		transform: translateX(0);
		text-align: center;
	}
	.speech-bubble img {
		width: 248px;
	}
}


/*  c-point-list
--------------------------------------------- */
.c-point-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 37px;
	margin-top: 55px;
}
@media screen and (max-width: 767px) {
	.c-point-list  {
		grid-template-columns: 1fr;
		gap: 43px;
		margin-top: 40px;
		width: calc(280 /375 * 100vw);
		max-width: 320px;
		margin-inline: auto;
	}
}

.c-point-list__item {
	position: relative;
	background-color: #fffaf3;
	border-radius: 10px;
	padding: 35px 15px 15px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.c-point-list__item {
		min-height: auto;
		padding: 25px 15px 15px;
		gap: 20px;
	}
}

.c-point-list__item:not(:last-of-type):after {
	content: "";
	position: absolute;
    width: 27px;
    height: 58px;
    bottom: 50%;
    right: -34px;
    background: url(../img/icon_triangle.svg) 0 0 no-repeat;
    background-size: 100% 100%;
	transform: translateY(50%);	
}
@media screen and (max-width: 767px) {
	.c-point-list__item:not(:last-of-type):after {
		bottom: -52px;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
	}
}

.point-list-text {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
@media screen and (min-width: 768px) {
	.c-point-list__item:first-of-type .point-list-text {
		line-height: 1.6;
	}
}
@media screen and (max-width: 767px) {
	.point-list-text {
		font-size: 19px;
		line-height: 1.6;
	}
}

.point-list-text .text-small {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding-top: 0.5em;
}

.point-list-image {
	width: 153px;
}

/*  point3
--------------------------------------------- */
.c-point3-image-intro {
	max-width: 457px;
	margin-inline: auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-point3-image-intro {
		max-width: calc(226 /375 *100vw);
	}
}

.c-point-intro.point3 .text-middle em {
	font-size: 27px;
	color: #0099D9;
}

.c-point-intro.point3 .text-big {
	font-size: 44px;
	font-feature-settings: "halt";
}
@media screen and (max-width: 767px) {
	.c-point-intro.point3 .text-big {
		font-size: 38px;
	}
}

.c-point-intro.point3 .text-big em {
	color: #0099D9;
}

.point3 .c-notes-list {
	margin-inline: 80px;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.point3 .c-notes-list {
		margin-inline: 0;
	}
}

/*  c-point3-step
--------------------------------------------- */
.c-point3-step {
	display: flex;
	flex-direction: column;
	gap: 43px;
}
@media screen and (max-width: 767px) {
	.c-point3-step  {
		gap: 45px;
	}
}

.c-point3-step__item {
	position: relative;
	background-color: #fffaf3;
	border-radius: 10px;
	padding: 30px 10% 20px;
}
@media screen and (max-width: 767px) {
	.c-point3-step__item {
		padding: 30px 15px 25px;	
	}
}

.c-point3-step__item:not(:last-of-type):after {
	content: "";
	position: absolute;
    width: 27px;
    height: 58px;
    bottom: -52px;
    right: 50%;
    background: url(../img/icon_triangle.svg) 0 0 no-repeat;
    background-size: 100% 100%;
	transform: translateX(50%) rotate(90deg);
}

.c-step-wrap {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.c-step-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
}

.c-point3-step-text {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.62;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
	.c-point3-step-text {
		text-align: center;
	}
}

.c-point3-step-text .text-small {
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-top: 0.5em;
}

.point3_image01 {
	width: 124px;
	transform: translateX(-10px);
}
.point3_image02 {
	width: 164px;
}
.point3_image03 {
	width: 255px;
	transform: translateX(40px);
}

@media screen and (max-width: 767px) {
	.point3_image01 {
		width: 140px;
		transform: translateX(21px);
	}
	.point3_image02 {
		width: 178px;
	}
	.point3_image03 {
		transform: translateX(0px);
	}
}

.c-point3-step .c-notes-list {
	margin-top: 15px;
	margin-left: 0;
}

/* c-block-more
--------------------------------------------- */
.c-block-more {
	text-align: center;
	margin-top: 35px;
}

.c-block-more button {
	width: 100%;
}

@media screen and (min-width: 768px) {
    .c-block-more {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        will-change: transform;
    }
    .c-block-more:hover {
        opacity: 0.8;
    }
}

.c-block-more__btn {
	font-size: 17px;
	font-weight: 700;
	position: relative;
}

.c-block-more__btn-txt--open {
	padding: 15px;
	background-color: #fffaf3;
}
.c-block-more__btn-txt--close {
	padding: 15px;
	background-color: #fff;
}

.c-block-more__btn .c-icon:before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

.c-block-more__btn-txt--open .c-icon:before {
	background: url("../img/icon_plus.svg") no-repeat;
}

.c-block-more__btn-txt--close .c-icon:before {
	background: url("../img/icon_minus.svg") no-repeat;
	transform: translateY(0%);
}

.c-block-more__btn-txt--close {
    display: none;
}

.is-acc-open .c-block-more__btn-txt--close {
    display: block;
}

.is-acc-open .c-block-more__btn-txt--open {
    display: none;
}

/* ---------------------------------------------
*   #faq.sec-smt-campaign
--------------------------------------------- */
#faq.sec-smt-campaign {
	background-color: #fff;
}

/*  sec-smt__faq
--------------------------------------------- */
.sec-smt__faq {
	padding: 35px 25px 30px;
}
@media screen and (max-width: 767px) {
    .sec-smt__faq {
		padding: 24px 10px 32px;
	}
}

/* ---------------------------------------------
*   c-list-faq
--------------------------------------------- */
.js-acc-target {
    display: none;
}

.c-list-faq {
}


.list-faq__item {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

.list-faq__item:nth-of-type(n + 2) {
    margin-top: 10px;
}

.list-faq__cont-q {
    position: relative;
    padding: 16px 70px 16px 52px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
	background-color: #fffaf3;
}
@media screen and (max-width: 767px) {
    .list-faq__cont-q {
		padding: 16px 45px 16px 52px;
	}
}

.list-faq__cont-q:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    right: 16px;
    background: url(../img/icon_plus.svg) 0 0 no-repeat;
    background-size: 100% 100%;
	transform: translateY(-45%);
}

.is-acc-open .list-faq__cont-q::after {
    top: 50%;
    width: 18px;
    height: 18px;
    background: url(../img/icon_minus.svg) 0 0 no-repeat;
    background-size: 100% 100%;
	transform: translateY(-45%);
}

@media screen and (min-width: 768px) {
    .list-faq__cont-q {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        will-change: transform;
    }

    .list-faq__cont-q:hover {
        opacity: 0.8;
    }
}

.list-faq__icon-q {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #0099D9;
	font-size: 24px;
}

.list-faq__icon-a {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #515151;
	font-size: 24px;
}

.list-faq__cont-a {
	position: relative;
    padding: 16px 16px 16px 54px;
    background-color: #f7f7f7;
	line-height: 1.66;
		font-size: 15.5px;
}
@media screen and (max-width: 767px) {
    .list-faq__cont-a {
		font-size: 15px;
	}
}

.text-waterblue {
	color: #0099D9;
	font-weight: 700;
}

.text-red {
	color: #E6002D!important;
}
