﻿@charset "UTF-8";

/*
Theme Name: MY THEME
Author: RIKUSAIBOU
Description: This is my original theme.
Version: 1.0
*/

/* -------------------------------------- 
全体設定基本
-------------------------------------  */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding: 0;
	color: #000000;
}

body a{
	text-decoration:none; color: #000000;
}
	
img{
	vertical-align:bottom;
}


table{
	border-collapse: collapse;
	background-color:#fafafa; 
}

/* --------------------------------------------
その他、wp初期設定
--------------------------------------------- */
/* ---------- WP画像 ------------------- */

/* 画像のキャプション */
.wp-caption-text	{
	margin: 0;
	color: #666666;
	font-size: 10px;
	text-align: center
}

.wp-caption-text a	{
	color: #666666
}

/* 画像の配置 */
.aligncenter	{
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 599px) {
	.alignleft, .alignright	{
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width: 600px) {
	.alignleft	{
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 30px
	}

	.alignright	{
		float: right;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 30px
	}
}


/* Internet Explorer用の設定 */
a img{
	border: none
}

/* 大きい画像用の設定 */
.wp-caption	{
	max-width: 100%;
	height: auto
}


/* -------------------------------------------------------------
 共通部分headr&パンくず＆フッター
---------------------------------------------------------------*/
header{
	
/*
	width:100%; 
	width:1024px; 
	max-width:1280px; 
*/
	width:100%; 
	max-width:1024px; 
	margin:0 auto;

}

/* ------logoのメニュー-------- */
.Common__box:after{
	display: block;
	clear: both;
	content: "";
}

.Common__box{
	margin:0 auto; 
/*
	width:1004px; 
	width:1180px; 
*/
	width:1004px; 
	border-top:5px solid #3eb135; 
	padding:0 10px;

}

.Common__box h1{
	float:left; width:480px;
}
.Common__box img{
	width:100%;
}
.Common__box ul{
	margin:0; float:right; list-style:none; width:500px;
	padding:8px 0;
}

.Common__box ul:after{
	display: block;
	clear: left;
	content: "";
}
.Common__box ul li{
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; font-size:14px;
	height:32px;
}

/* ヘッダーサイト内検索 2018/07/21 */
.Common__box ul li:nth-of-type(1){
	width:100%;
	line-height:1.3; 
	height:38px; 
/*
	text-align:right; 
	font-size:14px;
*/

}

.Common__box__box__2__a2{
	display:block;
}
.Common__box__box__2__a2:hover{
	color:#339966
}
.Common__box__box__2__a2 i{
	padding-right:3px; color:#3eb134;
}

.Common__box ul li:nth-of-type(2) img{
	margin-right:5px; width:20px; vertical-align:bottom;
}
.Common__box ul li:nth-of-type(2) a{
	color:#3eb134;
	border:2px solid #3eb134; display:inline-block;
	padding:3px 3px 4px;
}
.Common__box ul li:nth-of-type(2){
	width:31%;
	padding-right:0px;
	text-align:center;
	margin-top:5px;
}
.Common__box ul li:nth-of-type(3){
	width:23%;
	margin-top:5px;
	padding:8px 0;
	text-align:center;
	border-left:1px solid #999999;
}
.Common__box ul li:nth-of-type(4){
	width:23%;
	margin-top:5px;
	padding:8px 0;
	text-align:center;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
.Common__box ul li:nth-of-type(5){
	width:23%;
	margin-top:5px;
	padding:0;
	text-align:center;
	border-right:1px solid #999999;
}
.Common__box ul li:nth-of-type(5) a{
	text-align:left; display:inline-block;
}

.Common__box ul li:nth-of-type(2) a:hover{
	color:#339966;
	background-color:#cadb93;
}
.Common__box ul li:nth-of-type(3) a:hover{
	color:#339966
}
.Common__box ul li:nth-of-type(4) a:hover{
	color:#339966
}
.Common__box ul li:nth-of-type(5) a:hover{
	color:#339966
}

@media screen and (max-width: 590px) {
	.Common__box ul{
		display:none;
	}
	header {
		width:auto;
	}
	.Common__box {
		width:auto;
		padding:15px 10px
	}
	.Common__box h1{
		float:none; 
		width:100%;
		margin:0 auto; height:auto;
	}
	.Common__box h1 img{
		width:100%; height:auto; vertical-align:bottom; display:block;
	}
}

/* ----------------------------------- */
/* ■メニュードリルダウン■ 2020/02/20 */
/* ----------------------------------- */
#menu{
	list-style-type: none;
	width:100%; 
	max-width:1024px; 
	height:52px;
	margin: 0 auto;
	padding: 0;
	background-color: #3eb135;
	font-size:14px;

}
#menu li{
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
	color:#ffffff;
	text-align: center;
	border-left:1px solid rgba(255,255,255,0.4);
	width: 12.4%;
	height:100%;
}

#menu li div{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

}

#menu li a{
	display: block;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	line-height: 1;
	text-decoration: none;

}
#menu li a:hover{
	background-color: #2a7824;
/*
	height:100%;
*/

}
#menu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;

}

#menu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;

}
#menu li ul li a{
	background-color:#3eb135;
	color: #fff;
	padding: 13px 2px 13px 6px;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #fff;
}
#menu li ul li a:hover{
	background-color: #2a7824;
	/*color: #000;*/
}
#menu li:hover ul li{
	overflow: visible;
	min-height: 40px;
	height: auto;
	z-index: 19999;
}
#menu li:hover ul li:first-child{
	border-top: 0;

}
#menu li:hover ul li:last-child{
	border-bottom: 0;

}
/* ----------------------------------- */

.Common__nav2{
	display:none;
}

/*
@media screen and (max-width: 590px) {
*/
/* ※タブレットもモバイルメニューを表示 1060*/
@media screen and (max-width: 1180px) {
	.Common__nav{
		display:none;
	}
	.Common__nav2{
		display:block;
	}
	.Common__nav2:after{
		display: block;
		clear: left;
		content: "";
	}
	.Common__nav2 div:nth-of-type(1){
		float:left; 
		width:50%;
		text-align:center;
	}
	.Common__nav2 div:nth-of-type(1) a{
		display:block;
		padding:10px; font-size:18px;
		border-top:1px solid #f1f1f1;
		border-bottom:1px solid #f1f1f1;
		border-right:1px solid #f1f1f1;
		height:20px;
		background-color: #3eb135; color:#ffffff;
		text-shadow:1px 1px 1px #000000;
	}
	.Common__nav2 div:nth-of-type(1) a i{
		padding-right:5px;
	}
	.Common__nav2 button{
		float:left; 
		width:50%;
		text-align:center; 
		height:42px;
		border-top:1px solid #f1f1f1;
		border-bottom:1px solid #f1f1f1;
		border-right:none;
		border-left:none;
		background-color: #3eb135; color:#ffffff;
		text-shadow:1px 1px 1px #000000; 
		cursor:pointer;
	}
	.Common__nav2 button i{
		padding-right:5px;
	}


	.Common__nav2 ul li button{
		width:100%;
	}
/*
	.Common__nav2 .menu{
		background-color: #3eb135;
	}
*/
	.Common__nav2 ul{
		padding-left:0; 
		list-style:none;
		margin:0; 
		display:none; 
		clear:left;
	}
	.Common__nav2 ul:after{
		display: block;
		clear: left;
		content: "";
	}
	.Common__nav2 li{
		float:left; 
		width:50%;
	}
	.Common__nav2 li a{
		display:block;
		padding:10px 0;
		background-color: #3eb135; 
		color:#fff;
		text-shadow:1px 1px 1px #000000;
		border-bottom:1px solid #f1f1f1;
		text-align:center;
	}
	.Common__nav2 li:nth-of-type(odd) a{
		border-right:1px solid #f1f1f1;
	}

	.Common__nav2 li a:hover{
		background-color: #2a7824;
		color: #fff;
		text-shadow:none;
	}
}


/* ------------------- Footer------------------ */
footer{
/*
	width:1180px; 
*/
	width:1024px; 
	margin:0 auto;

}
.Footer{
	width:100%; 
	margin:0 auto;
	padding:20px 15px 20px 16px;
	border-top:5px solid #3eb135;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	font-size:14px; 
	line-height:1.5;

}
.Footer:after{
	display: block;
	clear: left;
	content: "";
}

.Footer__1{
	width:350px; 
	float:left;
}
.Footer__1 .a1{
	display:block;
}
.Footer__1 .a1 img{
	width:100%;
}

.Footer__2 address{
	font-style: normal;
	padding: 0 80px; 
/*
	line-height: 1.2;
	font-size: 12px;
*/

}
.Footer__2{
	width:460px; 
	float:left;
}

.Footer__3{
	width:160px; 
	float:left;
}
.Footer__3 ul:after{
	display: block;
	clear: left;
	content: "";
}
.Footer__3 ul{
	padding:0; 
	list-style:none; 
	float:left;  
	margin:0 0 0 25px;
}
/*
.Footer__3 ul li{
	font-size:13px; 
	line-height:1.3;
}
*/
.Footer__3 ul li a:hover{
	color:#339966
}
.Footer__3 ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 2px;
	color:#3eb135;
	content:"\f101";
}

footer p{
	width:100%; 
	margin:0 auto; 
	padding:2px 0; 
	color:#ffffff; 
	background-color:#3eb135; 
	text-align:center;
	font-size:12px;
}


@media screen and (max-width: 590px) {
	footer{
		width:auto;
	}
	.Footer__1{
		width: 90%;
	}
	.Footer__2{
		width: auto;
		padding: 20px 0; 
		display:block; 
		clear:left;
	}
	.Footer__3{
		padding: 20px 0; 
		line-height:1.7;
		float:none;
		width:300px;
	}

}


/* --------------パンくずリスト------------------ */
.Pankuzu{
	width:1024px; 
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; 
	list-style:none; 
	padding:10px 60px;

}
.Pankuzu:after{
	display: block;
	clear: left;
	content: "";

}
.Pankuzu li{
	float:left; 
	font-size:13px; 
	line-height:1.5;

}
.Pankuzu li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding:0 10px;
	content: "\f105";

}

.Pankuzu li:nth-of-type(1):before {
	padding:0; content: "";

}
.Pankuzu li a:hover{
	color:#339966

}

@media screen and (max-width: 590px) {
	.Pankuzu{
	display:none;

}

}
/* -----------------------------------------------------
 TOPページ
-------------------------------------------------------*/
/* ------------------- TOPの画像部分 ------------------- */

.Top__box1:after{
	display: block;
	clear: left;
	content: "";
}
.Top__box1{
	width:1024px;
	margin:0 auto;
	position:relative;
}
.Top__box1__box1{
	padding:0; list-style:none;
	margin:0; width:700px; height:340px; float:left;
}
.Top__box1__box1 img{
	width:100%;  vertical-align:bottom;
}

.Top__box1__box2{
	width:324px; 
	background-color:#000000; 
	height:340px; 
	position:absolute; 
	top:0; right:0;
	
}
.Top__box1__box2 p{
	margin:0; 
	background-color:#C9DD8F; 
	padding:10px; 
	font-size:16px;
	
}
.Top__box1__box2 p a{
	color:#3eb135; display:block;
}
.Top__box1__box2 p a:hover{
	color:#339966;
}
.Top__box1__box2 p i{
	padding-right:5px;
}
.Top__box1__box2 img{
	width:324px; 
	height:314px
}
.Top__box1__box2 div p{
	position:absolute;
	bottom:0; right:0;
	margin:0;
	padding:5px;
	font-size:12px;
	background-color:transparent; color:#3eb135;
}

.Top__box1__box2 div ul{
	list-style:none;
	margin:0;
	position:absolute;
	top:0; left:0;
	padding:10px;
	background-color:rgba(255,255,255,0.5);
	visibility:hidden; width:50%;
}

.Top__box1__box2 div ul:after{
	display: block;
	clear: left;
	content: "";
}
.Top__box1__box2 div ul li{
	float:left; width:50%; line-height:1.5;
}
.Top__box1__box2 div ul li a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
    color:#3eb135;
	padding-right: 5px;
	content: "\f0a9";

}
.Top__box1__box2 div ul li.nolink{
  color: #000;

}
.Top__box1__box2 div ul li.nolink a:hover{
	
  color: #000;

}
.Top__box1__box2 div ul li.nolink a:before {
	color:#999;

}


.Top__box1__box2 div ul li a:hover{
	color:#339966;
}


.Top__box1__box2 .divs0{
	background-color:#ebf4e3;
	width:324px; 
	height:324px; 
	position:relative; 
	z-index:10001;

}

.Top__box1__box2 .divs0 img{
	width:324px; 
/*
	height:314px; 
*/
	height:324px; 

}

.Top__box1__box2 .divs0 .okinawa1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .kyusyu1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .shikoku1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .tyugoku1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .kansai1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .tyubu1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .kanto1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .touhoku1{
	visibility:visible;
}
.Top__box1__box2 .divs0 .hokkaido1{
	visibility:visible;
}

.Top__box1__box3{
	padding:0; 
	list-style:none;
	margin:20px auto 0;
	position:static;
	display: flex;
	width:1024px;
	/* top:37px;  */
/*
	right:384px; 
*/
	/* right:344px;  */
	z-index:10000;
}
.Top__box1__box3 li{
	margin-right: 25px;
	margin-bottom:15px; 
	height:55px;
	border: 1px solid;
}
.Top__box1__box3 li:nth-of-type(4){
	margin-bottom:0px;
}
.Top__box1__box3 li a{
	display:inline-block;
	background-color:#fbfbfb; 
/*
	width:240px;
*/
	width:215px;
	height:35px;
	padding:10px;
}
.Top__box1__box3 li a:after{
	display: block;
	clear: left;
	content: "";
}
.Top__box1__box3 li a i{
	display:inline-block; float:left;
	padding:5px 10px 0 0; height:25px; font-size:26px; color:#3eb135;
}
/* 陸災防ロゴ 2021/04/01 Add */
.Top__box1__box3 li a img{
	display:inline-block; float:left;
	padding:5px 6px 0 0; height:25px;
}

.Top__box1__box3 li a span{
	display:inline-block;
	float:left; 
	height:35px; 
	line-height:2.2; 
/*
	width:208px;
	background-color:#cadb93;
*/
	width:180px;
}
body .Top__box1__box3 li a .spanline{
	line-height:1.2;
}

/*トップページ写真内のバナーテキストが1行時、上下中央表示にするために使用-------------*/
body .Top__box1__box3 li a #top_spanline_1{		
	display: flex;
    align-items: center;
}

body .Top__box1__box3 li a #top_spanline_1 b{
	padding-top: 5px;
}
/*--------------------------------------------------------------------------------*/

.Top__box1__box3 li a:hover{
	color:#339966;
	background-color:#cadb93;
}

.Top__box1__box3 li a:hover i{
	color:#339966
}

.Top__box1__box03{
	margin:0;
	color:#ffffff;
	font-size:24px; 
	line-height:1.5; 
	text-shadow:1px 1px 3px #000000;
	/* 透過 */
/*
	background-color: rgba(62, 177, 53, 0.4);
*/
	background-color: rgba(0, 0, 0, 0.4);

}

.Top__box1__box03 span{
	height:39.5px; display:block;
}


/* 2018/07/20 Add -------------------------------- */
.Top__box1__box04{
	
/*
	padding:0; 
	list-style:none; 
	margin:0; 
	position:absolute; 
	top:322px; 
	left:200px;
	z-index:10000;

	width:300px;

	color:#ffffff;
	font-size:12px; 
	line-height:1.5; 
	text-shadow:1px 1px 3px #000000;
*/
	margin:0;
	padding:5px 0 0 30px;
	color:#ffffff;
	font-size:12px; 
	height:18px; 
	text-shadow:1px 1px 3px #000000;
	left:50px;

	/* 透過 */
/*
	background-color: rgba(0, 0, 0, 0.4);
*/
	background-color:#3eb135

}

.Top__box1__box04 a{
	color: #ffffff;
}

/* ----------------------------------------------- */


.Top__box1 .bx-wrapper{
	height:340px;
}
.Top__box1 .bx-viewport{
	position:relative;
	bottom:118px;
padding-left:15px; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
z-index:10;
}

/*TOP画像部分のスマホ */
@media (max-width: 460px) {
	
.Top__box1__box03 span{
	font-size:19px;
}

}
/* ------------------- TOPの新着情報から ------------------- */
.TOP__nsbox{
	width:1024px;
	margin:0 auto;
	padding:10px 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.TOP__nsbox:after{
	display: block;
	clear: both;
	content: "";
}

.TOP__nsbox__left{
	float:left; width:685px;
	margin-right:15px;
}
.TOP__nsbox__right{
	float:right; width:300px;
}

/* ----- TOPの新着情報------- */
.TOP__nsbox__left h2{
	font-size:17px; color:#3eb135;
	margin:0 0 10px;
}
.TOP__nsbox__left h2 img{
	width:20px;
	margin-right:10px; display:inline-block;
}
.TOP__nsbox__left ul{
	padding:0; list-style:none;
	margin:0; /*height:124px;*/
}
.TOP__nsbox__left li{
	font-size:14px;
	padding-bottom:10px; line-height:1.5;
}
.TOP__nsbox__left li a:hover{
	color:#339966
}

.TOP__nsbox__left li time{
	display:inline-block;
	padding-right:15px;
}
.TOP__nsbox__left section{
	height:200px;
}
.TOP__nsbox__left section p{
	margin:0 0 10px;
	text-align:right; font-size:14px;
}
.TOP__nsbox__left section p a{
	color:#3eb135;
	font-weight: bold;
}
.TOP__nsbox__left section p a i{
	color:#3eb135;
	padding-right:5px;
}
.TOP__nsbox__left section p a:hover{
	color:#339966
}
.TOP__nsbox__left section p a:hover i{
	color:#339966
}


.TOP__nsbox__left > p {
	margin-top: 0;
}

.TOP__nsbox__left .video_daizin {
	font-size: 14px;
}

.TOP__nsbox__left .video_daizin:hover {
	color: #339966;
}

/* ----- 知りたいことはなんですか？------- */
.fs_box{
	margin-top:15px; width:390px;
	margin-left:90px;
}
.fs_box select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:25px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:0;
	padding:3px;
	border:1px solid #3eb135;
	background-color:#ffffff;
	color:#666666;
	font-size:15px;
	background-image:url("img/button_1.png");
	background-size:21px 21px;
	background-repeat: no-repeat;
	background-position: top 1px right 1px;
}


/* ----- TOPの陸上貨物運送事業労働災害防止協会とは------- */
.TOP__nsbox__right h2{
	font-size:17px; color:#3eb135;
	margin:0 0 10px;
}
.TOP__nsbox__right h2 img{
	width:20px;
	margin-right:10px; display:inline-block;
}
.TOP__nsbox__right section{
	height:200px;
}
.TOP__nsbox__right section p:nth-of-type(1){
	margin:0 0 10px; line-height:1.5; font-size:14px;
}
.TOP__nsbox__right section p:nth-of-type(2){
	text-align:right; font-size:14px;
	margin:0px;
	padding-bottom:9px;
}
.TOP__nsbox__right section p:nth-of-type(2) a{
	color:#3eb135;
	font-weight: bold;
}
.TOP__nsbox__right section p:nth-of-type(2) a i{
	color:#3eb135;
	padding-right:5px;
}

.TOP__nsbox__right section p:nth-of-type(2) a:hover{
	color:#339966
}
.TOP__nsbox__right section p:nth-of-type(2) a:hover i{
	color:#339966
}

/* ----- サイト内検索------- */
.Search__box{
/*
2021/07/19 元に戻す※新着情報の上に1行追加したため
	margin-top:49px;
*/

	margin-top:15px;
	height:25px;
	margin-left:-190px;
}
.Search__box:after{
	display: block;
	clear: left;
	content: "";
}

.Search__box_top{
	margin-top:6px; 
	margin-left:10px; 
	height:25px;

}
.Search__box_top:after{
	display: block;
	clear: left;
	content: "";
}

.search_field{
	width:340px; float:left; display:inline-block; height:25px;
}

input.search_field{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color:#999999;
	font-size:15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:3px;
	border:1px solid #3eb135;
}

.search_submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float:left;
	height:25px;
	padding:2px 0 1px;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	color:#ffffff;
	background-color:#3eb135;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:50px;
	border-top:4px solid #3eb135;
	border-bottom:4px solid #3eb135;
	border-right:4px solid #339966;
	border-left:4px solid #339966;
	text-align:center;
	cursor: pointer
}


#search_box_top1{
	border:1px solid #000000;
	text-align:right;
	
}

/* ------------------- TOPのリスト6項目画像部分------------------- */
.TOP__sixlist{
	width:1024px;
	margin:0 auto;
	padding:0px 101px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.TOP__sixlist ul{
	width:822px;
	margin:0 auto; list-style:none;
	padding:0;
}
.TOP__sixlist ul:after{
	display: block;
	clear: both;
	content: "";
}

.TOP__sixlist li{
	float:left; width:240px;
	margin-bottom:30px;
}
.TOP__sixlist li:nth-of-type(2){
	margin:0 51px 30px;
}
.TOP__sixlist li:nth-of-type(5){
	margin:0 51px 30px;
}
.TOP__sixlist li a{
	display:block;
}
.TOP__sixlist li a span{
	margin-left:10px; display:inline-block; 
/*
	width:180px; 
*/
	width:214px; 
	padding:6px 0;
	border-top:3px solid #3eb135; 
	border-left:3px solid #3eb135; 
	background-color:#3eb135;
	color:#ffffff; 
	text-align:center; 
	position:relative; 
	z-index:2

}
.TOP__sixlist li a img{
	width:238px; height:148px;
	border:1px solid #cccccc;
	margin-top:-15px;
	position:relative; z-index:1
}

.TOP__sixlist li a:hover span{
	color:#339966
}

/* ------------------- TOPの新刊・改訂図書・安全用品・パンフレットご案内------------------ */
.TOP__bookbox{
	width:1024px;
	margin:0 auto;
	padding:10px 50px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.TOP__bookbox section{
	width:922px;
	margin:0 auto;
	border:1px solid #0070C0;
}
.TOP__bookbox section h2{
	margin:0;
	padding:10px 15px;
	background-color:#0070C0;
	font-size:18px; color:#ffffff;
}
.TOP__bookbox section h2:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f279";

}

.Box__slider20 ul{
	padding:20px 0px;
	margin:0; list-style:none;
}
.Box__slider20 ul:after{
	display: block;
	clear: left;
	content: "";
}
.Box__slider20 ul li{
	width:22%;
	margin-right:4%; float:left; height:87px;
}
.Box__slider20 ul li:nth-of-type(4){
	margin-right:0%;
}

.Box__slider20 ul li a{
	display:block; color:#666666;
}
.Box__slider20 ul li a:after{
	display: block;
	clear: left;
	content: "";
}

.Box__slider20 ul li a img{
	float:left; width:33%; display:block; vertical-align:bottom
}
.Box__slider20 ul li a p{
	float:left;
	margin:0; width:64%;
	padding-left:3%; font-size:14px;
	line-height:1.3;
}

.Box__slider20 ul li a:hover p{
	color:#339966
}

.TOP__bookbox .bx-wrapper{
	position:relative;
	padding:0 40px;
}
.TOP__bookbox .bx-viewport{
	z-index:3
}
.TOP__bookbox .bx-controls{
	position:absolute;
	top: 50%; left: 50%; 
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%); 
	width:100%; z-index:2
}

.TOP__bookbox .bx-controls-direction{
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index:2
}
.TOP__bookbox .bx-controls-direction:after{
	display: block;
	clear: both;
	content: "";
}
.TOP__bookbox .bx-prev{
	float:left; 
	display:inline-block; 
	width:19px; 
	height:105px;
	background-color: #0070C0;
	text-align:center;
	border:1px solid #cccccc;
	border-radius:10px;
}
.TOP__bookbox .bx-next{
	float:right; display:inline-block; width:19px; height:105px;
	background-color: #0070C0;
	text-align:center;
border:1px solid #cccccc;
	border-radius:10px;
}

.TOP__bookbox .bx-prev i{
	color:#ffffff; font-size:22px; line-height:4.5
}
.TOP__bookbox .bx-next i{
	color:#ffffff; font-size:22px; line-height:4.5
}


/* ----------------------------------------------------------------
第2下層共通
------------------------------------------------------------ */
/* ------------------- 第2下層共通1------------------ */
.Kasou_box{
	width:1024px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 55px 0px;

}
.Kasou_box h2{
	margin:0;
	border-left:8px solid #3eb135;
	border-bottom:1px solid #3eb135;
	color:#3eb135;
	padding-left:10px;

}
.Kasou_box ul{
	padding:50px 40px 30px; list-style:none;
	margin:0;

}
.Kasou_box ul:after{
	display: block;
	clear: left;
	content: "";

}
.Kasou_box ul li{
	width:30%;
	margin-bottom:30px; float:left; height:130px;
}
.Kasou_box ul li:nth-of-type(2){
	margin:0 5% 30px;
}
.Kasou_box ul li:nth-of-type(5){
	margin:0 5% 30px;
}
.Kasou_box ul li:nth-of-type(8){
	margin:0 5% 30px;
}


.Kasou_box ul li a{
	display:block;
	text-align:center;
	background-color:#3eb135;
	height:115px;
	padding-top:15px;
	position:relative;
	/* background-image: url("img/sankaku.png");
	background-size:20px 20px;
	background-repeat: no-repeat;
	background-position: bottom right; */
}
.Kasou_box ul li a::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #2a7824;
	border-bottom: 10px solid #2a7824;
	border-left: 10px solid transparent;
}
.Kasou_box ul li a span{
	display:block;
	position:absolute;
	bottom:5px; color:#ffffff;
	text-align:center; width:100%;

}

