﻿@charset "utf-8";



.contents_box{
	position: relative;
	z-index: 2;
	height:auto;
	padding: 40px 0;
	background-color: #fff;
	background-attachment: fixed;
}

.priv_txt_bg{
	width: 100%;
	padding: 20px 0 50px;
	margin: 0 0 150px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	background-color: rgba(156,192,89,0.3);
}

.faq_tit{
	width: 240px;
	height: 60px;
	margin: 0 auto 50px;
}
.faq_tit img{
	width: 240px;
	height: 60px;
}

.priv_box{
	width: 1100px;
	margin: 0 auto;
}

.prive_midashi{
	width: 98%;
	padding: 8px 0 8px 2%;
	margin: 0 0 30px;
	background-color: #9CC059;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.faq_box{
	width: 100%;
	padding: 0 0 30px;
	margin: 0 0 50px;
	border-bottom: dotted 1px #9CC059;
}

.faq_q{
	width: 90%;
	padding: 10px 0 10px 80px;
	margin: 0 0 20px;
	background-image: url("../faq/img/qa01.jpg");
	background-repeat: no-repeat;
	background-position: 20px top;
	background-size: 40px 40px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.faq_a{
	width: 90%;
	padding: 10px 0 10px 80px;
	margin: 0;
	background-image: url("../faq/img/qa02.jpg");
	background-repeat: no-repeat;
	background-position: 20px top;
	background-size: 40px 40px;
}

@media screen and (min-width:320px) and ( max-width:639px) {
/*　画面サイズが320pxから639pxまではここを読み込む　*/
.mainimg01{
	position: relative;
	z-index: 1;
	height:100%;
	background-image: url("../faq/img/main_img.jpg");
	background-position: center;
	background-size:1430px 500px;
	background-repeat: no-repeat;
}


.priv_box{
	width: 90%;
	margin: 0 auto;
}
.faq_box{
	width: 100%;
	padding: 0 0 30px;
	margin: 0 0 50px;
	border-bottom: dotted 1px #9CC059;
}

.faq_q{
	width: 85%;
	padding: 0 0 10px 15%;
	margin: -10px 0 20px;
	background-image: url("../faq/img/qa01.jpg");
	background-repeat: no-repeat;
	background-position: 20px top;
	background-size: 20px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.faq_a{
	width: 85%;
	padding: 0 0 10px 15%;
	margin: -10px 0 0;
	background-image: url("../faq/img/qa02.jpg");
	background-repeat: no-repeat;
	background-position: 20px top;
	background-size: 20px 20px;
}

}


@media screen and (min-width: 639px) {
/* 960pxからの幅の場合に適応される */
.mainimg01{
	position: relative;
	z-index: 1;
	height:700px;
	background-image: url("../faq/img/main_img.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

}