@charset "UTF-8";
/*------------------------------------------------------------section*/
/*section02*/
.flowbox {
	border: 3px solid #1AA5DA;
	box-shadow: 0 0 0 1px #FFF inset;
	padding: 20px;
	margin-bottom: 10px;
}
.flowboxbg01 {
	background: url(../img/transport_img/sec02_ph01.jpg) no-repeat top right;
	background-size: auto 130px;
}
.flowboxbg02 {
	background: url(../img/transport_img/sec02_ph02.jpg) no-repeat top right;
	background-size: auto 130px;
}
.flowboxbg03 {
	background: url(../img/transport_img/sec02_ph03.jpg) no-repeat top right;
	background-size: auto 130px;
}
.flowbox img {
	margin: 0 0 10px;
	width: 100px;
	height: auto;
}
.flowbox dl {
	display: inline-block;
}
.flowbox dl dt {
	font-weight: bold;
	font-size: 16px;
	border-left: 3px solid #1AA5DA;
	padding-left: 10px;
	margin-bottom: 5px;
}
@media print, screen and (min-width:768px) {
.flowboxbg01 {
	background-size: auto 160px;
}
.flowboxbg02 {
	background-size: auto 160px;
}
.flowboxbg03 {
	background-size: auto 160px;
}
.flowbox img {
	margin: 0 20px 0 0;
	float: left;
	width: 100px;
	height: auto;
}
.flowbox dl {
	margin-top: 10px;
}
}