/* .Kasou_box ul li a:hover span{
	color:#339966
} */

@media screen and (max-width: 590px) {
	body .Kasou_box{
		width:auto;
		padding: 30px 0px 0px;
		
	}
	body .Kasou_box h2{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin:0 auto;
		width:90%;
		
	}
	body .Kasou_box ul {
		padding: 50px 0px 30px; width:90%;
		margin:0 auto;
	}
	body .Kasou_box ul li{
		width:250px;
		float:none;
		margin:0 auto 40px;
	}
	body .Kasou_box ul li:nth-of-type(2){
		margin:0 auto 40px; 
	}
	body .Kasou_box ul li:nth-of-type(5) {
		margin:0 auto 40px;
	}
	body .Kasou_box ul li:nth-of-type(8) {
		margin:0 auto 40px;
	}
}

/* ------------------- 協会のご案内ページ------------------ */
.Guide_of_association ul li:nth-of-type(1) img{
	width:75px;
}
.Guide_of_association ul li:nth-of-type(2) img{
	height:80px;
}
.Guide_of_association ul li:nth-of-type(3) i{
	color:#ffffff; font-size:76px;
}

/* -------------------イベント・講習スケジュールページ------------------ */
.Event_schedule ul li:nth-of-type(1) i{
	color:#ffffff; font-size:76px;
}
.Event_schedule ul li:nth-of-type(2) img{
	height:80px;
}
.Event_schedule ul li:nth-of-type(3) img{
	height:80px;
}
.Event_schedule ul li:nth-of-type(4) i{
	color:#ffffff; font-size:76px;
}
.Event_schedule ul li:nth-of-type(5) i{
	color:#ffffff; font-size:76px;
}
.Event_schedule ul li:nth-of-type(6) i{
	color:#ffffff; font-size:76px;
}
.Event_schedule ul li:nth-of-type(7) i{
	color:#ffffff; font-size:76px;
}
.Event_schedule ul li:nth-of-type(8) i{
	color:#ffffff; font-size:76px;
}
.Event_schedule ul li:nth-of-type(9) img{
	height:80px;
}
.Event_schedule ul li:nth-of-type(10) i{
	color:#ffffff; font-size:76px;
}

@media screen and (max-width: 590px) {
	body .Event_schedule h2{
		font-size:19px;
	}
}

/* -------------------労働災害防止対策ページ------------------ */
.Measures ul li:nth-of-type(1) img{
	height:80px;
}
.Measures ul li:nth-of-type(2) img{
	height:80px;
}
.Measures ul li:nth-of-type(3) i{
	color:#ffffff; font-size:76px;
}
.Measures ul li:nth-of-type(4) i{
	color:#ffffff; font-size:76px;
}
.Measures ul li:nth-of-type(5) i{
	color:#ffffff; font-size:76px;
}
.Measures ul li:nth-of-type(5) span{
	font-size:15px;
}
.Measures ul li:nth-of-type(6) i{
	color:#ffffff; font-size:76px;
}
.Measures ul li:nth-of-type(6) span{
	font-size:15px;
}
.Measures ul li:nth-of-type(7) img{
	height:70px;
}
.Measures ul li:nth-of-type(8) i{
	color:#ffffff; font-size:76px;
}
.Measures ul li:nth-of-type(9) i{
	color:#ffffff; font-size:76px;
}

.Svg66{
	display:inline-block;
}
.Svg77{
	display:inline-block;
}

_:-ms-input-placeholder, :root .Svg66{
	display:inline-block;
}
_:-ms-input-placeholder, :root .Svg77{
	display:inline-block;
}


@supports (-ms-ime-align: auto) {
	
.Svg66{
	display:inline-block;
}
.Svg77{
	display:inline-block;
}

}


/* -------------------安全衛生図書・用品ページ------------------ */
.Health_and_safety ul li:nth-of-type(1) img{
	height:80px;
}
.Health_and_safety ul li:nth-of-type(2) img{
	height:80px;
}
.Health_and_safety ul li:nth-of-type(3) img{
	height:80px;
}

/* ------------------- 第2下層共通2------------------ */

.Kasou_box2{
	width:1024px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 55px 0px;

}
.Kasou_box2 h2{
	margin:0;
	border-left:8px solid #3eb135;
	border-bottom:1px solid #3eb135;
	color:#3eb135;
	padding-left:10px;

}


@media screen and (max-width: 590px) {
	body .Kasou_box2{
		width: 100%;
		padding: 30px 5% 0px;
	}
}

/* -------------------リンク一覧ページ------------------ */
.Links{
	padding-bottom:80px;
}
.Links section{
	padding:50px 0 0; width:1024px;
	margin:0 auto;
}
.Links section h3{
	margin:0 auto; 
	color: #3eb135;
	border-bottom:1px solid #3eb135; 
	width:854px;
}
.Links section h3 i{
	padding-right:10px;
}

.Links section ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.Links section ul:after{
	display: block;
	clear: left;
	content: "";
}
.Links section li{
	float:left; width:50%; line-height:1.7;
}
.Links section li a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f105";
}

.Links section li a:hover{
	color:#339966
}

.Links section:nth-of-type(4) li{
	font-size:15px;
}
/* ---
.Pa30__1{
	padding-top:20px;
}
.Pa30__2{
	padding-top:20px;
}
.Links section .Wi100{
	width:100%;
}
--- */
@media (max-width: 1023px) {
	
.Links section h3{
	margin:0 85px;
}

}
@media screen and (max-width: 590px) {
	body .Links section {
		width:100%;
	}
	body .Links section h3{
		width:90%;
		margin: 0 5%;
	}
	body .Links section ul{
		width:90%;
		padding: 30px 5% 30px 5%;
	}
	body .Links section li{
		float:none; 
		width:100%;
	}

}

@media screen and (max-width: 460px) {
	body .Links section li{
		padding-left:10px;
		text-indent:-10px;
		padding-bottom:10px;
	}
}

/* -------------------会員サイトページ------------------ */
.Members:after{
	display: block;
	clear: both;
	content: "";
}
.Members{
	width:880px;
	margin:15px auto 0;
	padding:0 72px;
}
.Members__left{
	float:left; width:49%;
	margin-right:2%;
}
.Members__right{
	float:right; 
	width:49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:2px solid #3eb135;
	padding:10px;
}
.Members__left p{
	line-height:1.5;
	margin-top:0;
}
.Members__left p span{
	font-weight:bold;
}
.Members__left ol{
	margin:0;
}
.Members__left li{
	line-height:1.5;
}
.Members__left li ul{
	color: #000000;
}
.Members__left li span{
	color: #000000;
}
.Members__left__li2{
	padding:5px 0
}
.Members__right p{
	line-height:1.5;
	margin:0;
}
.Members__right div{
	text-align:center;
	padding:15px 0 5px;
}
.Members__right div a{
	display:inline-block;
	font-weight: bold;
	color: #ffffff;
	background-color: #3eb135;
	padding:10px;
	border-top: 8px solid #3eb135;
	border-bottom: 8px solid #3eb135;
	border-right: 8px solid #339966;
	border-left: 8px solid #339966;
}
.Members_box2{
	width:854px;
	margin:0 auto;
	padding:50px 85px 80px;
}
.Members_box2 h3{
	margin:0 auto; 
	color: #3eb135;
	border-bottom:1px solid #3eb135;
}
.Members_box2 h3 i{
	padding-right:10px;
}
.Members_box2 p{
	margin-bottom:0; line-height:1.5;
	padding:0 30px
}

/*会員専用サイト　スマホ*/
@media screen and (max-width: 590px) {
	body .Members{
		width:90%;padding: 0;
	}
		body .Members__right{
		float:none;
		width:100%;
		margin-top: 30px;
	}
		body .Members__left{
		float:none;
		width:100%;
	}
		body .Members__left p{
		width: 95%;margin: 0px auto 10px;
	}
		body .Members__left ol{
		padding-left:2em;
	}
		body .Members__left li ul{
		padding-left:2em;
	}
		body .Members_box2{
		width:90%;
		margin: 50px auto;padding: 0;
	}
		body .Members_box2 span{
		display:inline-block;
	}
}

@media screen and (max-width: 460px) {
	body .Members__right p br{
		display:none
	}
}

/* ------------------- アカイプ（図書、用品、ビデオ、広報誌）共通------------------ */
.Archive__box1{
	padding-bottom:80px;

}
.Archive__box1 section{
	padding:50px 0 0;
	width:1024px;
	margin:0 auto;

}
.Archive__box1 h3{
	margin:0 auto;
	color: #3eb135;
	border-bottom:1px solid #3eb135;
	width:854px;

}
.Archive__box1 h3 i{
	padding-right:10px;

}

.Archive__box1 section ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 35px 20px;
	list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;

}

.Archive__box1 section ul:after{
	display: block;
	clear: left;
	content: "";
}
/*
.Archive__box1 section li{
	float:left; width:49.5%;
	margin-bottom:10px;
}
.Archive__box1 section li:nth-of-type(odd){
	margin-right:1%;
}
*/
.Archive__box1 section .Archive_tyd_li{
	float:left;
	width:49.5%;
	margin-bottom:10px;
	margin-right:0.5%;

}

/* 奇数右 */
/*
.Archive__box1 section .Archive_tyd_li:nth-of-type(odd){
	margin-right:1%;

}
*/

/* セット商品 ※1行表示 */
.Archive__box1 section .Archive_tyd_li_set{
	float:left;
	width:99.5%;
	margin-bottom:10px;
	margin-top:-10px;
	margin-right:0.5%;

}


.Archive__box1 section .Archive_tyd_li dl{
	margin:0;
	border:1px solid #999999;
	background-color:#ffffff;
	padding:10px;
	height:166px;

}

.Archive__box1 section .Archive_tyd_li_set dl{
	margin:0;
	border:2px solid #999999;
	background-color:#ffffff;
	padding:10px;
	height:120px;

}

.Archive__box1 section dl:after{
	display: block;
	clear: both;
	content: "";

}
.Archive__box1 section dt{
	padding-bottom:3px;
	line-height:1.7;

}
.Archive__box1 section dt:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";

}

/*
.Archive__box1 section dd{
	margin:0; float:right; width:74%;
}
.Archive__box1 section dd:nth-of-type(1){
	float:left; width:24%; height:67px;
	padding-right:2%;
}
.Archive__box1 section dd:nth-of-type(1) img{
	width:100%; height:auto;
}
.Archive__box1 section dd:nth-of-type(2){
	font-size:14px; line-height:1.2; height:80px;
}
.Archive__box1 section dd:nth-of-type(2) p{
	margin:0;
}
.Archive__box1 section dd:nth-of-type(2) a{
	color:#999999;
}
.Archive__box1 section dd:nth-of-type(3){
	padding:15px 0 5px;
}
*/

.Archive__box1 section .Archive_tyd_li dd{
	margin:0; float:right; width:74%;
}
.Archive__box1 section .Archive_tyd_li dd:nth-of-type(1){
	float:left; width:24%; height:67px;
	padding-right:2%;
}
.Archive__box1 section .Archive_tyd_li dd:nth-of-type(1) img{
	width:100%; height:auto;
}
.Archive__box1 section .Archive_tyd_li dd:nth-of-type(2){
	font-size:14px; line-height:1.2; height:80px;
}
.Archive__box1 section .Archive_tyd_li dd:nth-of-type(2) p{
	margin:0;
}
.Archive__box1 section .Archive_tyd_li dd:nth-of-type(2) a{
	color:#999999;
}
.Archive__box1 section .Archive_tyd_li dd:nth-of-type(3){
	padding:15px 0 5px;
}

.Archive__box1 section .Archive_tyd_li_set dd{
	margin:0 60px;
	padding:0;
}

.Archive__box1 section div#text_kaitei {
	width:854px;
	margin:10px auto 0;
}

.Archive__box1 section div#text_kaitei h4::before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}

.Archive__box1 section div#text_kaitei h4,
.Archive__box1 section div#text_kaitei p {
	padding:0px 35px;
}

.safety{
	width: 1024px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 55px 0px;

}

.safety h2{
	margin:0;
	border-left:8px solid #3eb135;
	border-bottom:1px solid #3eb135;
color:#3eb135;
	padding-left:10px;
}

.safety:after{
	display: block;
	clear: both;
	content: "";
}

.safety_left{
	float:left; width:57%;
}
.safety__right{
	float:right; 
	width:41%;
	margin-left:1%;
	margin-right:1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	border:2px solid #3eb135;
}

.safety__right dt{
	margin:0;
	padding-bottom:5px;
	border-bottom:1px solid #3eb135;
}
.safety__right dd{
	margin:0; line-height:1.3;
	padding-top:5px;
}
.safety__right dd a{
	color:#3eb135;
	text-decoration:underline;
}
.safety__right dd a:hover{
	color:#339966;
}

.Archive_tyd_a2:hover{
	color:#339966;
}
.Archive__box1 section dd:nth-of-type(2) a:hover{
	color:#339966;
}

.Archive_tyd_a:hover dl{
	background-color:#3eb135;
}
.Safety_youhin .Archive_tyd_a:hover dl{
	color: #fff;
}
.Archive_tyd_a{
	display:block
}
	
.line__height__h2{
	line-height:1.3;
}

@media screen and (max-width: 590px) {
	.Archive__box1 section div#text_kaitei {
		width:100%;
	}
}
/* -------------------広報誌を届けします------------------ */
.Magazine p{
	padding:0 18px; line-height:1.5;
}
.Magazine ul{
	list-style:none;
	padding:0 18px;
	margin-bottom:0;
}
.Magazine ul li{
	line-height:1.5;
}
.Magazine ul li a{
	color:#3eb135;
}
.Magazine ul li a:hover{
	color:#339966
}
.Magazine ul li a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f0a9";
}

.Magazine ul li p{
	padding: 0;
}

.Magazine ul li p a{
	color: #FF0000;
	font-weight: bold;
}

.Magazine ul li p a:hover{
	color: #FF0000;
}

.Archive__box1 .Magazine__box ul{
	padding-bottom:30px;
}
.Archive__box1 .Magazine__box .Magazine__box__li{
	float:none; 
	width:100%;
	margin-bottom:0px;
	line-height:1.7;
}
.Archive__box1 .Magazine__box .Magazine__box__li a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f105";
}

.Archive__box1 .Magazine__box .Magazine__box__li a:hover{
	color:#339966
}

.Article__magazine{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px 30px;
background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.Article__magazine dl{
	margin:0;
	border:1px solid #999999;
	background-color:#ffffff;
	padding:10px;
}
.Article__magazine dl:after{
	display: block;
	clear: both;
	content: "";
}
.Article__magazine dt{
	padding-bottom:3px; line-height:1.7; font-weight:bold;
}
.Article__magazine dt:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f138";
}

.Article__magazine dd{
	margin:0; float:right; width:83%;
}
.Article__magazine dd:nth-of-type(1){
	float:left; width:15%;
	padding-right:2%;
}
.Article__magazine dd:nth-of-type(1) img{
	width:100%; height:auto;
}
.Article__magazine .Article__magazine__dd{
	line-height:1.5;
}
.Article__magazine .Article__magazine__dd p{
	margin:0;
}
.Article__magazine dd:nth-of-type(3){
	padding:15px 0 0;
	text-align:right;
}

.Article__magazine__a{
	text-align:right; width:914px;
	padding:20px 55px 80px;
	margin:0 auto
}
.Article__magazine__a a{
	color: #3eb135;
}
.Article__magazine__a a:hover{
	color:#339966
}
.Article__magazine__a a i{
	padding-right:5px;
}

@media (max-width: 1023px) {
	
.Archive__box1 section h3{
	margin:0 85px;
}

}

@media screen and (max-width: 590px) {
	body .Archive__box1 section {
		width:100%;
	}
	body .Archive__box1 section h3{
		width:90%;
		margin: 0 5%;
	}
	body .Archive__box1 section ul{
		width:90%;
		padding: 30px 5% 30px 5%;
	}
	body .Archive__box1 section .Archive_tyd_li {
		float:none; 
		width:100%;
	}
	body .Archive__box1 section .Archive_tyd_li dl{
		height:auto;
	}
	body .Archive__box1 section .Archive_tyd_li dt{
		padding-left:18px;
		text-indent:-18px;
	}
	body .Archive__box1 section .Archive_tyd_li dd {
		float: none; width: auto;
	}
	body .Archive__box1 section .Archive_tyd_li dd:nth-of-type(1) {
		float: none;
		width: 130px;
		margin:10px auto 15px;
		height: auto;
		padding-right: 0%;
		
	}
	body .Archive__box1 section .Archive_tyd_li dd:nth-of-type(1) img{
		display:inline-block;
	}
	body .Archive__box1 section .Archive_tyd_li dd:nth-of-type(2) {
		line-height: 1.5; height: auto;
	}
	body .Archive__box1 section .Archive_tyd_li dd:nth-of-type(3) {
		display:inline-block
	}
	body .Archive__box1 section .Archive_tyd_li dd:nth-of-type(4) {
		display:inline-block
	}
	body .Archive__box1 section .Archive_tyd_li_set {
		float:none; 
		width:100%;
	}
	body .Archive__box1 section .Archive_tyd_li_set dl{
		height:auto;
	}
	body .Archive__box1 section .Archive_tyd_li_set dd{
		margin:0; display:inline-block
	}
	body .Archive__box1 .Magazine__box .Magazine__box__li{
		width: auto;
		padding-left:10px;
		text-indent:-10px;
		margin-bottom: 10px;
	}
}


/* -------------------情報公開ページ------------------ */
.Disclosu_ol{
	margin-bottom:0; color: #3eb135;
}
.Disclosu_ol:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu_ol li{
	line-height:1.5; float:left; width:33.33%;
}
.Disclosu_ol li a {
	color: #3eb135;
}

.Disclosu__box1{
	padding-bottom:80px;
}

.Disclosu__box1 h3{
	margin:0 auto; 
	color: #3eb135;
	border-bottom:1px solid #3eb135; 
	width:854px;
}
.Disclosu__box1 section{
	padding:50px 0 0; width:1024px;
	margin:0 auto;
}

.Disclosu__box1 section:nth-of-type(1) ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.Disclosu__box1 section:nth-of-type(1) ul li a i{
	padding-right:5px;
}
.Disclosu__box1 section:nth-of-type(1) ul li a:hover{
	color:#339966
}

.Disclosu__box1 section:nth-of-type(3) ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.Disclosu__box1 section:nth-of-type(3) ul li a i{
	padding-right:5px;
}
.Disclosu__box1 section:nth-of-type(3) ul li a:hover{
	color:#339966
}

.Disclosu__box1 section:nth-of-type(4) ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.Disclosu__box1 section:nth-of-type(4) ul:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu__box1 section:nth-of-type(4) ul li{
	float:left; width:33.33%;
}
.Disclosu__box1 section:nth-of-type(4) ul li a i{
	padding-right:5px;
}
.Disclosu__box1 section:nth-of-type(4) ul li a:hover{
	color:#339966
}

.Disclosu__box1 section:nth-of-type(6) ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.Disclosu__box1 section:nth-of-type(6) ul:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu__box1 section:nth-of-type(6) ul li{
	float:left;
	width:50%;
	line-height:3;
}
.Disclosu__box1 section:nth-of-type(6) ul li a i{
	padding-right:5px;
}
.Disclosu__box1 section:nth-of-type(6) ul li a:hover{
	color:#339966
}
/*
.Disclosu__box1 section:nth-of-type(7) ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.Disclosu__box1 section:nth-of-type(7) ul:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu__box1 section:nth-of-type(7) ul li{
	float:left;
	width:50%;
}
.Disclosu__box1 section:nth-of-type(7) ul li a i{
	padding-right:5px;
}
.Disclosu__box1 section:nth-of-type(7) ul li a:hover{
	color:#339966
}
*/
.Disclosu__box1 section:nth-of-type(7) ul{
	width:854px;
	margin:10px auto 0;
	padding:30px 85px; list-style:none;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.Disclosu__box1 section:nth-of-type(7) ul:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu__box1 section:nth-of-type(7) ul li{
	float:left;
	width:50%;
	line-height:3;
}
.Disclosu__box1 section:nth-of-type(7) ul li a i{
	padding-right:5px;
}
.Disclosu__box1 section:nth-of-type(7) ul li a:hover{
	color:#339966
}


.Disclosu__box1 section:nth-of-type(2) dl{
	width:854px;
	margin:10px auto 0;
	padding:10px 85px 30px;;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.Disclosu__box1 section:nth-of-type(2) dl:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu__box1 section:nth-of-type(2) dt{
	font-weight:bold; clear:left;
	padding-top:20px;
}
.Disclosu__box1 section:nth-of-type(2) dd{
	width:46%;
	margin-left:4%; float:left; line-height:2;
}
.Disclosu__box1 section:nth-of-type(2) dd a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f105";
}

.Disclosu__box1 section:nth-of-type(2) dd a:hover{
	color:#339966
}

.Disclosu__box1 section:nth-of-type(5) dl{
	width:854px;
	margin:10px auto 0;
	padding:10px 85px 30px;;
	background-color:#e1efe2;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.Disclosu__box1 section:nth-of-type(5) dl:after{
	display: block;
	clear: left;
	content: "";
}
.Disclosu__box1 section:nth-of-type(5) dt{
	font-weight:bold; clear:left;
	padding-top:20px;
}
.Disclosu__box1 section:nth-of-type(5) dd{
	width:30%;
	margin-left:3%; float:left; line-height:2;
}
.Disclosu__box1 section:nth-of-type(5) dd a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f105";
}

.Disclosu__box1 section:nth-of-type(5) dd a:hover{
	color:#339966
}

