@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	background-image: linear-gradient(332deg, rgba(0, 166, 219, 0.33), rgba(233, 240, 250, 1));
	padding-bottom: min(20vw, 60px);
}
header {
	height: 15vw;
	max-height: 60px;
	position: relative;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
}
header div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
header div a.logo {
	display: inline-block;
	background-image: url("../img/logo_bof.png");
	text-indent: -9999px;
	overflow: hidden;
	aspect-ratio: 750 / 100;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50%;
	width: auto;
}
h1 {
	background-image: url("../img/kv_sp.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 700 / 750;
	width: 100%;
	height: auto;
	text-indent: -9999px;
}
main {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#sec2 h2, #sec2 div#s1, #sec2 div#s2, #sec2 div#s3 {
	text-indent: -9999px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#sec2 div.detail_sec2 {
	position: absolute;
	left: -9999px;
}
#sec2 h2 {
	aspect-ratio: 1000 / 651;
	background-image: url("../img/lp_images_01.png");
}
#sec2 div#s1 {
	aspect-ratio: 1000 / 1242;
	background-image: url("../img/lp_images_02.png");
}
#sec2 div#s2 {
	aspect-ratio: 1000 / 624;
	background-image: url("../img/lp_images_03.png");
}
#sec2 div#s3 {
	aspect-ratio: 1000 / 700;
	background-image: url("../img/lp_images_04.png");
}
.detail_table {
	background: #FFD8D9;
	padding: 20px;
}
.detail_table h3 {
	background-color: #FF8598;
	color: #ffffff;
	text-align: center;
	font-weight: 800;
	font-size: 1rem;
	padding: 7px;
	border-radius: 8px 8px 0 0;
}
.detail_table dl {
	display: grid; /* グリッドコンテナの定義 */
	grid-template-columns: 1fr; /* 列の数と幅の指定 */
}
.detail_table dl > :last-child {
	border-radius: 0 0 8px 8px;
}
.detail_table dl dt {
	border-left: 1px solid #FF8598;
	border-right: 1px solid #FF8598;
	border-bottom: 1px solid #FF8598;
	font-weight: 700;
	background-color: #FFEEEE;
	padding: 5px 8px;
	font-size: 0.95rem;
}
.detail_table dl dd {
	border-left: 1px solid #FF8598;
	border-right: 1px solid #FF8598;
	border-bottom: 1px solid #FF8598;
	font-size: 0.95rem;
	padding: 5px 8px;
	background-color: #ffffff;
}
.kome_indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.kome_indent::before {
	content: "※";
}
body nav {
	height: 20vw;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	max-height: 60px;
	background-color: #ffcc00;
}
body nav .pc_qr {
	display: none;
}
body nav .sp_btn a {
	display: block;
	background-color: #333;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: 10px auto;
	height: 40px;
	padding-top: 8px;
	border-radius: 5px;
	font-size: clamp(14px, 5vw, 20px);
	font-weight: 700;
}
.fixed-nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition:
		transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.fixed-nav.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
