@charset "utf-8";

/* SIDE MENU */
#sidemenu-company			{ display:block;}
#sidebana1 .bana-tylo,
#sidebana1 .bana-steam,
#sidebana1 .bana-dry,
#sidebana1 .bana-soft,
#sidebana1 .bana-firewood,
#sidemenu-data-download,
#sidebana1 .bana-blog,
#sidebana1 .bana-dealers		{ display:none;}

body.company-index #sidemenu .company-menu-index a,
body.company-recruit  #sidemenu .company-menu-recurit a,
body.company-dealers  #sidemenu .company-menu-dealers a { 
	color:#fff; 
	background-color: #000;
	background-image:url("/img/icon_link_white.svg");
	background-position: 0.45rem 0.6rem;
	background-repeat: no-repeat;
	-webkit-background-size: 1rem auto;
	   -moz-background-size: 1rem auto;
	     -o-background-size: 1rem auto;
	        background-size: 1rem auto;
	text-decoration:none; 
	cursor:default;
}


#section01 table { 
	width:100%; 
	border:solid 1px #cccccc;
}
#section01 th { 
	width:140px; 
	padding:10px 0; 
	font-weight:bold; 
	text-align:center; 
	border-right: 1px dotted #dbdbdb;
	border-bottom: 1px dotted #dbdbdb;
	background-color: #f1f1f1;
	white-space: nowrap;
}
#section01 td { 
	padding:10px 20px; 
	border-bottom: 1px dotted #dbdbdb;
}

#section01 tr:last-child th {
	border-bottom: none;
}
#section01 tr:last-child td {
	border-bottom: none;
}

#section01 tr.last th,
#section01 tr.last td { 
	background-image:none;
}

#access	{ 
	width:723px; 
	overflow:hidden;
}

#access .access_map {
	width: 723px;
	height: 350px;
}

#access .access_map iframe {
	margin: 0;
	width: 723px;
	height: 350px;
	border: none;
}

#access .glink { 
	margin:10px 0 0 0;
}

#access .blockBox:after { 
	content:''; 
	display:block; 
	clear:both;
}
#access .blockBox { 
	width:736px; 
	margin:20px 0 0 0; 
	zoom:1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
#access .blockBox .block { 
	width:353px; 
	margin-right: 30px;
}


/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {

	#section01 th { 
		width:30%; 
	}

	#access	{ 
		width:100%; 
	}

	#access .access_map {
		padding: 100% 0 0;
		position: relative;
		width: 100%;
		height: 0;
	}

	#access .access_map iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	#access .glink { 
		margin:10px 0 0 0;
	}
	
	#access .blockBox { 
		width:100%; 
		display: block;
	}
	#access .blockBox .block { 
		width:100%; 
		margin: 0 0 2rem 0;
	}

}


/* RECRUIT
---------------------------------------------------------------------*/

td, th {
    vertical-align: middle;  /* 中央揃え */
}

body.company-recruit #section01 {
	margin-bottom: 4rem;
}


body.company-recruit #section02 dt { 
	padding:10px 10px 0 0; 
	font-weight:bold; 
	float:left;
}
body.company-recruit #section02 dd { 
	padding:10px 0 0 0; 
	float:left;
}

#tell { 
	width : 150px;
	text-align : center; 
	float : left;
}
#tell img {
	width: 40%;
}
#telr { 
	width : 563px; 
	float : right;
}

.list_box {
	display: flex;
	margin: 1.5rem 0;
}
.list_box .task_list li{
	margin-left: 1.4em;	text-indent: -1.4em;
}
.list_box .task_list li:first-child { 
	padding:0 0 0 0;
}
.list_box .task_list li { 
	padding: 0.5rem 0 0 0;
}
.list_box .task_list li::before {
	content: "・";
	padding-right: 0.3rem;
}

body.company-recruit .contact_tel {
	margin: 0.6rem 0;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	color: #0c4d9c;
}
body.company-recruit .contact_tel span {
	padding-right: 1.5rem;
}




