@charset "UTF-8";

/***

faq　タイトル

***/
.contents150{
	clear: both;
	width: 150px;
	height: auto;
	margin: 0 auto;
	padding: 45px 0 10px;
}
.contents150 img{
	width: 100%;
	height: auto;
}

.contents300{
	clear: both;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 45px 0 10px;
}
.contents300 img{
	width: 100%;
	height: auto;
}

.faq_title1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;

	text-decoration: none;

	font-weight: 400;
	font-size: 6vw;
	line-height: 120%;
	text-align: center;
	letter-spacing: 2px;
	color: #222;
}
@media print, screen and (min-width: 1001px) {
.faq_title1{
	font-size: 24px;
}
}




/***

トップ　バナー

***/
.cap_left.g01{
	
	line-height: 180%;
}



.contents800.m01{
	clear: both;
	width: 80%;
	width: 92%;
	height: auto;
	margin: 0 auto;
	padding: 60px 30px 10px;
	padding: 0;
	background:rgba(255,255,255,0.7);
/*	background:rgba(223,92,255,0.6);*/
}
@media print, screen and (min-width: 1001px) {
.contents800.m01{
	width: calc( 92% - 60px );
	max-width: 800px;
}
}
/***

バック地

***/
.contents1400.m01{
	clear:both;
	width:100%;
	max-width: 1400px;
	height:auto;
	margin:0 auto;
	background: #e8e7e2;
}


hr.faq_bar{
	width: 100%;
	height: 1px;
	margin: 0 0 50px;
	padding: 0;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}




.faq_title2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px;

	text-decoration: none;
	
	font-weight: 600;
	font-size: 5vw;
	line-height: 120%;
	text-align: left;
	letter-spacing: 2px;
	color: #515151;
}
@media print, screen and (min-width: 1001px) {
.faq_title2{
	font-size: 20px;
}
}


.faq_txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;

	text-decoration: none;
	
	font-weight: 600;
	font-size: 4.25vw;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 1px;
	color: #78781e;
}
@media print, screen and (min-width: 1001px) {
.faq_txt1{
	font-size: 17px;
	text-align: left;
}
}
.faq_txt2{
	clear: both;
	width: calc( 100% - 22px );
	height: auto;
	margin: 0 0 60px 22px;
	padding: 0;

	text-decoration: none;
	
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 170%;
	text-align: justify;
	letter-spacing: 1px;
	color: #333;
}

.faq_txt2 p{
	margin: 0;
	padding: 0 0 10px;
}
.faq_txt2 p.p01{
	font-size: 4vw;
	font-weight: 600;
}
.faq_txt2 p a{
	color: #78781e;
	text-decoration: underline;
}
.faq_txt2 p a:hover{
	color: #222;
	text-decoration: none;
}
@media print, screen and (min-width: 1001px) {
.faq_txt2{
	font-size: 14px;
	text-align: left;
}
.faq_txt2 p.p01{
	font-size: 16px;
}
}



