@font-face {
  font-family: "DIN Alternate Bold";
  src: url("../font/DIN Alternate Bold.ttf") format("truetype");
}
.red {
	color: #FF0000;
}

@media screen and (min-width: 761px) {
#title_conts {
	width: 100%;
    height: 400px;
    background-image: url(../images/faq/faq_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.title_inner {
	width: 1000px;
	margin: auto;
	position: relative;
	top: 100px;
}
.title_inner .top_title {
	font-size: 60px;
	font-family: "DIN Alternate Bold";
}
.title_inner h1 {
	font-size: 30px;
	letter-spacing: 0.1em;
}
.faq_box {
	width: 1000px;
	margin: 60px auto;
}
.faq_box h2 {
	margin: 60px auto 35px;
	color: #a4722d;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.2em;
}
.faq_box h2 img {
	height: 80px;
	margin: 0 auto 20px;
	display: block;
}
.faq_box dl {
	margin: 0 auto 15px;
}
.faq_box dt {
	width: 100%;
	background: #e1e1e1;
	padding: 20px 150px;
	font-size: 22px;
	position: relative;
}
.faq_box dt:before {
	content: "";
	background-image: url(../images/faq/que.png);
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 80px;
	top: 50%;
	margin-top: -20px;
}
.faq_box dd {
	padding: 20px 80px;
	font-size: 16px;
	line-height: 2;
}
.faq_box dd a.btn {
	background: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 360px;
    margin: 15px 0;
	position: relative;
}
.faq_box dd a.btn:after {
	top: 18px;
	position: absolute;
	content: "";
	right: 9px;
	background-image: url(../images/faq/aarrow.png);
	background-repeat: no-repeat;
	background-size: 11px;
	width: 11px;
	height: 25px;
}

}


@media screen and (max-width: 760px) {
#title_conts {
	width: 100%;
    height: 250px;
    background-image: url(../images/faq/faq_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 58% 50%;
    position: relative;
}
.title_inner {
	width: 80%;
    margin: auto;
    position: relative;
    top: 22vw;
    left: 3vw;
    line-height: 1.2;
}
.title_inner .top_title {
	font-size: 10vw;
	font-family: "DIN Alternate Bold";
}
.title_inner h1 {
	font-size: 4vw;
	letter-spacing: 0.1em;
}
.faq_box {
	width: 100%;
	margin: 6vw auto;
}
.faq_box h2 {
	margin: 8vw auto 6vw;
	color: #a4722d;
	font-size: 5.5vw;
	text-align: center;
	letter-spacing: 0.2em;
}
.faq_box h2 img {
	height: 16vw;
	margin: 0 auto 2vw;
	display: block;
}
.faq_box dl {
	margin: 0 auto 2vw;
}
.faq_box dt {
	width: 100%;
	background: #e1e1e1;
	padding: 3vw 0vw 3vw 12vw;
	font-size: 4.5vw;
	position: relative;
}
.faq_box dt:before {
	content: "";
	background-image: url(../images/faq/que.png);
	background-repeat: no-repeat;
	background-size: 7vw;
	width: 7vw;
	height: 7vw;
	position: absolute;
	left: 3vw;
	top: 50%;
	margin-top: -3.5vw;
}
.faq_box dd {
	padding: 2vw 6vw;
	font-size: 3.8vw;
	line-height: 2;
}
.faq_box dd a.btn {
	background: #000;
    padding: 2vw 0;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    display: block;
    width: 100%;
    margin: 3vw auto;
    position: relative;
}
.faq_box dd a.btn:after {
	top: 4vw;
	position: absolute;
	content: "";
	right: 2vw;
	background-image: url(../images/faq/aarrow.png);
	background-repeat: no-repeat;
	background-size: 2vw;
	width: 2vw;
	height: 5vw;
}

}