@charset "Shift-JIS";
/*---------------------------------------------------------------------------------------------------------------------*/
/*	header部 */
/*---------------------------------------------------------------------------------------------------------------------*/
#header {
	width: 15%;
	height: 100%;
	font-size: 0;
	padding: 0px 0;
	position: fixed;
	text-align: left;
	background-color: #ffffff;
	bottom: 0;
	border-right: -2px solid red;
	z-index: 888;
}
@media screen and (max-width: 1100px) {
	#header {
		width: 100%;
		height: 45px;
		font-size: 0;
		padding: 5px 0;
		position: fixed;
		text-align: left;
		background-color: #fff;
		z-index: 9998;
		top: 0;
	}
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	header部_会社ロゴ */
/*---------------------------------------------------------------------------------------------------------------------*/
.head_logo {
	width: 95%;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.head_logo {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.head_logo {
		display: none;
	}
}
.head_logo a{
	width: auto;
	font-size: 1.5vw;
	color: #fff;
}

/*-----------------------------------------------------------------*/
.head_logo_02 {
	display: none;
}
@media screen and (max-width: 1100px) {
	.head_logo_02 {
		width: 45%;
		height: 100%;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.head_logo_02 {
		width: 45%;
		height: 100%;
		display: inline-block;
	}
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	header部_グローバルナビ */
/*---------------------------------------------------------------------------------------------------------------------*/
.head_globalnavi {
	width: 100%;
	margin: 0;
	display: block;
	font-size: 0;
	vertical-align: bottom;
	position: absolute;
	bottom: 7%;
	left: 0%;
}
@media screen and (max-width: 1100px) {
	.head_globalnavi {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.head_globalnavi {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.head_globalnavi_02 {
	display: none;
}
@media screen and (max-width: 1100px) {
	.head_globalnavi_02 {
		width: auto;
		margin: 0;
		display: inline-block;
		font-size: 0;
		vertical-align: bottom;
		position: absolute;
		bottom: 5px;
		right: 10px;
	    z-index: 9998;
	}
}
@media screen and (max-width: 600px) {
	.head_globalnavi_02 {
		width: auto;
		margin: 0;
		display: inline-block;
		font-size: 0;
		vertical-align: bottom;
		position: absolute;
		bottom: 5px;
		right: 10px;
	}
}
/*-----------------------------------------------------------------*/
.gnavi{
    display: block;
    list-style: none;
}
/*-----------------------------------------------------------------*/
.ga_1{
	width: 90%;
	height: auto;
	display: block;
	padding:10px 0 10px 10%;
	margin: 0 2px 0 0;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 400;
	border-bottom: 1px dotted #dfdfdf;
	color: #666;
	transition: 0.4s;
}
/*-----------------------------------------------------------------*/
.ga_1:hover {
	color: #ff8c00;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #dfdfdf;
	transition: 0.4s;
}
/*-----------------------------------------------------------------*/
.ga_spc{
	height: auto;
	display: block;
	padding: 8px 15px;
}
/*-----------------------------------------------------------------*/
.current_1 {
	height: auto;
	display: block;
	padding:5px 15px 0 15px;
	margin: 0;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #ff8c00;
	font-weight: 400;
}
/*-----------------------------------------------------------------*/
.current_1:hover {
	transition: 0.4s;
}
/*-----------------------------------------------------------------*/
.current_2 {
	font-size: 15px;
	padding: 0 15px;
	font-weight: 400;
}
/*-----------------------------------------------------------------*/
.current_2:hover {
	color: #ff8c00;
	transition: 0.4s;
}
/*-----------------------------------------------------------------*/
.current_3 {
	font-size: 15px;
	padding: 0 15px;
	font-weight: 400;
	color: #ff8c00;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/* main部_全html共通 */
/*---------------------------------------------------------------------------------------------------------------------*/
#main {
	width: 85%;
	height: auto;
	font-size: 0;
	text-align: center;
	z-index: 888;
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
}
@media screen and (max-width: 1100px) {
	#main {
		width: 100%;
		height: auto;
		font-size: 0;
		text-align: center;
		z-index: 888;
		background-color: #fff;
		position: absolute;
		top: 55px;
		right: 0;
		z-index: 888;
	}
}
/*-----------------------------------------------------------------*/
.main_top {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.main_top {
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
}
/*-----------------------------------------------------------------*/
.main_top_img {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
@media screen and (max-width: 1201px) {
	.main_top_img {
		position: relative;
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.main_top_img {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.main_top_img p{
	position: absolute;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.4em;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	text-shadow: 1px 1px 1px  #111;
	width: 80%;
}
@media screen and (max-width: 1100px) {
	.main_top_img p{
		position: absolute;
		font-size: 30px;
		color: #fff;
		letter-spacing: 0.3em;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%); 
		-webkit-transform: translate(-50%, -50%); 
		transform: translate(-50%, -50%); 
		text-shadow: 1px 1px 1px  #111;
	}
}
@media screen and (max-width: 600px) {
	.main_top_img p{
		width: 100%;
		position: absolute;
		font-size: 20px;
		color: #fff;
		letter-spacing: 0.3em;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%); 
		-webkit-transform: translate(-50%, -50%); 
		transform: translate(-50%, -50%); 
		text-shadow: 1px 1px 1px  #111;
	}
}
/*-----------------------------------------------------------------*/
.main_top_img img{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	margin: -2px;
	width: calc(100% + 4px);
}
@media screen and (max-width: 600px) {
	.main_top_img img{
		position: absolute;
		top: 0;
		left: 0;
		-webkit-filter: blur(2px);
		filter: blur(2px);
		margin: -2px;
		width: calc(100% + 4px);
	}
}


/*-----------------------------------------------------------------*/
.main_top_p {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
@media screen and (max-width: 1201px) {
	.main_top_p {
		position: relative;
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.main_top_p {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.main_top_p p{
	position: absolute;
	font-size: 30px;
	color: #666666;
	letter-spacing: 0.4em;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	text-shadow: 1px 1px 1px  #fff;
	width: 80%;
}
@media screen and (max-width: 1100px) {
	.main_top_p p{
		position: absolute;
		font-size: 30px;
		color: #fff;
		letter-spacing: 0.3em;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%); 
		-webkit-transform: translate(-50%, -50%); 
		transform: translate(-50%, -50%); 
		text-shadow: 1px 1px 1px  #111;
	}
}
/*-----------------------------------------------------------------*/
.main_top_p img{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	margin: -2px;
	width: calc(80% + 4px);
	height: auto;
}


/*-----------------------------------------------------------------*/
.main_content {
	width: 1200px;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.main_content {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.main_footer {
	width: 98%;
	height: auto;
	padding: 20px 2% 0 0;
	display: block;
	border-top: 0px solid #ff7f50;
	text-align: right;
	background-color: #404040;
}
@media screen and (max-width: 600px) {
	.main_footer {
		width: 96%;
		height: auto;
		padding: 10px 4% 0 0;
		display: block;
		border-top: 1px dotted #202020;
		text-align: right;
		background-color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.main_footer a{
	font-size: 17px;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.main_footer a{
		font-size: 14px;
		color: #202020;
	}
}
/*-----------------------------------------------------------------*/
.main_footer_02 {
	width: 98%;
	height: auto;
	padding: 0 2% 5px 0;
	display: block;
	text-align: right;
	background-color: #404040;
}
@media screen and (max-width: 600px) {
	.main_footer_02 {
		width: 96%;
		height: auto;
		padding: 0 4% 5px 0;
		display: block;
		text-align: right;
		background-color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.main_footer_02 a{
	font-size: 13px;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.main_footer_02 a{
		font-size: 10px;
		color: #202020;
	}
}
/*-----------------------------------------------------------------*/
.content_section {
	width: 100%;
	margin: 6% 0 12% 0;
}

@media screen and (max-width: 600px) {
	.content_section {
		width: 100%;
		margin: 0 0 10% 0;
	}
}
/*-----------------------------------------------------------------*/
.content_section_archive {
	width: 100%;
	margin: 6% 0 6% 0;
}
@media screen and (max-width: 600px) {
	.content_section_archive {
		width: 100%;
		margin: 0 0 10% 0;
	}
}
/*-----------------------------------------------------------------*/
.content_section_saf {
	width: 100%;
	margin: 6% 0 6% 0;
}
@media screen and (max-width: 600px) {
	.content_section_saf {
		width: 100%;
		margin: 6% 0 6% 0;
	}
}
/*-----------------------------------------------------------------*/
.content_section_saf_1 {
	width: 100%;
	margin: 6% 0 6% 0;
}
@media screen and (max-width: 600px) {
	.content_section_saf_1 {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.content_section_saf2 {
	display: none;
}
@media screen and (max-width: 600px) {
	.content_section_saf2 {
		display: block;
		width: 100%;
		margin: 6% 0 6% 0;
	}
}
/*-----------------------------------------------------------------*/
.content_section_idx_wrk_01 {
	width: 100%;
	margin: 6% 0 12% 0;
}

@media screen and (max-width: 600px) {
	.content_section_idx_wrk_01 {
		display: none;
	}
}

/*-----------------------------------------------------------------*/
.content_section_idx_wrk_02 {
	display: none;
}

@media screen and (max-width: 600px) {
	.content_section_idx_wrk_02 {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
}

/*-----------------------------------------------------------------*/
.content_section_pup_01 {
	display: block;
	width: 100%;
	margin: 6% 0 12% 0;
}

@media screen and (max-width: 600px) {
	.content_section_pup_01 {
		display: none;
	}
}

/*-----------------------------------------------------------------*/
.content_section_pup_02 {
	display: none;
}

@media screen and (max-width: 600px) {
	.content_section_pup_02 {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 0 17% 0;
		background-color: #f0f0f0;
	}
}

/*-----------------------------------------------------------------*/
.main_slider {
	width: auto;
	margin: 30px 0 0 0;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/* main部__メニュー */
/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 採用情報.html_メニュー */
/*------------------------------------------------------------------------------------------*/
.section_navi_rec {
	width: 100%;
	font-size: 0;
}

@media screen and (max-width: 600px) {
	.section_navi_rec {
		width: 100%;
		font-size: 0;
		border-bottom: dotted 0px #666666;
		margin: 10% 0 0 0;
	}
}
/*-----------------------------------------------------------------*/
.navi_rec_01{
	width: 25%;
	margin: 0% 4%;
	font-size: 18px;
	padding: 5px 0;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
	transition: 0.3s;
	letter-spacing: 0.12em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.navi_rec_01{
		width: 80%;
		margin: 3% 5%;
		font-size: 16px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 0px;
		transition: 0.3s;
		background-color: #f8f8ff;
		text-align: center;
	letter-spacing: 0;
	}
}
/*-----------------------------------------------------------------*/
.navi_rec_01:hover {
	color: #ff8c00;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.navi_rec_01:hover {
		color: #666;
		border-bottom: 1px solid #666;
		transition: 0.3s;
	}
}
/*------------------------------------------------------------------------------------------*/
/*	会社情報.html_メニュー */
/*------------------------------------------------------------------------------------------*/
.section_navi_cinfo {
	width: 100%;
	font-size: 0;
}
@media screen and (max-width: 600px) {
	.section_navi_cinfo {
		width: 100%;
		font-size: 0;
		border-bottom: none;
		margin: 10% 0 0 0;
	}
}
/*-----------------------------------------------------------------*/
.navi_cinfo_01{
	width: 13%;
	margin: 0% 3%;
	font-size: 18px;
	padding: 5px 0 5px 0px ;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
	transition: 0.3s;
	letter-spacing: 0.12em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.navi_cinfo_01{
		width: 80%;
		margin: 3% 5%;
		font-size: 18px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 0px;
		transition: 0.3s;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/*-----------------------------------------------------------------*/
.navi_cinfo_01:hover {
	color: #ff8c00;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.navi_cinfo_01:hover {
		color: #666;
		border-bottom: 1px solid #666;
		transition: 0.3s;
	}
}
/*------------------------------------------------------------------------------------------*/
/*	安全衛生推進大会.html_メニュー */
/*------------------------------------------------------------------------------------------*/
.section_navi_saf {
	width: 100%;
	height: auto;
	font-size: 0;
}
@media screen and (max-width: 600px) {
	.section_navi_saf {
		width: 100%;
		font-size: 0;
		border-bottom: none;
		margin: 10% 0 0 0;
	}
}
/*-----------------------------------------------------------------*/
.navi_saf_01{
	width: 20%;
	margin: 2% 2% 0 2%;
	font-size: 13px;
	padding: 5px 0 5px 0px ;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
	transition: 0.3s;
	letter-spacing: 0.12em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.navi_saf_01{
		width: 60%;
		margin: 3% 5%;
		font-size: 18px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 5px;
		transition: 0.3s;
		box-shadow: 4px 4px 3px 0px #999;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/*-----------------------------------------------------------------*/
.navi_saf_01:hover {
	color: #ff8c00;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.navi_saf_01:hover {
		color: #666;
		border-bottom: 0px solid #ff8c00;
		transition: 0.3s;
	}
}
/*-----------------------------------------------------------------*/
.navi_saf_02{
	width: 20%;
	margin: 2% 2% 0 2%;
	font-size: 13px;
	padding: 5px 0 5px 0px ;
	display: inline-block;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
	letter-spacing: 0.12em;
	text-align: left;
	color: #ff8c00;
}
@media screen and (max-width: 600px) {
	.navi_saf_02{
		width: 60%;
		margin: 3% 5%;
		font-size: 18px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 5px;
		transition: 0.3s;
		box-shadow: 4px 4px 3px 0px #999;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/*-----------------------------------------------------------------*/
.navi_saf_02:hover {
	color: #ff8c00;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.navi_saf_02:hover {
		color: #666;
		border-bottom: 0px solid #ff8c00;
		transition: 0.3s;
	}
}
/*-----------------------------------------------------------------*/
.navi_saf_sp{
	width: 15%;
	margin: 2% 2% 0 2%;
	padding: 5px 0 5px 0px ;
	display: inline-block;
	border-bottom: 0px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.navi_saf_sp{
		width: 60%;
		margin: 3% 5%;
		font-size: 18px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 5px;
		transition: 0.3s;
		box-shadow: 4px 4px 3px 0px #999;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}


/*------------------------------------------------------------------------------------------*/
/*	施工実績.html_メニュー */
/*------------------------------------------------------------------------------------------*/
.section_navi_arc {
	width: 100%;
	font-size: 0;
	margin: 0 0 40px 0;
}
@media screen and (max-width: 600px) {
	.section_navi_arc {
		width: 100%;
		font-size: 0;
		border-bottom: none;
		margin: 0 0 0 0;
	}
}
/*-----------------------------------------------------------------*/
.section_navi_arc_02 {
	width: 100%;
	font-size: 0;
	margin: 50px 0 40px 0;
}
@media screen and (max-width: 600px) {
	.section_navi_arc_02 {
		width: 100%;
		font-size: 0;
		border-bottom: none;
		margin: 10% 0 0 0;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_01{
	width: 26%;
	margin: 0% 3.5%;
	font-size: 18px;
	padding: 5px 0;
	display: inline-block;
	border-bottom: 2px solid #ff8c00;
	transition: 0.3s;
	letter-spacing: 0.08em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.navi_arc_01{
		width: 38%;
		margin: 3% 5% 3% 5%;
		font-size: 14px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 5px;
		transition: 0.3s;
		box-shadow: 3px 3px 8px 0px #888;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_11{
	width: 26%;
	margin: 0% 3.5% 40px 3.5%;
	font-size: 18px;
	padding: 5px 0;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
	transition: 0.3s;
	letter-spacing: 0.08em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.navi_arc_11{
		width: 40%;
		margin: 3% 4% 3% 3%;
		font-size: 12px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 0px;
		transition: 0.3s;
		box-shadow: 0px 0px 0px 0px #999;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_12{
	width: 26%;
	margin: 0% 3.5% 40px 3.5%;
	font-size: 18px;
	padding: 5px 0;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
	transition: 0.3s;
	letter-spacing: 0.08em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.navi_arc_12{
		width: 40%;
		margin: 3% 3% 3% 4%;
		font-size: 12px;
		padding: 3px 0;
		display: inline-block;
		border: 1px solid #666;
		border-radius: 0px;
		transition: 0.3s;
		box-shadow: 0px 0px 0px 0px #999;
		background-color: #f8f8ff;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_01:hover {
	color: #ff8c00;
	border-bottom: 2px solid #ff8c00;
	transition: 0.3s;
}
/*-----------------------------------------------------------------*/
.navi_arc_11:hover {
	color: #ff8c00;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.navi_arc_11:hover {
		color: #666;
		border-bottom: 0px solid #ff8c00;
		transition: 0.3s;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_12:hover {
	color: #ff8c00;
	border-bottom: 1px solid #ff8c00;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.navi_arc_12:hover {
		color: #666;
		border-bottom: 0px solid #ff8c00;
		transition: 0.3s;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_02{
	width: 96%;
	height: 30px;
	margin: 0% 4% 0 0;
	font-size: 18px;
	padding: 5px 0;
	transition: 0.3s;
	letter-spacing: 0.08em;
	text-align: right;
	display: inline-block;
}
@media screen and (max-width: 600px) {
	.navi_arc_02{
		width: 96%;
		height: 30px;
		margin: 0% 4% 0 0;
		font-size: 12px;
		padding: 5px 0;
		transition: 0.3s;
		letter-spacing: 0.08em;
		text-align: right;
		display: inline-block;
	}
}
/*-----------------------------------------------------------------*/
.navi_arc_02:hover {
	opacity: 0.4;
	transition: 0.3s;
}
/*-----------------------------------------------------------------*/
.navi_arc_02 p {
	display: inline-block;
	vertical-align: middle;
}
/*-----------------------------------------------------------------*/
.navi_arc_02 img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.5%;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	トップページ：index.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.section_index {
	width: 100%;
	margin: 0;
}
/*-----------------------------------------------------------------*/
.section_idx_pup {
	width: 100%;
	margin: 0;
}
/*-----------------------------------------------------------------*/
.index_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 20px 0% 20px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.index_title {
		width: 93%;
		margin: 20px 0% 0px 7%;
		padding: 0px 0% 0px 0%;
		font-size: 35px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		border-top: solid 0px #666666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.index_title a{
		color: #666;
	}
}
/*------------------------------------------------------------------------------------------*/
/*	トップページ_ニュース部：index.html */
/*------------------------------------------------------------------------------------------*/
.index_news {
	width: 86%;
	margin: 20px 3% 70px 11%;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.index_news {
		width: 86%;
		margin: 0px 7% 70px 7%;
		font-size: 14px;
		letter-spacing: 0;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.news_table {
	width: 100%;
	margin: 0 0% 0 0%;
	border-collapse: collapse;
}
/*-----------------------------------------------------------------*/
.news_tr_01 {
	width: 100%;
	border-bottom: 1px dotted #dfdfdf;
}
/*-----------------------------------------------------------------*/
.news_td_01 {
	width: 20%;
	height: auto;
	padding: 20px +0;
	text-align: center;
	color: #666666;
	font-size: 17px;
}
@media screen and (max-width: 1100px) {
	.news_td_01 {
		width: 20%;
		height: auto;
		padding: 20px 0;
		text-align: center;
		color: #666666;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.news_td_01 {
		width: 100%;
		height: auto;
		padding: 10px 0 0 0%;
		text-align: left;
		color: #666666;
		font-size: 14px;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.news_td_02 {
	width: 77%;
	height: auto;
	padding: 20px 0 20px 3%;
	text-align: left;
	color: #666666;
	font-size: 17px;
}
@media screen and (max-width: 1100px) {
	.news_td_02 {
		width: 77%;
		height: auto;
		padding: 20px 0 20px 3%;
		text-align: left;
		color: #666666;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.news_td_02 {
		width: 100%;
		height: auto;
		padding: 0px 0 10px 0%;
		text-align: left;
		color: #666666;
		font-size: 14px;
		display: block;
	}
}

/*-----------------------------------------------------------------*/
.news_td_02 a{
	text-decoration: none;
}
.news_td_02 a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1100px) {
	.news_td_02 a{
		text-decoration: none;
	}
}
@media screen and (max-width: 1100px) {
	.news_td_02 a:hover{
		text-decoration: none;
	}
}

/*-----------------------------------------------------------------*/
.news_td_03 {
	width: 77%;
	height: auto;
	padding: 20px 0 20px 3%;
	text-align: left;
	line-height: 70px;
	color: #666666;
	font-size: 17px;
}
/*-----------------------------------------------------------------*/
.news_td_04  {
	width: 93%;
	margin: 35px 3% 0px 3%;
	padding: 15px 0% 50px 1%;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
/*-----------------------------------------------------------------*/
.news_title {
	width: 93%;
	margin: 50px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
/*-----------------------------------------------------------------*/
.news_gaiyou {
	width: 80%;
	font-size: 0;
	margin: 0px 3% 20px 17%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.news_gaiyou {
		width: 80%;
		font-size: 0;
		margin: 30px 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.news_gaiyou tr a {
	font-size: 17px;
}
@media screen and (max-width: 1100px) {
	.news_gaiyou tr a {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.news_gaiyou tr a {
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.news_gaiyou_td_a1  {
	width: 18%;
	padding: 20px 0 20px 2%;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
}
/*-----------------------------------------------------------------*/
.news_gaiyou_td_b1  {
	width: 72%;
	padding: 20px 4%;
	text-align: left;
	border-top: 0px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
/*------------------------------------------------------------------------------------------*/
/*	トップページ_ピックアップ部：index.html */
/*------------------------------------------------------------------------------------------*/
.index_pickup_x {
	width: 70%;
	margin: 50px 5% 50px 25%;
	transition: 0.5s;
	display: flex;
}
.index_pickup_x:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.work_td:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.index_pickup_x1 {
	width: 50%;
	height: auto;
	border: 2px solid #dfdfdf;
}
.index_pickup_x2 {
	width: 44%;
	height: auto;
	text-align: left;
	background-color: #fff;
	border-top: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	padding: 2% 3%;
}
.index_pickup_x2 p {
	font-size: 17px;
	color: #666;
}
/*-----------------------------------------------------------------*/
.index_pickup {
	width: 86%;
	margin: 50px 3% 70px 11%;
	text-align: left;
	position: relative;
	transition: 0.5s;
}
@media screen and (max-width: 600px) {
	.index_pickup {
		width: 86%;
		margin: 30px 7% 50px 7%;
	}
}
/*-----------------------------------------------------------------*/
.index_pickup:hover {
	opacity: 0.6;
	transition: 0.5s;
}

.index_pickup_xx {
	width: 86%;
	margin: 50px 3% 70px 11%;
	text-align: left;
	position: relative;
	transition: 0.5s;
}
@media screen and (max-width: 600px) {
	.index_pickup_xx {
		width: 86%;
		margin: 30px 7% 50px 7%;
	}
}

/*-----------------------------------------------------------------*/
.index_pickup_01 {
	width: 100%;
	height: auto;
	font-size: 12px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.index_pickup_01 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
}
/*-----------------------------------------------------------------*/
.index_pickup_02 {
	width: auto;
	height: auto;
	font-size: 35px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 2%;
	right: 2%;
	font-weight: normal;
	text-shadow: #000 2px 2px 2px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
	.index_pickup_02 {
		width: auto;
		height: auto;
		font-size: 20px;
		position: absolute;
		padding: 0;
		margin: 0;
		top: 2%;
		right: 2%;
		font-weight: normal;
		text-shadow: #000 2px 2px 2px;
		letter-spacing: 0.05em;
	}
}/*-----------------------------------------------------------------*/
.index_pickup_02 a {
	color: #fff;
}
/*-----------------------------------------------------------------*/
.index_pickup_03 {
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 20px;
	text-align: right;
	font-weight: normal;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
	.index_pickup_03 {
		width: 100%;
		padding: 5px 0 0 0;
		font-size: 15px;
		text-align: right;
		font-weight: normal;
		letter-spacing: 0.05em;
	}
}
/*-----------------------------------------------------------------*/
.index_pickup_03 a {
	color: #666666;
}

/*-----------------------------------------------------------------*/
.index_pickup_03 a:hover {
	color: #ffa520;
	transition: 0.5s;
}

/*-----------------------------------------------------------------*/
.index_pickup_03_xx {
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
	.index_pickup_03_xx {
		width: 100%;
		padding: 5px 0 0 0;
		font-size: 15px;
		text-align: right;
		font-weight: normal;
		letter-spacing: 0.05em;
	}
}
/*-----------------------------------------------------------------*/
.index_pickup_03_xx a {
	color: #666666;
}

/*-----------------------------------------------------------------*/
.idx_pup {
	width: 86%;
	margin: 50px 3% 70px 11%;
	text-align: left;
	position: relative;
	transition: 0.5s;
}
@media screen and (max-width: 600px) {
	.idx_pup {
		width: 86%;
		margin: 7% 7% 0% 7%;
		padding: 0 0 0% 0;
		background-color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.idx_pup:hover {
	opacity: 0.6;
	transition: 0.5s;
}

/*-----------------------------------------------------------------*/
.idx_pup_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 20px 0% 20px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.idx_pup_title {
		width: 93%;
		margin: 20px 0% 0px 7%;
		padding: 0px 0% 0px 0%;
		font-size: 35px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #f0f0f0;
		border-top: solid 0px #666666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.idx_pup_title a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.idx_pup_p_01 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
}
/*-----------------------------------------------------------------*/
.idx_pup_p_01 img {
	width: 100%;
}

/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.idx_pup_p_02 {
		width: 94%;
		font-size: 20px;
		padding: 0;
		margin: 3% 3%;
		font-weight: normal;
		color: #666;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.idx_pup_p_03 {
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color: #fff;
		text-align: right;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.idx_pup_p_04 {
		margin: 2% 5%;
		font-size: 14px;
		font-weight: normal;
		color: #666;
	}
}
/*------------------------------------------------------------------------------------------*/
/* トップページ_現場紹介部：index.html */
/*------------------------------------------------------------------------------------------*/
.index_work {
	width: 86%;
	margin: 50px 3% 70px 11%;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 600px) {
	.index_work {
		width: 86%;
		margin: 10px 7% 50px 7%;
		font-size: 14px;
		letter-spacing: 0;
	}
}
/*-----------------------------------------------------------------*/
.work_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.work_title {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 8px 0% 8px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: left;
		background-color: #f5f5f5;
		color: #fff;
		border-top: solid 0px #666;
		border-bottom: solid 0px #666;

	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.work_title a{
		color: #666666;
	}
}
/*-----------------------------------------------------------------*/
.work_title_01 {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.work_title_01 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 0px #c0c0c0;
		border-bottom: solid 0px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.work_title_01 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.work_table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
/*-----------------------------------------------------------------*/
.work_tr {
	width: 50%;
}
@media screen and (max-width: 600px) {
	.work_tr {
		width: 100%;
	}
}
/*-----------------------------------------------------------------*/
.work_td {
	width: 47%;
	padding: 0;
}
@media screen and (max-width: 600px) {
	.work_td {
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
		display: block;
		box-shadow: 8px 8px 3px 0px #999;
		background-color: #f5f5f5;
	}
}
/*-----------------------------------------------------------------*/
.work_td:hover {
	opacity: 0.6;
	transition: 0.5s;
}
/*-----------------------------------------------------------------*/
.work_td_01 {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
	.work_td_01 {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.work_td_01 {
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
}
/*-----------------------------------------------------------------*/
.work_td_02 {
	width: 96%;
	padding: 10px 2% 0 2%;
	font-size: 16px;
}
@media screen and (max-width: 600px) {
	.work_td_02 {
		width: 96%;
		padding: 8px 2% 8px 2%;
		font-size: 14px;
		/*color: #666;*/
		color: #fff;
		text-align: left;
		/*background-color: #f5f5f5;*/
		background-color: #202020;
	}
}
/*-----------------------------------------------------------------*/
.work_td_03 {
	width: 96%;
	padding: 0 2% 0 2%;
	font-size: 14px;
}
@media screen and (max-width: 600px) {
	.work_td_03 {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.work_td_spx {
	width: 6%;
}
@media screen and (max-width: 600px) {
	.work_td_spx {
		width: 6%;
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.work_td_spy {
	width: 100%;
	height: 60px;
}
@media screen and (max-width: 600px) {
	.work_td_spy {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.index_work_01 {
	width: 100%;
	text-align: right;
}
/*-----------------------------------------------------------------*/
.index_work_011 {
	padding: 40px 0 0 0;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.index_work_011 {
		padding: 20px 0 0 0;
		text-align: right;
		background-color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.index_work_01 a{
	width: auto;
	padding: 0 1%;
	text-align: right;
	color: #666;
}
/*-----------------------------------------------------------------*/
.index_work_01 a:hover {
	opacity: 0.4;
	transition: 0.3s;
}
/*-----------------------------------------------------------------*/
.index_work_01 p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
@media screen and (max-width: 600px) {
	.index_work_01 p{
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.index_work_01 img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.5%;
}
@media screen and (max-width: 600px) {
	.index_work_01 img{
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 1.5%;
	}
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	現場紹介：gswork_archive.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.index_gsw {
	width: 90%;
	margin: 0px 5% 70px 5%;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
}
/*-----------------------------------------------------------------*/
.gsw_table {
	width: 100%;
	border-collapse: collapse;
	margin: 50px 0 0 0;
}
/*-----------------------------------------------------------------*/
.gsw_tr_1 {
	width: 100%;
}
/*-----------------------------------------------------------------*/
.gsw_td_1 {
	width: 100%;
	padding: 0 0 30px 0;
}
/*-----------------------------------------------------------------*/
.gsw_img {
	max-width:1000px;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
/*-----------------------------------------------------------------*/
.gsw_tr_2 {
	width: 100%;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gsw_tr_2 {
		width: 100%;
		border-top: 0px solid #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.gsw_td_2 {
	width: 16%;
	padding: 15px 2%;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gsw_td_2 {
		width: 96%;
		padding: 3px 2% 3px 2%;
		text-align: left;
		border-bottom: 0px solid #dfdfdf;
		font-size: 14px;
		display: block;
		background-color: #f5f5f5;
	}
}
/*-----------------------------------------------------------------*/
.gsw_td_3 {
	width: 76%;
	padding: 15px 2%;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.gsw_td_3 {
		width: 96%;
		padding: 3px 2% 20px 2%;
		border-bottom: 0px solid #dfdfdf;
		text-align: left;
		font-size: 14px;
		display: block;
	}
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	協力会社の皆様へページ：collaborator.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.section_collaborator {
	width: 100%;
	margin: 0;
}
/*-----------------------------------------------------------------*/
.colla_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.colla_title {
		width: 90%;
		margin: 0px 0% 0px 0%;
		padding: 8px 5% 8px 5%;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #222;
		border-top: solid 0px #4169e1;
		border-bottom: solid 0px #4169e1;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.colla_title a{
		color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.colla_title_02 {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 1100px) {
	.colla_title_02 {
		width: 93%;
		margin: 20px 3% 0px 3%;
		padding: 15px 0% 15px 1%;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 0.2em;
		text-align: left;
		border-top: solid 2px #dfdfdf;
		border-bottom: solid 2px #dfdfdf;
		color: #666;
	}
}
@media screen and (max-width: 600px) {
	.colla_title_02 {
		width: 90%;
		margin: 0px 0% 0px 0%;
		padding: 8px 5% 8px 5%;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #222;
		border-top: solid 0px #4169e1;
		border-bottom: solid 0px #4169e1;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.colla_title_02 a{
		color: #fff;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.colla_title_03 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 1px #c0c0c0;
		border-bottom: solid 1px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.colla_title_03 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_title_04 {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.colla_title_04 {
		display: none;
		width: 90%;
		margin: 0px 0% 0px 0%;
		padding: 8px 5% 8px 5%;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #222;
		border-top: solid 0px #4169e1;
		border-bottom: solid 0px #4169e1;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.colla_title_04 a{
		color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.colla_top {
	width: 85%;
	margin: 50px 3% 70px 12%;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
}
/*-----------------------------------------------------------------*/
.colla_info {
	width: 85%;
	margin: 50px 3% 70px 12%;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (max-width: 1100px) {
	.colla_info {
		width: 85%;
		margin: 50px 3% 70px 12%;
		font-size: 14px;
		letter-spacing: 0.05em;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.colla_info {
		width: 80%;
		margin: 30px 10% 30px 10%;
		font-size: 14px;
		letter-spacing: 0em;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.colla_info_01a {
	width: 84%;
	margin: 0px 3% 0px 12%;
	padding: 60px 0% 60px 1%;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1100px) {
	.colla_info_01a {
		width: 80%;
		margin: 0px 10% 0px 10%;
		padding: 30px 0% 30px 0%;
		font-size: 14px;
		letter-spacing: 0em;
		text-align: left;
		border-bottom: 1px solid #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.colla_info_01b {
	width: 84%;
	margin: 0px 3% 0px 12%;
	padding: 30px 0% 30px 1%;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1100px) {
	.colla_info_01b {
		width: 80%;
		margin: 0px 10% 0px 10%;
		padding: 30px 0% 30px 0%;
		font-size: 14px;
		letter-spacing: 0em;
		text-align: left;
		font-weight: normal;
		display: inline-block;
		border-bottom: 1px solid #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.colla_info_01b a{
	border-left: 5px solid #ff8c00;
	margin: 30px 0% 30px 0%;
	color: #666;
}
@media screen and (max-width: 600px) {
	.colla_info_01b a{
		border-left: 5px solid #ff8c00;
		margin: 30px 0% 30px 0%;
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_info_01b a:hover{
	color: #ff8c00;
	transition: 0.3s;
}
/*-----------------------------------------------------------------*/
.colla_info_01c {
	width: 87%;
	margin: 0px 5% 0px 8%;
	padding: 20px 0% 70px 0%;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (max-width: 1100px) {
	.colla_info_01c {
		width: 87%;
		margin: 0px 5% 0px 8%;
		padding: 20px 0% 70px 0%;
		font-size: 15px;
		letter-spacing: 0.05em;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.colla_info_01c {
		width: 80%;
		margin: 0px 10% 0px 10%;
		padding: 10px 0% 50px 0%;
		font-size: 14px;
		letter-spacing: 0em;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.colla_info_01c p{
	color: #666;
}
/*-----------------------------------------------------------------*/
.cip_line {
	border-bottom: 2px dotted #ff8c00;
}
/*-----------------------------------------------------------------*/
.colla_download {
	width: 85%;
	margin: 0px 3% 70px 12%;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.colla_download {
		width: 90%;
		margin: 0px 5% 30px 5%;
		letter-spacing: 0em;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.colla_btn {
	width: 85%;
	margin: 50px 3% 70px 12%;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.colla_btn {
		width: 80%;
		margin: 30px 10% 30px 10%;
		font-size: 12px;
		letter-spacing: 0em;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.colla_btn a  {
	padding: 1% 5%;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 3px 3px 8px 0px #888;
	color: #666;
	border: 1px solid #666;
}
@media screen and (max-width: 600px) {
	.colla_btn a  {
		padding: 1% 5%;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 4px 4px 3px 0px #999;
		color: #666;
		border: 1px solid #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_btn a:hover {
	transition: 0.3s;
	opacity: 0.6;
}
/*-----------------------------------------------------------------*/
.colla_table2 {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	color: #666666;
}
/*-----------------------------------------------------------------*/
.colla_tr2_1 {
	width: 100%;
	border-top: 1px solid #666;
}
/*-----------------------------------------------------------------*/
.colla_tr2_2 {
	width: 100%;
}
/*-----------------------------------------------------------------*/
.colla_tr2_3 {
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
/*-----------------------------------------------------------------*/
.colla_tr2_4 {
	width: 100%;
	border-top: 1px solid #666;
}
/*-----------------------------------------------------------------*/
.colla_td2_1 {
	width: 27%;
	padding: 10px 0 10px 1%;
	font-size: 17px;
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
@media screen and (max-width: 1100px) {
	.colla_td2_1 {
		width: 27%;
		padding: 10px 0 10px 1%;
		font-size: 15px;
		text-align: left;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
	}
}
@media screen and (max-width: 600px) {
	.colla_td2_1 {
		width: 27%;
		padding: 10px 0 10px 1%;
		font-size: 13px;
		text-align: left;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_td2_1_biko {
	width: 32%;
	padding: 5px 1% 10px 1%;
	font-size: 13px;
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
@media screen and (max-width: 600px) {
	.colla_td2_1_biko {
		width: 32%;
		padding: 5px 1% 10px 1%;
		font-size: 12px;
		text-align: left;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_td2_2 {
	width: 12%;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #666;
}
@media screen and (max-width: 1100px) {
	.colla_td2_2 {
		width: 12%;
		font-size: 14px;
		text-align: center;
		border-right: 1px solid #666;
	}
}
@media screen and (max-width: 600px) {
	.colla_td2_2 {
		width: 12%;
		font-size: 13px;
		text-align: center;
		border-right: 1px solid #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_td2_3 {
	width: 7%;
	padding: 5px 0;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #666;
}
@media screen and (max-width: 1100px) {
	.colla_td2_3 {
		width: 7%;
		padding: 5px 0;
		font-size: 14px;
		text-align: center;
		border-right: 1px solid #666;
	}
}
@media screen and (max-width: 600px) {
	.colla_td2_3 {
		width: 7%;
		padding: 5px 0;
		font-size: 12px;
		text-align: center;
		border-right: 1px solid #666;
	}
}
/*-----------------------------------------------------------------*/
.colla_td2_3_i {
	width: 7%;
	padding: 10px 0;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #666;
}
/*-----------------------------------------------------------------*/
.colla_td2_3_i img {
	box-shadow: 3px 3px 8px 0px #888;
	border-radius: 3px;
}
@media screen and (max-width: 600px) {
	.colla_td2_3_i img {
		box-shadow: 2px 2px 3px 0px #999;
		border-radius: 3px;
	}
}
/*-----------------------------------------------------------------*/
.colla_td2_4 {
	width: 100%;
	padding: 10px 0 0 1%;
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 1100px) {
	.colla_td2_4 {
		width: 100%;
		padding: 10px 0 0 1%;
		font-size: 14px;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.colla_td2_4 {
		width: 100%;
		padding: 10px 0 0 1%;
		font-size: 12px;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.colla_td2_csp {
	width: 25%;
	padding: 5px 0;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #666;
}
@media screen and (max-width: 1100px) {
	.colla_td2_csp {
		width: 25%;
		padding: 5px 0;
		font-size: 14px;
		text-align: center;
		border-right: 1px solid #666;
	}
}
@media screen and (max-width: 600px) {
	.colla_td2_csp {
		width: 25%;
		padding: 5px 0;
		font-size: 13px;
		text-align: center;
		border-right: 1px solid #666;
	}
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	表彰・受賞ページ：award.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.section_award {
	width: 100%;
	margin: 0;
}
/*-----------------------------------------------------------------*/
.awd_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.awd_title {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.awd_title_02 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 0px #c0c0c0;
		border-bottom: solid 0px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.awd_title_02 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.awd_title_03 {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.awd_title_03 {
		width: 90%;
		margin: 25px 0% 0px 10%;
		padding: 0px 0% 0px 0%;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		color: #666;
		border-top: solid 0px #666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_table_01 {
	width: 85%;
	margin: 0 3% 0 12%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.jusyou_table_01 {
		width: 80%;
		margin: 30px 10% 0 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_tr_01 {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.jusyou_tr_01 {
		width: 100%;
		border: 0px solid #666666;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_01 {
	width: 43%;
	padding: 15px 0 15px 2%;
	border-top: 0px solid #dfdfdf;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.jusyou_td_01 {
		width: 43%;
		padding: 15px 0 15px 2%;
		border-top: 0px solid #dfdfdf;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.jusyou_td_01 {
		width: 100%;
		padding: 5px 0 5px 0%;
		background-color: #f3f3f3;
		border-top: 0px dotted #666666;
		font-size: 15px;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_02 {
	width: 15%;
	padding: 15px 0;
	border-top: 0px solid #dfdfdf;
	font-size: 18px;
	text-align: center;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.jusyou_td_02 {
		width: 15%;
		padding: 15px 0;
		border-top: 0px solid #dfdfdf;
		font-size: 14px;
		text-align: center;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.jusyou_td_02 {
		width: 20%;
		padding: 2px 0 25px 0%;
		background-color: #ffffff;
		border-top: 0px dotted #666666;
		font-size: 15px;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_03 {
	width: 30%;
	padding: 15px 0 15px 10%;
	border-top: 0px solid #dfdfdf;
	font-size: 18px;
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.jusyou_td_03 {
		width: 30%;
		padding: 15px 0 15px 10%;
		border-top: 0px solid #dfdfdf;
		font-size: 14px;
		text-align: left;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.jusyou_td_03 {
		width: 80%;
		padding: 2px 0% 25px 0;
		background-color: #ffffff;
		border-top: 0px dotted #666666;
		font-size: 15px;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_11 {
	width: 43%;
	padding: 15px 0 15px 2%;
	border-top: 0px solid #dfdfdf;
	border-bottom: 0px solid #dfdfdf;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.jusyou_td_11 {
		width: 43%;
		padding: 15px 0 15px 2%;
		border-top: 0px solid #dfdfdf;
		border-bottom: 0px solid #dfdfdf;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.jusyou_td_11 {
		width: 100%;
		padding: 5px 0 5px 0%;
		background-color: #f3f3f3;
		border-top: 0px dotted #ffffff;
		border-bottom: 0px dotted #ffffff;
		font-size: 15px;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_12 {
	width: 15%;
	padding: 15px 0;
	border-top: 0px solid #dfdfdf;
	border-bottom: 0px solid #dfdfdf;
	font-size: 18px;
	text-align: center;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.jusyou_td_12 {
		width: 15%;
		padding: 15px 0;
		border-top: 0px solid #dfdfdf;
		border-bottom: 0px solid #dfdfdf;
		font-size: 14px;
		text-align: center;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.jusyou_td_12 {
		width: 20%;
		padding: 2px 0 5px 0%;
		background-color: #ffffff;
		border-top: 0px dotted #666666;
		border-bottom: 0px dotted #666666;
		font-size: 15px;
		text-align: left;
		display: inline-block;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_13 {
	width: 30%;
	padding: 15px 0 15px 10%;
	border-top: 0px solid #dfdfdf;
	border-bottom: 0px solid #dfdfdf;
	font-size: 18px;
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.jusyou_td_13 {
		width: 30%;
		padding: 15px 0 15px 10%;
		border-top: 0px solid #dfdfdf;
		border-bottom: 0px solid #dfdfdf;
		font-size: 14px;
		text-align: left;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	.jusyou_td_13 {
		width: 80%;
		padding: 2px 0 5px 0;
		background-color: #ffffff;
		border-top: 0px dotted #666666;
		border-bottom: 0px dotted #666666;
		font-size: 15px;
		text-align: left;
		display: inline-block;
	}
}
/*-----------------------------------------------------------------*/
.jusyou_td_01 a, .jusyou_td_11 a {
	color: #666666;
}
@media screen and (max-width: 600px) {
	.jusyou_td_01 a, .jusyou_td_11 a {
		color: #666666;
		font-weight: normal;
	}
}
/*-----------------------------------------------------------------*/
.sonota_table_01 {
	width: 85%;
	margin: 0 3% 0 12%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.sonota_table_01 {
		width: 80%;
		margin: 10px 10% 0 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.sonota_tr_01 {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	font-size: 17px;
}
@media screen and (max-width: 1100px) {
	.sonota_tr_01 {
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.sonota_tr_01 {
		width: 100%;
		border-top: 0px dotted #666666;
		border-bottom: 1px dotted #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.sonota_td_01 {
	width: 17%;
	height: auto;
	padding: 15px 0;
	text-align: center;
	color: #666666;
}
@media screen and (max-width: 600px) {
	.sonota_td_01 {
		width: 98%;
		height: auto;
		padding: 15px 0 0px 2%;
		font-size: 14px;
		text-align: left;
		color: #666666;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.sonota_td_02 {
	width: 68%;
	height: auto;
	padding: 15px 0 15px 3%;
	text-align: left;
	color: #666666;
}
@media screen and (max-width: 600px) {
	.sonota_td_02 {
		width: 96%;
		height: auto;
		padding: 0px 2% 15px 2%;
		font-size: 14px;
		text-align: left;
		color: #666666;
		display: inline-block;
	}
}
/*-----------------------------------------------------------------*/
.sonota_td_03 {
	width: 15%;
	height: auto;
	padding: 10px 0;
	text-align:center;
	font-size: 15px;
	transition: 0.6s;
}
@media screen and (max-width: 600px) {
	.sonota_td_03 {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.sonota_td_03 img {
	border: solid 1px #999;
	box-shadow: 3px 3px 8px 0px #888;
	border-radius: 5px;
}
/*-----------------------------------------------------------------*/
.sonota_td_03 img:hover {
	opacity: 0.5;
	transition: 0.6s;
}
/*-----------------------------------------------------------------*/
.awd_img {
	width: 93%;
	margin: 50px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	施工実績ページ：archive.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.section_archive {
	width: 100%;
	margin: 0 auto;
}
/*-----------------------------------------------------------------*/
.archive_title {
	width: 93%;
	margin: 0px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.archive_title {
		width: 96%;
		margin: 0px 0% 0px 4%;
		padding: 16px 0% 0px 0%;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		color: #666;
		border-top: solid 0px #666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.archive_title a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.archive_title_02 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 0px #c0c0c0;
		border-bottom: solid 0px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.archive_title_02 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.archive_title_03 {
	width: 93%;
	margin: 0px 3% 50px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.archive_title_03 {
		width: 94%;
		margin: 0 0 5% 6%;
		padding: 16px 0% 0px 0%;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		border-top: solid 0px #666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.archive_title_03 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.archive_work {
	width: 87%;
	margin: 50px 3% 0px 10%;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-align: right;
	position: relative;
}
@media screen and (max-width: 600px) {
	.archive_work {
		width: 100%;
		margin: 30px 0% 0px 0%;
		font-size: 15px;
		letter-spacing: 0.08em;
		text-align: right;
		position: relative;
	}
}
/*-----------------------------------------------------------------*/
.archive_table {
	width: 93%;
	font-size: 0;
	margin: 0px 0% 20px 7%;
	border-collapse: collapse;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.archive_table {
		width: 90%;
		font-size: 0;
		margin: 0px 5% 20px 5%;
		border-collapse: collapse;
		border-top: 1px solid #dfdfdf;
		letter-spacing: 0em;
	}
}
/*-----------------------------------------------------------------*/
.archive_tr_01 {
	border-bottom: 1px solid #dfdfdf;
	color: #666;
}
/*-----------------------------------------------------------------*/
.archive_tr_02 {
	color: #666;
}
/*-----------------------------------------------------------------*/
.archive_td_img {
	width: 5%;
	padding: 0 0 0 1%;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.archive_td_img {
		width: 10%;
		padding: 10px 0 0 0;
		text-align: center;
		background-color: #f5f5f5;
	}
}
/*-----------------------------------------------------------------*/
.archive_td_img img {
	padding: 0 0 10% 0;
	border-bottom: 1px dotted #ff8c00;
}
@media screen and (max-width: 600px) {
	.archive_td_img img {
		padding: 0 0 10% 0;
		border-bottom: 1px dotted #ff8c00;
	}
}
/*-----------------------------------------------------------------*/
.archive_td_img:hover {
	opacity: 0.4;
	transition: 0.3s;
}
/*-----------------------------------------------------------------*/
.archive_td_01 {
	width: 50%;
	padding: 20px 2% 20px 0;
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.archive_td_01 {
		width: 93%;
		padding: 10px 2% 0 5%;
		font-size: 12px;
		text-align: left;
		display: inline-block;
	}
}
/*-----------------------------------------------------------------*/
.archive_td_02 {
	width: 18%;
	padding: 20px 0;
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.archive_td_02 {
		width: 100%;
		padding: 0 0 0 5%;
		font-size: 12px;
		text-align: left;
		display: inline-block;
		margin: 0 0 0 0%;
	}
}
/*-----------------------------------------------------------------*/
.archive_td_03 {
	width: 27%;
	padding: 20px 0;
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.archive_td_03 {
		width: 100%;
		padding: 0 0 10px 5%;
		font-size: 12px;
		text-align: left;
		display: inline-block;
		margin: 0 0 0 0;
	}
}
/*-----------------------------------------------------------------*/
.archive_td_04 {
	width: 97%;
	padding: 10px 0 0 0;
	font-size: 17px;
	text-align: right;
}
/*-----------------------------------------------------------------*/
.archive_td_04 p{
	padding: 10px 0;
	font-size: 17px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
	.archive_td_04 p{
		padding: 10px 0;
		font-size: 13px;
		text-align: right;
		display: inline-block;
		vertical-align: middle;
	}
}
/*-----------------------------------------------------------------*/
.archive_td_04 img{
	padding: 10px 0 0 0;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 1.5%;
}
/*-----------------------------------------------------------------*/
.archive_img {
	width: 45%;
	margin: 0 0% 50px 3%;
	display: inline-block;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.archive_img {
		width: 41%;
		margin: 0 4% 20px 4%;
		display: inline-block;
		transition: 0.3s;
		vertical-align: top;
		box-shadow: 6px 6px 3px 0px #999;
	}
}
/*-----------------------------------------------------------------*/
.archive_img:hover {
	opacity: 0.3;
	transition: 0.6s;
}
/*-----------------------------------------------------------------*/
.archive_img_01 {
	width: 45%;
	margin: 0 0% 50px 3%;
	display: inline-block;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.archive_img_01 {
		width: 45%;
		margin: 0 1% 20px 3%;
		display: inline-block;
		transition: 0.3s;
		vertical-align: top;
	}
}
@media screen and (max-width: 600px) {
	.archive_img_0199 {
		width: 45%;
		margin: 0 1% 20px 3%;
		display: inline-block;
		transition: 0.3s;
		vertical-align: top;
		box-shadow: 6px 6px 3px 0px #999;
	}
}
/*-----------------------------------------------------------------*/
.archive_img_01:hover {
	opacity: 0.3;
	transition: 0.6s;
}
/*-----------------------------------------------------------------*/
.archive_img_02 {
	width: 45%;
	margin: 0 0% 50px 3%;
	display: inline-block;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.archive_img_02 {
		width: 45%;
		margin: 0 3% 20px 1%;
		display: inline-block;
		transition: 0.3s;
		vertical-align: top;
	}
}
@media screen and (max-width: 600px) {
	.archive_img_0299 {
		width: 45%;
		margin: 0 3% 20px 1%;
		display: inline-block;
		transition: 0.3s;
		vertical-align: top;
		box-shadow: 6px 6px 3px 0px #999;
	}
}
/*-----------------------------------------------------------------*/
.archive_img_02:hover {
	opacity: 0.3;
	transition: 0.6s;
}
/*-----------------------------------------------------------------*/
.archive_01 {
	width: 100%;
	height: 250px;
	display: block;
	align: bottom;
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
	.archive_01 {
		width: 100%;
		height: 200px;
		display: block;
		align: bottom;
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.archive_01 {
		width: 100%;
		height: 90px;
		display: block;
		align: bottom;
		overflow: hidden;
		margin: 0;
	}
}
/*-----------------------------------------------------------------*/
.archive_02 {
	width: 98%;
	height: 20px;
	padding: 10px 2% 0 0;
	display: block;
	text-align: right;
	font-size: 15px;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 600px) {
	.archive_02 {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.archive_02 a {
	background-color: #666;
	padding: 0 3%;
	color: #fff;
	border-radius: 3px;
}
/*-----------------------------------------------------------------*/
.archive_03 {
	width: 98%;
	padding: 7px 2% 0 0;
	height: 20px;
	display: block;
	text-align: right;
	font-size: clamp(11px,1vw,15px) ;
	color: #666;
}
@media screen and (max-width: 600px) {
	.archive_03 {
		width: 90%;
		padding: 8px 5% 0 5%;
		height: 40px;
		display: block;
		text-align: left;
		font-size: 12px;
		letter-spacing: 0;
		background-color: #202020;
	}
}
@media screen and (max-width: 600px) {
	.archive_03 p {
		line-height: 1.2em;
		color: #fff;
	}
}
/*-----------------------------------------------------------------*/
.archive_04 {
	width: 98%;
	padding: 0px 2% 0 0;
	height: 20px;
	margin: 0;
	display: block;
	text-align: right;
	font-size: 14px;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	採用情報ページ：recruit.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.section_recruit {
	width: 100%;
	margin: 0 0 100px 0;
}
@media screen and (max-width: 600px) {
	.section_recruit {
		width: 100%;
		margin: 0 0 30px 0;
	}
}
/*-----------------------------------------------------------------*/
.rec_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.rec_title {
		width: 90%;
		margin: 25px 0% 0px 10%;
		padding: 0px 0% 0px 0%;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		color: #666;
		border-top: solid 0px #666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.rec_title a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.rec_title_02 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 0px #c0c0c0;
		border-bottom: solid 0px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.rec_title_02 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.rec_table {
	width: 85%;
	font-size: 0;
	margin: 0px 3% 20px 12%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.rec_table {
		width: 80%;
		font-size: 0;
		margin: 30px 10% 0px 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.rec_table tr a{
	font-size: 16px;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 1100px) {
	.rec_table tr a{
		font-size: 14px;
		letter-spacing: 0.12em;
	}
}
@media screen and (max-width: 600px) {
	.rec_table tr a{
		font-size: 14px;
		letter-spacing: 0em;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_a1 {
	width: 15%;
	padding: 14px 0 14px 1%;
	text-align: left;
	border-top: 0px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_a1 {
		width: 96%;
		padding: 3px 2%;
		background-color: #f3f3f3;
		border-top: 0px solid #666666;
		display: block;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_a2 {
	width: 15%;
	padding: 14px 0 14px 1%;
	text-align: left;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_a2 {
		width: 96%;
		padding: 3px 2%;
		background-color: #f3f3f3;
		border-top: 0px dotted #ffffff;
		display: block;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_a3 {
	width: 15%;
	padding: 14px 0 14px 1%;
	text-align: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_a3 {
		width: 96%;
		padding: 3px 2%;
		background-color: #f3f3f3;
		border-top: 0px dotted #ffffff;
		border-bottom: 0px solid #666666;
		display: block;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_a1 a, .rec_td_a2 a, .rec_td_a3 a {
	color: #666666;
}
@media screen and (max-width: 600px) {
	.rec_td_a1 a, .rec_td_a2 a, .rec_td_a3 a {
		color: #666666;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_a99 {
	width: 100%;
	padding: 14px 0;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.15em;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_a99 {
		width: 100%;
		padding: 14px 0;
		font-size: 16px;
		text-align: right;
		border-top: 0px solid #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_a99 p{
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
/*-----------------------------------------------------------------*/
.rec_td_a99 img{
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 1.5%;
}
/*-----------------------------------------------------------------*/
.rec_td_a99:hover{
	opacity: 0.6;
	transition: 0.3s;
}
/*-----------------------------------------------------------------*/
.rec_td_b1 {
	width: 82%;
	padding: 14px 0 14px 2%;
	font-size: 16px;
	text-align: left;
	border-top: 0px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_b1 {
		width: 96%;
		padding: 2px 2% 25px 2%;
		font-size: 15px;
		text-align: left;
		border-top: 0px dotted #666666;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_b2 {
	width: 82%;
	padding: 14px 0 14px 2%;
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_b2 {
		width: 96%;
		padding: 2px 2% 25px 2%;
		font-size: 15px;
		text-align: left;
		border-top: 0px dotted #666666;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_b3 {
	width: 82%;
	padding: 14px 0 14px 2%;
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_b3 {
		width: 96%;
		padding: 2px 2% 25px 2%;
		font-size: 15px;
		text-align: left;
		border-top: 0px dotted #666666;
		border-bottom: 0px dotted #666666;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.rec_td_b3 a{
	border-bottom: 1px dotted #ff8c00;
	padding: 0 0 5px 0;
}

/*-----------------------------------------------------------------*/
.rec_td_b4 {
	width: 82%;
	padding: 14px 0 14px 2%;
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.rec_td_b4 {
		width: 96%;
		padding: 2px 2% 25px 2%;
		font-size: 15px;
		text-align: left;
		border-top: 0px dotted #666666;
		border-bottom: 0px dotted #666666;
		display: block;
	}
}
/*-----------------------------------------------------------------*/
.rec_info {
	width: 85%;
	font-size: 0;
	margin: 0px 3% 80px 12%;
}
/*-----------------------------------------------------------------*/
.rec_info_01 {
	width: 98%;
	padding: 0 1%;
	display: block;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
@media screen and (max-width: 600px) {
	.rec_info_01 {
		width: 96%;
		padding: 0 2%;
		display: block;
		font-size: 14px;
		text-align: left;
		letter-spacing: 0.01em;
		line-height: 1.2em;
	}
}
/*-----------------------------------------------------------------*/
.rec_info_02 {
	width: 96%;
	padding: 0 2%;
	display: block;
	font-size: 16px;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.rec_info_02 {
		width: 96%;
		padding: 0 2%;
		display: block;
		font-size: 14px;
		text-align: right;
	}
}
/*-----------------------------------------------------------------*/
.rec_info_02 a{
	border-bottom: 1px dotted #666;
}
/*-----------------------------------------------------------------*/
.rec_info_02 a:hover{
	opacity: 0.3;
	transition: 0.6s;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	安全衛生推進大会ページ：safety_xxx.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.section_saf {
	width: 100%;
	margin: 0;
}
/*-----------------------------------------------------------------*/
.saf_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.saf_title {
		width: 93%;
		margin: 25px 0% 0px 7%;
		padding: 0px 0% 0px 0%;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		border-top: solid 0px #666;
		border-bottom: solid 3px #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.saf_title a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.saf_title_02 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 1px #c0c0c0;
		border-bottom: solid 1px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.saf_title_02 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou {
	width: 80%;
	font-size: 0;
	margin: 0px 3% 80px 17%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.saf_gaiyou {
		width: 80%;
		font-size: 0;
		margin: 30px 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou tr a {
	font-size: 17px;
}
@media screen and (max-width: 1100px) {
	.saf_gaiyou tr a {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.saf_gaiyou tr a {
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou_td_a1 {
	width: 18%;
	padding: 20px 0 20px 2%;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.saf_gaiyou_td_a1 {
		width: 98%;
		display: block;
		padding: 5px 0 5px 2%;
		font-weight: normal;
		background-color: #f3f3f3;
		color: #666666;
		border-top: 0px solid #666666;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
		border-bottom: 0px solid #dfdfdf;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou_td_a1 a {
	color: #666666;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
.saf_gaiyou_td_a1 a {
		color: #666666;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou_td_b1 {
	width: 72%;
	padding: 20px 4%;
	text-align: left;
	border-top: 0px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.saf_gaiyou_td_b1 {
		width: 96%;
		display: block;
		padding: 5px 2% 15px 2%;
		text-align: left;
		border-top: 0px solid #666666;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
		border-bottom: 0px solid #dfdfdf;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou_td_a2 {
	width: 18%;
	padding: 15px 2%;
	text-align: right;
	font-weight: normal;
	color: orange;
	border-bottom: 0px solid #dfdfdf;
	transition: 0.6s;
	display: block;
}
/*-----------------------------------------------------------------*/
.saf_gaiyou_td_a2 a {
	color: #FF8C00;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
.saf_gaiyou_td_a2 a {
		font-size: 12px;
		color: #FF8C00;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------------------------------------*/
.saf_gaiyou_td_a2 a:hover {
	opacity: 0.3;
	transition: 0.6s;
}

/*-----------------------------------------------------------------*/
.saf_ju {
	width: 93%;
	height: 100px;
	margin: 70px 3.5% 0 3.5%;
	text-align: center;
	font-size: 25px;
}
@media screen and (max-width: 600px) {
	.saf_ju {
	width: 93%;
	height: 40px;
	margin: 0 3.5% 30px 3.5%;
	text-align: center;
	font-size: 20px;
	}
}

.saf_ju p {
	color: #666;
}

/*-----------------------------------------------------------------*/
.saf_mv {
	width: 93%;
	height: auto;
	margin: 40px 3.5% 0 3.5%;
	text-align: center;
	background-color: #000;
}
@media screen and (max-width: 600px) {
	.saf_mv {
	width: 93%;
	height: auto;
	margin: 0 3.5% 40px 3.5%;
	text-align: center;
	background-color: #000;
	}
}
/*-----------------------------------------------------------------*/
.saf_mvt {
	width: 93%;
	height: auto;
	margin: 20px 3.5% 10% 3.5%;
	text-align: center;
	display: block;
}
@media screen and (max-width: 600px) {
	.saf_mvt {
	width: 93%;
	height: auto;
	margin: 20px 3.5% 0 3.5%;
	background-color: #000;
	text-align: left;
	display: block;
	}
}
/*-----------------------------------------------------------------*/
.saf_mvt_p1{
	display: none;
}
@media screen and (max-width: 600px) {
	.saf_mvt_p1{
		width: auto;
		display: block;
		margin: 0% 5% 0 2%;
		padding: 2% 0 0 0;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------------------------------------*/
.saf_mvt_p2{
	width: auto;
	display: inline-block;
	margin: 0 0% 0 0;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
	.saf_mvt_p2{
		width: auto;
		display: block;
		margin: 0 0% 0 2%;
		padding: 0 0 0 0;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.saf_mvt_p3{
		width: auto;
		display: block;
		margin: 0 0% 0 2%;
		padding: 0 0 2% 0;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	会社情報ページ：cinfo.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.cif_title {
	width: 93%;
	margin: 20px 3% 0px 3%;
	padding: 15px 0% 15px 1%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 2px #dfdfdf;
	color: #666;
}
@media screen and (max-width: 600px) {
	.cif_title {
		width: 90%;
		margin: 25px 0% 0px 10%;
		padding: 0px 0% 0px 0%;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0;
		text-align: left;
		background-color: #fff;
		border-top: solid 0px #666666;
		border-bottom: solid 3px #666666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.cif_title a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.cif_title_02 {
		width: 98%;
		margin: 0px 0% 0px 0%;
		padding: 12px 0% 12px 2%;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: solid 1px #c0c0c0;
		border-bottom: solid 1px #c0c0c0;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.cif_title_02 a{
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.section_cif {
	width: 100%;
	margin: 0;
}
/*------------------------------------------------------------------------------------------*/
/*	会社情報ページ_会社概要部：cinfo.html */
/*------------------------------------------------------------------------------------------*/
.cif_gaiyou {
	width: 80%;
	font-size: 0;
	margin: 0px 3% 80px 17%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.cif_gaiyou {
		width: 80%;
		font-size: 0;
		margin: 15px 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.cif_gaiyou tr a {
	font-size: 17px;
}
@media screen and (max-width: 1100px) {
	.cif_gaiyou tr a {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.cif_gaiyou tr a {
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_a1 {
	width: 18%;
	padding: 25px 0 25px 2%;
	text-align: left;
	font-weight: normal;
	color: #666666;
	border-top: 0px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gaiyou_td_a1 {
		width: 98%;
		display: block;
		padding: 5px 0 5px 2%;
		font-weight: normal;
		background-color: #f3f3f3;
		color: #666666;
		border-top: 0px solid #666666;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_a2 {
	width: 18%;
	padding: 25px 0 25px 2%;
	text-align: left;
	font-weight: normal;
	color: #666666;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gaiyou_td_a2 {
		width: 98%;
		display: block;
		padding: 5px 0 5px 2%;
		font-weight: normal;
		background-color: #f3f3f3;
		color: #666666;
		border-top: 0px solid #666666;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_a3 {
	width: 18%;
	padding: 25px 0 25px 2%;
	text-align: left;
	font-weight: normal;
	color: #666666;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gaiyou_td_a3 {
		width: 98%;
		display: block;
		padding: 5px 0 5px 2%;
		font-weight: normal;
		background-color: #f3f3f3;
		color: #666666;
		border-top: 0px solid #666666;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_a1 a, .gaiyou_td_a2 a, .gaiyou_td_a3 a {
	color: #666666;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
.gaiyou_td_a1 a, .gaiyou_td_a2 a, .gaiyou_td_a3 a {
		color: #666666;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_b1 {
	width: 72%;
	padding: 25px 4%;
	text-align: left;
	border-top: 0px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gaiyou_td_b1 {
		width: 96%;
		display: block;
		padding: 5px 2% 25px 2%;
		text-align: left;
		border-top: none;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_b2 {
	width: 72%;
	padding: 25px 4%;
	text-align: left;
	border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gaiyou_td_b2 {
		width: 96%;
		display: block;
		padding: 5px 2% 25px 2%;
		text-align: left;
		border-top: none;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
	}
}
/*-----------------------------------------------------------------*/
.gaiyou_td_b3 {
	width: 72%;
	padding: 25px 4%;
	text-align: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
	.gaiyou_td_b3 {
		width: 96%;
		display: block;
		padding: 5px 2% 25px 2%;
		text-align: left;
		border-top: none;
		border-left: 0px solid #666666;
		border-right: 0px solid #666666;
		border-bottom: 0px solid #666666;
	}
}
/*------------------------------------------------------------------------------------------*/
/*	会社情報ページ_ご挨拶部：cinfo.html */
/*------------------------------------------------------------------------------------------*/
.cif_aisatsu {
	width: 80%;
	margin: 30px 3% 70px 17%;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.cif_aisatsu {
		width: 80%;
		margin: 15px 10% 0px 10%;
		font-size: 15px;
		letter-spacing: 0.05em;
		text-align: left;
	}
}/*-----------------------------------------------------------------*/
.cif_aisatsu_01 {
	width: auto;
	height: auto;
	padding: 10px 0 0 0;
	text-align: right;
}
/*------------------------------------------------------------------------------------------*/
/*	会社情報ページ_社訓部：cinfo.html */
/*------------------------------------------------------------------------------------------*/
.cif_syakun {
	width: 100%;
	margin: 50px 0 0 0;
	height: auto;
	padding: 0;
	text-align: center;
	font-size: 25px;
	font-family: "Yu Mincho";
	letter-spacing: 0.12em;
}
@media screen and (max-width: 600px) {
	.cif_syakun {
		width: 100%;
		margin: 15px 0 0 0;
		height: auto;
		padding: 0;
		text-align: center;
		font-size: 20px;
		font-family: "Yu Mincho";
		letter-spacing: 0.12em;
	}
}/*------------------------------------------------------------------------------------------*/
/*	会社情報ページ_沿革部：cinfo.html */
/*------------------------------------------------------------------------------------------*/
.cif_enkaku {
	width: 80%;
	font-size: 0;
	margin: 0px 3% 80px 17%;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) {
	.cif_enkaku {
		width: 80%;
		font-size: 0;
		margin: 0px 10% 30px 10%;
		border-collapse: collapse;
	}
}
/*-----------------------------------------------------------------*/
.enkaku_tr_00 {
}
/*-----------------------------------------------------------------*/
.enkaku_tr_00 a{
	font-size: 16px;
}
@media screen and (max-width: 1100px) {
	.enkaku_tr_00 a{
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.enkaku_tr_01 {
	border-top: 1px solid #dfdfdf;
}
/*-----------------------------------------------------------------*/
.enkaku_tr_01 a{
	font-size: 16px;
}
@media screen and (max-width: 1100px) {
	.enkaku_tr_01 a{
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.enkaku_tr_02 {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
/*-----------------------------------------------------------------*/
.enkaku_tr_02 a{
	font-size: 16px;
}
@media screen and (max-width: 1100px) {
	.enkaku_tr_02 a{
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------*/
.enkaku_td_01 {
	width: 15%;
	padding: 25px 0%;
	font-weight: normal;
	text-align: center;
	color: #666666;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 600px) {
	.enkaku_td_01 {
		width: 96%;
		display: block;
		padding: 12px 2% 0 2%;
		font-weight: normal;
		text-align: left;
		color: #666666;
		letter-spacing: 0.12em;
	}
}
/*-----------------------------------------------------------------*/
.enkaku_td_02 {
	width: 81%;
	padding: 25px 2%;
	color: #666666;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.enkaku_td_02 {
		width: 96%;
		display: block;
		padding: 0 2% 12px 2%;
		color: #666666;
		text-align: left;
	}
}
/*------------------------------------------------------------------------------------------*/
/*	会社情報ページ_事業所部：cinfo.html */
/*------------------------------------------------------------------------------------------*/
.cif_jigyousyo_1 {
	width: 80%;
	padding: 25px 0 ;
	margin: 0px 3% 0px 17%;
	font-size: 0;
	border-top: 0px solid #dfdfdf;
	text-align: left;
	
}
@media screen and (max-width: 600px) {
	.cif_jigyousyo_1 {
		width: 80%;
		padding: 25px 0 ;
		margin: 0px 10% 0px 10%;
		font-size: 0;
		border-top: 0px solid #dfdfdf;
		text-align: left;
		
	}
}
/*-----------------------------------------------------------------*/
.cif_jigyousyo_2 {
	width: 80%;
	padding: 25px 0 ;
	margin: 0px 3% 0px 17%;
	font-size: 0;
	border-top: 1px solid #dfdfdf;
	text-align: left;
	
}
@media screen and (max-width: 600px) {
	.cif_jigyousyo_2 {
		width: 80%;
		padding: 25px 0 ;
		margin: 0px 10% 0px 10%;
		font-size: 0;
		border-top: 1px solid #dfdfdf;
		text-align: left;
		
	}
}
/*-----------------------------------------------------------------*/
.cif_jigyousyo_3 {
	width: 80%;
	padding: 30px 0 ;
	margin: 0px 3% 0px 17%;
	font-size: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
	
}
@media screen and (max-width: 600px) {
	.cif_jigyousyo_3 {
		width: 80%;
		padding: 30px 0 ;
		margin: 0px 10% 0px 10%;
		font-size: 0;
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		text-align: left;
		
	}
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_01 {
	width: 83%;
	padding: 0 0 0px 2%;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #666;
}
@media screen and (max-width: 600px) {
	.jigyousyo_td_01 {
		width: 40%;
		padding: 0 0 0px 2%;
		font-size: 18px;
		font-weight: normal;
		text-align: left;
	}
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_02 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0 0 0 10%;
	font-size: 15px;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.jigyousyo_td_02 {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_02 a {
	border: 1px solid #666666;
	border-radius: 5px;
	padding: 10px 20px;
	color: #666666;
	transition: 0.3s;
	box-shadow: 3px 3px 8px 0px #888;
	background-color: #f8f8ff;
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_02 a:hover {
	opacity: 0.3;
	transition: 0.6s;
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_03 {
	width: 83%;
	padding: 0 0 5px 2%;
	margin: 0;
	font-size: 15px;
	text-align: left;
	line-height: 19px;
	color: #666;
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_04 {
	display: none;
}
@media screen and (max-width: 600px) {
	.jigyousyo_td_04 {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0 0 0 0%;
		font-size: 15px;
		text-align: right;
	}
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_04 a {
	padding: 0;
	color: #666666;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.jigyousyo_td_04 a {
		padding: 2%;
		color: #666666;
		transition: 0.3s;
		border: 1px solid #666;
		background-color: #f8f8ff;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.jigyousyo_td_0499 a::before {
		content: '[ ';
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.jigyousyo_td_0499 a::after {
		content: ' ]';
	}
}
/*-----------------------------------------------------------------*/
.jigyousyo_td_04 a:hover {
	opacity: 0.3;
	transition: 0.6s;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	事業所ページ：office_***.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.jigyousyo_img {
	display: block;
	width: 80%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
@media screen and (max-width: 961px) {
	.jigyousyo_img {
		display: block;
		width:80%;
		margin: 0 auto;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}
@media screen and (max-width: 600px) {
	.jigyousyo_img {
		display: none;
	}
}
/*-----------------------------------------------------------------*/
.jigyousyo_img_02 {
	display: none;
}
@media screen and (max-width: 961px) {
	.jigyousyo_img_02 {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.jigyousyo_img_02 {
		display: block;
		width:100%;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}
/*-----------------------------------------------------------------*/
.jgs_info {
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	font-size: 16px;
	text-align: left;
	color: #666;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*	head_カレント処理 */
/*---------------------------------------------------------------------------------------------------------------------*/
.cinfo a[href*=cinfo],
.archive a[href*=archive],
.award a[href*=award],
.recruit a[href*=recruit],
.index a[href*=index],
.collaborator a[href^=collaborator]
{
	color: #ff8c00;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #dfdfdf;
}
.jgs_info99 {
	color: #fff;
	background-color: #003399;
	border-top: 3px solid #003399;
	border-bottom: 3px solid #5f5f5f;
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*　　index.html_work_slider用_css　　*/
/*---------------------------------------------------------------------------------------------------------------------*/
.index_slider {
	display: none;
}
@media screen and (max-width: 600px) {
	.index_slider {
		display: block;
		width: 100%;
		margin: 0 0% 0px 0%;
		padding: 0 0 25% 0;
		font-size: 15px;
		letter-spacing: 0;
		background-color: #202020;
		color: #fff;
	}
}

/*-----------------------------------------------------------------*/
.slider_title {
	width: 93%;
	margin: 0 0% 10px 7%;
	padding: 3% 0% 2% 0%;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	background-color: #202020;
	border-top: solid 0px #666666;
	border-bottom: solid 0px #fff;
}

.slider_title a{
	color: #fff;
}

/*-----------------------------------------------------------------*/
.slider{
	width:100%;
	margin:0 auto;
}

.slider img{
	width:100%;
	padding: 0 0 5% 0;
}

.slider .slick-slide{
	height:auto!important;
}

.slider .slick-arrow{
	z-index:2!important;
}

.slider .slick-next{
	right:0!important;
}

.slider .slick-prev{
	left:0!important;
}

.slick-slide{
	margin-right: 2vw!important;
	margin-left: 2vw!important;
}

.slider_p_01{
	padding: 0 3% 0 3%;
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.slider_p_02{
	padding: 4% 3% 0% 3%;
	color: #fff;
	text-align: left;
	font-size: 14px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*　　safety.html_work_slider用_css 　　*/
/*---------------------------------------------------------------------------------------------------------------------*/
.saf_slider {
	display: none;
}
@media screen and (max-width: 600px) {
	.saf_slider {
		display: block;
		width: 100%;
		margin: 10px 0% 0px 0%;
		padding: 0 0 4% 0;
		font-size: 15px;
		letter-spacing: 0;
		background-color: #f3f3f3;
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.saf_slider_title {
	width: 93%;
	margin: 0% 0% 10% 7%;
	padding: 5% 0% 0% 0%;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	background-color: #f3f3f3;
	border-top: solid 0px #666666;
	border-bottom: solid 3px #666;
}
.saf_slider_title a{
	color: #666;
}
/*-----------------------------------------------------------------*/
.saf_slider{
	width:100%;
	margin:0 auto;
}

.saf_slider img{
	width:100%;
	padding: 0 0 5% 0;
}

.saf_slider .slick-slide{
	height:auto!important;
}

.saf_slider .slick-arrow{
	z-index:2!important;
}

.saf_slider .slick-next{
	right:0!important;
}

.saf_slider .slick-prev{
	left:0!important;
}

.saf_slick-slide{
	margin-right: 2vw!important;
	margin-left: 2vw!important;
}

.saf_slider_p_01{
	padding: 4% 3%;
	color: #666;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.saf_slider_p_02{
	padding: 0% 3%;
	color: #666;
	text-align: left;
	font-size: 13px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*　　safety.html_work_gallary用_css 　　*/
/*---------------------------------------------------------------------------------------------------------------------*/

.saf_gal {
	display: block;
	width: 93%;
	margin: 3% 3% 15% 3%;
	padding: 0 0 3% 0;
	font-size: 15px;
	letter-spacing: 0;
	color: #666;
}
@media screen and (max-width: 600px) {
	.saf_gal {
		display: block;
		width: 100%;
		margin: 0% 0% 0 0%;
		padding: 0 0% 20% 0%;
		font-size: 15px;
		letter-spacing: 0;
		background-color: #fff;
		color: #666;
	}
}
/*-----------------------------------------------------------------*/
.gal {
	width: 90%;
	margin: 0% 5% 0 5%;
}
@media screen and (max-width: 600px) {
	.gal {
		width: 90%;
		margin: 0 5%;
	}
}
/*-----------------------------------------------------------------*/
.saf_gal_title {
	width: 93%;
	margin: 0% 0% 10% 7%;
	padding: 5% 0% 0% 0%;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	background-color: #fff;
	border-top: solid 0px #666666;
	border-bottom: solid 3px #666;
}
.saf_gal_title a{
	color: #666;
}
/*-----------------------------------------------------------------*/
.saf_table {
	width: 90%;
	margin: 0 5%;
	border-collapse: collapse;
}
/*-----------------------------------------------------------------*/
.saf_tr_01 {
	width: 100%;
}
/*-----------------------------------------------------------------*/
.saf_td_01 {
	width: 24.75%;
	height: 170px;
	padding: 0 0 0 1%;
}
@media screen and (max-width: 600px) {
	.saf_td_01 {
		width: 10.1%;
		height: 50px;
		padding: 0 1% 0 0;
	}
}
@media screen and (max-width: 600px) {
	.saf_td_01-99 {
		width: 24.75%;
		height: 70px;
		padding: 0 1% 0 0;
	}
}
/*-----------------------------------------------------------------*/
.saf_td_02 {
	width: 25.75%;
	height: 170px;
	padding: 0 1% 0 1%;
}
@media screen and (max-width: 600px) {
	.saf_td_02 {
		width: 9.1%;
		height: 50px;
		padding: 0 0% 0 0%;
	}
}
@media screen and (max-width: 600px) {
	.saf_td_02-99 {
		width: 25.75%;
		height: 70px;
		padding: 0 0% 0 0%;
	}
}
/*-----------------------------------------------------------------*/
.saf_table img{
	margin: 10% 0 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
