@charset "utf-8";

.lead_text{
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px){
	.lead_text{
		padding-bottom: 20px;
	}
}

/*-------------------------------------------
	catalog
-------------------------------------------*/
#contents_body .box_blocWrap .oe_table{
	width: 100%;
}
#contents_body .box_blocWrap .oe_table td{
	text-align: center;
}
#contents_body .box_blocWrap .oe_table td:first-child{
	padding-left: 0!important;
}
/* #search_menu */
#contents_body #search_menu{
	margin-bottom: 35px;
}
#contents_body #search_menu li.type{
	width: 350px;
	height: auto;
	float: left;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #0062b0;
	box-sizing: border-box;
}
#contents_body #search_menu li.type:first-child{
	margin-left: 0;
}
#contents_body #search_menu li.type a{
	width: 100%;
	height: auto;
	display: block;
	padding: 25px;
	box-sizing: border-box;
}
#contents_body #search_menu li.type a:hover,
#search_list .list_block li a:hover{
	opacity: 0.7;
	transition: 0.3s;
	text-decoration: none;
}
#contents_body #search_menu li.type .link-arrow{
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding-top: 65px;
	margin-bottom: 0;
}
#contents_body #search_menu li.type .link-arrow:before,
#contents_body #search_menu li.type.l_cartype .link-arrow:before{
	display: inline-block;
	vertical-align: middle;
	content: '';
	position: absolute;
	background:url(/product/img/icon_tire.png) center no-repeat;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#contents_body #search_menu li.type.l_cartype .link-arrow:before{
	background:url(/product/img/icon_car.png) center no-repeat;
	width: 75px;
	height: 32px;
	top: 10px;
}
#contents_body #search_menu li.type .link-arrow:after{
	content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url(/common/img/arw/arw_blue_r40x66.png);
  background-size: contain;
  background-position: left top;
  margin-left: 10px;
}
@media screen and (max-width:767px){
	#contents_body .box_blocWrap .oe_table td{
		display: block;
		width: 48%;
		float: left;
		padding-left: 4%;
	}
	#contents_body .box_blocWrap .oe_table td:nth-child(2n-1){
		padding-left: 0;
		clear: both;
	}
	#contents_body #search_menu li.type{
		width: 100%;
		float: none;
		margin: 0;
	}
	#contents_body #search_menu li.type:first-child{
		margin-bottom: 10px;
	}
	#contents_body #search_menu li.type a{
		padding: 10px;
	}
	#contents_body #search_menu li.type .link-arrow{
		padding-top: 55px;
		font-size: 16px;
	}
	#contents_body #search_menu li.type .link-arrow:after{
		margin-bottom: -1px;
	}
}


/*-------------------------------------------
	search_list
-------------------------------------------*/

#contents_body #search_list{
	margin-bottom: 60px;
}
#search_list .list_block li{
	width: 50%;
	float: left;
	border: 1px solid #0062b0;
	border-bottom: 0;
	box-sizing: border-box;
}
#search_list .list_block li:nth-child(2n){
	border-left: 0;
}
#search_list .list_block li:nth-last-child(2){
	border-bottom: 1px solid #0062b0;
}
#search_list .list_block li:last-child{
	border-bottom: 1px solid #0062b0;
}
/* トラック・バスを非表示にする */
#search_list .list_block li.arw02 a[href="/product/tb/"] {
    display: none !important;
}
#search_list .list_block li:last-child{
	border-bottom: none;
}
/**/
#search_list .list_block li a{
	display: block;
	background:url(/common/img/arw/arw_blue_b62x38.png) right 14px center no-repeat;
	background-size: 13px 8px;
	padding: 10px 45px 10px 20px;
	text-align: center;
	box-sizing: border-box;
}
#search_list .list_block li.arw02 a{
	background:url(/common/img/arw/arw_blue_r40x66.png) right 14px center no-repeat;
	background-size: 8px 13px;
}

@media screen and (max-width:767px){
	#contents_body #search_list{
		margin-bottom: 30px;
	}
	#search_list .list_block li{
		width: 100%;
		float: none;
	}
	#search_list .list_block li:nth-child(2n){
		border-left: 1px solid #0062b0;
	}
	#search_list .list_block li:nth-last-child(2){
		border-bottom: 0;
	}
}

/*-------------------------------------------
	column
-------------------------------------------*/

#column{
	padding-left: 0;
}
#column .box_blocWrap{
	margin-bottom: 70px;
}
#column .box_blocWrap:last-child{
	margin-bottom: 0;
}
#column .box_bloc:after{
	display:table;content:"";clear:both;
}
#column .box_bloc .subTtl{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	color: #0062b0;
}
#column .box_bloc .btn-col-box{
	margin-top: 10px;
}
#column .box_bloc .btn-base{
	width: auto;
	float: left;
	margin-left: 8px;
	margin-bottom: 0;
}
#column .box_bloc .btn-base:first-child{
	margin-left: 0;
}
#column .box_bloc .btn-base a{
	padding: 5px 35px 5px 20px;
	font-size: 14px;
	font-weight: normal;
}
#column .box_bloc .detail_box .text{
	margin-bottom: 0;
}
#column .box_bloc .product_text .icon{
	float: right;
	margin: 5px 0 0 10px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
}
#column .box_bloc .product_text .icon img{
	max-width: 80%;
}
#column .box_bloc_line_product{
	border-bottom: 1px solid #cccccc;
}
@media screen and (max-width:767px){
	#column .box_bloc h3{
		margin-bottom: 10px;
	}
	#column .box_bloc .detail_box:after{
		display:table;content:"";clear:both;
	}
	#column .box_bloc .subTtl{
		margin-bottom: 5px;
		font-size: 14px;
	}
	#column .box_bloc .btn-base{
		width: 50%;
		margin: 0 0 0 2%;
	}
	#column .box_bloc .btn-base a{
		padding: 8px 20px 8px 6px;
		text-align: center;
	}
	#column .box_bloc .btn-base:first-child{
		width: 48%;
	}
	#column .box_bloc .product_img{
		width: 29%;
		float: left;
	}
	#column .box_bloc .product_text{
		width: 68%;
		float: right;
		margin-left: 0!important;
	}
	#column .box_bloc .detail_box .icon{
		width: 48%;
		display: inline-block;
		vertical-align: middle;
		margin: 5px 0 0 0;
		text-align: center;
	}
	#column .box_bloc .detail_box .icon:first-child{

	}
	#column .box_bloc .detail_box .icon:last-child{
		float: left;
		padding: 7px 0;
	}
	#column .box_bloc .product_img .icon{
		margin-top: 5px;
		text-align: center;
	}
	#column .box_bloc .bloc_img_product{
		float: none;
		margin: 10px 0 0 0;
	}
}


