@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?&family=Noto+Sans+JP:wght@100..900&family=Zen+Antique&display=swap');

:root {
--color1:#0d4e91;
--color2:#10abc0;
--color3:#fff3a2;
--color4:#de7004;
}



/*==================================================
共通
==================================================*/
html {
font-size: 100%;
background:#F5F5F5;
}
body {
font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
font-size: 1rem;
position: relative;
margin: 0px;
padding: 0px;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
color: #333;
}

header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
list-style: none;
margin: 0px;
padding: 0px;
font-weight: normal;
font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
line-height: 1.3em;
}
a, a:link, a:visited {
text-decoration: none;
color:#333;
transition: all ease 300ms;
}
a:hover,a:active {
text-decoration: underline;
}
img {
width: 100%;
display:block;
transition: all ease 300ms;
}
a:hover img,
a:active img {
opacity: 0.85;
}
figure {
text-align: center;
}
p {
line-height: 1.8em;
}
mark {
font-style: normal;
margin:0 0.1em;
padding:0 0.1em;
background: linear-gradient(transparent 70%, var(--color3) 0%);
font-weight: bold;
color:#BD2020;
display:inline-block;
}

.spNone {
display: none;
}

.wrap {
max-width:750px;
margin:0 auto;
background-color: #FFF;
}



/*==================================================
Header
==================================================*/
#header {
background:#FFF;
text-align: center;
height:46px;
display:flex;
align-items: center;
}
#header .logo {
/* width:fit-content; */
width:300px;
margin:0 auto;
}
#header img {
display: block;
}
@media screen and (min-width: 601px) {
	#header .logo {
	width:360px;
	padding:10px 0;
	}
}/* min-width: 601px */



