.faqContents01 {
	width: 1230px;
	margin: 0 auto;
}
@media screen and (max-width: 1230px) {
	.faqContents01 {
		width: 95%;
	}
}

.faqMenu01 {
	margin: 28px auto 0;
	padding-bottom: 28px;
	border-bottom: 1px solid #474f63;
}
.faqMenu01 li {
	width: 16.4%;
	margin-right: 4.5%;
	text-align: center;
}
@media screen and (max-width: 720px) {
	.faqMenu01 li {
		float: none;
		margin: 0 auto 15px;
		width: 100%;
	}
}
.faqMenu01 li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 720px) {
	.faqMenu01 li:last-child {
		margin-bottom: 0;
	}
}
.faqMenu01 a {
	color: #474f63;
	border: 1px solid #474f63;
	border-radius: 3px;
	padding: 12px 10px;
	display: block;
}
@media screen and (max-width: 720px) {
	.faqMenu01 a {
		padding: 8px 10px;
	}
}

.faqContentWrap {
	width: 822px;
	margin: 50px auto;
}
@media screen and (max-width: 830px) {
	.faqContentWrap {
		width: 95%;
	}
}

.faqBox01 {
	margin-bottom: 55px;
}
.faqBox01 h3 {
	color: #474f63;
	font-size: 24px;
	position: relative;
	text-align: center;
}
.faqBox01 h3:after {
	content: '';
	width: 30px;
	position: absolute;
	border-bottom: 1px solid #474f63;
	top: 69px;
	left: 48%;
}

.faqMenuWrap {
	margin-top: 60px;
}
@media screen and (max-width: 830px) {
	.faqMenuWrap {
		padding: 0 2%;
	}
}

.acMenuBtn {
	display: block;
	padding: 30px 50px 30px 60px;
	border-top: #666 2px dotted;
	cursor: pointer;
	background: url('../images/ico02.png') 98% center no-repeat, url('../images/ico04.png') 0 center no-repeat;
}
@media screen and (max-width: 600px) {
	.acMenuBtn {
		background-size: 20px, 30px;
		background-position: 98% center, 0 5px;
	}
}
@media screen and (max-width: 600px) {
	.acMenuBtn {
		padding: 10px 50px 10px 40px;
	}
}

.acMenu {
	line-height: 2.57;
	text-align: left;
	padding: 30px 0 30px 60px;
	border-top: #666 2px dotted;
	display: none;
	background: url('../images/ico03.png') 0 38px no-repeat;
}
@media screen and (max-width: 600px) {
	.acMenu {
		padding: 10px 0px 10px 40px;
		background-position: 0 10px;
		background-size: 30px;
	}
}
.acMenu:last-child {
	border-top: 0;
}
.acMenu a {
	color: #00f;
}

.active {
	background: url('../images/ico01.png') 98% center no-repeat, url('../images/ico04.png') 0 center no-repeat;
}
@media screen and (max-width: 600px) {
	.active {
		background-size: 20px, 30px;
		background-position: 98% center, 0 5px;
	}
}

.border_bottom {
	border-bottom: 2px #666 dotted;
}

.footContentWrap {
	width: 100%;
	background: #f0f3f7;
}

.footContent01Wrap {
	width: 822px;
	margin: 0 auto;
	padding: 45px 10px;
	background: url('../images/footcontent01.png') no-repeat 88% 13px;
}
@media screen and (max-width: 830px) {
	.footContent01Wrap {
		width: 100%;
	}
}

.footContentTxt01 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 27px;
}