@media (max-width: 1023px) {
	
.Disclosu__box1 h3{
	margin:0 85px;
}

}
@media screen and (max-width: 590px) {
	body .Disclosu__box1{
		width:100%;
	}
	body .Disclosu__box1 h3{
		width:90%;
		margin: 0 5%;
	}
		
	body .Disclosu__box1 section{
		width:100%;
	}
	body .Disclosu_ol li{
		width:50%;
	}
	body .Disclosu__box1 section:nth-of-type(1) ul{
		width:90%;
		padding: 30px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(2) dl{
		width:90%;
		padding: 20px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(4) ul{
		width:90%;
		padding: 20px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(4) ul li{
		width:50%; line-height:2
	}
	body .Disclosu__box1 section:nth-of-type(3) ul{
		width:90%;
		padding: 30px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(5) dl{
		width:90%;
		padding: 20px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(5) dd{
		width:45%;
	}
	body .Disclosu__box1 section:nth-of-type(6) ul{
		width:90%;
		padding: 30px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(6) ul li{
		width:auto;
	}
	body .Disclosu__box1 section:nth-of-type(7) ul{
		width:90%;
		padding: 30px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(7) ul li{
		width:auto;
	}
	body .Disclosu__box1 section:nth-of-type(8) ul{
		width:90%;
		padding: 30px 0 30px 10%;
	}
	body .Disclosu__box1 section:nth-of-type(8) ul li{
		width:auto;
	}
}

@media screen and (max-width: 460px) {
	.Kasou_box2 .Disclosu_h2s{
		font-size:16px;
	}
	.Disclosu__box1 h3{
		font-size:16px;
	}
	body .Disclosu__box1 section:nth-of-type(4) ul li:nth-of-type(3){
		width:100%;
	}
}

/* -------------------よくあるご質問------------------ */
.Question_ul{
	list-style:none;
	padding:0 20px;
	margin-bottom:0;
}
.Question_ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
}

.Question_ul li{
	line-height:1.5;
}
.Question_ul li a{
	color: #3eb135;
}
.Question_ul li a:hover{
	color:#339966
}

.Question{
	width:1024px;
	margin:0 auto;
	padding-bottom:80px;
}
.Question section{
	padding-top:50px; width:854px;
	margin:0 auto;
}
.Question section h3{
	margin:0 auto; 
	color: #3eb135;
	border-bottom:1px solid #3eb135;
}
.Question section h3 i{
	padding-right:10px;
}
.Question section .Question_p{
	font-weight:bold;
}

.Question section dt{
	padding:10px 10px 10px 30px;
	border:1px solid #cccccc;
	background-color:#e1efe2;
text-shadow:1px 1px 1px #cccccc;
	position:relative;
	text-indent:-18px; line-height:1.5;
	margin-top:5px;
cursor:pointer;
}
.Question section dt:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 2px;
content: "\f2c4";
}

.Question section dd{
	display:none;
margin:0;
	padding:10px 10px 15px; line-height:1.5;
}

.dd_span1{
	display:block;
	border-top:1px dashed rgba(0,0,0,0.4);
	border-bottom:1px dashed rgba(0,0,0,0.4);
padding:10px;
	margin:10px 0; color: #3eb135;
}
.dd_span1 br{
	display:none;
}

.Table_box1:nth-of-type(2){
	margin-top:20px;
}
.Table_box1{
	width: 100%;
border-collapse: collapse;
	background-color:#fafafa;
}
.Table_box1 th{
	padding:5px;
	border:1px solid #cccccc;
}
.Table_box1 td{
	padding:5px;
	border:1px solid #cccccc;
}
.Table_box1 th:nth-of-type(3){
	width:70px;
}
.Table_box1 td:nth-of-type(3){
	text-align:center;
}

.dd_span2{
	font-weight:bold; display:block;
	padding-top:15px;
}
.Table_box2{
	width: 100%;
border-collapse: collapse;
	background-color:#fafafa;
}
.Table_box2 caption{
	text-align:left;
}
.Table_box2 th{
	padding:5px;
	border:1px solid #cccccc;
}
.Table_box2 td{
	padding:5px;
	border:1px solid #cccccc;
}

.dd_span3{
	display:block;
	padding-top:15px; color: #3eb135;
}
.dd_span6{
	background-color:#fafafa;
	border:1px solid #cccccc;
}
.dd_span6 p{
	margin-bottom:0;
	padding:0 20px
}

.Table_box3{
	width: 100%;
border-collapse: collapse;
	background-color:#fafafa; font-size:14px;
}
.Table_box3 th{
	padding:5px;
	border:1px solid #cccccc;
}
.Table_box3 td{
	padding:5px;
	border:1px solid #cccccc;
	text-align:center;
}

.Table_box3 thead th:nth-of-type(1){
	width:90px;
}
.Table_box3 tbody tr:nth-of-type(4) td{
	text-align:left;
}
.dd_span7{
	color: #3eb135;
	padding-left:16px;
	text-indent:-16px;
margin:10px 0 0;
}

.sp_tableCaption{
	display:inline-block; font-size: 15px;
	margin-bottom:5px;
}
.dd_span3_span{
	padding-left:16px;
}
.dd_span3_span:nth-of-type(1){
	padding-left:0px;
}

/* よくある質問スマホ */
@media screen and (max-width: 590px) {
	body .Question{
		width:90%;
	}
	body .Question section{
		width:100%;
	}
	body .Table_box1{
		width:638px;
	}
	body .Table_box3{
		width:820px;
	}
	.sp_scrollTable{
		overflow: auto;
		border:solid 1px #BCBCBC;
	}
	.sp_scrollTable::-webkit-scrollbar{
		height:10px;
	}
	.sp_scrollTable::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.sp_scrollTable::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	body .dd_span6 p{
		padding: 0 25px;
	}
	body .dd_span6 ol{
		padding-left: 25px;
		padding-right:5px;
	}
	body .dd_span6 ol li{
		padding-bottom:10px;
	}
	body .dd_span6 ol li:nth-of-type(5){
		padding-bottom:0px;
	}
		
	.dd_span1 br{
		display:inline;
	}
	.dd_span3{
		padding-left:16px;
	}
	.dd_span3_span{
		padding-left:0px; display:block;
		text-indent:-16px; line-height:1.7;
	}
	.dd_span2{
		padding-left:16px;
		text-indent:-16px;
	}

	}
	@media screen and (max-width: 500px) {
		
	.Q_span{
		display:block;
		padding-left:35px; line-height:1.3;
	}
	.Table_box2 caption{
		padding-left:16px;
		text-indent:-16px;
	}
	.sp_tableCaption{
		padding-left:15px;
		text-indent:-15px;
	}
}

@media screen and (max-width: 460px) {
	.Table_box2 th, .Table_box2 td{
		font-size:12px;
	}
	body .dd_span6 p{
		padding: 0 10px;
	}
}
/* -------------------支部のご案内ページ------------------ */
.Shibu p{
	padding:0 20px;
}
.Shibu p:nth-of-type(2){
	margin-bottom:0;
}
.Shibu p:nth-of-type(2) a{
	color: #3eb135;
}
.Shibu p:nth-of-type(2) a:hover{
	color:#339966
}

.Shibu_box{
	padding-bottom:80px;
}
.Shibu_box section{
	padding-top:50px;
}
.Shibu_box section .h33{
	margin:0 auto; color: #3eb135;
	border-bottom:1px solid #3eb135; width:854px;
}
.Shibu_box section h3 i{
	padding-right:10px;
}

.Shibu_box2{
	width: 854px;
	margin: 10px auto 0;
	padding: 30px 85px 30px;
	list-style: none;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.Shibu_box2 table{
	
border-collapse: sepatate;
border-spacing:1px 1px; 
width:100%;

}
.Shibu_box2 table th{
	padding:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
line-height:1.5;
}

.Shibu_box2 table td{
	padding:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
text-align:center; line-height:1.5;
}
.Shibu_box2 table td a{
	text-shadow:1px 1px 1px #cccccc;
	text-decoration:underline;
}
.Shibu_box2 table td a:hover{
	color:#339966
}
.Shibu_box2 table td:nth-of-type(2){
	text-align:left;
}

.Shibu_box3{
	width:854px;
	margin:0 auto;
	padding:0 85px;
}
#shibu_link2{
	color: #3eb135;
	border-bottom:1px solid #3eb135;
	margin-bottom:10px;
}
.Shibu_box_p{
	font-size:14px; line-height:1.5;
	padding-left:14px;
	text-indent:-14px;
margin:0 auto;
}

.Shibu_box4{
	width: 854px;
	margin: 10px auto 0;
	padding: 30px 85px 30px;
	list-style: none;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.Shibu_box4 table{
	border-collapse: sepatate;
border-spacing:1px 1px; width:100%;
}
.Shibu_box4 table caption{
	text-align:right; font-size:14px;
}
.Shibu_box4 table th{
	padding:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
line-height:1.5;
}
.Shibu_box4 table td{
	padding:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
text-align:center; line-height:1.5;
}
.Shibu_box4 table td a{
	text-shadow:1px 1px 1px #cccccc;
	text-decoration:underline;
}
.Shibu_box4 table td a:hover{
	color:#339966
}


@media (max-width: 1023px) {
	
.Shibu_box section .h33{
	margin:0 85px;
}

}

/*支部のご案内　スマホ*/
body .Shibu_box4 h4{
	display:none;} /*PCで非表示*/

@media screen and (max-width: 590px) {
	body .Shibu p{
		padding:0 20px;line-height:1.5;
	}
	body .Shibu p:nth-of-type(2){
		margin-bottom:0;
	}
	body .Shibu p:nth-of-type(2) a{
		line-height:1.5;
	}
	body .Shibu_box{
		padding-bottom:80px;
	}
	body .Shibu_box section{
		padding-top:50px;
	}
	body .Shibu_box section .h33{
		margin:0 auto; width:90%;
	}
	body .Shibu_box section h3 i{
		padding-right:10px;
	}
	body .Shibu_box2{
		width: 90%;padding: 30px 5%;
	}
	body .Shibu_box2 table{
		width:854px;
	}
	body .Table_box3{
		width:820px;
	}
		body #shibu_link2{
		text-indent: -12px;padding-left: 24px;
	}
	body .Shibu_box2 table th{
		padding:5px;
	}
	body .Shibu_box2 table td{
		padding:5px;
	}
	body .Shibu_box3{
		width:90%;
		margin:0 auto;padding:0;
	}
	body .Shibu_box4{
		width: 90%;padding: 30px 5%;
	}
	body .Shibu_box4 table{
		width:854px;
	}
	body .Shibu_box4 table caption{
		display:none;}	
	body .Shibu_box4 h4{
		display:block;margin:0;
		font-weight:normal;font-size:14px;
	}
	.Shibu_box2 .sp_scrollTable{
		overflow: auto;
		border:solid 1px #BCBCBC;height:500px;
	}
	.Shibu_box2 .sp_scrollTable::-webkit-scrollbar{
		height:10px; width:10px;
	}
	.Shibu_box2 .sp_scrollTable::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.Shibu_box2 .sp_scrollTable::-webkit-scrollbar-thumb{
		background: #BCBCBC;
	}
}

@media screen and (max-width: 460px) {
	body .Shibu_box4 h4 span{
		display:block; line-height:1.5;
	}
}


/* -------------------労働災害発生状況ページ------------------ */
.Occurrence_ul{
	margin-bottom:0;
	padding:0 20px; list-style:none;
}
.Occurrence_ul li{
	line-height:1.5;
}
.Occurrence_ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";

}
.Occurrence_ul li a {
	color: #3eb135;
}
.Occurrence_ul li:nth-of-type(7){
	padding-top:15px;
}
.Occurrence_ul li:nth-of-type(7) a{
	margin-right:15px;
}

.Occurrence_ul li a:hover{
	color:#339966;
}

.Occurrence{
	padding-bottom:80px;
}
.Occurrence section{
	padding-top:50px;
}
.Occurrence_box1{
	width:854px;
	padding:0 85px;
	margin:0 auto;
}
.Occurrence_box1 h3{
	margin:0 auto; color: #3eb135;
	border-bottom:1px solid #3eb135;
}
.Occurrence_box1 h3 i{
	padding-right:10px;
}
.Occurrence_box1 p a{
	text-decoration:underline; color: #3eb135;
}
.Occurrence_box1 p a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 2px;
content: "\f1c1";
}

.Occurrence_box2{
	width: 854px;
	margin: 0 auto 0;
	padding: 30px 85px;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.Occurrence_box2 h4{
	text-align:center;
	margin:0 0 10px;
}
.Occurrence_box2 h4:nth-of-type(2){
	margin-top:40px;
}
.Occurrence_box2 table{
	border-collapse: sepatate;
border-spacing:1px 1px; width:100%;
}
.Occurrence_box2 .P_caption{
	text-align:right;
}
.Occurrence_box2 table th, .Occurrence_box2 table td{
	padding:5px;
	border:1px solid #cccccc;
	background-color:#ffffff; line-height:1.5;
}
.Occurrence_box2 table td{
	text-align:right;
}
.Occurrence_box2 table td:nth-of-type(1){
	text-align:center; font-weight:bold;
}

.Occurrence_box2 p{
	margin:5px 0 0; font-size:14px;
}

.Occurrence_box02{
	padding-top: 10px;
}
.Occurrence_box02 dl{
	margin:0;
}
.Occurrence_box02 dl:after{
	display: block;
	clear: left;
	content: "";
}

.Occurrence_box02 dt{
	clear:left; font-weight:bold;
	padding-top: 20px;
}
.Occurrence_box02 dd{
	margin:0; float:left;
width: 46%;
margin-left: 4%;
line-height: 2;
}
.Occurrence_box02 dd a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f105";
}
.Occurrence_box02 dd a:hover{
	color:#339966;
}

#Occurrence__link3, #Occurrence__link4{
	margin-bottom:15px;
}

.sp_scrollTable_p p:nth-of-type(1){
	display:none;
}
.sp_scrollTable_p p:nth-of-type(2){
	display:none;
}

/* 労働災害発生状況スマホ */
@media screen and (max-width: 590px) {
	.OO_span{
		line-height:1.3;
	}
	body .Occurrence_box2 table{
		width:854px;
	}
	body .Occurrence_box1{
		width:90%;
		padding:0;
	}
	body .Occurrence_box2{
		width:90%;
		padding: 30px 5%;
	}
	body .Occurrence_box2 h4{
		text-align:left;
	}
	body .Occurrence_box02 dd{
		float:none; width:100%;
	}
	body .Occurrence_box02 dt{
		padding-top: 0;
		padding-bottom: 10px;
	}
	.Occurrence_ul li:nth-of-type(3){
		padding-left:17px;
		text-indent:-17px;
	}
	.Occurrence_ul li:nth-of-type(6){
		padding-left:17px;
		text-indent:-17px;
	}
	.Occurrence_ul li:nth-of-type(7) a{
		margin-right:0; display:block;
		padding-left:17px;
		text-indent:-17px;
	}
	.Occurrence_box1 p span{
		display:block; line-height:1.7;
	}
}

/* -------------------新着情報一覧ページ------------------ */
.News__box1{
	width:880px;
	padding:30px 85px 0px;
	margin:0 auto;
}
.News__box1 h3{
	margin:0 auto; color: #3eb135;
	border-bottom:1px solid #3eb135;
}
.News__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.News__box2{
	padding-bottom:80px;
}
.News__box2 ul{
	width:880px; 
	padding:0px 85px; 
	margin:10px auto;
	list-style:none; 
/*	background-color: #e1efe2;
	border-top: 1px solid #cccccc;*/

}
/*
.News__box2 ul:after{
	display: block;
	clear: left;
	content: "";
}
*/
.News__box2 ul li{
	
/*	float:left; 
	width:49%; 
	margin-bottom:15px;
	background-color: #ffffff;
	width: 92%;*/
	padding: 8px 10px;

}
/*
.News__box2 ul li a{	
	padding: 10px; 
	display:block;
	border: 1px solid #999999;
}
*/

.News__box2 li:nth-of-type(odd) {
	background-color: #e1efe2;
}
.News__box2 li:nth-of-type(even) {
	background-color: #ffffff;
}

/*.News__box2 ul li:nth-of-type(odd){
	margin-right:2%;}*/

.News__box2 ul li a:hover{
	/*background-color:#C9DD8F;*/
	color:#339966;

}

/*.News__box2 ul li a h4{
	margin:0px;
}

.News__box2 ul li a p{
	margin:0px;
	padding:5px 0; font-size:15px; color:#999999;
line-height:1.5; height:44px;}*/

.News__box2 ul li a time{
	/*font-size:15px;*/
	/*text-align:right; 
	display:block;*/
	margin:0 20px 0 0;

}

.News__box2__box1{
	width:854px; 
	padding:10px 85px 30px; 
	margin:0px auto 0;
/*	background-color: #e1efe2;
	border-bottom: 1px solid #cccccc;*/

}

.News__box2__box1:after{
	display: block;
	clear: both;
	content: "";
}

.News__box2__box1 .Prev_float{
	float:left; display:inline-block;
}
.News__box2__box1 .Next_float{
	float:right; display:inline-block;
}
.News__box2__box1 .Prev_float a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f100";
	font-size:20px; 

}

.News__box2__box1 .Next_float a:after {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	content: "\f101";
	font-size:20px; 

}
.News__box2__box1 a{
	color:#3eb135;
}
.News__box2__box1 a:hover{
	color:#339966;
}

.News__box3 time{
	display:block;
	width:854px;
	padding:10px 85px 10px;
	margin:0px auto 0; font-size:15px;
}
.News__box3__box1{
	width:854px;
	padding:30px 85px 30px;
	margin:0px auto 0;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; line-height:1.5;

}
/*.News__box3__box1 img{
	width:100%;}*/
/* ---------------------------------------------------------- */
/* 新着情報　ボックス枠線 2019/12/12 Add */
/* ---------------------------------------------------------- */
.News__box3__box1 a{
	color: #3eb135;
}
.News__box3__box1 a:hover{
	color:#339966;
}


.News__box3__box1_line{
	margin:10px auto;
	padding:0px 15px;
	border:2px solid #3eb135;
}
.News__box3__box1_line{
	margin:10px auto;
	padding:0px 15px;
	border:2px solid #3eb135;
}
.News__box3__box1_line ul{
	padding:0; list-style:none;
	margin:0;
}
.News__box3__box1_line li a{
	display:inline-block;
	margin-left:20px;
	margin-top:5px; color: #3eb135;
}
.News__box3__box1_line li a:hover{
	color:#339966;
}
.News__box3__box1_line li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right:3px;
	content: "\f0a9";

}

/* ---------------------------------------------------------- */
.News__box2__box2{
	width:854px;
	padding:20px 85px 80px;
	margin:0px auto 0;
	text-align:right;

}
.News__box2__box2 a{
	display:inline-block; color:#3eb135;
}
.News__box2__box2 a:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";

}

/*新着情報　スマホ*/
@media screen and (max-width: 590px) {
	body .News__box1{
		width:90%;
		padding:30px 0 0;
		margin:0 auto;
	}
	body .News__box1 h3{
		margin:0 auto;
	}
	body .News__box2 ul{
		width:90%;
		padding:0px; 
	}
	body .News__box2 ul li a{
		line-height:1.5;
	}

	body .News__box2 ul li a time{
		display:block;
	}
	body .News__box2__box1{
		width:90%; 
		padding:10px 5% 30px;
		margin:0px auto 0;
	}
}

@media screen and (max-width: 460px) {
	body .News__box2 ul li a p{
		margin: 0 0 25px;
	}
}

@media screen and (max-width: 590px) {
	.News__box1 .h3newss{
		line-height:1.5;
		padding-left:30px;
		text-indent:-24px;
	}
	.News__box3 time {
		width: 90%;
		padding: 10px 0px 10px;
		text-align:right;
	}
		
	.News__box3__box1{
		width:90%;
		padding: 30px 5% 30px;
	}
	.News__box2__box2 {
		width: 90%;
		padding: 20px 5% 80px;
	}
	.News__box3__box1 img{
		width:90%;
		height:90%;
	}
}

/*　----------------協会の概要------------------- */
#association_overview_ul{
	padding:0;
}
#association_overview_ul li{
	display:inline-block; float:none; width:100%;
	margin-bottom: 30px; height:auto;
}
#association_overview_ul li:nth-of-type(2){
	margin:0 0 30px 0;
}
#association_overview_ul li:nth-of-type(5){
	margin:0 0 30px 0;
}
#association_overview_ul {
	list-style:none;
	padding: 25px 0 0 0;
	margin-bottom:0;
}
#association_overview_ul li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size:18px;
	margin-right: 5px;
	content: "\f138";
	color: #3eb135;
}

.Aoverview_box001{
	padding-bottom:20px;
}

.Aoverview_Boxfr {
	float:right;
	margin-top:30px;
}
.Aoverview_Boxfr a{
	display:block; 
	color: #3eb135; 
	font-size:14px;
}
.Aoverview_Boxfr a:hover{
	color:#339966;
}

.Aoverview_Boxfl {
	float:left; width:510px;
	margin-top:30px;
}
.Aoverview_Boxfl p{
	margin:6px 0 0;
}
.Aoverview_Boxfl p a{
	color: #3eb135; 
	font-size:14px;
}
.Aoverview_Boxfl p a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f138";
}
.Aoverview_table{
	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width:510px; font-size:14px;
	border:solid 1px #e1efe2; 
}
.Aoverview_table th{
	color:#fff;
	background-color:#3eb135;
	padding:5px 20px;
}
.Aoverview_table td{
	padding-left:8px;
}
.Aoverview_greenlogo{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 390px;
	border: solid 5px #3eb135;
	font-size: 12px;
	padding:4px;
}

.Aoverview_Boxfl p a:hover{
	color:#339966;
}

.Aoverview_greenlogo h4{
	font-size:14px;
	border-bottom:solid 1px #3eb135;
	margin:5px;
}
.greenlogo_80{
	width:80px; float:left;
}
.Aoverview_section{
	margin-bottom:50px;
}
.Aoverview_section p{
	line-height:1.5;
}
.Aoverview_section i{
	padding-right:10px;
}
.Aoverview_section h3{
	margin: 0 auto; 
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
}
.Aoverview_span{
	display:block; color:#4a4a4a;
	padding: 10px 0 0 20px; line-height:1.5;
}
.Aoverview_spanleft{
	margin-left:-5px;
}
.Aoverview_section a{
	color: #3eb135; 
	font-size:14px;
	display: block;
	text-align:right;
}
.Aoverview_section a:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "\f138";
}
.Aoverview_soshikizu{
	text-align:center;
	padding:10px 0;
}
.clearfix:after {
	content: "";display: block;clear: both;
}

.Aoverview_section a:hover{
	color:#339966;
}
.Aoverview_section_last{
	margin-bottom:80px;
}

.h3_overview_last:before {
	
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
padding-right: 10px;
content: "\f067";
}

/* 入会のご案内 強調 2018/07/21 Add */
.Aoverview_box_new
{
	width: 160px;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;

	border-radius: 12px;		/* CSS3草案 */  
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 12px;	 /* Firefox用 */  
	/* 透過 */
	background-color: rgba(19, 134, 175, 0.4); /* #A1CFDF */

}
.Aoverview_box_new2
{
	width: 260px;
	padding: 5px 0px 5px 20px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: left;

	border-radius: 12px;		/* CSS3草案 */  
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 12px;	 /* Firefox用 */  
	/* 透過 */
	background-color: rgba(19, 134, 175, 0.4);

}

/* 協会の概要　スマホ */
@media screen and (max-width: 590px) {
	.Aoverview img{
		max-width:100%;
	}
	.Aoverview_box {
		width: 90%;margin: 0 auto;
	}
	.Aoverview_Boxfl{
		float: none;width: 90%;
		margin:30px auto 0 auto;
	}
	.Aoverview_Boxfr0000{
		text-align:center;}　
	.Aoverview_Boxfl{
		float: none;width: 90%;
		margin:30px auto 0 auto;
	}
	.Aoverview_table{
		width: 100%;font-size: 16px;
	}
	.Aoverview_table tr,.Aoverview_table th,.Aoverview_table td{
		display:block;
		padding:10px;
	}
	.Aoverview_table th{
		border-radius:20px;
	}
	.Aoverview_Boxfr{
		float: none;width: 90%;
		margin:0 auto;
	}
	.Aoverview_section{
		width: 90%;
		margin: 50px auto 0px;
	}
	.Aoverview_section_last{
		margin-bottom:80px;
	}
	.Aoverview_section_last p{
		margin-bottom:0;
	}
	#association_overview_ul{
		padding:25px 0 0 0; width:100%;
	}
		
	.Aoverview_Boxfl p {
		margin: 6px 0 30px;
	}
	.Aoverview_Boxfl .p101{
		margin: 10px 0 20px;
	}
	.Aoverview_Boxfr a {
		margin:10px 0 0;
	}
}

@media screen and (max-width: 460px) {
	.h3_overview_last{
		padding-left:24px;
		text-indent:-24px;
	}

	.greenlogo_80 {
		float: none; display:block;
		margin:0 auto;
	}
}

/* ---------------------------メンタルヘルス対策---------------------------- */
.Mental p{
	padding:0 18px; line-height:1.5;
}
.Mental ul{
	list-style:none;
	margin-bottom:0;
}
.Mental_ul{
	list-style:none;
	margin-bottom:0;
}
.Mental_ul li{
	line-height:1.5;
}

.Mental_ul li a{
	color:#3eb135;
}
.Mental_ul li a:hover{
	color:#339966
}
.Mental_ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
}

.Mental_ul .Mental_ul_li00 a:before {
	padding-right: 15px;
}

/*
.Mental section{
	padding:40px 0 40px; width: 1024px;margin: 0 auto;
}
*/
.Mental section{
	padding:20px 0 5px; width: 1024px;margin: 0 auto;
}
.Mental section h3{
	margin: 0 85px;
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
}
.Mental .Mental_content {
	padding: 0 18px;
	margin: 18px 85px 0 85px;
	line-height: 1.5;
}
.Mental .Mental_content a {
	color: #3eb135;
}
.Mental .Mental_content a:hover {
	color: #339966;
}
.Mental .Mental_content ol {
	padding-right: 18px;
}
.Mental .Mental_content ol li {
	margin: 10px 0;
}
.Mental .heatstroke_manual article {
	display: flex;
}
.Mental .heatstroke_manual article div:nth-of-type(1) {
	margin-right: 20px;
	margin-left: 55px;
}
.Mental .heatstroke_manual p {
	margin-top: 0;
}
.Mental .heatstroke_manual ol {
	margin: 0;
}
.Mental .heatstroke_manual ol li {
	line-height: 1.5;
}
.Mental .heatstroke_manual span.heatstroke_manual_img {
	display: block;
}
.Mental .heatstroke_manual span.heatstroke_manual_img img {
	height: 215px;
}
.Mental .heatstroke_manual span.heatstroke_manual_txt {
	display: block;
	font-size: 10px;
}
.Mental .heatstroke_doc ul {
	display: flex;
	flex-wrap: wrap;
}
.Mental .heatstroke_doc ul li {
	width: 20%;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1;
}
.Mental .heatstroke_doc ul li a {
	display: block;
}
.Mental .heatstroke_doc ul li a:before {
	content: none;
}
.Mental .heatstroke_doc ul li span.heatstroke_doc_txt {
	font-size: 10px;
}
.Mental .heatstroke_doc ul li span.heatstroke_doc_img {
	height: 210px;
}
.Mental .heatstroke_doc ul li img {
	width: 100%;
}
.Mental_box{
	width:854px;
	margin:18px auto;
}
.Mental_ul2{
	padding:0 18px;
}
.Mental_ul2 li {
	line-height:1.5;
}
.Mental_ul2 li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	margin-right: 5px;
	content: "\f138";
	color: #3eb135;
}
/*
.Article__Mental{
	width:854px;
	margin:15px auto 0;
	padding:30px 50px 30px;
*/
.Article__Mental{
	width:854px;
	margin:15px auto 0;
	padding:30px 50px 30px;
	background-color:#e1efe2;
} 
.Article__Mental .Article__Mental_div{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px;
	background-color:#ffffff;
}
.Article__Mental .Article__Mental_div:after{
	display: block;
	clear: both;
	content: "";
}
.Article__Mental_div a{
	display:block;
}
.Article__Mental_div a p:nth-of-type(1){
	display:none;
}
.Article__Mental_div:hover dt{
	color: #339966;
}
.Article__Mental_div:hover dd{
	color: #339966;
}
.Article__Mental_div div{
	float: left; width: 15%;
	padding:0px 2% 0 0;
}
.Article__Mental img {
	vertical-align:bottom;
}
.Article__Mental dl{
	margin:0; float:right; width:81%; height:193px;
	position:relative;
}
.Article__Mental dt{
	padding-bottom:3px; line-height:1.7; font-weight:bold;
}
.Article__Mental dt:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}
.Article__Mental__dd{
	color:#777;
	margin:0; line-height:1.4;
}
.Article__Mental dl dd:nth-of-type(2){
	position:absolute;
	text-align:right;
	bottom:0; right:0;
}
.Mental_h4{
	color: #3eb134;
}
.Mental_h5{
	font-size:16px;
}

