@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

/*truck
#########################################*/

.truUnit01{
	width:100%;
	overflow:hidden;
	border-top:1px dotted #999;
	padding-top:30px;
	margin-top:30px;
}
.truUnit01:last-child{
	border-bottom:1px dotted #999;
	padding-bottom:30px;
}
.truUnit01a{
	margin-bottom:10px;
}
.truUnit01b{
}
.truUnit01Tx01{
	text-align:left;
}
.truUnit01Ph01{
}
.truUnit01Ttl01{
	font-size:154%;/*20pt*/
	color:#008957;
	margin-bottom:10px;
}
.truUnit01Copy01{
	font-size:108%;
	line-height:1.8;
	margin-bottom:10px;
}




/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media screen and (min-width:768px) {

/*truck
#########################################*/

.truUnit01a{
	width:440px;
	float:left;
	margin-bottom:0;
}
.truUnit01Tx01{
	height:115px;
	margin-top:5px;
}
.truUnit01Ph01{
	height:260px;
}
.truUnit01b{
	width:500px;
	float:right;
}


}