<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.pageIntroduction {
	padding-bottom: 0;
}
.AnchorList {
	margin-bottom: 60x;
}
.AnchorList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}
.AnchorList ul li {
	margin: 0 30px 15px 0;
}
.AnchorList ul li:last-of-type {
	margin-right: 0;
}
.AnchorList ul li a {
	position: relative;
	display: block;
	min-width: 270px;
	max-width: 20vw;
	text-align: center;
	background: #EEEFE9;
	border-radius: 30px;
	padding: 15px 0;
	line-height: 1.5;
}

.AnchorList ul li a::after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
}

.FaqBox h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: normal;
	padding-left: 0;
	border-left: 0;
}

.FaqBox h3::before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	border: 4px solid #224CA0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
}

.FaqBox dl {
	border-top: 1px solid #707070;
	padding: 25px 0;
	margin-bottom: 0;
}
.FaqBox dl:last-of-type {
	border-bottom: 1px solid #707070;
}

.FaqBox dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	color: #224CA0;
	position: relative;
	padding: 0 100px 0 70px;
	cursor: pointer;
}

.FaqBox dt::before {
	font-family: 'Lato', sans-serif;
	content: "Q";
	position: absolute;
	width: 60px;
	top: -5px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
}
.FaqBox dt span:before,
.FaqBox dt span:after { 
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	right: 17px;
	width: 20px;
	height: 2px;
	margin-top: 0;
	border: 0;
	background-color: #707070;
	transition: .3s;
}
.FaqBox dt span:before {
	transform: rotate(-90deg);
}

.FaqBox dt span::after { 
	transform: rotate(0);
}

.FaqBox dt.is-active span:before {
	transform: rotate(0deg);
}

.FaqBox dt.is-active span:after	{ 
	background-color: transparent;
}

.FaqBox dd {
	margin-top: 20px;
	font-size: 1.6rem;
	padding: 0 100px 0 70px;
	line-height: 1.7;
	display: none;
}
.FaqBox .btn {
	margin-top: 25px;
	padding: 0;
}
.FaqBox .btn a {
	width: 257px;
	border-radius: 22.5px;
	background: #224ca0;
	color: #fff;
	position: relative;
	margin: auto;
}

.FaqBox .btn a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
	.AnchorList {
    margin-bottom: 0;
	}
	.AnchorList ul {
		padding: 0 15px;
	}
	.AnchorList ul li {
		width: 100%;
    margin-right: 0;
	}
	.AnchorList ul li a {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.FaqBox h3 {
    font-size: 2.0rem;
	}
	.FaqBox dl {
    padding: 40px 0;
	}
	.FaqBox dt {
    font-size: 1.6rem;
		padding: 0 40px 0 50px;
	}
	.FaqBox dt::before {
    font-size: 1.8rem;
		left: -5px;
		top: 0;
}
	.FaqBox dt span:before, .FaqBox dt span:after {
    width: 15px;
    height: 2px;
		top: 10px;
		right: 15px;
	}

	.FaqBox dd {
    margin-top: 20px;
    font-size: 1.4rem;
		padding: 0 15px 0 50px;
	}
	.FaqBox .btn {
		margin-left: -20px;
	}
	.FaqBox .btn a {
		width: 100%;
	}
}</pre></body></html>