/*==================================================
CTA
==================================================*/
.cta {
background-image: linear-gradient(to bottom, #0d4e91 0%, #0d4e91 40%,#60b5e6 100%);
padding:2.5rem 2rem 2rem;
}
.cta ul {
padding:1.5rem 0 1rem;
}
.cta ul li:not(:first-child) {
margin-top:6px;
}
.cta > p {
color:#FFF;
font-size:0.8rem;
width:calc(100% + 2rem);
margin-left:-0.5rem;
}
@media screen and (min-width: 601px) {
	.cta {
	padding:5rem 4rem 4rem;
	}
	.cta ul {
	padding:3rem 0 2rem;
	}
	.cta ul li:not(:first-child) {
	margin-top:10px;
	}
	.cta > p {
	text-align: center;
	font-size:1.2rem;
	width:100%;
	margin-left:0;
	}
}/* min-width: 601px */




/*==================================================
content
==================================================*/
.hikaku {
background: url(../img/saisei1_hca/bg_hougan.png) center top;
background-size: 120% auto;
padding-bottom:3rem;
}
.hikaku h3 {
background:#f0f9fc;
margin:calc(160px + 1rem) auto 2rem;
width:90%;
position: relative;
border-radius: 10px;
font-size:1.2rem;
line-height: 1.8em;
padding:1em 1.5em 1em;
font-weight: 600;
box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}
.hikaku h3::before {
content:'';
display:block;
width:100%;
height:160px;
background:url(../img/saisei1_hca/hikaku_2.png) no-repeat center top;
background-size:55% auto;
position: absolute;
left:0; bottom:100%;
}
.hikaku figure {
padding:0 1rem;
}
.hikaku figure img {
display:inline-block;
}
@media screen and (min-width: 601px) {
	.hikaku {
	padding-bottom:4rem;
	}
	.hikaku h3 {
	margin:4rem auto;
	width:86%;
	border-radius: 20px;
	font-size:1.4rem;
	line-height: 1.8em;
	padding:1.5em 1.5em 1.5em 35%;
	}
	.hikaku h3::before {
	width:38%;
	height:calc(100% + 20px);
	background:url(../img/saisei1_hca/hikaku_2.png) no-repeat left bottom;
	background-size:100% auto;
	left:-10px; bottom:0;
	}
}/* min-width: 601px */


.zaisan {
background: linear-gradient(to bottom, transparent 20px,#e0ecf9 21px,#e0ecf9 100%);
}
.zaisan ul {
padding:1rem 1rem 2rem;
}
.zaisan ul li:not(:first-child) {
margin-top:1rem;
}
@media screen and (min-width: 601px) {
	.zaisan ul {
	padding:3rem 3rem 4rem;
	}
	.zaisan ul li:not(:first-child) {
	margin-top:2rem;
	}
}/* min-width: 601px */


.jouken {
background:#f9f7e9;
}
.jouken p {
margin-top:1.5rem;
}
.jouken p:first-of-type {
margin:1rem 1.5rem 0;
}
.jouken > figure {
background: #FFF;
padding:1.5rem 0 2rem;
}
@media screen and (min-width: 601px) {
	.jouken p {
	margin-top:3rem;
	}
	.jouken p:first-of-type {
	margin:2rem 3rem 0;
	}
	.jouken > figure {
	background: #FFF;
	padding:3rem 0 4rem;
	}
}/* min-width: 601px */



.jirei ul {
padding:1rem 5% 2.5rem;
}
.jirei ul li {
background: #f2f6fb;
overflow: hidden;
border-radius: 10px;
}
.jirei ul li:not(:first-child) {
margin-top:1.5rem;
}
.jirei ul li dl {
padding:1.5rem;
}
.jirei ul li dl dt {
background-color: var(--color4);
padding:1em 30px 1em 1.5em;
color: #FFF;
line-height: 1em;
text-overflow: clip;
overflow-x: hidden;
position: relative;
border-radius: 50vw;
}
.jirei ul li dl dt::after {
content:'▼';
display:block;
position: absolute;
right:18px; top:calc(50% - 8px);
font-size:8px;
transition: all ease 200ms;
}
.jirei ul li dl dt.active::after {
transform: rotate(180deg);
}
.jirei ul li dl dd {
display: none;
padding:0.5em 0;
font-size:0.9rem;
line-height:1.6em;
}
@media screen and (min-width: 601px) {
	.jirei ul li dl dt {
	font-size:1.6rem;
	text-align: center;
	}
	.jirei ul li dl dd {
	font-size:1.4rem;
	}
}/* min-width: 601px */


.faq {
background: #EDEDED;
padding:3rem 1rem;
}
.faq h2 {
width: 70%;
margin:0 auto 1.5rem;
position: relative;
left:-4%;
}
.faq dl {
margin-top:1.5rem;
}
.faq dl :is(dt,dd) {
padding:1em;
border-radius:8px;
position: relative;
}
.faq dl dt {
background:#81dd68;
margin-left:10px;
margin-right: 8%;
}
.faq dl dt:before,
.faq dl dd:before,
.faq dl dd:after {
content:'';
display: block;
position: absolute;
width: 10px;
height:100%;
}
.faq dl dt:before {
background:url(../img/saisei1_hca/faq_q_fuki.png) no-repeat left top;
left:-10px; top:5px;
}
.faq dl dd {
background:#FFF;
margin:12px calc(10px + 40px) 0 0;
}
.faq dl dd:before {
background:url(../img/saisei1_hca/faq_a_fuki.png) no-repeat right top;
right:-10px; top:5px;
}
.faq dl dd:after {
width:50px;
background:url(../img/saisei1_hca/faq_a.png) no-repeat;
background-size:contain;
right:-60px; top:10px;
}
@media screen and (min-width: 601px) {
	.faq {
	padding:5rem 5%;
	}
	.faq h2 {
	width: 50%;
	margin:0 auto 3rem;
	}
	.faq dl {
	margin-top:3rem;
	}
	.faq dl :is(dt,dd) {
	font-size:1.5rem;
	}
	.faq dl dt:before,
	.faq dl dd:before {
	width: 20px;
	}
	.faq dl dt:before {
	background:url(../img/saisei1_hca/faq_q_fuki.png) no-repeat left top;
	left:-20px; top:10px;
	}
	.faq dl dd:before {
	background:url(../img/saisei1_hca/faq_a_fuki.png) no-repeat right top;
	right:-20px; top:10px;
	}
	.faq dl dd {
	background:#FFF;
	margin:1rem calc(10px + 90px) 0 1em;
	}
	.faq dl dd:after {
	width:90px;
	background:url(../img/saisei1_hca/faq_a.png) no-repeat;
	background-size:contain;
	right:-110px; top:20px;
	}
}/* min-width: 601px */




/*==================================================
foot
==================================================*/
#footer {
/* padding:1rem 5% min(30vw, 130px); */
padding:1rem 5%;
background-color: #FFF;
}
#footer table {
font-size:0.85rem;
line-height:1.2em;
margin-top:1.5rem;
}
#footer table th,
#footer table td {
padding:1em 0.5em;
border-bottom:#CCC solid 1px;
}
#footer table th {
width:8em;
}
#footer > dl {
padding:1rem;
border-bottom:#E6E6E6 solid 1px;
width:100%;
}
#footer > dl :is(dt,dd) {
text-align: center;
box-sizing: border-box;
font-size:0.9rem;
line-height: 1.5em;
}
#footer > dl dt {
font-weight: 600;
font-size:0.85rem;
}
#footer > ul {
display:flex;
justify-content: center;
gap: 1rem 3rem;
margin-top: 2rem;
}
#footer > ul li a {
font-size:0.95rem;
}
#footer .copyRight {
line-height: 1em;
margin-top:2rem;
text-align: center;
font-size: 60%;
}
@media screen and (min-width: 601px) {
	#footer {
	/* padding:4rem 10% min(25vw, 160px); */
	padding:2rem 10%;
	}
	#footer table {
	font-size:1rem;
	width:100%;
	}
	#footer table th,
	#footer table td {
	padding:1em;
	}
	#footer table th {
	width:25%;
	}
	#footer > dl {
	padding:2rem;
	}
	#footer .copyRight {
	font-size: 70%;
	}
}/* min-width: 601px */





/*==================================================
スクロール表示ボタン
==================================================*/
#fixBtn {
position: fixed;
left:0; bottom:0;
width:100vw;
z-index: 10;
background-color: #FFF;
padding:4px 0;
display:none;
}
#fixBtn ul {
text-align: center;
max-width:80vw;
margin:0 auto;
}
@media screen and (min-width: 601px) {
	#fixBtn ul {
	max-width:500px;
	margin:0 auto;
	}
	#fixBtn ul li img {
	max-width:100%;
	height:auto;
	}
}/* min-width: 601px */