/* ------------メンタルヘルス対策スマホ------------- */
@media screen and (max-width: 590px) {
	.Mental_ul .Mental_ul_li00 a:before {
		padding-right: 5px;
	}

	.Mental_ul{
		padding:0 18px;
	}
	.Mental ul{
		width:90%;
		padding:0 18px;
	}
	.Mental_ul li{
		padding-left: 10px;
		text-indent: -18px; list-style-position: inside;
	}
	.Mental_ul2 li{
		padding-left: 30px;
		text-indent: -30px; list-style-position: inside;
	}
	.Mental_box{
		width:90%;
	}
	.Mental section{
		width:100%;
	}
	.Mental section h3{
		width: 90%;margin: 0 auto;
		padding-left:15px;
		text-indent:-7px;
	}
	.Mental .Mental_content {
		margin: 18px 0 0 0;
	}

	.Mental .heatstroke_manual article {
		display: block;
	}
	.Mental .heatstroke_manual article div:nth-of-type(1) {
		margin-right: 0;
		margin-left: 0;
	}
	.Mental .heatstroke_manual article div:nth-of-type(2) {
		text-align: center;
	}

	.Mental .heatstroke_doc ul {
		display: flex;
		flex-wrap: wrap;
	}
	.Mental .heatstroke_doc ul li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 15px;
		text-indent: 0;
	}
	.Mental .heatstroke_doc ul li div.heatstroke_doc_img {
		height: auto;
	}
		
	.Article__Mental{
		width:90%;
		padding:18px 5% 40px;
	}
		
	.Article__Mental_div div{
		float: none; width: 100%;
		padding:0px;
		text-align:center;
	}
	.Article__Mental dl{
		margin:0; float:none; width:100%; height:auto;
	}
	.Article__Mental__dd{
		margin:0;
	}
	.Article__Mental dt{
		padding-left:20px;text-indent:-20px;
		margin-top:10px;
	}
	.Article__Mental dl dd:nth-of-type(2){
		position:static;
		margin-top:10px;
	}
	.Mental_h4{
		line-height:1.5;
	}
}

@media screen and (max-width: 460px) {
	.Article__Mental dl dd:nth-of-type(2){
		font-size:12px;
	}
}

/* ------------------- 安全衛生図書・テキスト------------------ */
.Safety_boxs_text{
	width:854px;
	padding:30px 85px 30px;
	margin:15px auto 0;
background-color: #e1efe2;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.Safety_boxs_text2:after{
	display: block;
	clear: both;
	content: "";
}

.Safety_boxs_text2 div:nth-of-type(1){
	width:130px; height:185px; float:left;
}
.Safety_boxs_text2 div:nth-of-type(1) img{
	width:100%;
}

.Safety_boxs_text2 table{
	float:right; width:709px;
border-collapse: collapse;
	background-color:#ffffff; height:185px;
}
.Safety_boxs_text2 table th{
	width:120px; color:#ffffff;
	background-color:#3eb135;
}
.Safety_boxs_text2 table th, .Safety_boxs_text2 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
}
.Safety_boxs_text2 table a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_boxs_text2 table a:hover{
	color:#339966;
}
body .Safety_boxs_text2 table td:empty{
	background-image: linear-gradient(to top right, transparent, transparent 48%, #f2f2f2 48%, #f2f2f2 52%, transparent 52%, transparent);
}

.Safety_boxs_text p{
	background-color:#ffffff; line-height:1.5;
	padding:10px;
	margin:15px 0 0;
	border:1px solid #cccccc;
}

.Safety_boxs_text3{
	width:854px;
	padding:0px 85px 80px;
	margin:0px auto;
}
.Safety_boxs_text3_h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:30px 0 0;
}
.Safety_boxs_text3_h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";
}
.Safety_boxs_text4{
	line-height:1.5;
}

.Safety_boxs_text5{
	margin:50px auto 0;
	padding:20px 15px;
	border:2px solid #3eb135;
}
.Safety_boxs_text5 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0 0 10px;
}
.Safety_boxs_text5 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";
}
.Safety_boxs_text5 p{
	line-height:1.5;
	margin:0;
}
.Safety_boxs_text5 p a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_boxs_text5 p a:hover{
	color:#339966;
}

.Safety_boxs_text5 ul{
	padding:0; list-style:none;
	margin:0;
}
.Safety_boxs_text5 li{
	padding-top:20px; line-height:1.5;
}
.Safety_boxs_text5 li:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color:#3eb135;
	content: "\f138";
}

.Safety_boxs_text5 li span:nth-of-type(2){
	display:block;
	padding-left:20px;
}
.Safety_boxs_text5 li:nth-of-type(1) a{
	display:inline-block;
	margin-left:20px;
	margin-top:5px; color: #3eb135;
}
.Safety_boxs_text5 li:nth-of-type(1) a:hover{
	color:#339966;
}
.Safety_boxs_text5 li:nth-of-type(1) a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right:3px;
	content: "\f0a9";
}

.Safety_boxs_text5 li span:nth-of-type(2) a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_boxs_text5 li span:nth-of-type(2) a:hover{
	color:#339966;
}
.Safety_boxs_text5 li span:nth-of-type(3){
	display:block;
	padding-left:20px;
}
.Safety_boxs_text5 li span:nth-of-type(4){
	display:block;
	padding-left:20px;
}
.Safety_boxs_text5 li span:nth-of-type(5){
	display:inline-block;
	padding-left:20px; 
	color: #3eb135;
}
.Safety_boxs_text5 li span:nth-of-type(5):before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right:3px;
	content: "\f0a9";
}
.Safety_boxs_text5 li span:nth-of-type(5) a{
	color: #3eb135;
	text-decoration:underline;
	margin-left:5px;
}
.Safety_boxs_text5 li span:nth-of-type(5) a:hover{
	color:#339966;
}

/* ---------------------------- 安全衛生用品--------------------------- */
.Safety_youhin{
	padding-top:50px;
}
.Safety_youhin h3{
	margin: 0 auto;
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	width: 854px;
}
.Safety_youhin h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
content: "\f067";
}

.Safety_youhin_p{
	width: 854px;
	margin: 10px auto 0; line-height:1.5;
}
.Safety_youhin_p a{
	color: #3eb135;
}
.Safety_youhin_p a:hover{
	color:#339966;
}

.Safety_youhin_BOXz{
	width: 854px;
	margin: 10px auto 0;
	padding: 30px 28px 20px;
	list-style: none;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.Safety_youhin_BOXz:after {
	
	display: block;
	clear: left;
	content: "";
}

.Safety_youhin_BOXz li:nth-of-type(odd) {
	margin-right: 1%;
}

.Safety_youhin_BOXz li {
	
	float: left;
	width: 49.5%;
	margin-bottom: 10px;
}

.Safety_youhin_BOXz li a {
	display: block;
}
.Safety_youhin_BOXz li a dl:after {
	
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin_BOXz li a dl {
	
	margin: 0;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	height: 166px;
}
.Safety_youhin_BOXz li a dl dt{
	
	padding-bottom: 3px;
	line-height: 1.7;
}

.Safety_youhin_BOXz li a dl dt:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";

}
.Safety_youhin_BOXz li a dl dd{
	
	margin: 0;
	float: right;
	width: 74%;
}
.Safety_youhin_BOXz li a dl dd:nth-of-type(1) {
	
	float: left;
	width: 24%;
	height: 67px;
	padding-right: 2%;
}

.Safety_youhin_BOXz li a dl dd:nth-of-type(1) img {
	
	width: 100%;
	height: auto;
}

.Safety_youhin_BOXz li a dl dd:nth-of-type(2) {
	
	font-size: 14px;
	line-height: 1.2;
	height: 80px;
}

.Safety_youhin_BOXz li a dl dd:nth-of-type(3) {
	
	padding: 15px 0 5px;

}

.Safety_youhin1{
	
	width: 854px;
	margin: 10px auto 0;
	padding: 30px 85px 0;
	list-style: none;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}
.Safety_youhin2{
	padding-bottom:30px;
}
.Safety_youhin2:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin2 div:nth-of-type(1){
	width:141px; height:200px; float:left;
	border:1px solid #000000;
}
.Safety_youhin2 div:nth-of-type(1) img{
	width:100%;
}

.Safety_youhin2 table{
	float:right; width:696px;
border-collapse: collapse;
	background-color:#ffffff; height:202px;
}
.Safety_youhin2 table th{
	width:60px; color:#ffffff;
	background-color:#3eb135;
}
.Safety_youhin2 table th, .Safety_youhin2 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
}
.Safety_youhin2 table a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_youhin2 table a:hover{
	color:#339966;
}
.Safety_youhin2 table tr:nth-of-type(3) td{
	line-height:1.5;
}

.Safety_youhin3{
	padding:0; list-style:none;
	margin:0;
}
.Safety_youhin3 li:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin3 li{
	padding-bottom:30px;
}

.Safety_youhin4{
	float:left;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #000000;
}
.Safety_youhin4 img{
	vertical-align:bottom;
}

.Safety_youhin3 li table{
	float:right; width:602px;
border-collapse: collapse;
	background-color:#ffffff; height:154px;
}
.Safety_youhin3 li table th{
	width:60px; 
	color:#ffffff;
	background-color:#3eb135;
	text-align:center;
}
.Safety_youhin3 li table th, .Safety_youhin3 li table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px; height:73px
}
.Safety_youhin3 li table tr:nth-of-type(2) td{
	line-height:1.5;
}

.Safety_youhin5:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin5{
	padding-bottom:30px;
}

.Safety_youhin6{
	float:left; width:383px; height:239px;
}
.Safety_youhin6 img{
	vertical-align:bottom; width:100%;
}

.Safety_youhin5 table{
	float:right; width:456px;
border-collapse: collapse;
	background-color:#ffffff; height:239px;
}
.Safety_youhin5 table th{
	color:#ffffff;
	background-color:#3eb135;
}
.Safety_youhin5 table th, .Safety_youhin5 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
text-align:center;
}

.Safety_youhin7:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin7{
	padding-bottom:30px;
}

.Safety_youhin8{
	float:left; 
	height:254px; width:225px;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:5px;
	text-align: center;
}
.Safety_youhin8 img{
	
vertical-align:bottom;
box-shadow:0px 0px 10px 1px #dfdfdf;
-moz-box-shadow:0px 0px 10px 1px #dfdfdf;
-webkit-box-shadow:0px 0px 10px 1px #dfdfdf;

}

.Safety_youhin8 span{
	position:relative;
	bottom:130px; display:inline-block;
	padding-left:40px;
}
.Safety_youhin8_img1{
	height:255px; 
	position:relative;
	/*left:80px;*/
}
.Safety_youhin8_img2{
	height:272px;
}

.Safety_youhin7 table{
	float:right; 
	width:602px;
	border-collapse: collapse; 
	background-color:#ffffff; 
	height:266px;
}
.Safety_youhin7 table th{
	color:#ffffff;
	background-color:#3eb135;
}
.Safety_youhin7 table th, .Safety_youhin7 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
text-align:center;
}
.Safety_youhin7 table th:nth-of-type(3){
	width:105px;
}
.Safety_youhin7 table td:nth-of-type(1){
	line-height:1.5;
}

.Safety_youhin9:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin9{
	padding-bottom:30px;
}

.Safety_youhin10{
	float:left;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:10px;
}
.Safety_youhin10 img{
	vertical-align:bottom; height:200px; display:inline-block;
}
.Safety_youhin10 img:nth-of-type(1){
	margin-right:5px;
}

.Safety_youhin9 table{
	float:right; width:525px;
border-collapse: collapse;
	background-color:#ffffff; height:222px;
}
.Safety_youhin9 table th{
	color:#ffffff;
	background-color:#3eb135;
}
.Safety_youhin9 table th, .Safety_youhin9 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
text-align:center;
}

.Safety_youhin11:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin11{
	padding-bottom:30px;
}

/*
.Safety_youhin12{
	float:left; width:395px; height:277px;
}
*/
.Safety_youhin12{
	float:left; width:355px; height:277px;
}
.Safety_youhin12 img{
	vertical-align:bottom;
}

.Safety_youhin11 table{
	
/*
	float:right; width:444px;
*/
	float:right; width:484px;
	border-collapse: collapse;
	background-color:#ffffff; height:277px;

}
.Safety_youhin11 table th{
	color:#ffffff;
	background-color:#3eb135; 
	width:60px;
}
.Safety_youhin11 table th{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	text-align:center;

}
.Safety_youhin11 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	text-align:left;

}
/*
.Safety_youhin11 table tr:nth-of-type(2) td{
	text-align:left; line-height:1.5;
}
.Safety_youhin11 table tr:nth-of-type(3) td{
	text-align:left
}
.Safety_youhin11 table tr:nth-of-type(3) td{
	text-align:left
}
*/

.Safety_youhin13:after{
	display: block;
	clear: both;
	content: "";
}
.Safety_youhin13{
	padding-bottom:30px;
}

.Safety_youhin14{
	float:left;
	padding:5px 0 5px 5px;
	background-color:#ffffff;
	border:1px solid #000000;
}
.Safety_youhin14 img{
	vertical-align:bottom;
	margin-right:5px; width:78px; height:110px;
box-shadow:0px 0px 1px 1px #dfdfdf;
-moz-box-shadow:0px 0px 1px 1px #dfdfdf;
-webkit-box-shadow:0px 0px 1px 1px #dfdfdf;
}

.Safety_youhin13 table{
	float:right; width:663px;
border-collapse: collapse;
	background-color:#ffffff; height:120px;
}
.Safety_youhin13 table th{
	color:#ffffff;
	background-color:#3eb135;
}
.Safety_youhin13 table th, .Safety_youhin13 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
text-align:center;
}
.Safety_youhin13 table th:nth-of-type(1){
	width:42px;
}
.Safety_youhin13 table tr:nth-of-type(3) td{
	text-align:left; line-height:1.5;
}

.Safety_youhin:last-of-type{
	padding-bottom:80px;
}

.Safety_boxs_text2_td3{
	line-height:1.5;
}

.Safety_youhin15{
	float:left;
	width:355px;
	height:277px;
	text-align: center;
}

.Safety_youhin15 img:first-child{
	margin-bottom: 5px;
}

@media (max-width: 1023px){
	
.Safety_youhin h3{
	margin: 0 85px;
}
.Safety_youhin_p{
	margin: 10px 85px 0;
}

}

/* ------------------------------------表彰------------------------------------- */
.Hyosho__box1 p{
	padding:0 18px; line-height:1.5;
}
.Hyosho_ul{
	list-style:none;
	margin-bottom:50px;padding:0;
}
.Hyosho_ul:after{
	 content: "";
  clear: both;
  display: block;
}
.Hyosho_ul li{
	width:42%; float:left;padding: 8px 4%;
}
.Hyosho_ul li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}
.Hyosho_ul li:nth-child(4n+2){
	background-color:#e1efe2;
}
.Hyosho_ul li:nth-child(4n+1){
	background-color:#e1efe2;
}
.Hyosho__box1{
	padding-bottom: 80px;
}
.Hyosho__box1 section{
	width: 854px;
	margin: 0 auto;
	padding:0 85px;
}
.Hyosho_h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	width: 854px;
}
.Hyosho_h3 i{
	padding-right: 10px;
}
.Hyosho_h4{
	color: #3eb135;
}
.Hyosho_table{
	width: 800px;margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: solid 1px #cccccc;border-collapse: collapse;
}
.Hyosho_table th{
	padding: 20px;background-color:#bcbcbc;white-space: nowrap;border: 1px solid #777;
}
.Hyosho_table td{
	padding: 10px 5px 10px 5px;line-height: 1.5;border: 1px solid #777;
}
.Hyosho_dl{
	line-height:1.5;
}
.Hyosho_dl dt{
	padding-top:8px;
}
.Hyosho_dl dd {
	padding-bottom:10px; color:#666;font-size:15px;margin-left: 20px;
}
.Hyosho_jushou_span{
	font-weight:bold;font-size:16px; color:#339966;
}
.Hyosho_name{
	color:#000; font-weight:bold;font-size:16px;
}
.Hyosho_syozoku{
	font-size:13px; color:#4a4a4a;
}
dt .fa-trophy{
	color:#339966;
	padding-right:5px;
}

.Hyosho_img{
	padding-top: 20px;
}



/* 表彰　スマホ */
@media screen and (max-width: 590px) {
	.Hyosho__box1 section{
		width:90%;padding:0;
	}
	.Hyosho_h3{
		width: 90%;text-indent:-12px;padding-left: 20px;margin:15px auto;
	}
	.Hyosho_h3 i{
		padding-right: 10px;
	}
	.Hyosho_h4{
		width:90%;margin: 20px auto;line-height:1.5;
	}
	.Hyosho_table{
		width:100%;
	}
	.Hyosho_table th{
		padding: 15px 5px;font-size: 15px;
	}
	.Hyosho_ul li{
		float:none;width:90%;padding: 8px 5%;
	}
	.Hyosho_ul li:nth-child(4n+1){
		background-color:#fff;
	}
	.Hyosho_ul li:nth-child(4n+2){
		background-color:#fff;
	}
	.Hyosho_ul li:nth-child(2n-1){
		background-color:#e1efe2;
	}
	.Hyosho_syozoku{
		display:block;padding: 0 0 0 70px;
	}
	.Hyosho_dl{
		padding: 0 5%;
	}
	.Hyosho_dl dt{
		padding-left: 15px;text-indent: -10px;
	}
	.Hyosho_dl dd{
		margin-left: 15px;
	}
}

@media screen and (max-width: 460px) {
	.Hyosho_ul li{
		line-height:1.5;
	}
	.Hyosho_ul span{
		display:block;padding-left: 5px
	}
	.Hyosho_name{
		display:block;margin: 5px 10px 0;
	}
	.Hyosho_syozoku{
		padding:0;
	}
}

/* ---------------------------安全衛生標語---------------------------- */
.Hyougo p{
	padding:0 18px; line-height:1.5;
}
.Hyougo section{
	padding: 50px 85px 0; width: 854px;margin: 0 auto;
}
.Hyougo h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	width: 854px;
	margin-left: auto;
	margin-right: auto;
}
.Hyougo h3 > i{
	padding-right: 10px;
}

.Hyougo h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Hyougo_h4{
	text-align:center;color:#3eb135;font-weight:bold;
	font-size: 20px;padding: 40px 0 10px 0;margin: 0;
}
.Hyougo > .Kasou_box2 > p {
	padding: 0 30px;
}
.Hyougo ul{
	list-style-type:none;padding-left: 0;
}
.Hyougo_ul1 {
	margin-left: 30px;
	margin-right: 30px;
}
.Hyougo_ul1:after{
	 content: "";
  clear: both;
  display: block;
}
.Hyougo_ul1 li{
	width:42%; float:left;padding: 8px 4%;
}
.Hyougo_ul1 li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}
.Hyougo_ul1 li:nth-child(4n+2){
	background-color:#e1efe2;
}
.Hyougo_ul1 li:nth-child(4n+1){
	background-color:#e1efe2;
}

.Hyougo_ul1 li a:hover{
	color:#339966;
}

.Hyougo_box1{
	width:1024px;
	background-color: #e1efe2; 
	padding:0 20px 40px 20px;
	margin: 0 auto 0 -55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}
.Hyougo dl{
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	border:solid 1px #777;
	width: 914px;margin: 0 auto;padding: 30px 15px;
}
.Hyougo dt{
	display:inline-block;
	color: #3eb135;
	font-size:14px;
}
.Hyougo_sakuhin{
	display:inline-block; font-weight:bold; 
	font-size:20px;margin-left: 5px;padding: 25px 0px 5px 0;
}
.Hyougo_shozoku{
	text-align: right; color:#777; font-size:15px;
}
.Hyougo_box2{
	width:854px;
/*
	margin:0 auto 80px auto;
*/
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 2px #3eb135;
	padding:20px 25px;
}
.Hyougo_box2 p{
	margin-top:0;
}
.Hyougo_box2 ul li a{
	color: #3eb135;
}
.Hyougo_box2 ul li a:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
}
.Hyougo_ul2 {
	line-height:1.8;
}

.Hyougo_ul2 h4{
	color:#3eb135;font-weight:bold;
}

.Hyougo_ul2_li{
	padding:8px 0;
}
.Hyougo_ul2_li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}

.Hyougo_table{
	border:solid 1px #777;border-collapse: collapse;
	width: 600px;margin: 10px 0 20px 40px;
}
.Hyougo_table th{
	padding: 8px 0;background-color:#bcbcbc;
	border: 1px solid #777;text-align: center;
}
.Hyougo_table td{
	border: 1px solid #777;text-align: center;
	width: 64%;padding: 8px;white-space: nowrap;
}
.Hyougo_span_block{
	display:block;
}
.Hyougo_span_bold{
	font-weight:bold;
}
.Hyougo_ol1{
	padding-left:3em;padding-bottom:15px;
}
.Hyougo_ol1-2{
	padding-left:2em;padding-bottom:15px;
}
.Hyougo_ul_last{
	padding-left: 18px!important;
}

ol.Hyougo_ol1 {
	counter-reset: li;
}
ol.Hyougo_ol1 > li {
	list-style: none;position: relative;
}
ol.Hyougo_ol1 > li:before {
	counter-increment: li;
	content: "("counter(li)")";
	font-size: 15px;
	position: absolute;left: -1.8em;top: 2px;
	line-height: 1.3;
}
ol.Hyougo_ol1-2 {
	counter-reset: li-lv2;
}
ol.Hyougo_ol1-2 > li {
	list-style: none;position: relative;
}
ol.Hyougo_ol1-2 > li:before {
	counter-increment: li-lv2;
	content: counter(li-lv2);
	font-size: 14px;border: 1px solid #555;border-radius: 50%;
	text-align: center;
	width: 15px;height: 15px;
	position: absolute;left: -1.5em;top: 3px;
	line-height: 1.3;
}

.Hyougo .email_link:before {
	content: none;
}
body .Hyougo .Section__p__b{
	padding-bottom:80px;
}

/* 安全衛生標語　スマホ */
@media screen and (max-width: 590px) {
	.Hyougo_box1{
		width:100%;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}
	.Hyougo dl{
		width:90%;
	}
	/* .Hyougo section{
		width:90%;
	} */
	body .Hyougo .Section__p__b {
		width: auto;
		padding: 30px 5% 0;
	}
	.Hyougo h3{
		width:100%;
	}
	.Hyougo > .Kasou_box2 > p {
		padding: 0;
	}
	.Hyougo dt{
		display:block;
	}
	.Hyougo_sakuhin{
		display:block;
	}
	.Hyougo_ul1 li{
		float:none;width:90%;padding: 8px 5%;
	}
	.Hyougo_ul1 li:nth-child(4n+1){
		background-color:#fff;
	}
	.Hyougo_ul1 li:nth-child(4n+2){
		background-color:#fff;
	}
	.Hyougo_ul1 li:nth-child(2n-1){
		background-color:#e1efe2;
	}
	.Hyougo_box2{
		width:100%;padding:10px 15px;
	}
	.Hyougo_table{
		width:90%;margin: 10px 0 20px 0px;
	}
	.Hyougo_table td{
		width:40%;white-space:normal;
	}
}

/* ---------------------------主要行事予定---------------------------- */
.Main_event_p{
	margin-bottom:0;
	padding:0 20px; color: rgb(204, 0, 0);
}

.Main_event{
	width: 854px;
	margin: 0 auto;
	padding:50px 85px 0;
}
.Main_event:last-of-type{
	padding-bottom:80px
}
.Main_event h3 {
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin-top:0;
}
.Main_event h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Main_event table{
	border-collapse: sepatate;
	border-spacing: 1px 0px;
	width: 100%;
}
.Main_event table tr:nth-of-type(odd) th{
	background-color: #e1efe2;
}
.Main_event table tr:nth-of-type(odd) td{
	background-color: #e1efe2;
}

.Main_event table th, .Main_event table td{
	padding:10px; line-height:1.5;
}
.Main_event table th:nth-of-type(1){
	width:220px;
}
.Main_event table td a{
	text-decoration:underline;
}
.Main_event table td a:hover{
	color:#339966
}

.Tr_color th, .Tr_color td, .Tr_color td a {
	color: rgb(204, 0, 0);
}


/* ---------------------------関係法令・通達等---------------------------- */
.Kankeihourei section{
	padding: 40px 0 40px;width: 1024px;margin: 0 auto;
}
.Kankeihourei section+section{
	padding: 0 0 40px;
}
.Kankeihourei h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	width: 854px;
	margin:0 auto;
}
.Kankeihourei h3 > i{
	padding-right: 10px
}
.Kankeihourei a{
	color: #3eb135;
}
.Kankeihourei_box1{
	width:854px;
	margin:0 auto;
}
.Kankeihourei ul{
	padding-left:0;list-style:none;
}
.Kankeihourei_ul:after{
	 content: "";
  clear: both;
  display: block;
}
.Kankeihourei_ul li{
	float:left;padding: 0 89px 10px 0;
}
.Kankeihourei_ul li a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";color: #3eb135;
}
.Kankeihourei_h4{
	text-align:center;color:#339933;font-weight:bold;
	font-size: 1.17em;padding: 40px 0 10px 0;margin: 0;
}
.Kankeihourei_box2{
	background-color: #e1efe2;padding-bottom: 50px;margin-top: 8px;
}
.Kankeihourei_box2 dl{
	width:854px;margin:5px auto;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
box-sizing: border-box;border: 1px solid #999999;
}
.Kankeihourei_box2 dt{
	padding: 10px;line-height:1.5;
}
.Kankeihourei_box2 dt:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}
.Kankeihourei_box2 dd{
	margin-left:0;padding: 10px;border-top: solid 1px #999;line-height:1.5;
}
.Kankeihourei_box3{
	width:854px;margin:5px auto;background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
box-sizing: border-box;border: 1px solid #999999;
}
.Kankeihourei_box3 li,.Kankeihourei_box3 p{
	padding:10px;
	margin:0;
}
.Kankeihourei_box3 li:before,.Kankeihourei_box3 p:before{
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}
.KaHo_padding{
	padding-top:50px;
}
.KaHo_span{
	font-size:14px;
}