/*-------------------------------------------
	#truk_bus
-------------------------------------------*/


#truk_bus_list {
	margin-bottom: 50px;
	}
#truk_bus_list .list_item {
	width: 50%;
	float: left;
	border: 1px solid #0062b0;
	border-top: 0;
	box-sizing: border-box;
	vertical-align: middle;

}
#truk_bus_list .list_block li a{
	display: table;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 10px 45px 10px 20px;
	box-sizing: border-box;
	background-image: url(/common/img/arw/arw_blue_r8x13.png);
	background-repeat: no-repeat;
	background-position: center right 15px;

}
#truk_bus_list .list_item div {
	display: table-cell;
	vertical-align: middle;
}

#truk_bus_list .list_block li:first-child,
#truk_bus_list .list_block li:nth-child(2){
 border-top: 1px solid #0062b0;
}
#truk_bus_list .list_item .txt{
	display: table-cell;
 	vertical-align: middle;
	font-size: 1.7rem;
}
#truk_bus_list .list_item img{
	 float: right;
 vertical-align: middle;
 display: table-cell;
}

#truk_bus_list .list_block li a:hover{
	opacity: 0.7;
	transition: 0.3s;
	text-decoration: none;
}

#truk_bus_list .list_block li:nth-child(2n){
	border-left: 0;
}
#truk_bus_list .list_block li:nth-last-child(2){
	border-bottom: 1px solid #0062b0;
}
#truk_bus_list .list_block li:last-child{
	border-bottom: 1px solid #0062b0;
}
#column .list-wrap {
	margin-bottom: 50px;
}

#column #truk_bus_technology li,
#column #truk_bus_support li{
	margin-bottom: 15px;
	font-size: 16px;
}
#column #truk_bus_technology li a,
#column #truk_bus_support li a{
		color: #000;
}
#column #truk_bus_technology li a::before,
#column #truk_bus_support li a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 11px;
	background-image: url(/common/img/arw/arw_blue_r6x9.png);
	background-size: contain;
	background-position: left top;
	margin-right: 6px;
	background-repeat: no-repeat;
}

@media screen and (max-width:767px){

	#contents_body #search_list{
		margin-bottom: 30px;
	}
	#truk_bus_list .list_item {
		width: 100%;
		float: none;
	}
	#truk_bus_list .list_block li:nth-child(2n){
		border-left: 1px solid #0062b0;
	}
	#truk_bus_list .list_block li:nth-child(2){
	border-bottom: 1px solid #0062b0;
	}
	#truk_bus_list .list_item .txt{
		font-size: 16px;
	}
	#truk_bus_list .list_block li a{
		padding: 10px 38px 10px 20px;
		background-image: url(/common/img/arw/arw_blue_r8x13.png);
		background-repeat: no-repeat;
		background-position: center right 15px;
	}
	#column .list-wrap {
		margin-bottom: 30px;
	}
	#truk_bus_list .list_block li:first-child{
	 border-top: 1px solid #0062b0;
	 border-bottom: none;
	}
	#column #truk_bus_technology .list-wrap li a,
	#column #truk_bus_support .list-wrap li a{
			color: #000;
	}
}


/*-------------------------------------------
	h3 余白調整
-------------------------------------------*/

.box_bloc .product_text h3 {
	padding-bottom: 12px;
	padding-top: 5px;
}


/*-------------------------------------------
	col3_linkArea
-------------------------------------------*/
.col3_linkArea{
	width: 100%;
	margin-bottom: 40px;
}
.col3_linkArea .li{
	width: 32%;
	margin-right: 2%;
	float: left;
	text-align: center;
	border: 1px solid #0062b0;
	box-sizing: border-box;
	background-image: url(/common/img/arw/arw_blue_r8x13.png);
	background-repeat: no-repeat;
	background-size: 8px 13px;
	background-position: top 52% right 8px;
}
.col3_linkArea .li:last-child{
	margin-right: 0;
}

.col3_linkArea .li a{
	font-size: 15px;
	display: block;
	padding: 30px 22px 30px 8px;
	box-sizing: border-box;
	text-decoration: none;
}
.col3_linkArea .li a:hover{
	opacity: 0.7;
}

@media screen and (max-width:767px){
	.col3_linkArea .li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.col3_linkArea .li:last-child{
		margin-bottom: 0;
	}
	.col3_linkArea .li a{
		padding: 18px 10px;
	}
}
