@charset "utf-8";

#mainV {
	background: url(/img/common/mainv2.jpg) no-repeat top center;
}

.pageNav ul li {
	width: calc(100% / 3);
}

#company #contents_wrap2 {
	padding: 20px 0 10px;
}

.m3 {
	font-size: 37px;
	margin-bottom: 20px;
	font-weight: bold;
}

#company table {
	margin: 45px 0 50px;
	width: 100%;
	font-size: 16px;
}

#company table tr {
	border-top: solid 1px #CCC;
}

#company table tr:first-child {
	border-top: none;
}

#company table th {
	background: #546B8D;
	color: #FFF;
	padding: 20px 40px;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
}

#company table td {
	background: #FFF;
	padding: 20px 40px;
	vertical-align: top;
}

#company table td .block01 {
	margin-left: 1em;
}

#company table td .block02 {
	display: block;
	padding-left: 2em;
}

#company table td dt {
	clear: both;
	float: left;
	width: 7.5em;
}

#company table td dd {
	padding-left: 7.5em;
}

#company table td dl.wL dt {
	width: 10em;
}

#company table td dl.wL dd {
	padding-left: 10em;
}

#company table td.border {
	border-left: dotted 1px #000;
}

#company #contents.top_mes {
	margin: 100px auto 60px;
}

#company .mes_txt {
	float: left;
	width: 645px;
}

#company .mes_txt h3 {
	margin-bottom: 30px;
	font-size: 36px;
	letter-spacing: 0.05em;
}

#company .mes_txt p {
	font-size: 16px;
	line-height: 1.8;
}

#company .mes_pic {
	float: right;
	width: 313px;
	text-align: center;
}

/*　index.php
--------------------------------------------------------------------------------------- */
#company h4.ico01 {
	background: url(/img/business/ico02.gif) no-repeat left 0.3em;
	border-bottom: solid 4px #ccc;
	font-size: 26px;
	margin-bottom: 40px;
	padding: 15px 0 15px 50px;
	font-weight: bold;
	line-height: 1.3;
}

#company .detail.truck {
	font-size: 0;
}

#company .detail .truck_img {
	display: inline-block;
	margin-right: 30px;
	width: 550px;
	vertical-align: middle;
}

#company .detail .truck_type {
	display: inline-block;
	width: 350px;
	vertical-align: middle;
}

#company .detail .truck_type dl {
	font-size: 16px;
	vertical-align: middle;
}

#company .detail .truck_type dt {
	clear: both;
	float: left;
	padding: 10px 0;
	width: 6.5em;
	font-weight: bold;
}

#company .detail .truck_type dd {
	border-bottom: dotted 1px #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6.5em;
}

#company .detail .truck_type dd.noborder {
	border-bottom: none;
}

#company .kyoka_list .yuuryo {
	float: none;
	width: 100%;
}

/*　office.php
--------------------------------------------------------------------------------------- */
#company .anc_list {
	border: solid 4px #CCC;
	margin: 40px 0;
	overflow: hidden;
}

#company .anc_list li {
	border-left: solid 4px #CCC;
	float: left;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#company .anc_list li:first-child {
	border-left: none;
}

#company .anc_list li a {
	display: block;
	color: #0C2A84;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 36px;
	width: 100%;
	font-size: 16px;
	text-decoration: underline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#company .detail {
	margin: 20px auto;
	width: 934px;
}

#company .detail li {
	border-top: dotted 1px #666666;
	padding: 40px 0 20px;
	overflow: hidden;
}

#company .detail li:first-child {
	border-top: none;
	padding: 0 0 20px;
}

#company .detail h4 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-indent: -25px;
	font-weight: bold;
	line-height: 1.3;
}

#company .detail h4:before {
	content: "";
	display: inline-block;
	border-left: solid 5px #083F95;
	height: 24px;
	vertical-align: top;
	margin-right: 20px;
}

#company .detail .address {
	float: left;
	width: 570px;
}

#company .detail .address p {
	margin-top: 5px;
	font-size: 16px;
}

#company .detail .map {
	float: right;
	width: 330px;
}

#company .detail .map p {
	margin-top: 5px;
	text-align: right;
}

#company .detail .map p a {
	background: url(/img/sub/arw03.gif) no-repeat right center;
	padding-right: 30px;
}

@media screen and (max-width: 1024px) {
	#company #contents_wrap2 {
		padding: 20px 3% 10px;
	}
}

@media screen and (max-width: 768px) {
	#mainV {
		background: url(/img/common/mainv2-sp.jpg) no-repeat bottom left;
		background-size: cover;
	}

	#company table {
		margin: 0 0 60px;
		width: 720px;
		font-size: 14px;
	}

	#company table th {
		width: 90px;
		padding: 10px;
	}

	#company table td {
		padding: 10px;
	}

	#company .detail {
		width: 100%;
	}

	#company .detail li {
		border-top: solid 1px #666666;
		padding: 50px 0 0;
	}

	#company .detail li:first-child {
		padding: 0;
	}

	#company .detail .truck_img {
		display: block;
		margin-right: 0;
		width: 100%;
	}

	#company .detail .truck_img img {
		width: 100%;
	}

	#company .detail .truck_type {
		display: block;
		width: 100%;
	}

	#company .detail .truck_type dl {
		font-size: 15px;
	}

	#company .detail .address {
		float: none;
		width: 100%;
	}

	#company .detail .address img {
		width: 100%;
	}

	#company .detail .address p {
		font-size: 15px;
	}

	#company .detail .map {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	#company .detail .map iframe {
		width: 100%;
	}

	#company .history_table table {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	.pageNav ul li {
		width: 100%;
	}
}