/* 関係法令・通達等　スマホ */
@media screen and (max-width: 590px) {
	.Kankeihourei section{
		width:100%;
	}
	.Kankeihourei h3{
		width:90%;padding-left: 25px;text-indent: -12px;
	}
	.Kankeihourei_box1{
		width:90%;
	}
	.Kankeihourei_ul li{
		float:none;padding: 0 0 10px 0;
	}
	.Kankeihourei_box2 dl{
		width:90%;
	}
	.Kankeihourei_box3{
		width:90%;
	}
}

/* -------労働安全衛生マネジメントシステム （OSHMS）------------- */
.OSHMSys section{
	padding: 40px 0 40px;width: 1024px;margin: 0 auto;
}
.OSHMSys section+section{
	padding: 0 0 40px;
}

.OSHMSys h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	width: 854px;
	margin:0 auto;
}
.OSHMSys h3 > i{
	padding-right: 10px
}
.OSHMSys p{
	padding:0 18px; line-height:1.5;
}
.OSHMSys a{
	color: #3eb135;
}
.OSHMSys_box1{
	width:854px;margin:0 auto;
}
.OSHMSys_ol_h{
	font-weight:bold;
}
ol.OSHMSys_ol {
	counter-reset: li;
}
ol.OSHMSys_ol li{
	line-height:1.5;
	padding-bottom:10px;
}
ol.OSHMSys_ol > li {
	list-style: none;position: relative;
}
ol.OSHMSys_ol > li:before {
	counter-increment: li;
	content: "("counter(li)")";
	font-weight: bold;
	font-size: 15px;
	position: absolute;left: -1.8em;top: 1px;
	line-height: 1.3;
}
.OSHMSys_ol2 {
	list-style:cjk-ideographic;
}
.OSHMSys_ol2 li{
	line-height:1.5;
	padding-bottom:10px;
}
.OSHMSys_ol p{
	padding:0;margin:0;
}
.OSHMSys_box1 a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";color: #3eb135;
}
.OSHMSys_box1 a:hover {
	color:#339966;
}

.OSHMSys section:nth-child(5) .OSHMSys_box1 ul{
	padding: 0 18px;
	line-height: 1.7;
}
.OSHMSys section:nth-child(5) .OSHMSys_box1 .jslist1{
	list-style: none;
}

.OSHMSys section:nth-child(5) .OSHMSys_box1 .jslist1 li{
	list-style: none;
}

.OSHMSys section:nth-child(5) .OSHMSys_box1 .jslist1 p{
	display: none;
}

.OSHMSys section:nth-child(5) .OSHMSys_box1 span {
	cursor: pointer;
}
.OSHMSys section:nth-child(5) .OSHMSys_box1 span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f0a9";
	color: #3eb135;
	padding-right: 10px;
}
/*
.OSHMSys section:nth-child(5) .OSHMSys_box1 ul ul {
	display: none;
}
*/

.OSHMSys section:nth-child(5) .OSHMSys_box1 #jsdd14 li{
	padding: 4px 3%;
}
/*
.OSHMSys section:nth-child(5) .OSHMSys_box1 #jsdd14 li:nth-child(odd) {	
	background-color: #e1efe2;
}
.OSHMSys section:nth-child(5) .OSHMSys_box1 #jsdd14 li:nth-child(even) {	
	background-color: #fff;
}
*/
.OSHMSys section:nth-child(5) .OSHMSys_box1 a:before {
	content: "\f138";
	color: #3eb135;
}
.OSHMSys section:nth-child(5) .OSHMSys_box1 .jslist1 > a:before {
	content: none;
}

/* 労働安全衛生マネジメントシステム （OSHMS）　スマホ */
@media screen and (max-width: 590px) {
	.OSHMSys section{
		width:90%;
	}
	.OSHMSys p{
		padding:0;
	}
	.OSHMSys h3{
		width: 90%;text-indent: -12px;padding-left: 22px;
	}
	.OSHMSys_box1{
		width:90%;}	
	.OSHMSys_ol {
		padding-left: 0;
	}
	ol.OSHMSys_ol > li:before {
		left:0;
	}
	.OSHMSys_ol_h{
		padding-left: 2em;display: inline-block;
	}
}

/* ---------------------------全国陸運労災防止大会---------------------------- */
.Boushitaikais_p{
	padding:0 20px;
	margin-bottom:0; line-height:1.5;
}
.Boushitaikais{
	padding-top:50px;
	margin:0 auto; width:1024px;
}
.Boushitaikais_h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0 0 15px; width:854px;
	margin:15px 85px 15px
}
.Boushitaikais_h3:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Boushitaikais1{
	margin: 0 auto;
	padding: 30px 85px;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}
.Boushitaikais2:after{
	padding: 20px 85px;
	display: block;
	clear: left;
	content: "";

}

.Boushitaikais3{
	width:150px; float:left;
	text-align:center;
}
.Boushitaikais3 a:hover{
	color:#339966;
}
.Boushitaikais3 img{
	width:150px; height:212px;
}
.Boushitaikais3 span{
	text-decoration:underline; line-height:1.7;
}

.Boushitaikais2 table{
	float:none;
	width:689px;
	background-color:#ffffff;
	line-height:1.5;
	margin:0 ;
	/*height:239px;*/
	list-style:none;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.Boushitaikais2 table tr{
	height: 47.5px;
}

.Boushitaikais2 table th{
	padding:10px; color: #ffffff;
	background-color: #3eb135;
	border: 1px solid #cccccc;
	width:20%;
}

.Boushitaikais2 table td{
	padding:10px;
	border: 1px solid #cccccc;
}

.Boushitaikais2 table a{
	text-decoration:underline;
}
.Boushitaikais2 table a:hover{
	color:#339966
}
.Boushitaikais2 table p{
	margin:0;
}
.Boushitaikais2 table .houkoku_td {
	display: flex;
}
.Boushitaikais2 table .houkoku_td div {
	margin-left: 10px;
}
.Boushitaikais2 table .houkoku_td div:first-child {
	margin-left: 0;
}
.Boushitaikais2 table .houkoku_td div .Boushitaikais2_p {
	font-size: 12px;
}
/*
.Boushitaikais2_btn {
	display: flex;
}

.Boushitaikais2_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	margin: 10px;
	text-align: center;
	color: #339966;
	border: 2px solid #339966;
	background: #fff;
}

.Boushitaikais2_btn a:first-child {
	margin-left: 145px;
}

.Boushitaikais2_p {
	margin: 0 0 0 295px;
}
*/
.Boushitaikais4{
	padding:50px 85px 80px;
	margin:0 auto; width:854px;
}
.Boushitaikais4 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Boushitaikais4 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}
.Boushitaikais4 ul{
	padding:0; list-style:none;
	margin-bottom:0;
}
.Boushitaikais4 ul:after{
	display: block;
	clear: left;
	content: "";

}
.Boushitaikais4 li{
	width: 46%;
	float: left;
	padding: 8px 2%;

}
.Boushitaikais4 li a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;

}
.Boushitaikais4 li a:hover{
	color:#339966;
}

.Boushitaikais4 li:nth-child(4n+1) {
	
	background-color: #e1efe2;

}
.Boushitaikais4 li:nth-child(4n+2) {
	
	background-color: #e1efe2;

}
.Boushitaikais4 li a span{
	width:135px; display:inline-block;
}

.Boushitaikais5{
	margin: 0 auto;
	padding: 30px 85px;
	background-color: #e1efe2;
}

.Boushitaikais5 img,
.Boushitaikais5 .Boushitaikais5__a{
	display: block;
	width: 400px;
	margin: 0 auto;
}

/*
.Boushitaikais5 a{
	display: block;
	width: 100px;
	margin: 30px auto 0;
	text-align: center;
}
*/

.Boushitaikais5 a:hover{
	color: #339966;
}

.Boushitaikais5 table{
	float:none; width:830px;
	background-color:#ffffff;
	line-height:1.5;
	margin:0 ; height:93px; list-style:none;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;

}

.Boushitaikais5 table th{
	width: 120px;
	padding:10px;
	color: #ffffff;
	background-color: #3eb135;
	border: 1px solid #cccccc;

}

.Boushitaikais5 table td{
	width: 240px;
	padding:10px;
	border: 1px solid #cccccc;
}

.Boushitaikais5 table a{
	text-decoration:underline;
}
.Boushitaikais5 table a:hover{
	color:#339966
}
.Boushitaikais5 table p{
	margin:0;
}

.Boushitaikais6 {
	display: flex;
}

@media screen and (max-width: 590px) {
	.Boushitaikais5{
		padding: 30px 5%;
	}

	.Boushitaikais5 img,
	.Boushitaikais5 .Boushitaikais5__a {
		width: 100%;
		margin: 0 auto 15px;
	}

	.Boushitaikais6 {
		display: block;
	}
}



/* ---------------------------全国フォークリフト運転競技大会---------------------------- */
.zenkoku_news {
	margin-top: 20px;
	margin-bottom: -20px;
	padding: 0 20px;
}

.zenkoku_news > div {
	margin-top: 5px;
	margin-bottom: 5px;
}

.zenkoku_news a {
	color: #ff0000;
	font-weight: bold;
}

.zenkoku_news a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #ff0000;
}

.zenkoku_news a:hover,
.zenkoku_news a:hover::before {
	color: #339966;
}

.zenkoku_news .zenkoku_news_img {
	display: flex;
	margin-bottom: 20px;
}

.zenkoku_news .zenkoku_news_img div {
	margin-left: 50px;
}

.zenkoku_news .zenkoku_news_img a:before {
	content: none;
}

.zenkoku_news .zenkoku_news_img img {
	border-radius: 5px;
}

.zenkoku_forklift{
	margin:0 auto;
	border-collapse: collapse;
	background-color: #ffffff;
}
.zenkoku_forklift th{
	width:155px;
	padding:10px; color: #ffffff;
	background-color: #3eb135;
	border: 1px solid #cccccc;
}
.zenkoku_forklift td{
	border: 1px solid #cccccc;
	padding:10px;
}
.zenkoku_forklift tr:nth-of-type(4) td{
	line-height:1.5;
}
.zenkoku_forklift a{
	color: #3eb135;
	text-decoration:underline;
}
.zenkoku_forklift a:hover{
	color:#339966;
}
.zenkoku_forklift p{
	margin:0;
}

.Zenkoku_forklift2{
	margin:0 auto 15px; width:854px;
	padding:50px 85px 80px
}
.Zenkoku_forklift2 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Zenkoku_forklift2 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}
.Zenkoku_forklift2 ul{
	padding:0; list-style:none;
	margin-bottom:0;
}
.Zenkoku_forklift2 li{
	width: 92%;
	padding: 8px 4%;
}
.Zenkoku_forklift2 li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}
.Zenkoku_forklift2 li a{
	color: #3eb135;
	text-decoration:underline;
	margin-left:10px;
}
.Zenkoku_forklift2 li a:hover{
	color:#339966;
}

.Zenkoku_forklift2 li:nth-of-type(odd) {
	background-color: #e1efe2;
}
.Zenkoku_forklift2 li:nth-of-type(even) {
	background-color: #ffffff;
}

.Zenkoku_forklift2 li a span{
	display:inline-block;
}


/* ---------------------------交通労働災害防止対策---------------------------- */
.Koutsuboushi1{
	padding-top:50px;
}
.Koutsuboushi1__box1{
	margin:0 auto; width:854px;
	padding:0 85px;
}
.Koutsuboushi1__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Koutsuboushi1__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}
.Koutsuboushi1__box1 p{
	padding:0 20px;
}

.Koutsuboushi1__box2{
	margin:50px auto 0; width:912px;
	border: 1px solid #3eb135;
}
.Koutsuboushi1__box2 h4{
	margin: 0;
	padding: 10px 15px;
	background-color: #3eb135;
	font-size: 18px;
	color: #ffffff;
}
.Koutsuboushi1__box2 h4 i{
	padding-right:10px;
}

.Koutsuboushi1__box2 ul{
	padding:20px 0px; list-style:none;
	margin:0;
}
.Koutsuboushi1__box2 ul:after{
	display: block;
	clear: left;
	content: "";
}
.Koutsuboushi1__box2 ul li{
	width:22%;
	margin-right:4%; float:left; height:87px;
}
.Koutsuboushi1__box2 ul li:nth-of-type(4){
	margin-right:0%;
}

.Koutsuboushi1__box2 ul li a{
	display:block; color:#666666;
}
.Koutsuboushi1__box2 ul li a:after{
	display: block;
	clear: left;
	content: "";
}

.Koutsuboushi1__box2 ul li a img{
	float:left; width:33%; display:block; vertical-align:bottom
}
.Koutsuboushi1__box2 ul li a p{
	float:left;
	margin:0; width:64%;
	padding-left:3%; font-size:14px;
line-height:1.3;
}

.Koutsuboushi1__box2 ul li a:hover p{
	color:#339966
}

.Koutsuboushi1__box2 .bx-wrapper{
	position:relative;
	padding:0 40px;
	border:1px solid #cccccc;
}
.Koutsuboushi1__box2 .bx-viewport{
	z-index:3
}
.Koutsuboushi1__box2 .bx-controls{
	position:absolute;
	top: 50%; left: 50%; -webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%); width:100%; z-index:2
}

.Koutsuboushi1__box2 .bx-controls-direction{
	width:100%;
	padding:0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
z-index:2
}
.Koutsuboushi1__box2 .bx-controls-direction:after{
	display: block;
	clear: both;
	content: "";
}
.Koutsuboushi1__box2 .bx-prev{
	float:left; 
	display:inline-block; 
	width:19px; 
	height:105px;
	background-color: #3eb135;
	text-align:center;
	border:1px solid #cccccc;
	border-radius:10px;
}
.Koutsuboushi1__box2 .bx-next{
	float:right; 
	display:inline-block; 
	width:19px; 
	height:105px;
	background-color: #3eb135;
	text-align:center;
	border:1px solid #cccccc;
	border-radius:10px;
}

.Koutsuboushi1__box2 .bx-prev i{
	color:#ffffff; font-size:22px; line-height:4.5
}
.Koutsuboushi1__box2 .bx-next i{
	color:#ffffff; font-size:22px; line-height:4.5
}

.Koutsuboushi1__box2_p{
	margin:10px auto 0; width:814px;
	padding:0 105px
}
.Koutsuboushi1__box2_p a{
	color: #3eb135;
	text-decoration:underline;
}
.Koutsuboushi1__box2_p a:hover{
	color:#339966;
}

@media screen and (max-width: 1024px) {
	.Koutsuboushi1__box2{
		margin:50px 55px 0; width:912px;
	}
}

/*--------------講習資格---------------*/
.Qualification_aa{
	color:red;
	text-decoration:underline;
}
.Qualification_aa:hover{
	color:#339966;
}

.Qualification p{
	line-height:1.5;
	width:854px;
	margin:20px auto;
}
.Qlfcn_p{
	padding:0 20px;line-height:1.5;
}
.Qualification section{
	padding-top:50px;
}
.Qualification h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	width: 854px;
	margin:0 auto;
}
.Qualification h3 > i{
	padding-right: 10px;
}
.Qualification_ol li{
	line-height:1.5;
}
.Qualification_ol li, .Qualification_ol li a{
	color: #3eb135;
}
.Qualification_ol li a:hover{
	color:#339966;
}
.Qualification_box{
	width: 854px;margin: 0 auto 50px;
	padding: 30px 85px;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.Qualification_box img{
	display:block;margin:10px auto;
}
.Qualification_table{
	border-spacing: 1px 1px;
}

.Qualification_table th{
	white-space:nowrap;
}
.Qualification_table th,.Qualification_table td{
	
	padding: 8px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	line-height: 1.5;

}
.Qualification_table a{
	color: red;text-decoration: underline;
}
.Qualification_table a:hover{
	color:#339966;
}

.Qualification_notes{
	width:20%;
}

.Qlfcn_span {
	color: #3eb135;margin: 10px 0 0;
}
.Qlfcn_small{
	font-size:12px;display:block;text-align: center;
}
.Qlfcn_span_red {
	color:rgb(204, 0, 0);display: block;padding-top: 8px;
	text-indent: -1em;padding-left: 1em;
}
.Qlfcn_bold {
	font-weight:bold;
}
.Qualification_words{
	line-height:1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #3eb135;
	padding:0 15px;
	width:854px;
	margin:20px auto;
}
.Qualification_words ol{
	padding-left:0;
}
.Qualification_words dt{
	font-weight:bold; color:rgb(204, 0, 0);
}
.Qualification_words dt{
	padding:10px;
}
.Qualification_words dd{
	margin-left:2em;
}

#Qualification__link4{
	margin-bottom:15px;
}

@media screen and (max-width: 1024px) {
	.Qualification h3{
		margin:0 85px;
	}
	.Qualification p{
		margin:20px 85px;}	
	.Qualification_words{
		margin:20px 85px;}	
}

/* ---------------------------フォークリフト荷役技能検定---------------------------- */
.Forklift_niyaku p{
	line-height:1.5;
	padding:0 20px;
}
.Forklift_niyaku p strong{
	color:red;
	text-indent:-16px;
	padding-left:16px; display:inline-block
}
.Forklift_niyaku ul{
	padding:0 20px;
	margin:0; list-style:none;
}
.Forklift_niyaku ul:after{
	display: block;
	clear: left;
	content: "";
}
.Forklift_niyaku li{
	float:left; width:50%; line-height:1.5;
}
.Forklift_niyaku li a{
	color: #3eb135;
}
.Forklift_niyaku li a:hover{
	color: #339966;
}

.Forklift_niyaku li a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}

.Forklift_niyaku section ul:after{
	display: block;
	clear: left;
	content: "";
}

.Forklift_niyaku h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
}

.Forklift_niyaku h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f0fe";
}



.Forklift_niyaku2{
	width:1024px;
	margin:0 auto;
	padding-bottom:80px;
}
.Forklift_niyaku2 section{
	padding-top:50px;
}
.Forklift_niyaku2 section h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0 85px;
}

.Forklift_niyaku2 section h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";
}

.Forklift_niyaku2 section:nth-of-type(1) p{
	margin-bottom:0; line-height:1.5;
	margin-left:85px;
	margin-right:85px;
	padding:0 20px;
}

.Forklift_niyaku2 section:nth-of-type(2) ol{
	margin-left:85px;
	margin-right:85px; counter-reset: li;
	margin-bottom:0;
}
.Forklift_niyaku2 section:nth-of-type(2) ol li{
	position:relative; list-style: none; line-height:1.5;
}
.Forklift_niyaku2 section:nth-of-type(2) ol li:nth-of-type(1){
	 padding-bottom:10px;
}
.Forklift_niyaku2 section:nth-of-type(2) ol li:before {
	
	counter-increment: li;
	content: "("counter(li)")";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: -1.8em;
	top: 1px;
	line-height: 1.3;
}

.Forklift_niyaku2 section:nth-of-type(2) ol li span{
	font-weight:bold;
}

.Forklift_niyaku2 section:nth-of-type(3) ol{
	margin-left:85px;
	margin-right:85px;
	margin-bottom:0; list-style:none;
	padding:0 20px;
}
.Forklift_niyaku2 section:nth-of-type(3) ol:after{
	display: block;
	clear: left;
	content: "";
}
.Forklift_niyaku2 section:nth-of-type(3) ol li{
	float:left; width:33.33%;
}

.Forklift_niyaku2 section:nth-of-type(4) p{
	margin-bottom:0; line-height:1.5;
	margin-left:85px;
	margin-right:85px;
	padding:0 20px;
}

.Forklift_niyaku2 section:nth-of-type(5) ol{
	margin-left:85px;
	margin-right:85px; counter-reset: li;
	margin-bottom:0;
}
.Forklift_niyaku2 section:nth-of-type(5) ol li{
	position:relative; list-style: none; line-height:1.5;
}
.Forklift_niyaku2 section:nth-of-type(5) ol li:nth-of-type(1){
	 padding-bottom:10px;
}
.Forklift_niyaku2 section:nth-of-type(5) ol li:before {
	
	counter-increment: li;
	content: "("counter(li)")";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: -1.8em;
	top: 1px;
	line-height: 1.3;
}

.Forklift_niyaku2 section:nth-of-type(5) ol li span{
	font-weight:bold;
}

.Forklift_niyaku2 section:nth-of-type(6) p{
	margin-bottom:0; line-height:1.5;
	margin-left:85px;
	margin-right:85px;
	padding:0 20px;
}

.Five5_ol{
	margin-left:85px;
	margin-right:85px; counter-reset: li;
	margin-bottom:0;
}
.Five5_li{
	position:relative; list-style: none; line-height:1.5;
}
.Five5_li:nth-of-type(1){
	padding-bottom:10px;
}
.Five5_li:nth-of-type(2){
	padding-bottom:10px;
}
.Five5_li:before {
	
	counter-increment: li;
	content: "("counter(li)")";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: -1.8em;
	top: 1px;
	line-height: 1.3;
}

.Five5_li span{
	font-weight:bold;
}
.Five5_li a:hover{
	color:#339966;
}
.Douga_a1{
	margin-right:30px;
	color: #3eb135;
	display:inline-block;
}

.Douga_a1.Douga_a1_1 {
	margin-right:92px;
}

.Douga_a1:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}
.Forklift_niyaku2 section:nth-of-type(7) ol li:nth-of-type(1) div{
	display:none;
}

#jsdt13{
	color:#3eb135; 
	font-weight:normal; 
	cursor:pointer;
} 
#jsdt13:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}

#jsdd13{
	margin-top:0;
}
#jsdd13:nth-of-type(1){
	margin-top:5px;
}
#jsdd13 dt{
	margin-left:20px; 
	font-weight:bold;
}
#jsdd13 dd a{
	color: #3eb135; 
	display:inline-block;
}
#jsdd13 dd a:hover{
	color:#339966;
}
#jsdd13 dd a:nth-of-type(1):before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}

.Six6_div{
	
	width: 854px;
	margin:0 auto 0;
	padding: 30px 85px 0;
	background-color: #e1efe2;

}
.Six6_div:nth-of-type(1){
	margin-top:15px;
	border-top: 1px solid #cccccc;
}
.Six6_div:nth-of-type(3){
	padding-bottom:30px;
	border-bottom: 1px solid #cccccc;
}
.Six6_div h4{
	margin:0 auto 5px;
	text-align:center; color: #3eb135; font-size:17px;
}
.Six6_div table{
	width:100%; 
/*
	border-collapse:separate; 
*/
	border-spacing: 1px 1px;

}

.Six6_div table th, .Six6_div table td{
	border:1px solid #cccccc;
	padding:10px; font-size:15px;
	background-color:#ffffff;
}
.Six6_div table td{
	line-height:1.5;
}
.Six6_div table td a{
	color: #3eb135; 
	display:inline-block;
}
.Six6_div table td a:hover{
	color:#339966;
}
.Six6_div table tbody tr:nth-of-type(1) th{
	padding-top:18px;
}

.Six6_p{
	margin-bottom:0;
	padding:0;
	text-indent:-10px; line-height:1.5;
}
.Six6_p span{
	font-weight:bold;
}

.Six6_div dl{
	margin:0;
}
.Six6_div dl dt{
	margin:0;
	padding: 10px;
	border:1px solid #999;
	background-color:#ffffff; font-weight:bold;
}
.Six6_div dl dd{
	margin:0 0 15px;
	padding: 10px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ffffff
}

.Six6_div dl dt i{
	padding-right:5px;
}
.Six6_div dl dd:nth-of-type(1){
	line-height:1.5;
}
.Six6_div dl dd:nth-of-type(3) p{
	margin-top:0; 
}
.Six6_div dl dd:nth-of-type(3) p:nth-of-type(1){
	line-height:1.5; color:red;
	padding-left:16px;
	text-indent:-16px;} 

.Six6_div dl dd:nth-of-type(3) ul{
	list-style:none;
	padding:0 0 0 15px;
	margin-top:0
}
.Six6_div dl dd:nth-of-type(3) ul li{
	line-height:1.5;
	padding-left:10px;
	text-indent:-10px;
}
.Six6_div dl dd:nth-of-type(3) ul li:nth-of-type(1){
	padding-bottom:10px;
}
.Six6_div dl dd:nth-of-type(3) ul li:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f105";

}

.Six6_div dl dd:nth-of-type(3) div{
	padding-left:25px;
	padding-bottom:20px; line-height:1.5;
}
.Six6_div dl dd:nth-of-type(3) div a{
	margin-right:20px;
color: #3eb135; display:inline-block;
}
.Six6_div dl dd:nth-of-type(3) div a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}
.Six6_div dl dd:nth-of-type(3) div a:hover{
	color:#339966;
}
.Six6_div dl dd:nth-of-type(3) ol{
	padding-left:30px;
	margin:0;
}
.Six6_div dl dd:nth-of-type(3) ol li{
	line-height:1.5;
	padding-bottom:5px;
}

