@charset "UTF-8";
.face {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	background-image: url(../images/bg_faq.jpg);
	}

.box500 dt {
	color: #FFFFFF;
	background-color: #00642D;
	padding: 8px 45px 8px 40px;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
	line-height: 1.5em;
	text-indent: -1.5em;
}
.box500 dd {
	display: none;
	width: 97%;
	margin-bottom: 35px;
	margin: 0 auto 25px;
}
.box500 dt::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 9px;
}
.box500 dd {
	display: none;
}

/* ----------------------中間設定_750px---------------------- */
@media screen and (max-width: 780px) {
	.box500 {
	width: 85%;
	margin: 0 auto;
}
}