@charset "utf-8";

/* ****************************************************
Title: c.css
***************************************************** */
#va {
	background-image:url(../img/common/c_va.jpg);
	background-position: 47% 0;
}

.sec01 {padding: 80px 0;}

.sec01 dl {padding-bottom: 20px; 
margin-bottom: 30px;
border-bottom: solid 1px #2E1B11;}

.sec01 dl:last-child {padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;}

.sec01 dl dt {
	font-size: 110%;
	width: 30%;
	padding: 0 0 0 60px;
}

.sec01 dl dd{
	width: 70%;
	font-size: 110%;
	line-height: 1.5;
}


@media screen and (max-width: 739px) {
.sec01 {
	padding: 40px 5%;
}
.sec01 dl dt,
.sec01 dl dd {
	width: 100%;
}
.sec01 dl dt{
	padding: 0;
	margin-bottom: 10px;
}

/**/}