@charset "utf-8";

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

Q&Aページスタイル

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

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

/* ▼全体PC */
.contents_box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.qa_title {
	width: 153px;
	margin: 0 auto 20px auto;
}

.qa_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.qa_subtitle {
	color: #727171;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 90px;
}

/* ▼Q&A PC */
#qa {padding: 100px 0 0 0;}

.qa_box {
	width: 1000px;
	margin: 0 auto;
	border-top: solid 1px #e09ca2;
}

.qa_box h2 {
	display: flex;
	align-items: center;
	font-size: 24px; font-size: 2.4rem;
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 16px;
	color: #e09ca2;
}

.qa_box h2 img {
	width: 44px;
	image-rendering: -webkit-optimize-contrast;
	margin-right: 40px;
}

.qa_box ul li {
	border-bottom: solid 1px #e09ca2;
	padding: 18px 0;
}

.qa_box ul li p {
	color: #727171;
	font-size: 17px; font-size: 1.7rem;
	line-height: 1.6;
}

.qa_end {
	color: #727171;
	font-size: 17px; font-size: 1.7rem;
	line-height: 1.6;
	text-align: center;
	margin: 40px 0 20px 0;
}

}

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

/* ▼全体SP */
.contents_box {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.qa_title {
	width: 35%;
	margin: 2vw auto 3vw auto;
}

.qa_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.qa_subtitle {
	color: #727171;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 12vw;
	line-height: 150%;
}

/* ▼Q&A SP */
#qa {padding: 10% 0 8% 0;}

.qa_box {
	width: 94%;
	margin: 0 auto;
	border-top: solid 1px #e09ca2;
}

.qa_box h2 {
	display: flex;
	align-items: center;
	font-size: 5vw;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 4vw;
	color: #e09ca2;
}

.qa_box h2 img {
	width: 10vw;
	image-rendering: -webkit-optimize-contrast;
	margin-right: 7vw;
}

.qa_box ul li {
	border-bottom: solid 1px #e09ca2;
	padding: 5vw 0;
}

.qa_box ul li p {
	color: #727171;
	font-size: 3.7vw;
	line-height: 160%;
}

.qa_end {
	text-align: center;
	color: #727171;
	font-size: 3.7vw;
	margin: 8vw 0 0 0;
}
	
}