/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {

	#section02 dt { 
		float:none;
	}
	#section02 dd { 
		float:none;
	}

	.list_box {
		display: flex;
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: reverse;
		     -ms-flex-direction: column-reverse;
		         flex-direction: column-reverse;
	}
	
	.list_box .task_list {
		width: 100%;
		flex: none;
	}

	
	#tell { 
		width : 100%;
		text-align : center; 
		float : none;
	}
	#tell img {
		margin: 20px 0;
		width: 20%;
	}
	#telr { 
		width : 100%; 
		float : none;
	}

	body.company-recruit .contact_tel {
		text-align: center;
	}

	body.company-recruit .contact_tel span {
		display: inline-block;
		padding-bottom: 5px;
		padding-right: 0;
	}



}



/* DEALERS
---------------------------------------------------------------------*/

body.company-dealers #section01 ul {
	margin: 1rem 0 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

body.company-dealers #section01 li { 
	padding:0 1.5rem 1rem 1rem; 
	font-weight:bold; 
	background:url("/img/icon_link_arrow_down.svg") -0.2rem 0 no-repeat;
	-webkit-background-size: 15px auto;
	   -moz-background-size: 15px auto;
	     -o-background-size: 15px auto;
	        background-size: 15px auto;
}

body.company-dealers #section01 li:last-child {
	padding-right: 0;
}


body.company-dealers .item-container{
	margin-bottom: 60px;
}

body.company-dealers .item-box {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	height: 160px;
}

body.company-dealers .item-box .item-photo {
	width: 45%;
	background-color: #e5e5e5;
}

body.company-dealers .item-box .showroom-orks {
	background-image: url(/company/img/dealers-showroom-orks.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

body.company-dealers .item-box .showroom-nmon {
	background-image: url(/company/img/dealers-showroom-nmon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

body.company-dealers .item-box .showroom-avanto {
	background-image: url(/company/img/dealers-showroom-avanto.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

body.company-dealers .item-box .showroom-aitohus {
	background-image: url(/company/img/dealers-showroom-aitohus.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

body.company-dealers .item-box .showroom-totalnets {
	background-image: url(/company/img/dealers-showroom-totalnets.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


body.company-dealers .item-box .showroom-tylo-logo {
	background-image: url(/company/img/dealers-showroom-tylo-logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;  
}

body.company-dealers .item-box .item-photo .label {
	display: inline-block;
	padding: 5px 16px;
	color: #fff;
	font-size: 0.75rem;
}

body.company-dealers .item-box .item-photo .showroom-yes {
	background-color: #0071c0;	
}

body.company-dealers .item-box .item-photo .showroom-no {
	background-color: #787878;	
}


body.company-dealers .item-box .item-text {
	width: 55%;
	background-color: #f1f1f1;
	padding: 20px 45px;
}

body.company-dealers .item-box .item-text .company-name {
	font-size: 1.0rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
body.company-dealers .item-box .item-text .company-address {
	margin-bottom: 0.4rem;
	line-height: 1.6;
}

/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {
	
/*
	body.company-dealers #section01 ul {
		margin: 1rem 0 2rem;
		display: block;
	}
*/
	
	body.company-dealers #section01 li { 
		padding:0 2rem 0.5rem 1rem; 
		background:url("/img/icon_link_arrow_down.svg") -0.2rem 0.2rem no-repeat;
		-webkit-background-size: 15px auto;
		   -moz-background-size: 15px auto;
		     -o-background-size: 15px auto;
		        background-size: 15px auto;
	}


	body.company-dealers .item-container{
		margin-bottom: 80px;
	}

	body.company-dealers .item-box {
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
		height: auto;
	}

	body.company-dealers .item-box .item-photo {
		width: auto;
		height: 180px;
	}

	body.company-dealers .item-box .showroom-tylo-logo {
		height: 130px !important;
	}
	
	body.company-dealers .item-box .item-text {
		width: auto;
	}

}