@charset "UTF-8";

main {
	padding-bottom: 180px;
}

#visual {
	background-image: url(/personal/assets/img/faq/h1_bg.png);
	height: 380px !important;
}
#visual h1 {
	background-image: url(/personal/assets/img/faq/h1_text.png);
	bottom: 20px !important;
}

#select {}
#select p {
	margin: 77px auto 0;
	width: calc(100% - 40px););
	max-width: 1000px;
	font-size: 16px;
	line-height: 2;
}
#select div {
	text-align: center;
	margin: 36px 40px 0;
}
#select div a {
	display: inline-block;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	background: #614E1C;
	color: white;
	margin: 0 13px 20px;
	padding: 8px 42px;
	position: relative;
}
#select div a::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: 8px;
	width: 12px;
	height: 7px;
	mask: url(/personal/assets/img/common/arrow_line.svg) no-repeat center / contain;
	background: white;
}

#detail {
	margin: 40px auto 0;
	width: calc(100% - 40px);
	max-width: 1000px;
}
#detail article {
	padding: 55px 0 0;
}
#detail article h3 {
	font-size: 28px;
	font-weight: 500;
	border-bottom: solid 1px #707070;
	padding-bottom: 7px;
	margin-bottom: 38px;
}
#detail article dl {}
#detail article dl dt {
	background: url(/personal/assets/img/faq/Q.png) no-repeat left 24px top 19px / 23px auto #E8E0D5;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	padding: 16px 84px;
	position: relative;
	margin-top: 22px;
	cursor: pointer;
}
#detail article dl dt::after {
	content: '';
	position: absolute;
	top: 27px;
	right: 15px;
	width: 20px;
	height: 11px;
	mask: url(/personal/assets/img/common/arrow_line.svg) no-repeat center / contain;
	background: #614E1C;
	transition: 0.3s;
}
#detail article dl dt.open::after {
	transform: rotate(180deg);
}
#detail article dl dd {
	background: url(/personal/assets/img/faq/A.png) no-repeat left 21px top 20px / 23px auto;
	font-size: 18px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	padding: 16px 84px;
	position: relative;
	display: none;
}

@media screen and (max-width: 768px){

main {
	padding-bottom: 32vw;
}
#visual {
	background-image: url(/personal/assets/img/faq/h1_bg_sp.png);
	height: 75vw !important;
}#visual h1 {
	bottom: 3.5vw !important;
}
#select {}
#select p {
	margin: 6vw auto 0;
	width: calc(100% - 10vw);
	font-size: 3.75vw;
}
#select div {
	margin: 4.5vw 0 0 5vw;
	text-align: left;
}
#select div a {
	font-size: 3.75vw;
	margin: 0 3vw 3vw 0;
	padding: 2vw 0;
	width: 43.5vw;
	text-align: center;
}
#select div a::after {
	top: 4vw;
	right: 2vw;
	width: 3.5vw;
	height: 2.5vw;
}
#detail {
	margin: 0 auto 0;
	width: calc(100% - 10vw);
}
#detail article {
	padding: 7vw 0 0;
}
#detail article h3 {
	font-size: 6vw;
	padding-bottom: 1vw;
	margin-bottom: 0;
}
#detail article dl {}
#detail article dl dt {
	font-size: 3.75vw;
	padding: 2.5vw 11.5vw;
	margin-top: 5vw;
	background-position: left 3vw top 3.5vw;
	background-size: 4vw auto;
}
#detail article dl dt::after {
	top: 5vw;
	right: 2vw;
	width: 4vw;
	height: 2vw;
}
#detail article dl dt.open::after {}
#detail article dl dd {
	font-size: 3.75vw;
	padding: 2.5vw 11.5vw;
	background-position: left 3vw top 3.5vw;
	background-size: 4vw auto;
}

}