.footContentBotn01 a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	border-radius: 3px;
	background: #b4d43f;
	display: block;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.footTxtImg01 {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 27px;
	position: relative;
}
.footTxtImg01:after {
	max-width: 193px;
	width: 100%;
}
.mb-6 {
	margin-bottom: 3.5rem !important;
}
.mb-7 {
	margin-bottom: 4rem !important;
}
.mb-8 {
	margin-bottom: 4.5rem !important;
}
.mb-9 {
	margin-bottom: 5rem !important;
}
.mb-10 {
	margin-bottom: 5.5rem !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.py-6 {
	padding-bottom: 3.5rem !important;
	padding-top: 3.5rem !important;
}
.py-7 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}
.py-8 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}
.py-9 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}
.py-10 {
	padding-bottom: 5.5rem !important;
	padding-top: 5.5rem !important;
}
@media (min-width: 576px) {
	.mb-sm-6 {
		margin-bottom: 3.5rem !important;
	}
	.mb-sm-7 {
		margin-bottom: 4rem !important;
	}
	.mb-sm-8 {
		margin-bottom: 4.5rem !important;
	}
	.mb-sm-9 {
		margin-bottom: 5rem !important;
	}
	.mb-sm-10 {
		margin-bottom: 5.5rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.py-sm-6 {
		padding-bottom: 3.5rem !important;
		padding-top: 3.5rem !important;
	}
	.py-sm-7 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
	.py-sm-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
	.py-sm-9 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}
	.py-sm-10 {
		padding-bottom: 5.5rem !important;
		padding-top: 5.5rem !important;
	}
}
@media (min-width: 768px) {
	.mb-md-6 {
		margin-bottom: 3.5rem !important;
	}
	.mb-md-7 {
		margin-bottom: 4rem !important;
	}
	.mb-md-8 {
		margin-bottom: 4.5rem !important;
	}
	.mb-md-9 {
		margin-bottom: 5rem !important;
	}
	.mb-md-10 {
		margin-bottom: 5.5rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.py-md-6 {
		padding-bottom: 3.5rem !important;
		padding-top: 3.5rem !important;
	}
	.py-md-7 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
	.py-md-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
	.py-md-9 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}
	.py-md-10 {
		padding-bottom: 5.5rem !important;
		padding-top: 5.5rem !important;
	}
}
@media (min-width: 992px) {
	.mb-lg-6 {
		margin-bottom: 3.5rem !important;
	}
	.mb-lg-7 {
		margin-bottom: 4rem !important;
	}
	.mb-lg-8 {
		margin-bottom: 4.5rem !important;
	}
	.mb-lg-9 {
		margin-bottom: 5rem !important;
	}
	.mb-lg-10 {
		margin-bottom: 5.5rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.py-lg-6 {
		padding-bottom: 3.5rem !important;
		padding-top: 3.5rem !important;
	}
	.py-lg-7 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
	.py-lg-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
	.py-lg-9 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}
	.py-lg-10 {
		padding-bottom: 5.5rem !important;
		padding-top: 5.5rem !important;
	}
}
@media (min-width: 1200px) {
	.mb-xl-6 {
		margin-bottom: 3.5rem !important;
	}
	.mb-xl-7 {
		margin-bottom: 4rem !important;
	}
	.mb-xl-8 {
		margin-bottom: 4.5rem !important;
	}
	.mb-xl-9 {
		margin-bottom: 5rem !important;
	}
	.mb-xl-10 {
		margin-bottom: 5.5rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.py-xl-6 {
		padding-bottom: 3.5rem !important;
		padding-top: 3.5rem !important;
	}
	.py-xl-7 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
	.py-xl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
	.py-xl-9 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}
	.py-xl-10 {
		padding-bottom: 5.5rem !important;
		padding-top: 5.5rem !important;
	}
}
@media (min-width: 1400px) {
	.mb-xxl-6 {
		margin-bottom: 3.5rem !important;
	}
	.mb-xxl-7 {
		margin-bottom: 4rem !important;
	}
	.mb-xxl-8 {
		margin-bottom: 4.5rem !important;
	}
	.mb-xxl-9 {
		margin-bottom: 5rem !important;
	}
	.mb-xxl-10 {
		margin-bottom: 5.5rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.py-xxl-6 {
		padding-bottom: 3.5rem !important;
		padding-top: 3.5rem !important;
	}
	.py-xxl-7 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
	.py-xxl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
	.py-xxl-9 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}
	.py-xxl-10 {
		padding-bottom: 5.5rem !important;
		padding-top: 5.5rem !important;
	}
}
.btn-xl {
	--bs-btn-padding-y: 0.625rem;
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-font-size: calc(1.26rem + 0.12vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
	.btn-xl {
		--bs-btn-font-size: 1.35rem;
	}
}
.btn-2xl {
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: calc(1.27rem + 0.24vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
	.btn-2xl {
		--bs-btn-font-size: 1.45rem;
	}
}
.btn-3xl {
	--bs-btn-padding-y: 0.875rem;
	--bs-btn-padding-x: 1.75rem;
	--bs-btn-font-size: calc(1.28rem + 0.36vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
	.btn-3xl {
		--bs-btn-font-size: 1.55rem;
	}
}
.btn-4xl {
	--bs-btn-padding-y: 1rem;
	--bs-btn-padding-x: 2rem;
	--bs-btn-font-size: calc(1.29rem + 0.48vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
	.btn-4xl {
		--bs-btn-font-size: 1.65rem;
	}
}
.btn-5xl {
	--bs-btn-padding-y: 1.125rem;
	--bs-btn-padding-x: 2.25rem;
	--bs-btn-font-size: calc(1.3rem + 0.6vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.accordion-button {
	color: #025299;
}
.faq-menu {
	border: #474f63 2px solid;
	background-color: #ffffff;
}

a.anchor {
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}
@media (min-width: 1200px) {
	.btn-5xl {
		--bs-btn-font-size: 1.75rem;
	}
}
.faq-3 .accordion {
	--bs-accordion-btn-icon: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23212529%27 class=%27bi bi-plus%27%3E%3Cpath d=%27M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z%27/%3E%3C/svg%3E');
	--bs-accordion-btn-active-icon: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23052c65%27 class=%27bi bi-dash%27%3E%3Cpath d=%27M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z%27/%3E%3C/svg%3E');
}

#top-links a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
	font-size: 0.9em;
}
#top-links a:hover {
	background-color: #474f63;
	color: #ffffff;
}
@media screen and (min-width: 767px) {
	#top-links a {
		width: 180px;
	}
	a.anchor {
		display: block;
		padding-top: 50px;
		margin-top: -50px;
	}
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
#top-button {
	z-index: 10;
}
.faq-3 a {
	color: rgb(238, 113, 67);
	font-weight: bold;
}
.accordion-body {
	font-size: 0.9em;
}
.faq-3 h4 {
	font-weight: bold;
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-left: rgba(61, 61, 61, 0.4) 7px solid;
}