aside {
	display: none;
}
/* ---------- バリーカード ----------*/
.varycard {
	background: #E2DED3;
	background: radial-gradient(circle, rgba(226, 222, 211, 1) 0%, rgba(232, 227, 203, 1) 11%, rgba(219, 230, 214, 1) 25%, rgba(219, 227, 215, 1) 45%, rgba(220, 209, 221, 1) 73%, rgba(198, 210, 240, 1) 100%);
	padding: 30px 0;
}
.varycard h3 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	aspect-ratio: 750 / 340;
	background: url("../img/txt_ttl-merit.png") center center / cover no-repeat;
	text-indent: -9999px;
}
.varycard div {
	text-align: center;
	width: 80vw;
	max-width: 500px;
	margin: -20px auto 00;
	font-weight: 800;
	font-size: clamp(0.75rem, 0.375rem + 2vw, 1.25rem);
	line-height: 1.8em;
	color: #333d77;
	text-shadow:
		0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff;
}
.varycard ol li {
	width: 80vw;
	max-width: 500px;
	font-weight: 700;
	margin: 10px auto 0;
	background-color: rgba(255, 255, 255, .65);
	padding: 8px 10px 8px 15px;
	border-radius: 8px;
	text-align: center;
	color: #434c7a;
}
.varycard ol li em {
	font-size: 1.3rem;
	font-style: normal;
	color: #e3007f;
}
.varycard p {
	font-size: 0.7rem;
	width: 75vw;
	max-width: 500px;
	margin: 10px auto 0;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3em;
	color: #3A3A3A;
	padding-bottom: 15px;
}
.varycard p::before {
	content: "※";
}
.varycard a {
	display: inline-block;
	width: 100%;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: underline;
	color: #29058F;
}
/* ---------- 注意事項 上部 ------------ */
.information_top {
	padding: 20px;
	font-size: 0.94rem;
}
.information_top a ,.detail_table a{
	color: #1800EB;
	text-decoration: underline;
}
.information_top .kome_indent {
	margin-bottom: 5px;
}
/* ---------- 注意事項 下部 ------------ */
.information {
	background-color: #E7e7e7;
	padding: 20px;
	font-size: 0.95rem;
}
.information h4 {
	font-weight: 600;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:0.95rem;
}
.information h5 {
	background-color: #f1f1f1;
	padding-left: 12px;
	padding-bottom: 0;
	padding-top: 12px;
	font-weight: 700;
	border-top: 1px solid #e0e0e0;
}
.information div {
	background-color: #f1f1f1;
	padding: 8px 8px 8px 15px;
}
.information h5:nth-child(2) {
	padding-top: 15px;
	border-radius: 8px 8px 0 0;
	border-top: 0;
}
.information .waku {
	background-color: #f1f1f1;
	padding: 8px 10px 12px 5px;
}
.information .waku div {
	padding: 0 5px 12px 10px;
}
.information .waku div h6 {
	font-weight: 600;
	padding-bottom: 3px;
}
.information .waku div h6::before {
	content: "●";
	margin-right: 0.2rem;
}
.information .waku div li {
	list-style: disc;
	margin-left: 1.5em;
}
.information .waku_last {
	border-radius: 0 0 8px 8px;
}
.information p {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
/* ---------- 注意事項のナンバリングのフォーマット -------------- */
ol.no_fm_1 {
	counter-reset: list-number;
	padding-left: 0;
}
ol.no_fm_1 > li {
	counter-increment: list-number;
	position: relative;
	padding-left: 2em;
	margin-bottom: 5px;
}
ol.no_fm_1 > li::before {
	content: "（"counter(list-number) "）";
	position: absolute;
	left: 0;
	top: 0;
}
ol.no_fm_1_top > li {
	padding-left: 2.5em;
}
ol.no_fm_1_top > li::before {
	content: "(注"counter(list-number) ")";
}
ol.no_fm_2 {
	padding-left: 0;
	margin-bottom: 5px;
}
ol.no_fm_2 > li {
	position: relative;
	padding-left: 1.22em;
	margin-top: 5px;
}
ol.no_fm_2 > li::before {
	position: absolute;
	left: 0;
	top: 0;
}
ol.no_fm_2 > li:nth-child(1)::before {
	content: "①";
}
ol.no_fm_2 > li:nth-child(2)::before {
	content: "②";
}
ol.no_fm_2 > li:nth-child(3)::before {
	content: "③";
}
ol.no_fm_3 {
	padding-left: 0;
	padding-top: 8px;
}
ol.no_fm_3 > li {
	position: relative;
	padding-left: 2.0em;
}
ol.no_fm_3 > li::before {
	position: absolute;
	left: 0;
	top: 0;
}
ol.no_fm_3 > li:nth-child(1)::before {
	content: "A. ";
}
ol.no_fm_3 > li:nth-child(2)::before {
	content: "B. ";
}
ol.no_fm_3 > li:nth-child(3)::before {
	content: "C. ";
}
ol.no_fm_3 > li:nth-child(4)::before {
	content: "D. ";
}
/* ---------- コールセンター ------------ */
.phone {
	padding: 20px;
}
.phone dt {
	font-weight: 400;
}
.phone dt br {
	display: none;
}
.phone dd.no {
	display: block;
	font-size: 2.0em;
	font-weight: 900;
	color: #00a7db;
	text-indent: 60px;
	margin: 10px 0;
	background-image: url("../img/icon_free_tel01.png");
	background-repeat: no-repeat;
	background-size: 55px;
	background-position: 0 5px;
}
.phone dd.note {
	font-size: clamp(10px, 2.8vw, 12px);
	line-height: 1.5em;
}
/* ---------- フッタ ----------- */
footer {
	padding: 20px;
	font-size: clamp(9.5px, 3vw, 12px);
	color: #323232;
}
footer address {
	font-size: 14px;
	padding-bottom: 10px;
}
footer p {
	font-size: 10px;
	padding-top: 10px;
}
/* --------- PC用 CSS ---------- */
@media screen and (min-width: 700px) {
	main {
		max-width: 650px;
		margin: 30px auto;
		border-radius: 30px;
	}
	body {
		padding-bottom: 100px !important;
	}
	h1 {
		background-image: url("../img/kv_pc.png");
		aspect-ratio: 1000 / 750;
		border-radius: 30px 30px 0 0;
	}
	.detail_table dl {
		grid-template-columns: 160px 1fr;
	}
	.detail_table dl > :last-child {
		border-radius: 0 0 8px 0;
	}
	.detail_table dl > :nth-last-child(2) {
		border-radius: 0 0 0 8px;
	}
	.detail_table dl dt {
		font-weight: 700;
		text-align: left;
		align-content: center;
		padding-left: 10px;
	}
	.detail_table dl dd {
		border-left: none;
		padding-left: 10px;
	}
	body nav {
		height: 100px !important;
		max-height: none !important
	}
	body nav .sp_btn {
		display: none;
	}
	body nav .pc_qr {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		height: 100%;
		color: #111;
		font-weight: 700;
		font-size: 25px;
	}
	body nav .pc_qr img {
		height: 80px;
		width: auto;
	}
	.varycard ol li br {
		display: none;
	}
	.varycard ol li {
		border-radius: 20px;
		font-size: 18px;
	}
	.phone dl {
		display: grid;
		grid-template-columns: 180px 1fr;
	}
	.phone dt br {
		display: inline;
	}
	.phone dl dt {
		grid-row: span 2;
		place-content: center;
		padding-left: 30px;
		line-height: 1.5em;
		border-right: 1px solid #ccc;
	}
	.phone dl dd {
		padding-left: 25px;
		padding-bottom: 10px;
	}
	.phone dl dd.no {
		background-position: 25px 5px;
		padding-bottom: 0;
	}
	footer {
		padding-bottom: 30px;
		text-align: center;
	}
}
@media screen and (min-width: 1200px) {
	aside {
		display: block;
		position: fixed;
		right: calc(((100vw - 640px) / 4) - 110px);
		bottom: 130px;
		width: 220px;
	}
	aside li a {
		display: flex;
		justify-content: center; /* 横中央 */
		align-items: center; /* 縦中央 */
		background-image: linear-gradient(10deg, #474747, #000000 46%, #4b4b4b 51%, #000000);
		margin-bottom: 10px;
		height: 45px;
		color: #fff;
		font-weight: 700;
		border-radius: 8px;
		box-shadow: 0 3px 3px 0 rgba(155, 166, 219, 0.33);
	}
	aside li a:hover {
		background-image: linear-gradient(10deg, #FFEEAA, #ffcc00);
		color: #000;
	}
	aside li:last-child a {
		margin-top: 40px;
	}
}