@charset "utf-8";
#faq_look .inner .ttl {
	display: flex;
	align-items: center;
	height: 80px;
	font-size: 24px;
	font-weight: bold;
}
#faq_look .main {
	padding-bottom: 60px;
	border: solid 1px #e3e3e3;
	border-width: 1px 0;
}
#faq_look .main .inner ul {
	display: flex;
	flex-wrap: wrap;
}
#faq_look .main .inner ul li {
	width: 598px;
	box-sizing: border-box;
	margin-top: 40px;
}
#faq_look .main .inner ul li:nth-child(odd) {
	padding-right: 25px;
}
#faq_look .main .inner ul li:nth-child(even) {
	padding-left: 30px;
}
#faq_look .main .inner ul li .question {
	box-sizing: border-box;
	min-height: 36px;
	padding: 10px 0 0 45px;
	background: url(../../img/pc/faq/icon_faq_q.webp) no-repeat;
	font-size: 16px;
	font-weight: bold;
}
#faq_look .main .inner ul li .answer {
	box-sizing: border-box;
	min-height: 36px;
	margin-top: 10px;
	padding: 6px 0 0 45px;
	background: url(../../img/pc/faq/icon_faq_a.webp) no-repeat;
	font-size: 14px;
	line-height: 28px;
}
#faq_purpose .inner .ttl {
	display: flex;
	align-items: center;
	height: 80px;
	font-size: 24px;
	font-weight: bold;
}
#faq_purpose .main {
	padding: 40px 0 80px;
	border-top: solid 1px #e3e3e3;
}
#faq_purpose .main dl:nth-child(n+2) {
	margin-top: 50px;
}
#faq_purpose .main dl dt {
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 25px;
	border-radius: 3px;
	background: #3f85a2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#faq_purpose .main dl dd {
	margin-top: 10px;
}
#faq_purpose .main dl dd ul {
	display: flex;
	flex-wrap: wrap;
}
#faq_purpose .main dl dd ul li {
	box-sizing: border-box;
	width: 400px;
	padding: 0 20px;
	background: url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 4px 1px;
	background-size: 7px 12px;
	margin-top: 20px;
	font-size: 16px;
}
#faq_purpose .main dl dd ul li a {
	color: #237495;
}
#faq_purpose .main dl dd ul li a:hover {
	text-decoration: underline;
}