@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	margin-bottom: 100px;
}

.contents01 .box02 p {
	margin-bottom: 25px;
}

.contents01 .box02 p:last-child {
	margin-bottom: 0px;
}

/* common */

.lead,
.point,
.faq {
	width: 1100px;
	margin-bottom: 90px;
}

.contents06 {
	width: 100%;
	margin-bottom: 90px;
	padding: 80px 0px;
	background : rgba(129, 177, 223, 0.2);
	text-align: center;
}

.contents06 h3,
.contents06 p,
.contents06 .box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.flow {
	width: 100%;
	margin-bottom: 90px;
}

.lead h3,
.point > h3,
.flow h3,
.faq h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 38px;
	color: #4066a5;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	margin-bottom: 35px;
}

.lead p,
.point p,
.flow p,
.faq dd {
	line-height: 2;
}

.lead p {
	margin-bottom: 25px;
}

.lead p:last-child {
	margin-bottom: 0px;
}

.lead ul {
	width: 820px;
	margin: 35px auto;
	padding: 35px 45px;
	border-radius: 20px;
	background : rgba(129, 177, 223, 0.2);
}

.lead ul li {
	position: relative;
	font-size: 20px;
	color: #16447c;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 28px;
}

.lead ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 12px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #81b1df;
}

.lead ul li:last-child {
	margin-bottom: 0px;
}

/* contents03 */

.point > div {
	margin-bottom: 45px;
	padding: 40px;
	border-style : solid;
	border-color : #eae8e6;
	border-width : 7px;
	background-color: #FFF;
}

.point > div:last-child {
	margin-bottom: 0px;
}

.point h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 28px;
	color: #16447c;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 25px;
}

.point h5 {
	display: inline-block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
	color: #FFF;
	line-height: 1.3;
	font-weight: 400;
	background-color: #4066a5;
	border-radius: 100px;
	padding: 10px 28px;
	margin: 25px 0px 20px;
}

.point p {
	margin-bottom: 20px;
}

.point p:last-child {
	margin-bottom: 0px;
}

.point strong {
	color: #4066a5;
	font-weight: 700;
}

.point ol {
	display: flex;
	justify-content: center;
	gap: 42px;
	margin-bottom: 25px;
}

.point ol li {
	position: relative;
	width: 205px;
	border-radius: 18px;
	background : rgba(129, 177, 223, 0.2);
	color: #16447c;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	padding: 25px 15px;
}

.point ol li strong,
.point ol li span {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.5;
}

.point ol li strong {
	font-size: 20px;
}

.point ol li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -29px;
	width: 12px;
	height: 12px;
	border-top: solid 3px #81b1df;
	border-right: solid 3px #81b1df;
	transform: translateY(-50%) rotate(45deg);
}

.point ol li:last-child::after {
	display: none;
}

.point dl {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0px;
	border-top: solid 1px #d6e3f3;
}

.point dt,
.point dd {
	border-bottom: solid 1px #d6e3f3;
	padding: 18px 0px;
}

.point dt {
	width: 250px;
	color: #4066a5;
	font-weight: 700;
	line-height: 1.6;
}

.point dd {
	width: 750px;
	font-size: 18px;
	line-height: 1.8;
}

.point dd dl {
	display: grid;
	grid-template-columns: 150px auto;
	gap: 0px;
	margin: 4px 0px 0px;
	border-top: none;
}

.point dd dl dt,
.point dd dl dd {
	width: auto;
	border-bottom: none;
	padding: 0px;
	font-size: 18px;
	line-height: 1.8;
}

.point dd dl dt {
	color: #231815;
	font-weight: 400;
}

.point .note {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}

/* contents04 */

.flow {
	padding: 80px 0px 50px;
	background : rgba(129, 177, 223, 0.1);
}

.flow h3,
.flow .box01 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.flow .box01 p {
	margin-bottom: 50px;
	text-align: left;
}

.flow .box01 p:last-child {
	margin-bottom: 0px;
}

/* contents05 */

.faq dl {
	border-top: solid 1px #d6e3f3;
}

.faq dt {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 24px;
	color: #4066a5;
	line-height: 1.5;
	font-weight: 400;
	padding: 28px 0px 15px;
}

.faq dd {
	border-bottom: solid 1px #d6e3f3;
	padding: 0px 0px 28px;
}

.contents06 h3 {
	margin-bottom: 25px;
}

.contents06 p {
	text-align: left;
}

.contents06 .box {
	margin-bottom: 25px;
	border-radius: 100px;
	border-style : solid;
	border-color : #4066a5;
	border-width : 1px;
	background-color: #FFF;
	padding: 15px 20px;
}

.contents06 .box p {
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	font-size: 26px;
	color: #4066a5;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 0px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
