@charset "utf-8";

/*---------------------------------------------

faqページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼全体PC */

/* ▼faq PC */
#faq .inner {
	padding: 90px 0 50px 0;
	position: relative;
	box-sizing: border-box;
}

#faq h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 25px;
	position: absolute;
}

#faq h1 span {margin-right: 30px;}

#faq h1 img {
	width: 200px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}

.pagemenu {
	width: 435px;
	margin: 0 0 100px auto;
}

.pagemenu ul {margin-bottom: 16px;}

.pagemenu li {margin-bottom: 8px;}

.pagemenu li a {
	display: block;
	color: #830036;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	padding: 10px 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.faqbox {
	padding: 30px 0 100px 0;
	position: relative;
}

.faqbox h2 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: solid 1px #c9caca;
}

.qaset {border-bottom: solid 1px #c9caca;}

.qtxt {
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	padding-top: 24px;
	margin-bottom: 16px;

}

.atxt {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	padding-bottom: 18px;
	line-height: 1.6;
}

}

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

/* ▼全体SP */

/* ▼faq SP */
#faq .inner {
	padding: 14vw 0 8vw 0;
	position: relative;
	box-sizing: border-box;
}

#faq h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#faq h1 span {
	display: block;
	margin-bottom: 4vw;
}

#faq h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pagemenu {
	width: 100%;
	margin: 0 auto 8vw auto;
}

.pagemenu ul {margin-bottom: 4vw;}

.pagemenu li {margin-bottom: 2vw;}

.pagemenu li a {
	display: block;
	color: #830036;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	padding: 3vw 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.faqbox {padding: 8vw 0 10vw 0;}

.faqbox h2 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.4;
	color: #830036;
	padding-bottom: 4vw;
	text-align: center;
	border-bottom: solid 1px #c9caca;
}

.qaset {border-bottom: solid 1px #c9caca;}

.qtxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	padding-top: 4vw;
	margin-bottom: 3vw;
	line-height: 1.6;
}

.atxt {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	padding-bottom: 4vw;
	line-height: 1.6;
}

}