.Six6_div dl dd:nth-of-type(4) p{
	margin:0;
}
.Six6_div dl dd:nth-of-type(4) p strong{
	color:red; line-height:1.5;
}

.Six6_div dl dd:nth-of-type(4) ul{
	padding-left:15px; list-style:none;
}
.Six6_div dl dd:nth-of-type(4) ul li{
	line-height:1.5;
}

.Six6_div dl dd:nth-of-type(5) p{
	margin:0; line-height:1.5;
}
.Six6_div dl dd:nth-of-type(5) ul{
	padding-left:15px; list-style:none;
	margin-bottom:0;
}
.Six6_div dl dd:nth-of-type(5) ul li{
	line-height:1.5;
	padding-left:21px;
	text-indent:-21px;
	padding-bottom:5px;
}

.Six6_div dl dd:nth-of-type(6){
	line-height:1.5;
}

.Six6_div dl dd:nth-of-type(7){
	line-height:1.5;
}
.Six6_div dl dd:nth-of-type(7) p {
	margin: 0;
}
/*
.Six6_div dl dd:nth-of-type(7) ul{
	padding:0 15px; list-style:none;
	margin:0;
}
.Six6_div dl dd:nth-of-type(7) ul:after{
	display: block;
	clear: left;
	content: "";
}
.Six6_div dl dd:nth-of-type(7) ul li{
	line-height:1.5;
	padding-bottom:5px; float:left; width:50%;
}
.Six6_div dl dd:nth-of-type(7) ul li:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f105";

}
*/
.Six6_div dl dd:nth-of-type(8){
	line-height:1.5;
}
.Six6_div dl dd:nth-of-type(8) p {
	margin: 0;
}
.Six6_div dl dd:nth-of-type(8) ul {
	list-style: none;
	padding-left: 20px;
}

.Six6_div dl dd:nth-of-type(9) ul{
	padding-left:15px; list-style:none;
	margin:0;
}
.Six6_div dl dd:nth-of-type(9) ul li{
	line-height:1.5;
	padding-bottom:5px;
}
.Six6_div dl dd:nth-of-type(9) ul li a{
	color:blue;
}
.Six6_div dl dd:nth-of-type(9) ul li a:hover{
	color:#339966;
}

/* ----------------------- */
/* 合格証の更新及び再交付 2020/12/08 Add */
/* ----------------------- */
/*
.Forklift_niyaku2 section:nth-of-type(8) ul:after{
	display: block;
	clear: left;
	content: "";
}
*/

/* ----------------------- */
/* お申込・問合せ先 2024/04/09 コメント化 */
/* ----------------------- */
/*
.Forklift_niyaku2 section:nth-of-type(9) div{
	margin-bottom:0; line-height:1.5;
	margin-left:85px;
	margin-right:85px;
	padding:0 20px;
}
.Forklift_niyaku2 section:nth-of-type(9) a{
	color: #3eb135; 
	display:inline-block;
}
.Forklift_niyaku2 section:nth-of-type(9) a:hover{
	color:#339966;
}
.Forklift_niyaku2 section:nth-of-type(9) ul{
	padding-left:15px; 
	list-style:none;
	margin-bottom:0;

}
.Forklift_niyaku2 section:nth-of-type(9) ul li{
	line-height:1.5;
	padding-left:21px;
	text-indent:-21px;
	padding-bottom:5px;
}
*/
/*
.Forklift_niyaku2 section:nth-of-type(9) ul li:before {
	position: absolute;
	left: -1.8em;
	top: 1px;
	line-height: 1.3;
}
*/

.Six6_div dl dd:nth-of-type(10) p {
	margin: 0;
}
.Six6_div dl dd:nth-of-type(10) ul {
	margin-top: 5px;
}

/* ----------------------- */
/* フォークリフト荷役技能検定 旧合格証から新合格証への更新切替え及び再交付 2025/04/17 Add */
/* ----------------------- */
body .Forklift_certificate.Forklift_certificate {
	margin-top: -70px;
}

body .Forklift_certificate.Forklift_certificate ul li {
	width: 100%;
	line-height: 1.5;
	padding: 0 0 5px 21px;
	text-indent: -21px;
}

body .Forklift_certificate a {
	color: #3eb135;
}
body .Forklift_certificate a:hover {
	color: #339966;
}

body .Forklift_certificate.Forklift_certificate dt {
	padding-left: 20px;
}

@media screen and (max-width: 590px) {
	body .Forklift_certificate.Forklift_certificate dd {
		margin-left: 10px;
	}
}

/* ----------------------- */
/* フォークリフト荷役技能検定 お申込・問合せ先 2021/04/02 Add */
/* ----------------------- */
body .Forklift_niyaku2 section .Six6_div.niyaku_contact {
	margin: 0;
	padding: 30px 85px 15px;
}

body .Forklift_niyaku2 section .Six6_div.niyaku_contact li {
	padding: 0 0 5px;
	text-indent: 0;
}

body .Forklift_niyaku2 .niyaku_contact li {
	padding: 0 0 10px;
	text-indent: 0;
}

@media screen and (max-width: 590px) {
	body .Forklift_niyaku2 section .Six6_div.niyaku_contact {
		width: 90%;
		margin: 0 auto;
		padding: 30px 5% 15px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
}

/* ----------------------- */
/* フォークリフト荷役技能検定1級受験案内 試験当日の持ち物等 2025/04/17 Add */
/* ----------------------- */
body .Forklift_niyaku2 .Six6_div .Forklift_bring ul {
	margin: 0 0 10px;
	padding-left: 60px;
}


/* ----------------------- */
/* 試験結果 2018/10/22 Add */
/* ----------------------- */
.div_kekka{
	
	width: 854px;
margin:0 auto 0;
	padding: 30px 85px 0;
	background-color: #e1efe2;

}
.div_kekka:nth-of-type(1){
	margin-top:15px;
	border-top: 1px solid #cccccc;
}
.div_kekka:nth-of-type(4){
	padding-bottom:30px;
	border-bottom: 1px solid #cccccc;
}
.div_kekka:last-child{
	padding-bottom:15px;
}
.div_kekka h4{
	margin:0 auto 5px;
	text-align:center; color: #3eb135; font-size:17px;
}
.div_kekka table{
	width:100%;
	border-collapse:separate;
	border-spacing: 1px 1px;
}

.div_kekka table th, .div_kekka table td{
	border:1px solid #cccccc;
	padding:10px; font-size:15px;
	background-color:#ffffff;
}
.div_kekka table td{
	line-height:1.5;
}
.div_kekka table td a{
	color: #3eb135; display:inline-block;
}
.div_kekka table td a:hover{
	color:#339966;
}
.div_kekka table tbody tr:nth-of-type(1) th{
	padding-top:18px;
}

.Six6_p{
	margin-bottom:0;
	padding:0;
	text-indent:-10px; line-height:1.5;
}
.Six6_p span{
	font-weight:bold;
}

.div_kekka dl{
	margin:0;
}
.div_kekka dl dt{
	margin:0;
	padding: 10px;
	border:1px solid #999;
	background-color:#ffffff; font-weight:bold;
}
.div_kekka dl dd{
	margin:0 0 15px;
	padding: 10px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ffffff
}

.div_kekka dl dt i{
	padding-right:5px;
}
.div_kekka dl dd{
	line-height:1.5;
}

.div_kekka dl dd:nth-of-type(3) ul li{
	line-height:1.5;
}
.div_kekka dl dd:nth-of-type(3) a{
	color: #3eb135
}
.div_kekka dl dd:nth-of-type(3) a:before {
	color: #3eb135;
}
.div_kekka dl dd:nth-of-type(3) a:hover{
	color:#339966;
}

.div_kekka dl dd:nth-of-type(4) ul{
	padding-left:15px; list-style:none;
	margin:0;
}
.div_kekka dl dd:nth-of-type(4) ul li{
	line-height:1.5;
	padding-bottom:5px;
}
.div_kekka dl dd:nth-of-type(4) ul li a{
	color:blue;
}
.div_kekka dl dd:nth-of-type(4) ul li a:hover{
	color:#339966;
}
.Zyukensya_Gaiyou tr th,.Zyukensya_Gaiyou tr td{
	width: 25%;
	text-align: center;
    vertical-align: middle;
}
.Goukakusya_Zyuken_Number tr td{
	text-align: right;
}

/*-----------リスクアセスメントページ----------------------*/

.main-body{
	width: 914px;
	margin: 0 auto;
	padding-bottom: 80px; 

}
.main-body p, .main-body li{
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;

}
.main-body ul{
	padding-left: 0;
	list-style-type: none;

}
.main-body .T_ol0{
	
padding-left:0;
list-style:none;

}
.main-body .T_ol00{
	
padding-left:20px;

}

.icon-arrow:hover{
	color:#339966; cursor:pointer;
}

.icon-arrow::before{
	  /*矢印アイコン*/
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f0a9";

}

li .icon-arrow::before{
	padding-right: 0px;

}

.icon-plus::before{
	 /*+アイコン*/
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f067";

}
.icon-corners::before{
	 /*四角アイコン*/
	font-family: FontAwesome;
	padding-right: 8px;
	content: "\f0c8";

}

/*文字色*/
.yellow-green{
	color: #3eb135;

}
.eme-green{
	color: #3eb135;
}

.green{
	color: #339966;

}

/*タイトル*/
.sub-title{
	border-left: 8px solid #3eb135;
	border-bottom: 1px solid #3eb135;
	padding-left: 10px;

}
.content-title{
	border-bottom: 1px solid #3eb135;

}

/*box*/

.secondary-box{
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 896px;
/*
	padding: 20px 21px 0px;
*/
	padding: 5px 21px 0px;
	margin:0 auto;

}

.contents-box{
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;

}

/*リスクスメントページ*/
.main-body h4{
	margin-top: 0;
	margin-bottom: 0;

}
.marT-5{
	margin-top: 5px;}/*ol,ulのtop微調整*/
.marL-16{
	margin-left: 16px;}/*第一項目p微調整*/

.icon-arrow2{
	margin-left:15px;
}
.icon-arrow4{
	margin-left:80px;
}

/*参考事例box*/
.ref-box{
	border: 3px solid #3eb135;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;

}
.ref-box .green{
	color: #3eb135;
}

.ref-box a:hover{
	color:#339966; cursor:pointer;
}
/*参考事例boxここまで*/

@media screen and (max-width: 1024px) {
	.main-body {
		margin: 0 55px;
	}
}


/*-------------------厚生労働省関係のトピックスページ---------------------*/

.Topi_table{
	width:914px;
	margin:20px auto 80px;
	padding:30px 55px;
	background-color: #e1efe2;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.Topi_table li:nth-of-type(1){
	display:none;
}

.Topi_table table{
	width:100%;
	border-collapse: sepatate;
border-spacing: 1px 1px;
}

.Topi_table table th, .Topi_table table td{
	border:1px solid #cccccc;
	padding:10px;
	background-color:#ffffff; line-height:1.5;
}
.Topi_table table th:nth-of-type(1){
	width:105px;
}
.Topi_table table th:nth-of-type(2){
	width:150px;
}

.Topi_table table td:nth-of-type(1){
	font-weight:bold;
}

.Topi_table table a{
	color: #3eb135;
	text-decoration:underline;
}
.Topi_table table a:hover{
	color:#339966;
}

/*-------------------事故の型分類の解説ページ---------------------*/
.Ziko_kaisetsu_p{
	line-height:1.5;
	padding:0 20px;
	margin-bottom:0;
}

.Ziko_kaisetsu{
	margin:0 auto; width:854px;
	padding:0 85px 80px;
}
.Ziko_kaisetsu section{
	padding-top:50px;
}
.Ziko_kaisetsu section h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Ziko_kaisetsu section h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Ziko_kaisetsu section:nth-of-type(1) p{
	padding:0 20px; line-height:1.5;
}
.Ziko_kaisetsu section:nth-of-type(1) ol{
	margin:0; line-height:1.5;
}
.Ziko_kaisetsu_li:nth-of-type(1){
	padding-bottom:10px;
}
.Ziko_kaisetsu_li:nth-of-type(2){
	padding-bottom:10px;
}

.Ziko_kaisetsu section:nth-of-type(1) ol li ol{
	padding:0; list-style:none;
}

.Ziko_kaisetsu section:nth-of-type(2) p{
	padding:0 20px; line-height:1.5;
}
.Ziko_kaisetsu section:nth-of-type(2) ul{
	margin:0;
}
.Ziko_kaisetsu section:nth-of-type(2) ul li{
	line-height:1.5;
}

.Ziko_kaisetsu_box1{
	padding-top:50px;
}
.Ziko_kaisetsu_box1 p{
	margin:0; line-height:1.5;
}
.right_rightk{
	text-align:right;
}
.right_rightk a{
	color: #3eb135;
}
.right_rightk a:hover{
	color:#339966;
}

.Ziko_kaisetsu_box1 dl dd{
	display:none;
	padding:10px; line-height:1.5;
	margin:0;
}

.Ziko_kaisetsu_box1 dl dt{
	padding: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	background-color: #e1efe2;
	text-shadow: 1px 1px 1px #cccccc;
	position: relative;
	line-height: 1.5;
	margin-top: 5px;
	cursor: pointer;
	text-align:center;

}
.Ziko_kaisetsu_box1 dl dt:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f067";

}

body .Ziko_kaisetsu_box1 section:nth-of-type(1){
	padding-top:30px;
}
.Ziko_kaisetsu_box1 section h4{
	margin-bottom:0;
}
.Ziko_kaisetsu_box1 section dl{
	margin:0;
}
body .Ziko_kaisetsu_box1 .right_rightk2{
	margin-top:20px;
}


/* ----- 労働災害統計用語の基礎知識------- */
.Kisotishiki h3{
	width:854px;
	margin:0 auto; color: #3eb135;
	border-bottom:1px solid #3eb135;
}
.Kisotishiki h3 i{
	padding-right:10px;
}
.Kisotishiki section{
	padding: 40px 0 40px;width: 1024px;margin: 0 auto;
}
.Kisotishiki p {
	padding:0 18px; line-height:1.5;
}
.Kisotishiki p a{
	color: #3eb135;
}
.Kisotishiki p a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 2px;
	content: "\f138";
	color: #3eb135;
}
.Kisotishiki_box{
	width:854px;margin:0 auto;
}
.Kisotishiki_box ol li{
	padding:10px 0;
}
.Kisotishiki_box img{
	padding:10px;
}
.Kisotishiki_table{
	border:solid 1px #000;border-collapse:collapse;margin:10px auto;
}
.Kisotishiki_table th,.Kisotishiki_table td{
	padding:8px;border:solid 1px #000;text-align:center;
}
.Kisotishiki_tr_em{
	color:#fff;background-color:#339966;
}
.Kisotishiki_tr{
	background-color:#e1efe2;
}
p.Kiso_caption{
	padding:0;margin:0;text-align: center;
}
.Kisotishiki_h4{
	padding:0;margin:0;
}
.Kisotishiki_img{
	width:537px;margin:0 auto;
}


/*労働災害統計用語の基礎知識　スマホ*/
@media screen and (max-width: 590px) {
	.Kisotishiki section{
		width:90%;
	}
	.Kisotishiki h3{
		width:100%;
	}
	.Kisotishiki p {
		padding:0;
	}
	.Kisotishiki_box{
		width:90%;
	}
		.Kisotishiki_img{
		width:100%;
	}
	.Kisotishiki_img img{
		width:100%;
	}
	.Kisotishiki_table{
		width:825px;margin:0;
	}
	.Kisotishiki .sp_scrollTable{
		overflow: auto;
		border:solid 1px #BCBCBC;
	}
	.Kisotishiki .sp_scrollTable::-webkit-scrollbar{
		height:10px;
	}
	.Kisotishiki .sp_scrollTable::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.Kisotishiki .sp_scrollTable::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}

/* ---------------------------お問い合わせ---------------------------- */

.oder__Corporate {
	width: 1024px;background: #e1efe2;margin: 50px auto 80px;padding-bottom: 35px;
}
.oder__Corporate .wpcf7 table {
	margin: 0 auto;background: #e1efe2;width:854px;margin-bottom: 35px;
}
.oder__Corporate .wpcf7 td:nth-of-type(odd){
	padding: 15px 0;width: 20%;
}
.oder__Corporate .wpcf7 td:nth-of-type(even){
	padding: 15px 0;width: 80%;
}
.oder__Corporate  .wpcf7 tr td{
	border-bottom: 2px solid #a0cf87;line-height:2;
}
			  
.oder__Corporate  .wpcf7 .marker{
	background:#727272;color:#fff;width:50px;padding: 0 5px;
}

.oder__Corporate  .wpcf7 .etc{
	padding: 10px 0;line-height: 1.8;
}
.oder__Corporate  .wpcf7 .no__border{
	border: 0;
}

.oder__Corporate  .wpcf7 .anno{
	font-size:14px;line-height: 1.5;margin-left: 5px;
}
/*.oder__Corporate  .wpcf7 .title {
	margin: 0 5%;width:221px;}*/


.oder__Corporate  .wpcf7 .oder__box{
	margin:0 auto ;background: #fff;border: 1px solid #cccccc;width: 854px;padding:25px 0 0;text-align: center;
}

.oder__Corporate  .wpcf7 .oder__box div{
	margin: 35px;text-align: center;padding-left: 35px;
}


.odercorporate_box{
	width:1024px;
	margin:0 auto;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:20px 55px 0px;
}
	  
	  .odercorporate_box h2{
	margin:0;
	border-left:8px solid #3eb135;
	border-bottom:1px solid #3eb135;
	  color:#3eb135;
	padding-left:10px;
}
  
	  .odercorporate_box ul li a{
	display:block;
	text-align:center;
	background-color:#3eb135;
	  height:115px;
	padding-top:15px;
	position:relative;
	  background-image: url("img/sankaku.png");
	  background-size:20px 20px;
	  background-repeat: no-repeat;
	  background-position: bottom right;
}
	  .odercorporate_box ul li a span{
	display:block;
	position:absolute;
	bottom:5px; color:#ffffff;
	text-align:center; width:100%;
}
	  
	  .odercorporate_box p a:hover span{
	color:#339966
}




/* ---------------------------交通労働災害防止対策---------------------------- */
.Koutsuboushi2{
	padding-top:50px;
}
.Koutsuboushi2__box1{
	margin:0 auto; width:854px;
	padding:0 85px;
}
.Koutsuboushi2__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Koutsuboushi2__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Koutsuboushi2__box1 h4{
	margin: 0;
}

.Koutsuboushi2__box1 ul {
	 list-style: none;line-height: 1.5;padding-left:20px;margin-bottom: 0px;
}


.Koutsuboushi2__box2{
	margin:0 auto; width:854px;
	padding:0 85px;padding-top: 50px;
}
.Koutsuboushi2__box2 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Koutsuboushi2__box2 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}
.Koutsuboushi2__box2 ul{
	 list-style: none;line-height: 1.5;padding-left:20px;margin-bottom: 0px;
}
.Koutsuboushi2__box2 ul li{
	padding-bottom: 5px;
}
.Koutsuboushi2__box2 ul li:nth-of-type(3){
	padding-bottom: 0;
}
.Koutsuboushi2__box2 ul li:nth-of-type(3) p{
	margin-bottom: 0;
}
.Koutsuboushi2__box2 h4{
	margin: 0;
}

.Koutsuboushi2__box2 p{
	font-size: 14px;padding: 0 25px;margin-top: 10px;line-height: 1.5;
}


.Koutsuboushi4{
	padding:50px 85px 0px;
	margin:0 auto; width:854px;
}
.Koutsuboushi4 h3{
	color: #3eb135;
	border-bottom: 2px solid #3eb135;
	margin:0;
}
.Koutsuboushi4 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Koutsuboushi4 h4{
	color: #3eb135;
	margin:25px 0 5px;
}

.Koutsuboushi4 ul{
	padding:0; list-style:none;
	margin:0;
}
.Koutsuboushi4 ul:after{
	display: block;
	clear: left;
	content: "";

}
.Koutsuboushi4 li{
	
	padding: 8px 3%;

}
.Koutsuboushi4 li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}
.Koutsuboushi4 li a:hover{
	color:#339966;
}

.Koutsuboushi4 li:nth-child(odd) {
	
	background-color: #e1efe2;

}
.Koutsuboushi4 li:nth-child(even) {
	
	background-color: #fff;

}
.Koutsuboushi4 li a span{
	width:135px; display:inline-block;
}

.Koutsuboushi3{
	padding:50px 0;
} 
.Koutsuboushi3__box1{
	margin:0 auto;
	padding:15px 25px 0;
	border: 2px solid #3eb135; 
	width:804px;
}
.Koutsuboushi3__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Koutsuboushi3__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Koutsuboushi3__box1 p{
	padding: 0 25px;line-height: 1.5;
}

.Koutsuboushi5{
	padding:50px 0;;background-color: #e1efe2;width:1024px;margin: 0 auto 80px; } 
.Koutsuboushi5__box1{
	margin:0 auto;
	padding:15px 25px 0;border: 1px solid #3eb135; width:804px;
}

.Koutsuboushi5 h4{
	margin: 0;
}

.Koutsuboushi5__box1 p{
	margin-top: 0;line-height: 1.5;
}

.Koutsuboushi5__box1{
	background-color:#fff;text-align: left;border: 1px solid #dce1e4;
}
.Koutsuboushi5__box1 ul{
	list-style:none;line-height: 1.5;
}
.Koutsuboushi5__box1 li:nth-of-type(odd){
	float: left;width: 50%;
}
.Koutsuboushi5__box1 a{
	margin:0;color: #3eb135;
}
.Koutsuboushi5__box1 a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;

}
.Koutsuboushi5 li a:hover{
	color:#339966;
}
.Koutsuboushi5__box1 p{
	padding: 0 25px;
}

@media screen and (max-width: 1024px) {
		.Koutsuboushi3__box1 {
		  margin:0 83px 0 83px;
	}
}

/* ---------------------------荷役労働災害防止対策---------------------------- */
.Niyakuboushi_head {
	margin:0 auto;
	width:854px;
	padding:0 85px;
	padding-top: 20px;
}

.Niyakuboushi_head a {
	margin:0;
	color: #3eb135;
}
.Niyakuboushi_head a:hover {
	color:#339966
}

.Niyakuboushi_head ul {
	 list-style: none;
	 line-height: 1.5;
	 padding-left:20px;
	 margin-bottom: 0px;
}
.Niyakuboushi_head ul li {
	padding-bottom: 5px;
}
.Niyakuboushi_head > ul > li:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;

}
.Niyakuboushi_head > ul > li:nth-of-type(1),
.Niyakuboushi_head > ul > li:nth-of-type(2),
.Niyakuboushi_head > ul > li:nth-of-type(7),
.Niyakuboushi_head > ul > li:nth-of-type(8) {
	display: inline-block;
}
.Niyakuboushi_head > ul > li:nth-of-type(2) {
	margin-left: 60px;
}
.Niyakuboushi_head > ul > li:nth-of-type(8) {
	margin-left: 21px;
}

@media screen and (max-width: 590px) {
	.Niyakuboushi_head {
		width: 90%;
		padding: 0;
		margin-top: 16px;
	}
	.Niyakuboushi_head > ul > li:nth-of-type(1),
	.Niyakuboushi_head > ul > li:nth-of-type(2),
	.Niyakuboushi_head > ul > li:nth-of-type(7),
	.Niyakuboushi_head > ul > li:nth-of-type(8) {
		display: list-item;
		margin-left: 0;
	}
}

.Niyakuboushi0{
	padding-top:20px;
	padding-bottom:	40px;
}
.Niyakuboushi0__box1{
	margin:0 auto; width:854px;
	padding:0 85px;
}
.Niyakuboushi0__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Niyakuboushi0__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}
.Niyakuboushi0__box1 p {
	padding:0 20px;line-height: 1.5;
}
.Niyakuboushi0__box1 a {
	margin: 0;
	color: #3eb135;
}
.Niyakuboushi0__box1 a:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	color: #3eb135;
}
.Niyakuboushi0__box1 .no-icon:before {
	content: none;
}
.Niyakuboushi0__box2 {
	margin:0 auto; width:854px;
	padding:0 85px;
}
.Niyakuboushi0__box2 table {
	width: 100%;
	border-spacing: 1px 1px;
}
.Niyakuboushi0__box2 table th, .Niyakuboushi0__box2 table td {
	border: 1px solid #cccccc;
	padding: 10px;
	font-size: 15px;
	background-color: #ffffff;
}
.Niyakuboushi0__box2 table td {
	line-height: 1.5;
	white-space:nowrap;
}
.Niyakuboushi0__box2 a {
	margin: 0;
	color: #3eb135;
	text-decoration:underline;
}
.Niyakuboushi0__box2 a:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	color: #3eb135;
}
.Niyakuboushi0__box3 {
	margin:5px auto; width:854px;
	padding:15px 10px 0 0;
	line-height: 1.5;
	/*border: 1px solid #cccccc;*/
}
.Niyakuboushi0__box3 table {
	background-color: #fff;
}
.Niyakuboushi0__box3 table tr th,
.Niyakuboushi0__box3 table tr td {
	padding: 5px;
	border: 1px solid;
}

