@charset "utf-8";

#acMenu {
	margin-top: 0px;
	margin-bottom: 0px;
}
#acMenu dt {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
	background-color: #13206F;
	background-image: url(images/faq_arrow.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 24px auto;
	padding-left: 24px;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	margin-top: 16px;
	padding-right: 64px;
}
#acMenu dt span {
	margin-right: 16px;
	display: block;
	font-size: 20px;
	font-weight: 600;
}
#acMenu dt p {
	line-height: 1.5em;
	font-weight: 500;
	font-size: 17px;

}


#acMenu dd {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: px;
	padding-bottom: 24px;
	padding-top: 24px;
	background-color: #E2E2E2;
	padding-left: 24px;
	padding-right: 24px;
	display: none;
}
#acMenu dd span {
}

#acMenu dd p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
}









@media screen and (max-width:640px) {
	
#acMenu {
	margin-top: 0px;
	margin-bottom: 0px;
}
#acMenu dt {
	margin-top: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #13206F;
	line-height: 24px;
	background-image: url(images/faq_arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 24px auto;
	padding-left: 16px;
	cursor: pointer;
	cursor: hand;
	padding-right: 48px;
}
.faq_q_txt {
	background-image: url(images/faq_arrow.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 20px auto;
	padding-right: 40px;
}

#acMenu dd {
	margin-left: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 16px;
	padding-top: 16px;
	background-image: url(images/faq_a.svg);
	background-repeat: no-repeat;
	background-position: 5% 24px;
	padding-right: 16px;
	background-size: 24px auto;
	background-color: #E2E2E2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: none;
}
#acMenu dd p {
	font-size: 15px;
	line-height: 22px;
}
#acMenu dd p span {
	display: block;
}
#acMenu dd ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 16px;
	padding-bottom: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
}
#acMenu dd ul li {
	color: #3e3a39;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 22px;
}
.faq_q {
	float: left;
	background-color: #f76150;
	width: 12%;
	text-align: center;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.faq_q img {

}
.border  {
	border-left: 1px solid #f76150;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 6px;
}
}
