@charset "UTF-8";
.faq_head_text {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.dl_question div {
	margin-bottom: 32px;
}

.dl_question div:last-child {
	margin-bottom: 0;
}

.dl_question dt {
	padding: 16px 26% 16px 32px;
	background: #FF8484;
	outline: 2px dashed #FFFFFE;
	outline-offset: -2px;
	font-weight: bold;
	color: #FFFFFE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.dl_question dt::after {
	content: "＋";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #3A3F3B;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
}

.dl_question dt.open::after {
	content: "ー";
}

.dl_question dt span {
	display: inline-block;
	margin-right: 32px;
	font-size: 18px;
	font-size: 1.8rem;
}

.dl_question dd {
	background: #FFF0F0;
	padding: 16px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.1em;
}

.dl_question dd span {
	display: inline-block;
	margin-right: 32px;
	font-weight: bold;
	color: #FF8484;
	font-size: 18px;
	font-size: 1.8rem;
}

@media print, screen and (min-width: 769px) {
	.faq_head_text {
		text-align: center;
	}
	.dl_question dt {
		padding: 16px 10% 16px 32px;
		cursor: pointer;
	}
}