.Niyakuboushi0__box4 {
	margin:0 auto; width:854px;
	padding:0 85px;
	line-height: 1.5;
}
.Niyakuboushi0__box4 a {
	margin: 0;
	color: #3eb135;
	text-decoration:underline;
}
.Niyakuboushi0__box4 ul {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	border: 1px solid #cccccc;
}
.Niyakuboushi0__box4 ul li {
	color: #ff0000;
}
@media screen and (max-width: 590px) {
	.Niyakuboushi0__box1,
	.Niyakuboushi0__box2,
	.Niyakuboushi0__box4 {
		width: 90%;
		padding: 0;
	}
	.Niyakuboushi0__box3 {
		width: 90%;
	}
}
/*
.Niyakuboushi1{
	padding-top:50px;
}
*/
.Niyakuboushi1{
	padding-top:20px;
}
.Niyakuboushi1__box1{
	margin:0 auto; width:854px;
	padding:0 85px;
}
.Niyakuboushi1__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Niyakuboushi1__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}
.Niyakuboushi1__box1 p{
	padding:0 20px;line-height: 1.5;
}
.Niyakuboushi1__box2{
	margin:50px auto 0; width:912px;
	border: 1px solid #3eb135;
}
.Niyakuboushi1__box2 h4{
	margin: 0;
	padding: 10px 15px;
	background-color: #3eb135;
	font-size: 18px;
	color: #ffffff;
}
.Niyakuboushi1__box2 h4 i{
	padding-right:10px;
}
.Niyakuboushi1__box2 ul{
	padding:20px 0px; list-style:none;
	margin:0;
}
.Niyakuboushi1__box2 ul:after{
	display: block;
	clear: left;
	content: "";
}
.Niyakuboushi1__box2 ul li{
	width:22%;
	margin-right:4%; float:left; height:87px;
}
.Niyakuboushi1__box2 ul li:nth-of-type(4){
	margin-right:0%;
}

.Niyakuboushi1__box2 ul li a{
	display:block; color:#666666;
}
.Niyakuboushi1__box2 ul li a:after{
	display: block;
	clear: left;
	content: "";
}

.Niyakuboushi1__box2 ul li a img{
	float:left; width:33%; display:block; vertical-align:bottom
}
.Niyakuboushi1__box2 ul li a p{
	float:left;
	margin:0; width:64%;
	padding-left:3%; font-size:14px;
line-height:1.3;
}

.Niyakuboushi1__box2 ul li a:hover p{
	color:#339966
}

.Niyakuboushi1__box2 .bx-wrapper{
	position:relative;
	padding:0 40px;
	border:1px solid #cccccc;
}
.Niyakuboushi1__box2 .bx-viewport{
	z-index:3
}
.Niyakuboushi1__box2 .bx-controls{
	position:absolute;
	top: 50%; left: 50%; -webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%); width:100%; z-index:2
}

.Niyakuboushi1__box2 .bx-controls-direction{
	width:100%;
	padding:0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
z-index:2
}
.Niyakuboushi1__box2 .bx-controls-direction:after{
	display: block;
	clear: both;
	content: "";
}
.Niyakuboushi1__box2 .bx-prev{
	float:left; 
	display:inline-block; 
	width:19px; 
	height:105px;
	background-color: #3eb135;
	text-align:center;
	border:1px solid #cccccc;
	border-radius:10px;
}
.Niyakuboushi1__box2 .bx-next{
	float:right; 
	display:inline-block; 
	width:19px; 
	height:105px;
	background-color: #3eb135;
	text-align:center;
	border:1px solid #cccccc;
	border-radius:10px;
}

.Niyakuboushi1__box2 .bx-prev i{
	color:#ffffff; font-size:22px; line-height:4.5
}
.Niyakuboushi1__box2 .bx-next i{
	color:#ffffff; font-size:22px; line-height:4.5
}

.Niyakuboushi1__box2_p{
	margin:10px auto 0; width:814px;
	padding:0 105px
}
.Niyakuboushi1__box2_p a{
	color: #3eb135;
	text-decoration:underline;
}
.Niyakuboushi1__box2_p a:hover{
	color:#339966;
}

@media screen and (max-width: 1024px) {
	.Niyakuboushi1__box2{
		margin:50px 55px 0; width:912px;
	}
}


.Niyakuboushi2{
	padding-top:0;
}
.Niyakuboushi2__box1{
	margin:0 auto; width:854px;
	padding:0 85px;padding-top: 20px;
}
.Niyakuboushi2__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Niyakuboushi2__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Niyakuboushi2__box1 a{
	margin:0;color: #3eb135;
}
.Niyakuboushi2__box1 a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;

}

.Niyakuboushi2__box1 p{
	padding:0 30px;
}

.Niyakuboushi2__box1 ul{
	 list-style: none;line-height: 1.5;padding-left:20px;margin-bottom: 0px;
}
.Niyakuboushi2__box1 ul li{
	padding-bottom: 5px;
}
.Niyakuboushi2__box1 ul li:nth-of-type(3){
	padding-bottom: 0;
}
.Niyakuboushi2__box1 ul li:nth-of-type(3) p{
	margin-bottom: 0;
}
.Niyakuboushi2__box1 h4{
	margin: 0;
}

/* ----------------- */
.Niyakuboushi3{
	padding: 0;
} 

.Niyakuboushi3 p {
	padding: 0 25px;
	line-height: 1.5;
}

.Niyakuboushi3 a{
	margin:0;color: #3eb135;
}
.Niyakuboushi3 a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f0a9";
	color: #3eb135;

}

.Niyakuboushi3 li a:hover{
	color:#339966;
}

.Niyakuboushi3 .flex {
	display: flex;
}

.Niyakuboushi3 .indent {
	margin-left: 25px;
}
.Niyakuboushi3 .indent2 {
	margin-left: 50px;
}

.Niyakuboushi3__box1,
.Niyakuboushi3__box2,
.Niyakuboushi3__box3,
.Niyakuboushi3__box4 {
	margin:0 auto; width:854px;
	padding:0 85px;padding-top: 20px;
}

.Niyakuboushi3__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Niyakuboushi3__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Niyakuboushi3__box1 .waku {
	border: 1px solid #cccccc;
}

.Niyakuboushi3__box1 .waku a:before {
	content: none;
}

.Niyakuboushi3__box2 .item {
	margin-top: 20px;
	margin-bottom: 0;
}

.Niyakuboushi3__box2 ul,
.Niyakuboushi3__box4 ul {
	padding: 0;
	margin-top: 5px;
	margin-left: 70px;
}
.Niyakuboushi3__box2 ul li,
.Niyakuboushi3__box3 ul li,
.Niyakuboushi3__box4 ul li {
	line-height: 1.5;
	padding-right: 25px;
	margin-bottom: 5px;
}

.Niyakuboushi3__box2 ul.list_none {
	list-style: none;
	margin-left: 50px;
}

.Niyakuboushi3__box2 a:before,
.Niyakuboushi3__box3 a:before {
	content: none;
}

.Niyakuboushi3__box2 table,
.Niyakuboushi3__box4 table {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
}

.Niyakuboushi3__box2 table tr th,
.Niyakuboushi3__box2 table tr td {
	padding: 5px;
	text-align: center;
	border: 1px solid;
}

.Niyakuboushi3__box3 ul {
	padding: 0;
	margin-top: 5px;
	margin-left: 105px;
}

.Niyakuboushi3__box4 table tr th,
.Niyakuboushi3__box4 table tr td {
	padding: 5px;
	border: 1px solid;
}

.Niyakuboushi3__box4 .prefecture table {
	margin: 0 5px;
}

.Niyakuboushi3__box4 .prefecture table tr td:nth-child(1) {
	text-align: center;
}

.Niyakuboushi3__box4 .prefecture table tr th:nth-child(1),
.Niyakuboushi3__box4 .prefecture table tr td:nth-child(1) {
	width: 20%;
}

.Niyakuboushi3__box4 .prefecture table tr th:nth-child(2),
.Niyakuboushi3__box4 .prefecture table tr td:nth-child(2) {
	width: 80%;
}

.Niyakuboushi3__box4 .prefecture table a:before {
	content: none;
}

/* ----------------------- */

.Niyakuboushi4{
	padding:0 0;} 
.Niyakuboushi4__box1{
	margin:0 auto; width:854px;
	padding:0 85px;padding-top: 20px;
}
.Niyakuboushi4__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Niyakuboushi4__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Niyakuboushi4__box1 ul{
	padding: 0;margin-left: 20px;
}
.Niyakuboushi4__box1 ul li {
	list-style: none;line-height: 1.5;padding-left: 0;margin-bottom: 10px;
}
/*
.Niyakuboushi4__box1 ol{
	padding: 0;margin-left: 20px;font-weight:bold;
}
.Niyakuboushi4__box1 ol li {
	line-height: 1.5;padding-left: 0;margin-bottom: 10px;
}
*/
.Niyakuboushi4__box1 ol{
	padding: 0;margin-left: 20px;
}
.Niyakuboushi4__box1 ol li {
	line-height: 1.5;padding-left: 0;margin-bottom: 10px;
}

.Niyakuboushi4__box1 a{
	margin:0;color: #3eb135;
}
.Niyakuboushi4__box1 a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f0a9";
	color: #3eb135;

}
.Niyakuboushi4 li a:hover{
	color:#339966;
}
.Niyakuboushi4__box1 p{
	padding: 0 25px;margin-top: 10px;line-height: 1.5;
}

.Niyakuboushi5{
	padding:0 0 0px;} 
.Niyakuboushi5__box1{
	margin:0 auto; width:854px;
	padding:0 85px;padding-top: 20px;
}
.Niyakuboushi5__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Niyakuboushi5__box1 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Niyakuboushi5__box1 ul{
	line-height: 1.7;
}
.Niyakuboushi5__box1 .jslist1{
	list-style: none;color: #3eb135;
}
.Niyakuboushi5__box1 .jslist1:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f0a9";
	color: #3eb135;
	padding-right: 10px;

}

.Niyakuboushi5__box1 .jslist2:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f0a9";
	color: #3eb135;
	padding-right: 10px;

}

.Niyakuboushi5__box1 .jslist1:hover{
	color:#339966;
}
.Niyakuboushi5__box1 .jslist2:hover{
	color:#339966;
}


.Niyakuboushi5__box1 .jslist1 li{
	list-style: none;
}

.Niyakuboushi5__box1 .jslist2{
	list-style: none;color: #3eb135;
}
.Niyakuboushi5__box1 .jslist2 li{
	list-style: none;
}
.Niyakuboushi5__box1 ul ul {
	display: none;
}

.Niyakuboushi5__box1 #jsdt14 {
	cursor: pointer;
}

.Niyakuboushi5__box1 #jsdd14 li{
	padding: 8px 3%;
}
.Niyakuboushi5__box1 #jsdd15 li{
	padding: 8px 3%;
}



.Niyakuboushi5__box1 #jsdd15 li:nth-child(odd) {
	
	background-color: #e1efe2;

}
.Niyakuboushi5__box1 #jsdd15 li:nth-child(even) {
	
	background-color: #fff;

}

.Niyakuboushi5__box1 #jsdd14 li:nth-child(odd) {
	
	background-color: #e1efe2;

}
.Niyakuboushi5__box1 #jsdd14 li:nth-child(even) {
	
	background-color: #fff;

}

.Niyakuboushi5__box1 a{
	margin:0;
}
.Niyakuboushi5__box1 a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f138";
	color: #3eb135;
}

.Niyakuboushi5 li a:hover{
	color:#339966;
}

.Niyakuboushi5__box1 p{
	padding: 0 25px;margin-top: 10px;line-height: 1.5;
}

.Niyakuboushi6{
	padding:0px 85px 0px;
	margin:50px auto 80px; width:854px;
}
.Niyakuboushi6 h3{
	color: #3eb135;
	border-bottom: 2px solid #3eb135;
	margin:0;
}
.Niyakuboushi6 h3:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	content: "\f067";

}

.Niyakuboushi6 h4{
	color: #3eb135;
	margin:25px 0 5px;
}

.Niyakuboushi6 ul{
	padding:0; list-style:none;
	margin:0;
}
.Niyakuboushi6 ul:after{
	display: block;
	clear: left;
	content: "";

}
.Niyakuboushi6 li {
	
	padding: 8px 30px;
	text-indent: -19px;
	line-height:1.5; 

}
.Niyakuboushi6 li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f138";
	color: #3eb135;
}
.Niyakuboushi6 li a:hover{
	color:#339966;
}

.Niyakuboushi6 li:nth-child(odd) {
	
	background-color: #e1efe2;

}
.Niyakuboushi6 li:nth-child(even) {
	
	background-color: #fff;

}
.Niyakuboushi6 li a span{
	width:135px; display:inline-block;
}

@media screen and (max-width: 590px) {
	.Niyakuboushi3 .indent,
	.Niyakuboushi3 .indent2 {
		margin-left: 0;
	}

	.Niyakuboushi3__box3 ul {
		margin-left: 70px;
	}
}

/*--荷役労働災害--*/

.main-body2{
	width: 914px;
	margin: 0 auto;
	line-height: 1.5;
	padding:0 55px;

}
.contents-box p{
	line-height: 1.5;

}


/*文字*/
.main-body2 h4{
	margin-bottom: 0;
	

}
/*.main-body2 p{
	margin-top: 5px;
}*/

.contents-box2 h4{
	margin-bottom: 0;

}
body .contents-box2 p{
	margin-top: 5px;
	line-height: 1.7;

}
.mini-h{
	line-height: 1.5;}/*.contents-box2 pの微調整*/
.mini-p{
	font-size: 15px;
}
/*微調整*/
.padL-0{
	padding-left: 0;
}
.marT-30{
	margin-top: 30px;
}
.marT-0{
	margin-top: 0;
}
.padR-20 li{
	padding-right: 20px;
}

.side-side li{
	display: inline-block;}/*listを横並びに*/

/**/
.arrow-green::before{
	/*矢印アイコン緑*/
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f0a9";
	color: #339966;

}

/*ボックス*/
.wrap-box2{
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 854px;
	margin: 0 auto;
	padding: 0 5px;
	border: 1px solid #3eb135;
	background-color: #ffffff;

}


.contents-box2{
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	

}

.backG-box{
	width: 1024px;
	margin: 0 auto;
	background-color: #e1efe2;
	padding: 25px 0 ;

}

.backG-box p{
	line-height: 1.5;

}

.backG-white{
	background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.main-body2{
		width: 914px;
		margin: 0 auto;
	}
}

/*-------------------top　スマホ--------------------*/
.Top__box1__box1_s{
	display:none;
}
/*top　スマホ*/
@media screen and (max-width: 590px) {
	body .Top__box1{
		width:100%;
	}
	body .Top__box1__box1{
		float:none; width:100%; display:none;
	}
	body .Top__box1__box1_s{
		display:block;
	}
	body .Top__box1__box1_s img{
		width:100%;
	}
	body .Top__box1 .bx-wrapper{
		height:0;
	}
	body .Top__box1__box2{
		position:static; width:100%;
		background-color: #e8f2e2; height:auto;
	}
	body .Top__box1__box2 p{
		padding:10px 0;
		text-align: center; font-size:18px;
	}
	body .Top__box1__box3{
		position:static;
		display: block;
/*
		width: 262px;
		margin: 50px auto 50px;
*/
		width: 300px;
		margin: 50px auto 50px;
	}
	body .Top__box1__box3 li{
		float:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 30px 0 0;
		border: none;
	}
	body .Top__box1__box3 li:nth-of-type(1){
		margin:0;
	}
	body .Top__box1__box3 li a{
		width: 270px;
		border:solid 1px #999;
	}
	body .Top__box1__box3 li a span{
		width: 238px;
	}
	body .Top__box1__box2 .divs0{
		background-color: #ebf4e3;
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10001;
		text-align:center;
	}
	body .TOP__nsbox {
		width: 90%;
		padding: 50px 0;
	}
	body .TOP__nsbox__left {
		float: none;
		margin:0 auto; width:390px;
	}
	body .TOP__nsbox__left section{
		height:auto;
	}
	body .TOP__nsbox__left section p a {
		display: block;
	}
	body .TOP__nsbox__left section p a:first-child {
		padding-bottom: 10px;
	}
	body .fs_box {
		margin-top: 40px;
		margin-bottom: 50px;
		margin-left:auto;
	}
	body .Search__box {
		margin-top: 41px;
		margin-left:auto;
	}
	body .Search__box_top {
		margin-top: 10px;
	}
		
	body .TOP__nsbox__right {
		float: none;
		margin:0 auto; width:390px;
	}
		
	body .TOP__sixlist {
		width: 70%;
		padding: 0px;
	}
	body .TOP__sixlist ul {
		width: 100%;
	}
	body .TOP__sixlist li{
		width:100%; float:none;
		margin:0 auto 50px;
	}
	body .TOP__sixlist li a img{
		width:100%; height:auto; display:block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body .TOP__sixlist li:nth-of-type(2) {
		margin: 0 auto 50px;
	}
	body .TOP__sixlist li:nth-of-type(5) {
		margin: 0 auto 50px;
	}
		
	body .TOP__bookbox {
		width: 90%;
		padding: 0px 0 50px;
	}
	body .TOP__bookbox section {
		width: auto;
	}
		
	body .Box__slider20 ul li{
		width: 44%;
	}
	body .Box__slider20 ul li:nth-of-type(odd){
		margin-left:4%;
	}
	body .Box__slider20 ul li:nth-of-type(1){
		margin-bottom:20px;
	}
	body .Box__slider20 ul li:nth-of-type(2){
		margin-bottom:20px;
	}
		
	body .TOP__bookbox section h2{
		line-height:1.5;
		padding:10px 15px 10px 36px;
		text-indent:-27px;
	}

}

/*
@media screen and (max-width: 460px) {
	body .Box__slider20 ul li{
		width: auto;
		margin-right:auto;
		margin-left:auto; height:auto;
	}
	body .Box__slider20 ul li:nth-of-type(odd){
		margin-left:auto;
	}
	body .Box__slider20 ul li:nth-of-type(3){
		margin-bottom:20px;
	}
	body .Box__slider20 ul li a img {
		width: 25%;
	}
	body .Box__slider20 ul li a p {
		width: 72%;
		padding-left: 3%;
	}
}
*/

@media screen and (max-width: 460px) {
	body .TOP__nsbox__left {
		width:80%;
	}
	body .TOP__nsbox__right {
		width:80%;
	}
	body .TOP__nsbox__left li time {
		display: block;
	padding-right: 0px;
	}
	body .TOP__nsbox__left section {
		height: 100%;
	}
	body .TOP__nsbox__left ul {
		height: 100%;
	}
	body .fs_box {
		width:100%;
	}
		
	body .TOP__nsbox__right h2 {
		line-height:1.5;
	padding-left:30px;
		text-indent:-30px;
	}
	body .search_field {
		width: 80%;
	}
	body .search_submit {
		width: 20%;
	}
		
	body .TOP__nsbox__right section {
		height: 100%;
	}
}


/*-------------------検査結果ページ--------------------*/
.Search159{
	width:914px;
	margin:0 auto;
	padding:0 55px 80px;
}

.Search159 ul{
	margin-bottom:0;
	margin-top:30px;
	padding:0 20px; list-style:none;
}
.Search159 ul:after{
	display: block;
	clear: left;
	content: "";
}

.Search159 ul li{
	line-height:2;
}

.Search1__box2{
	width:47.5%; float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Search1__box2:nth-of-type(odd){
	margin:0 5% 0 0;
}

.Search1__box2 a{
	color: #3eb135;
}
.Search1__box2 a:hover{
	color:#339966;
}
.Search1__box2 a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f105";
}

.Search1__box4{
	text-align:center;
	padding-top:50px;
}
.Search1__box4 a {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	background-color: #3eb135;
	padding: 10px;
	border-top: 8px solid #3eb135;
	border-bottom: 8px solid #3eb135;
	border-right: 8px solid #339966;
	border-left: 8px solid #339966;
}
@media (max-width: 590px) {
	
.Search159{
	width:90%;
	margin:0 auto;
	padding:0 0 80px;
}
.Search159 ul{
	padding:0 10px;
}
.Search1__box2{
	width:100%; float:none;
}
.Search1__box2:nth-of-type(odd){
	margin:0;
}

}
/*-会員専用サイト追加-*/
.Members_box1 section{
	width: 854px;margin: 0 auto;padding: 50px 85px 0px;line-height:1.5;
}
.Members_box1 p{
	margin-bottom: 0;padding: 0 30px;
}
.Members_box1 ul{
	list-style:none;padding: 0;text-indent: -1em;padding-left: 1em;
}
.Members_box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Members_box1 h4{
	text-align: center;color: #3eb135;font-weight: bold; font-size: 20px;
	padding: 15px;margin: 50px 0 0 0;background-color: #e1efe2;
}
.Members_subbox{
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #3eb135;
}
.Members_box1 div a{
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	background-color: #3eb135;
	padding: 10px;
	border-top: 8px solid #3eb135;
	border-bottom: 8px solid #3eb135;
	border-right: 8px solid #339966;
	border-left: 8px solid #339966;text-align:center;
}
.Member_btn{
	padding:30px;
}
.Member_btn-span{
	display:block; font-size:12px;
}

@media screen and (max-width: 590px) {
	.Members_box1 section{
		width:90%;padding: 30px 5% 0px;
	}
	.Member_btn{
		text-align:center;
	}
	.Members_box1 h4{
		text-align:left;
	}
	.Members_box1 h4 span{
		font-size:14px;
	}
}

/*-陸災防広報誌「陸運と安全衛生」お届け先ご登録のご案内-*/
.Maga_registration {
	padding-bottom:50px;
}
.Maga_registration section{
	width: 854px;margin: 0 auto;padding: 50px 85px 0px;
line-height: 1.5;
}
.Maga_registration section img{
	display: block;margin: 0 auto;
}
.Maga_registration h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.Maga_regi-btn{
	text-align: center;
	padding:15px;
	width:300px;
	margin:10px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #3eb135;
}
.Maga_regi-btn a{
	color:red;
}
.Maga_regi-ol1{
	list-style:none;
}
.Maga_regi-box{
	width: 854px;margin: 0 auto;padding: 10px 85px 0px;
line-height: 1.5;
	position: relative;
}
.Maga_regi-box p{
	position: absolute;left: 44%;top: 117px;
}

@media screen and (max-width: 590px) {
	.Maga_registration section{
		width:90%;padding: 10px 5% 0px;
	}
	.Maga_registration ul{
		padding-left:1em;
	}
	.Maga_registration h3{
		text-indent: -7px;padding-left: 14px;
	}
	.Maga_registration ol li{
		padding:3px;
	}
	.Maga_regi-ol{
		padding-left:5%;
	}
	.Maga_regi-ol1{
		padding-left:5%;
	}
	.Maga_regi-ol2{
		padding-left:15%;
	}
	.Maga_regi-box{
		width: 90%;padding: 15px 5% 0px;
	}
	.Maga_regi-btn{
		width:auto;
	}
	.Maga_regi-box p{
		position: relative;left: 0;top: 0;
	}
}

/*-業種別死亡災害発生状況 陸上貨物運送事業-*/
.sp_scrollTable .color_riku{
	color:#0078d7;
}



/* ------------------- 安全ビデオ------------------ */
.Safety_dvds{
	width:854px;
	padding:30px 85px 30px;
	margin:15px auto 0;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.Safety_dvds p a {
	color: #3eb135;
	text-decoration: underline;
}

.Safety_dvds p a:hover {
	color: #339966;
}
	
.Safety_dvds2:after{
		display: block;
		clear: both;
		content: "";
}
	
.Safety_dvds2 div:nth-of-type(1){
	width:130px; height:185px; float:left;
}
.Safety_dvds2 div:nth-of-type(1) img{
	width:100%;
}
	
.Safety_dvds2 table{
	float:right; width:709px;
	border-collapse: collapse;
	background-color:#ffffff; height:185px;line-height: 1.5;
}
.Safety_dvds2 table th{
	width:120px; 
	color:#ffffff;
	background-color:#3eb135;
	padding:5px 0;
}
.Safety_dvds2 table th, .Safety_dvds2 table td{
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
}
.Safety_dvds2 table a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_dvds2 table a:hover{
	color:#339966;
}
body .Safety_dvds2 table td:empty{
	background-image: linear-gradient(to top right, transparent, transparent 48%, #f2f2f2 48%, #f2f2f2 52%, transparent 52%, transparent);
}
	
.Safety_dvds p{
	background-color:#ffffff; line-height:1.5;
	padding:10px;
	margin:15px 0 0;
	border:1px solid #cccccc;
}
	
.Safety_dvds3{
	width:854px;
	padding:0px 85px 80px;
	margin:0px auto;
}
.Safety_dvds3_h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:30px 0 0;
}
.Safety_dvds3_h3:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right: 10px;
	  content: "\f067";
}
.Safety_dvds4{
	line-height:1.5;
}
	
.Safety_dvds5{
	margin:50px auto 0;
	padding:20px 15px;
	border:2px solid #3eb135;
}
.Safety_dvds5 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0 0 10px;
}
.Safety_dvds5 h3:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right: 10px;
	  content: "\f067";
}
.Safety_dvds5 p{
	line-height:1.5;
	margin:0;
}
.Safety_dvds5 p a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_dvds5 p a:hover{
	color:#339966;
}
	
.Safety_dvds5 ul{
	padding:0; list-style:none;
	margin:0;
}
.Safety_dvds5 li{
	padding-top:20px; line-height:1.5;
}
.Safety_dvds5 li:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  color:#3eb135;
	  content: "\f138";
}
	
