@charset "UTF-8";

.contentBox{
	width: 100%;
}

.contentBox .inner{
	width: 1022px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {/*スマホ*/

.contentBox .inner{
	width: 100%;
	margin: 0;
}
}

.contentBox h2{
	font-family: "Hiragino Kaku Gothic W6 JIS2004" ;
	color: #00a0e9;
	text-align: center;
	font-size: 200%;
}

@media only screen and (max-width: 767px) {/*スマホ*/
.contentBox h2{
	font-size: 5vw;
}

}



.q_list li{
	border-bottom: #DFDFDF solid 1px;
	padding: 30px 0;
}


.q_list .ttl_q{
	background: url(../images/ttl_q.gif) left 0 no-repeat;
	padding-left: 50px;
	font-size: 130%;
	min-height: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}

.q_list .ans{
	background: url(../images/ttl_a.gif) left 2px no-repeat;
	padding-left: 50px;
	min-height: 35px;
	padding-top: 5px;
}

@media only screen and (max-width: 767px) {/*スマホ*/
.q_list {
	width: 90%;
	margin: 0 auto;
}

.q_list .ttl_q{
	line-height: 1.3;
}

.q_list .ans{
	line-height: 1.5;
}




}
