@charset "utf-8";
/* CSS Document */


/*---- frexible grid system ----*/



.off .grid_1_12,
.off .grid_1_6,
.off .grid_1_4,
.off .grid_1_3,
.off .grid_1_2,
.off .grid_7_12,
.off .grid_2_3,
.off .grid_3_4,
.off .grid_5_6,
.off .grid_11_12,
.off .grid_1_1 { 
	display: block;
	float: none;
	margin-left: 0;
}



.off .grid_1_12,
.off .grid_1_6,
.off .grid_1_4,
.off .grid_1_3,
.off .grid_5_12,
.off .grid_1_2,
.off .grid_7_12,
.off .grid_2_3,
.off .grid_3_4,
.off .grid_5_6,
.off .grid_11_12,
.off .grid_1_1 { width: auto; }

/*横スクロール*/

.scroll_m table {width: 800px!important;}

.scroll_s,
.scroll_m,
.scroll_l {
	overflow-x:scroll;
}

.scroll_s table .nowrap,
.scroll_m table .nowrap,
.scroll_l table .nowrap{white-space:normal!important;}

.scroll_s table {min-width: 380px!important;}
.scroll_l table {min-width: 500px!important;}


/*-- リスト --*/


ul.list2 li {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	background: url(../img/common/arrow3.gif) no-repeat 0 0.5em;
}

ul.list2 li:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #FFBB00;
	border-image: none;
	border-radius: 0;
	/*border-style: solid;*/
	border-width: 5px;
	content: "";
	display: block;
	height: 0;
	left: 8px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 0;
}

#asbestos p.lnk1 {
	background: url(../img/common/arrow3.gif) no-repeat 1% 0.5em;
	margin-bottom:1em;
}

.clear_sp { clear:both;}

#asbestos .none {
	float:none;
	width:100%;
}


/*---- header setting ----*/

#header2 {
	border-bottom: none;
	display: block;
}
#header2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*logo*/

#header2 .logo {
	float: none;
	width: 100%;
	margin: 0;
	position: relative;
	border-bottom: 5px solid #0079cf;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

/* #header2 .logo:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
} */

/* #header2 .logo img {
	width: 215px;
	height: auto;
	margin: 12px 5px 10px 12px;
} */

#header2 .logo .department {
	font-size: 0.85rem;
	padding: 0.5rem 0.5rem 0.5rem 3.5rem;
	margin: 0;
}

/* ----------------------------------------------------
　　石綿事業部 子ナビゲーション設定 20260116
------------------------------------------------------- */

/*-- ハンバーガーメニュー --*/

#header2 a.menu {
	display: block;
	margin: 18px 0 0 0;
	float: right;
	box-sizing: border-box;
	padding: 12px 12px 12px 36px;
	min-width: 7.5em;
	background: #0079cf url(/common4/img/common/icon_hamburger_w.svg) no-repeat 5px 0.7em;
	background-size: 28px;
	border-radius: 3px 3px 0 0;
	text-decoration: none;
}

#header2 a.menu.on {
	background: #0079cf url(/common4/img/common/icon_cross_w.svg) no-repeat 5px 0.8em;
	background-size: 30px;
}

#header2 a.menu .hamburger,
#header2 a.menu.on .close {display: inline;color: #fff;}
#header2 a.menu.on .hamburger,
#header2 a.menu .close {display: none;}


#header2 #glnav2 {
	float: none;
	clear:both;
	width: 100%;
	display: none;
    margin: 0;
}

#header2 #glnav2 > li > a {
	float: none;
	width: 100%!important;
	margin: 0!important;
	padding: 1em 1em 1.5em 55px!important;
	text-align: left;
	background-position: left 10px center!important;
	background-color: #0079cf;
	border-radius: 0!important;
	border-bottom: 1px solid #fff;
}

#header2 #glnav2 > li > a:hover,
#header2 #glnav2 > li.on > a {
	border-radius: 0!important;
}


#header2 #glnav2 li > a {background-size: 35px;color: #fff;}

form th,
form td {display: block;}