.Safety_dvds5 li span:nth-of-type(2){
	display:block;
	padding-left:20px;
}
.Safety_dvds5 li:nth-of-type(1) a{
	display:inline-block;
	margin-left:20px;
	margin-top:5px; 
	color: #3eb135;
}
.Safety_dvds5 li:nth-of-type(1) a:hover{
	color:#339966;
}
.Safety_dvds5 li:nth-of-type(1) a:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right:3px;
	  content: "\f0a9";
}
	
.Safety_dvds5 li span:nth-of-type(2) a{
	color: #3eb135;
	text-decoration:underline;
}
.Safety_dvds5 li span:nth-of-type(2) a:hover{
	color:#339966;
}
.Safety_dvds5 li span:nth-of-type(3){
	display:block;
	padding-left:20px;
}
.Safety_dvds5 li span:nth-of-type(4){
	display:block;
	padding-left:20px;
}
.Safety_dvds5 li span:nth-of-type(5){
	display:inline-block;
	padding-left:20px; color: #3eb135;
}
.Safety_dvds5 li span:nth-of-type(5):before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right:3px;
	  content: "\f0a9";
}
.Safety_dvds5 li span:nth-of-type(5) a{
	color: #3eb135;
	text-decoration:underline;
	margin-left:5px;
}
.Safety_dvds5 li span:nth-of-type(5) a:hover{
	color:#339966;
}

/*
.page-template-archive-safety_dvd .Archive__box1 section .Archive_tyd_li:nth-child(3) {
	margin-right: 50%;
}
*/

/* 安全ビデオ　スマホ*/
@media screen and (max-width: 590px) {
	.Safety_dvds{
		width:90%;padding: 30px 5% 30px;
	}
	.Safety_dvds2 div:nth-of-type(1){
		float:none;
	}
	.Safety_dvds2 table{
		float:none;width: 100%;
	}
	.Safety_dvds2 table th{
		width:auto;
	}
	.Safety_dvds2 table th, .Safety_dvds2 table td{
		display:block;
	}
	.Safety_dvds2 table td{
		padding:5px;
	}
	.Safety_dvds3{
		width: 90%;padding: 0px 5% 80px;
	}
}

/* ------------------- 購入方法------------------ */
.how__to__buy__list ul {
	list-style: none;
	line-height: 1.5;
	padding: 0;
}

.how__to__buy__list ul li::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;	
}

.how__to__buy__list ul li a {
	font-weight: bold;
}

.how__to__buy{
	width:854px;
	padding:30px 85px 30px;
	margin:15px auto 0;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#how__to__buy3__box1_row1{
	font-weight: bold;
}

.how__to__buy__list2 ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}

.how__to__buy__list2 ul li::before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	padding-right: 5px;
    color: #3eb135;
    content: "\f138";
}

.how__to__buy__list2 ul li{
	line-height: 1.5;
	margin-top: 20px;
}

.how__to__buy__list2 ul li p{
	margin: 0;
}

.paragraph-container {
	display: flex;
	align-items: flex-start;
}

#letter_1_space{
	padding-left: 18px;
}

#letter_2_space{
	padding-left: 35px;
}

#letter_3_space{
	padding-left: 50px;
}

.how__to__buy{
	width:854px;
	padding:30px 85px 30px;
	margin:15px auto 0;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


.how__to__buy1{
	width:854px;
	padding:0px 85px;
	margin:0px auto;
}
.how__to__buy1_h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:30px 0 0;
}
.how__to__buy1_h3:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right: 10px;
	  content: "\f067";
}
/*.how__to__buy4{
	line-height:1.5;
}*/
	
section.how__to__buy2_margin_change{
	margin:25px auto 0;	
}

.how__to__buy2{
	margin:50px auto 0;
	padding:20px 15px;
	border:2px solid #3eb135;
}
.how__to__buy2 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0 0 10px;
}
.how__to__buy2 h3:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right: 10px;
	  content: "\f067";
}
.how__to__buy2 p{
	line-height:1.5;
	margin:0;
}
.how__to__buy2 p a{
	color: #3eb135;
	text-decoration:underline;
}
.how__to__buy2 p a:hover{
	color:#339966;
}
	
.how__to__buy2 ul{
	padding:0; list-style:none;
	margin:0;
}
.how__to__buy2 li{
	padding-top:20px; line-height:1.5;
}
.how__to__buy2 li:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  color:#3eb135;
	  content: "\f138";
}
	
.how__to__buy2 li span:nth-of-type(2){
	display:block;
	padding-left:20px;
}
.how__to__buy2 li:nth-of-type(1) a{
	display:inline-block;
	margin-left:20px;
	margin-top:5px; color: #3eb135;
}
.how__to__buy2 li:nth-of-type(1) a:hover{
	color:#339966;
}
.how__to__buy2 li:nth-of-type(1) a:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right:3px;
	  content: "\f0a9";
}
	
.how__to__buy2 li span:nth-of-type(2) a{
	color: #3eb135;
	text-decoration:underline;
}
.how__to__buy2 li span:nth-of-type(2) a:hover{
	color:#339966;
}
.how__to__buy2 li span:nth-of-type(3){
	display:block;
	padding-left:20px;
}
.how__to__buy2 li span:nth-of-type(4){
	display:block;
	padding-left:20px;
}
.how__to__buy2 li span:nth-of-type(5){
	display:inline-block;
	padding-left:20px; color: #3eb135;
}
.how__to__buy2 li span:nth-of-type(5):before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right:3px;
	  content: "\f0a9";
}
.how__to__buy2 li span:nth-of-type(5) a{
	color: #3eb135;
	text-decoration:underline;
	margin-left:5px;
}
.how__to__buy2 li span:nth-of-type(5) a:hover{
	color:#339966;
}
	
.how__to__buy3{
	padding:50px 0 0;} 
	.how__to__buy3__box1{
	margin:0 auto;
	padding:15px 25px 0; width:854px;
}
.how__to__buy3__box1 h3{
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0;
}
.how__to__buy3__box1 h3:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right: 10px;
	  content: "\f067";
	
}
.how__to__buy3__ul1{
	list-style:none;padding-left: 0;
}
.how__to__buy3__ul1 li{
	padding:10px;line-height:1.5;
}
.how__to__buy3__ul1 li span{
	color: #3eb135;font-weight:bold;
}
.how__to__buy3__daibiki{
	font-size: 15px;
	border-collapse: collapse;border:solid 1px #ccc;
}
.how__to__buy3__daibiki th{
	border:solid 1px #ccc;padding: 5px;
}
.how__to__buy3__daibiki td{
	border:solid 1px #ccc;padding: 5px;
}
.how__to__buy4{
	padding:50px 0;} 
	.how__to__buy4__box1{
	width:1024px;
	margin:0 auto;
	padding:15px 0 0;
}
.how__to__buy4__box1 h3{
	width:854px;color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin:0 auto;
}
.how__to__buy4__box1 h3:before {
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  padding-right: 10px;
	  content: "\f067";
	
}
.how__to__buy4__box1 ul {
	width: 854px;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}
.how__to__buy4__box1 ul li:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	color: #3eb135;
	content: "\f138";
}
.how__to__buy4__box1 ul li a {
	color: #3eb135;
}
.how__to__buy4__box1 ul li a:hover {
	color: #339966;
}
.how__to__buy4__box2{
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;
	margin: 10px auto 0;
}
.how__to__buy4__box2 h4{
	text-align:center;
}
.how__to__buy4__souryou{
	width: 921px;margin:0 auto;padding: 30px 85px; font-size: 15px;border-collapse: collapse;border:solid 1px #ccc;background-color: #ffff;
}
.how__to__buy4__souryou th{
	border:solid 1px #ccc;padding: 5px 0;
}
.how__to__buy4__souryou td{
	width:4em;padding:10px 3px;border:solid 1px #ccc;line-height: 1.5;text-align: center;
}
.Htb4_p{
	text-align:right;margin:0;padding-right:50px;
}
.how__to__buy4__souryou span{
	display:block;
}
.Htb4_th{
	width:100px;
}
.how__to__buy4__box2 p{
	line-height:1.5;padding-left: 90px;text-indent: -47px;
}
	.how__to__buy p{
	background-color:#ffffff; line-height:1.5;
	padding:10px;
	margin:15px 0 0;
	border:1px solid #cccccc;
}

/* 安全衛生図書・用品の購入方法　スマホ*/
@media screen and (max-width: 590px) {
	.how__to__buy1{
		width:90%;padding: 0;
	}
	.how__to__buy3__box1{
		width: 90%;padding: 15px 0 0;line-height: 1.5;
	}
	.how__to__buy4__box1{
		width:100%;
	}
	.how__to__buy4__box1 h3{
		width:90%;
	}
		.Htb4_p{
		padding-right: 5px;
	}
	.how__to__buy4__souryou{
		width: 921px;
	}
	.how__to__buy4__box2 .sp_scrollTable{
		width:90%;margin:0 auto;overflow: auto;
		border:solid 1px #BCBCBC;
	}
	.how__to__buy4__box2 .sp_scrollTable::-webkit-scrollbar{
		height:10px;
	}
	.how__to__buy4__box2 .sp_scrollTable::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.how__to__buy4__box2 .sp_scrollTable::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	.how__to__buy4__box2 p{
		padding-left: 44px;text-indent: -42px;font-size: 14px;
	}
}

/*------------------------陸災防安全衛生図書・用品ご注文フォーム（法人様用）----------------------*/
.oder__houjin {
	width: 1024px;background: #e1efe2;margin: 50px auto 80px;padding: 35px 0;
}
.oder__houjin .wpcf7 table {
	background: #e1efe2;margin: 0 auto;
	table-layout: fixed;font-size:14px;width:854px;border-collapse: collapse;
}

.oder__houjin .wpcf7 td{
	padding: 15px 0;
}

.oder__houjin .wpcf7 td:nth-of-type(odd){
	width:20%;
}
.oder__houjin .wpcf7 td:nth-of-type(even){
	width:80%;
}

.oder__houjin .wpcf7 tr td{
	border-bottom: 2px solid #a0cf87;line-height:2;
}
			  
.oder__houjin .wpcf7 .marker{
	background:#727272;color:#fff;width:50px;padding: 3px 5px 2px;font-size:14px;
}

.oder__houjin .wpcf7 .etc{
	padding: 10px 0;line-height: 1.8;
}
.oder__houjin .wpcf7 .no__border{
	border: 0;
}

.oder__houjin.wpcf7 .anno{
	font-size:14px;line-height: 1.5;margin-left: 5px;
}
.oder__houjin .wpcf7 .oder__box{
	margin:35px auto ;background: #fff;border: 1px solid #cccccc;width: 854px;text-align: center;
}

.oder__houjin .wpcf7 .oder__box div{
	margin: 35px auto;text-align: center;
}

.oder__houjin .wpcf7 .title{
	padding-left:25px;
}
.oder__houjin .wpcf7 .oder__box input{
	background-color:#42b033;
		color:#fff;
	padding: 5px 15px;
		border-style: none;
		border-radius:10px;
	outline:none;
	   font-weight:600;

}

 ? ?.oderhoujin_box{
	width:1024px;
	margin:0 auto;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:20px 55px 0px;
}
	  
	  .oderhoujin_box h2{
	margin:0;
	border-left:8px solid #3eb135;
	border-bottom:1px solid #3eb135;
	  color:#3eb135;
	padding-left:10px;
}
  
	  .ooderhoujin_box ul li a{
	display:block;
	text-align:center;
	background-color:#3eb135;
	  height:115px;
	padding-top:15px;
	position:relative;
	  background-image: url("img/sankaku.png");
	  background-size:20px 20px;
	  background-repeat: no-repeat;
	  background-position: bottom right;
}

	  .oderhoujin_box ul li a span{
	display:block;
	position:absolute;
	bottom:5px; color:#ffffff;
	text-align:center; width:100%;
}
	  .oderhoujin_box ul li a span{
	display:block;
	position:absolute;
	bottom:5px; color:#ffffff;
	text-align:center; width:100%;
}
	.oderhoujin_box p {
	line-height:1.5;padding:0 15px;
}
	  .oderhoujin_box p a:hover {
	color:#339966
}
	.oderhoujin_box p a{
	color:#42b033
}
	.oderhoujin_box span{
	color:#42b033
}

/*------------------------陸災防安全衛生図書・用品ご注文フォーム（個人様用）----------------------*/
.oder__kojin {
	width: 1024px;background: #e1efe2;margin: 50px auto 80px;padding: 35px 0;
}
.oder__kojin .wpcf7 table {
	background: #e1efe2;margin: 0 auto;
	table-layout: fixed;font-size:14px;width:854px;border-collapse: collapse;
}

.oder__kojin .wpcf7 td{
	padding: 15px 0;
}
.oder__kojin .wpcf7 td:nth-of-type(odd){
	width:20%;
}
.oder__kojin .wpcf7 td:nth-of-type(even){
	width:80%;
}

.oder__kojin  .wpcf7 tr td{
	border-bottom: 2px solid #a0cf87;line-height:1.5
}
			  
.oder__kojin  .wpcf7 .marker{
	background:#727272;color:#fff;width:50px;padding: 3px 5px 2px;font-size:14px;
}

.oder__kojin  .wpcf7 .etc{
	padding: 5px 0;line-height: 1.8;
}
.oder__kojin  .wpcf7 .no__border{
	border: 0;
}

.oder__kojin .wpcf7 .anno{
	font-size:14px;line-height: 1.5;margin-left: 5px;
}
.oder__kojin  .wpcf7 .oder__box{
	margin:35px auto ;background: #fff;border: 1px solid #cccccc;width: 854px;text-align: center;
}

.oder__kojin  .wpcf7 .oder__box div{
	margin: 35px auto;text-align: center;
}
.oder__kojin .wpcf7 .title{
	padding-left:25px;
}
.oder__kojin .wpcf7 .oder__box input{
	background-color:#42b033;
		color:#fff;
	padding: 5px 15px;
		border-style: none;
		border-radius:10px;
	outline:none;
	   font-weight:600;

}

	.oderkojin_box{
	width:1024px;
	margin:0 auto;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:20px 55px 0px;
}
	  
	  .oderkojin_box h2{
	margin:0;
	border-left:8px solid #3eb135;
	border-bottom:1px solid #3eb135;
	  color:#3eb135;
	padding-left:10px;
}
  
	  .oderkojin_box ul li a{
	display:block;
	text-align:center;
	background-color:#3eb135;
	  height:115px;
	padding-top:15px;
	position:relative;
	  background-image: url("img/sankaku.png");
	  background-size:20px 20px;
	  background-repeat: no-repeat;
	  background-position: bottom right;
}
	  .oderkojin_box ul li a span{
	display:block;
	position:absolute;
	bottom:5px; color:#ffffff;
	text-align:center; width:100%;
}
	.oderkojin_box p {
	line-height:1.5;padding:0 15px;
}
	  .oderkojin_box p a:hover {
	color:#339966
}
	.oderkojin_box p a{
	color:#42b033
}
	.oderkojin_box span{
	color:#42b033
}



/* ------------------- バナー広告 ------------------ */
.TOP__bannerbox {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 50px 40px;
	box-sizing: border-box;

}

.TOP__bannerbox section {
	width: 922px;
	margin: 0 auto;

}

.bannerbox_hd {
	border-radius: 10px 10px 0 0;
	background: rgba(207,207,207,1); /* Old Browsers */
	background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(230,230,230,1) 27%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 58%, rgba(191,187,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(27%, rgba(230,230,230,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(58%, rgba(240,240,240,1)), color-stop(100%, rgba(191,187,191,1)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(230,230,230,1) 27%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 58%, rgba(191,187,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(230,230,230,1) 27%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 58%, rgba(191,187,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(230,230,230,1) 27%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 58%, rgba(191,187,191,1) 100%); /* IE 10+ */
	background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(230,230,230,1) 27%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 58%, rgba(191,187,191,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbbbf', GradientType=0 );/* IE6-9 */

}

.bannerbox_hd h2 {
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	color: #555;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;

}

.bannerbox_item {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0 0 10px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;


	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

.bannerbox_item a {
	display: block;
	margin: 5px 50px;

}
.bannerbox_item a:nth-of-type(3) img {
	height:80px;
	width:auto;
}
.home .bannerbox_item a:nth-of-type(3) img {
	height:auto;
}

.bannerbox_item p{
	width:922px;
	text-align:center;

}


/* バナー広告 スマホ*/
@media screen and (max-width: 590px){
	.TOP__bannerbox {
		width: 90%;
		padding: 0px 0px 50px;
	}
	.TOP__bannerbox section {
		width: auto;
	}
	.bannerbox_hd h2 {
		padding: 10px 15px 10px 16px;
		line-height: 1.5;
	}
}

/* ------------------- アトムワークスログイン前画面 ------------------ */
/* バナー広告 アトムワークス  class="img-responsive center-block"*/
.kaiinbox{
	text-align:center;

	width:1024px; 
	margin:30px auto; 
	padding:auto 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

.kaiinbox_meisai{
	width:1024px; 
	margin:0 auto; 
	padding:50px auto;

}

.kaiinbox_meisai a{
	text-align:center;
	width:500px; 

	display:block;
	padding:10px; font-size:18px; 
	margin:50px auto; 

	border:1px solid #EC971F; 
	background-color: #FFB000;
	color: #ffffff;
	border-radius: 12px;		/* CSS3草案 */  
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 12px;	 /* Firefox用 */  

}

.kaiinbox_meisai a:hover{
	background-color: #EC971F;

}

/* ------------------- その他共通 ------------------ */
.txt_red{
	color:red;
}

.txt_bold {
	font-weight: bold;
}

.txt_underline {
	text-decoration: underline;
}

.txt_indent1 {
	display: inline-block;
	text-indent: 16px;
}

/* ------------------- トップ【サイトマップ】 ------------------ */
.Kasou_box-{
	width:1024px; 
	margin:0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
/*
	padding:60px auto;
	border:1px solid #0070C0; 
*/

	height:480px;
}
.Kasou_box3 ul{
	margin: 10px 0 0 0;
}
.Kasou_box- h3{
	font-size: 1em;
	margin:0; 
	border-left:8px solid #3eb135; 
	border-bottom:1px solid #3eb135;
	color:#3eb135;
	padding-left:10px;
}
.Kasou_box- h4{
	font-size: 1em;
	margin:0; 
	border-bottom:1px solid #3eb135;
	color:#3eb135;
	padding-left:10px;
}


div .Kasou_box- :after{
	display: block;
	clear: left;
	content: "";

}
.Kasou_box- div{
	width:23%;
	margin: 0 0 10px 20px;
	float:left;
	height:240px;
}

.Kasou_box- div:nth-of-type(1){margin: 0 0 10px 0;}
.Kasou_box- div:nth-of-type(5){margin: 0 0 10px 0;}

.Kasou_box3 ul li{
	list-style:none; 
	margin: 10px 0 0 -30px;
	font-size:14px;
}
.Kasou_box3 ul li a{
	padding: 5px; 
	display:block; 
	position:relative;
	/* background-image: url("img/sankaku.png");
	background-size:10px 10px;
	background-repeat: no-repeat;
	background-position: bottom right; */
	width:100%;
/*
	background-color: #e1efe2;
	border:1px solid #3eb135; 
*/
	background-color: #3eb135;
	color: #fff;

}
.Kasou_box3 ul li a:hover{
/*
	color:#339966
*/
	background-color: #2a7824;
	/*color: #000;*/
}
.Kasou_box3 ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0px;
	border-top: 5px solid transparent;
	border-right: 5px solid #2a7824;
	border-bottom: 5px solid #2a7824;
	border-left: 5px solid transparent;
}


@media screen and (max-width: 590px) {
	.Kasou_box-{
		width:100%; 
		height:auto;
	}
	.Kasou_box3{
		width:auto;
		padding: 30px 0px 0px;
	
	}
	.Kasou_box- div{
		width:250px;
		height:auto;
		float:none;
		margin:0 auto 10px;
	}
	.Kasou_box- div:nth-of-type(1){margin: 0 auto 10px;}
	.Kasou_box- div:nth-of-type(5){margin: 0 auto 10px;}

	.Kasou_box3 ul li{
		font-size:16px;
	}
}

/* ------------------- 陸災防労働災害事例生成ツール ------------------ */
.zirei p {
	line-height: 1.5;
}
.zirei a {
	color: #3eb135;
}
.zirei a:hover,
.zirei a span:hover {
	color: #339966;
}
.zirei ul {
	list-style: none;
}
.zirei_ul li {
	line-height: 1.5;
}
.zirei_ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}
.zirei a span {
	color: #ff69b4;
}

/* ------------------- 陸上貨物運送業における荷役作業の安全対策に関する検討会 ------------------ */
.Kentoukai__box1 {
	width: 854px;
	margin: 0 auto;
	padding: 0 85px;
	text-align: right;
}
.Kentoukai__box2,
.Kentoukai__box4 {
	width: 854px;
	margin: 0 auto;
	padding: 0 85px;
}
.Kentoukai__box2 h3,
.Kentoukai__box4 h3 {
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin: 0;
}
.Kentoukai__box2 h3:before,
.Kentoukai__box4 h3:before {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
}
.Kentoukai__box2 ul,
.Kentoukai__box4 ul {
	list-style: none;
	padding: 0;
}
.Kentoukai__box2 ul li,
.Kentoukai__box4 ul li {
	line-height: 1.5;
}
.Kentoukai__box3 {
	width: 854px;
	margin: 0 auto;
	padding: 0 85px;
}
.Kentoukai__box3 h3 {
	color: #3eb135;
	border-bottom: 1px solid #3eb135;
	margin: 0;
}
.Kentoukai__box3 h3:before {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
}
.Kentoukai__box3 ul {
	list-style: none;
	padding: 0;
}
.Kentoukai__box3 ul li {
	padding: 8px 30px;
	text-indent: -19px;
	line-height: 1.5;
}
.Kentoukai__box3 ul li:nth-child(odd) {
	background-color: #e1efe2;
}
.Kentoukai__box3 ul li:nth-child(even) {
	background-color: #fff;
}
.Kentoukai__box3 ul li:before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	color: #3eb135;
}
.Kentoukai__box3 ul li a {
	color: #339966;
}
.Kentoukai__box3 ul li a:hover {
	color: #000000;
}
@media screen and (max-width: 590px) {
	.Kentoukai__box1, .Kentoukai__box2,
	.Kentoukai__box3, .Kentoukai__box4 {
		width: 90%;
		padding: 0;
	}
	.Kentoukai__box2 ul, .Kentoukai__box4 ul {
        	padding: 0;
	}
}

.Archive__box1 section:nth-child(1) dl dd:nth-child(5),
.Archive__box1 section:nth-child(3) ul li:nth-child(1) dl dd:nth-child(5) {
	font-size: 13px;
}
.Safety_boxs_text5 > a{
	display:inline-block;
	color: #3eb135;
}
.Safety_boxs_text5 > a:hover{
	color:#339966;
}
.Safety_boxs_text5 > a:before {
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right:3px;
	content: "\f0a9";
}

/* ------------------- 中小規模事業場個別サポート事業 ------------------ */
.personal p {
	line-height: 1.5;
}

.personal .personal_bold {
	font-weight: bold;
}

.personal a {
	color: #3eb135;
}
.personal a:hover {
	color: #339966;
}

.personal ul {
	list-style: none;
}
.personal ul li {
	line-height: 1.5;
}
.personal a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	content: "\f0a9";
	color: #3eb135;
}

.personal_contact {
	width: 744px;
	margin: 0 auto 35px;
	padding: 30px 85px 15px;
	background-color: #e1efe2;
	border-top: 1px solid #cccccc;
}

.personal_contact dl {
	margin: 0;
}

.personal_contact dl dt {
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
	background-color: #fff;
	font-weight: bold;
}

.personal_contact dl dt i {
	padding-right: 5px;
}

.personal_contact dl dd {
	margin: 0 0 15px;
	padding: 10px;
	line-height: 1.5;
	border: 1px solid #999;
	background-color: #fff;
}

.personal_contact li {
	padding: 0 0 5px;
	text-indent: 0;
}

@media screen and (max-width: 590px) {
	.personal_contact {
		width: auto;
		padding: 30px 5% 15px;
	}
}

/* ------------------- 陸運労働災害防止規程 ------------------ */
.boushikitei section {
	padding: 40px 0 40px;
   	width: 1024px;
  	margin: 0 auto;
}

.boushikitei_box2 {
	background-color: #e1efe2;
   	padding-bottom: 50px;
	margin-top: 8px;
}

.boushikitei_h4 {
	text-align: center;
	color: #339933;
	font-weight: bold;
	font-size: 1.17em;
	padding: 40px 0 10px 0;
	margin: 0;
}

.boushikitei_box2 div {
	padding: 10px;
	line-height: 1.5;
}

.boushikitei_box2 div,
.boushikitei_box2 dl {
	width: 854px;
	margin: 5px auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999999;
}

.boushikitei_box2 dt {
	padding: 10px;
	line-height: 1.5;
}
.boushikitei_box2 dt:before {
	font-family: FontAwesome;
   	font-style: normal;
 	font-weight: normal;
  	padding-right: 5px;
   	content: "\f0a9";
   	color: #3eb135;
}

@media screen and (max-width: 590px) {
	.boushikitei section {
		width: 100%;
	}

	.boushikitei_box2 div,
	.boushikitei_box2 dl {
		width: 90%;
	}
}

/*****reCAPCHAのロゴを消す*****/
.grecaptcha-badge {
	/* 表示を消す */
	visibility: hidden !important;
}

/*****標語テキスト幅寄せ*****/
.Hyougo .Hyogo_text {
	position: relative;
    left: -20px;
}