@charset "UTF-8";

/* ================================================
faq
================================================ */
#faq #main p {
	margin-top: 1.5em;
	}
#faq #faq_con .faq_wrap {
	margin-top: 30px;
	}
#faq #faq_con dl {
	position: relative;
	border-bottom: 1px solid #ccc;
	}
#faq #faq_con dl:first-of-type {
	border-top: 1px solid #ccc;
	}
#faq #faq_con dt {
	position: relative;
	font-weight: bold;
	}
#faq #faq_con dt::before {
	position: absolute;
	left: 12px;
	content: 'Q';
	color: #407980;
	font-size: 27px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	}
#faq #faq_con dt span {
	display: block;
	position: relative;
	cursor: pointer;
	transition: 0.2s;
	}
#faq #faq_con dt span:hover {
	color: #407980;
	}
#faq #faq_con dt span::before,
#faq #faq_con dt span::after {
	display: block;
	position: absolute;
	background-color: #ccc;
	transition: 0.2s;
	content: '';
	}
#faq #faq_con dt span::before {
	width: 21px;
	height: 2px;
	right: 24px;
	}
#faq #faq_con dt span::after {
	width: 2px;
	height: 21px;
	right: 33px;
	opacity: 1;
	}
#faq #faq_con dl.open dt span::after {
	opacity: 0;
	}
#faq #faq_con dt span:hover::before,
#faq #faq_con dt span:hover::after {
	background-color: #407980;
	}
#faq #faq_con dd span {
	padding: 18px 24px 0 54px;
	display: block;
	position: relative;
	line-height: 1.9;
	}
#faq #faq_con dd span::before {
	position: absolute;
	top: 14px;
	left: 12px;
	content: 'A';
	color: #ff008c;
	font-size: 27px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#faq #faq_con dl {
		padding-bottom: 24px;
		}
	#faq #faq_con dt::before {
		top: 23px;
		}
	#faq #faq_con dt span {
		padding: 24px 72px 0 54px;
		font-size: 21px;
		}
	#faq #faq_con dt span::before {
		top: 38px;
		}
	#faq #faq_con dt span::after {
		top: 29px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#faq #main p {
		font-size: 14px;
		}
	#faq #faq_con dl {
		padding-bottom: 18px;
		}
	#faq #faq_con dt::before {
		top: 14px;
		}
	#faq #faq_con dt span {
		padding: 18px 72px 0 54px;
		font-size: 17px;
		}
	#faq #faq_con dt span::before {
		top: 30px;
		}
	#faq #faq_con dt span::after {
		top: 21px;
		}
	#faq #faq_con dd span {
		font-size: 14px;
		}

} /* end ＞767 */
