/* ====================================
	FAQ
==================================== */

/* --------------------
	faq
-------------------- */
.faq__area {
	background-image: url("../faq/faq__sub.svg");
	background-repeat: no-repeat;
	background-position: 30px 0px;
	background-size: 18px 360px;
	padding: 0 0 50px 0;
}

@media only screen and (max-width: 1279px) {
	.faq__area {
		background-image: none;
		padding: 100px 20px 50px 20px;
	}
}

.faq__wrap {
	max-width: 1080px;
	margin: 0 auto;
}

.faq__list dl {
	border: 1px solid #E72334;
	border-radius: 5px;
	margin: 0 0 60px 0;
}

.faq__list dt {
	background-color: #E72334;
	padding: 10px 20px;
	background-image: url("../_common_img/icon__plus.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 24px 24px;
	cursor: pointer;
}

.faq__list dt.open {
	background-image: url("../_common_img/icon__minus.svg");
}

.faq__list dt h2 {
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 40px 0 0;
}

.faq__list dd {
	display: none;
	font-size: 1.6rem;
	padding: 10px 20px 40px 10px;
	line-height: 1.5;
}

.faq__list dd p {
	margin: 0 0 1em 0;
}

.faq__list dd img {
	width: auto;
height: auto;
max-width:100%;
max-height: auto;
}

.faq__list dd img[style] {
	float: none !important;
}

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

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

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

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