﻿@charset "utf-8";

/*
Theme Name: テーマ
Version 1.0
*/ 

@import "base.css";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body{
	padding:0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	color:#4d4d4d;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}



#wrapper{
	padding:0;
	width:100%;
}
img{
	max-width:100%;
	height:auto;
}

/*　header　
----------------------------------------------------------*/
.h_inner_top{
	width:100%;
	height:20px;
	background-color:#000000;
	color:#ffffff;
	font-size:0.75em;
}
.h_inner_top h1{
	width:1050px;
	text-align:left;
	margin:0 auto;
}

/*　menu
----------------------------------------------------------*/
.h_inner ul.menu{
	width:1212px;
	margin:0 auto;
	height:105px;
	position:relative;
	z-index:9999;
}
.h_inner ul.menu li{
	float:left;
	height:105px;
}
.h_inner ul.menu li:nth-child(1){
	margin-top:28px;
	margin-right:40px;
}
.h_inner ul.menu li:nth-child(7){
	margin-left:10px;
}
.h_inner ul.menu li:nth-child(2):hover,
.h_inner ul.menu li:nth-child(3):hover,
.h_inner ul.menu li:nth-child(4):hover,
.h_inner ul.menu li:nth-child(5):hover,
.h_inner ul.menu li:nth-child(6):hover{
	background-color:rgba(140,198,63,0.5);
}
.h_inner ul.menu li.current{
	height:105px;
	background-color:rgba(140,198,63,0.5);
}
.h_inner ul.menu li ul{
    overflow:hidden;
	width:160px;
}
.h_inner ul.menu li ul li{
    width:174px;	
    overflow:hidden;
    height: 0;
	float:left;
	text-align:center;
	font-size:1em;
}
.h_inner ul.menu li:nth-child(2):hover ul li{
    padding:10px 0 0;
}
.h_inner ul.menu li ul li a{
	color:#ffffff;
	text-decoration:none;
}
.h_inner ul.menu li ul li a:hover{
	text-decoration:none;
}
.h_inner ul.menu li ul li:nth-child(1){
    background-color:rgba(0,113,188,0.8);
}
.h_inner ul.menu li ul li:nth-child(2){
    background-color:rgba(241,90,36,0.8);
}
.h_inner ul.menu li ul li:nth-child(3){
    background-color:rgba(140,198,63,0.8);
}
.h_inner ul.menu li ul li:nth-child(1):hover{
    background-color:rgba(0,113,188,1);
}
.h_inner ul.menu li ul li:nth-child(2):hover{
    background-color:rgba(241,90,36,1);
}
.h_inner ul.menu li ul li:nth-child(3):hover{
    background-color:rgba(140,198,63,1);
}

.h_inner ul.menu li:hover ul{
    overflow: visible;
}
.h_inner ul.menu li:hover ul li{
    overflow: visible;
    height:35px;
	float:left;
	margin:0;
}

.h_inner ul.menu li:hover ul li:first-child{
  border-top: 0;
}
.h_inner ul.menu li:hover ul li:last-child{
  border-bottom: 0;
}
.h_inner ul.menu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*　footer　
----------------------------------------------------------*/
.f_inner01{
	width:100%;
	background-color:#75b214;
	padding:20px 0;
}
.f_inner03{
	width:100%;
	height:108px;
	padding-top:30px;
}

.link{
	float:right;
}
.link a{
	color:#4d4d4d;
}
.name img{
	margin-bottom:10px;
}
.copyright{
	float:left;
}
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
	z-index:9999;
}
footer ul.b_nav li{
	color:#ffffff;
	font-size:0.687em;
	float:left;
	padding:0;
}
footer ul.b_nav li a{
	color:#ffffff;
}


/*　main　
----------------------------------------------------------*/
#main{
	position:relative;
	z-index:5;
}

#main,
.fuwa{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.main_txt{
	width:1050px;
	margin:0 auto;
}
.main_txt00{
    margin-top:280px;
}
.main_txt01{
	margin-top:120px;
}


.material .main01,
.oil .main01,
.gas .main01,
.company .main01,
.recruit .main01,
.voice01 .main01,
.voice02 .main01,
.information .main01,
.about .main01,
.contact .main01,
.coating .main01,
.wash .main01,
.water .main01,
.sdgs .main01{
	width:1050px;
	margin:0 auto;
	position:absolute;
	bottom:5px;
	left:200px;
	right:0;
}

#main article.main02{
	background-color:#f4f4f4;
	margin-bottom:50px;
	padding:50px 0;
}
.coating #main article.main02{
	margin-bottom:0;
	padding:0;
}
.coating #main article.main02 section{
	padding:70px 0;
}
.wash #main article section{
	padding:70px 0;
}
.water #main article section{
	padding:70px 0;
}
#main article.main_b01{
	background-image:url(../img/common/bottom_bg01.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:400px;
	position:relative;
}
.index #main article.main_b01{
	padding-bottom:300px;
}
#main article.main_b02{
	background-image:url(../img/common/bottom_bg02.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:400px;
	position:relative;
}
#main article.main_b03{
	background-image:url(../img/common/bottom_bg03.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:400px;
	position:relative;
}
#main article.main_b04{
	background-color:#f4f4f4;
	background-image:url(../img/common/bottom_bg04.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:300px;
	position:relative;
}
#main article.main_b05{
	background-image:url(../img/common/bottom_bg05.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:300px;
	position:relative;
}
#main article.main_b06{
	background-image:url(../img/common/bottom_bg06.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:300px;
	position:relative;
}

.ttl01{
	margin:5% 0 3%;
}
.company article.main02 .ttl01{
	margin:0 0 3%;
}
.ttl02{
	text-align:center;
	margin:50px 0 20px;
}
.ttl03{
	min-height:35px;
	background-image:url(../img/common/blue_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}
.ttl04{
	min-height:35px;
	background-image:url(../img/common/orange_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}
.recruit .ttl04{
	margin:30px 0;
}
.ttl05{
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}
.gas .charge .ttl05{
	margin:20px 0;
}
.ttl06{
	width:87%;
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	text-align:left;
	padding:0 0 0 45px;
}
.ttl07{
	background-color:#8cc63f;
	color:#ffffff;
	font-size:1.25em;
	margin-bottom:5px;
	padding:3px 10px;
	display:inline-block;
}

.ttl07_b{
	font-size:1.22em;
	padding:3px 0;
	display:inline-block;
}

.gas_kakaku .title-a {
	font-size: 1.22em;
}

.ttl10{
	text-align:center;
	margin-bottom:50px;
}
.ttl11{
	text-align:center;
	padding:28px 0;
}
.keeper01 .ttl11{
	background-color:#bfa548;
}
.keeper02 .ttl11{
	background-color:#004193;
}
.keeper03 .ttl11{
	background-color:#1ba8d8;
}
.keeper04 .ttl11{
	background-color:#269934;
}


.ttl12{
	text-align:center;
	padding:28px 0;
}

.line{
	border:1px dashed #b3b3b3;
	margin:5% 0 0;
}




/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.main01_txt01{
	margin-top:170px;
}
.main01_txt02{
	margin-top:230px;
}
.main02 ul li:nth-child(1),
.main02 ul li:nth-child(2),
.main02 ul li:nth-child(3){
	width:310px;
	height:693px;
	background-image:url(../img/index/main02_bg01.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	padding:20px;
	position:relative;
}
.main02 ul li:nth-child(1) p,
.main02 ul li:nth-child(2) p,
.main02 ul li:nth-child(3) p{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	line-height:1.4;
	margin:15px 0 10px;
}
.main02 ul li:nth-child(1) p{
	color:#0071bc;
}
.main02 ul li:nth-child(2) p{
	color:#f15a24;
}
.main02 ul li:nth-child(3) p{
	color:#8cc63f;
}
.main02 ul li:nth-child(1) img,
.main02 ul li:nth-child(2) img,
.main02 ul li:nth-child(3) img{
	margin-top:80px;
}
.main02 ul li:nth-child(4),
.main02 ul li:nth-child(5),
.main02 ul li:nth-child(6){
	width:350px;
	text-align:center;
	margin:0;
	float:left;
}
.main02 ul li .index_ttl01{
	width:300px;
	height:45px;
	position:absolute;
	top:0;
	left:5px;
	padding:15px 20px 20px;
}
.main02 ul li .index_ttl01 img{
	margin:0;
}
.main02 ul li:nth-child(1) .index_ttl01{
	background-color:#3fa9f5;
}
.main02 ul li:nth-child(2) .index_ttl01{
	background-color:#f15a24;
}
.main02 ul li:nth-child(3) .index_ttl01{
	background-color:#8cc63f;
}
.main02 ul li .index_box01{
	width:308px;
	text-align:right;
	position:absolute;
	bottom:0px;
	right:21px;
}
.main02 ul li .index_box01 img{
	margin:0;
}
.main02 ul li .index_box01 .box01_img{
	margin:8px 0 12px;
}
.main02 ul li .index_txt01{
	width:100%;
	height:100px;
	line-height:1.4;
}
.main02 ul li .index_txt01 p{
	color:#4d4d4d;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin:0;
}
.main02 .news_txt01 img{
	float:left;
	margin-bottom:6px;
}
.main02 .news_txt02 div{
	width:auto;
	height:auto;
	background-image:none;
	float:left;
	padding:0;
	line-height:2;
}

.main02 ul.news_btn{
	width:1030px;
	height:51px;
	margin:14px auto 0;
}
.main02 ul.news_btn li{
	width:206px;
	height:51px;
	background-image:none;
	float:left;
	margin:0;
	padding:0;
}
.main02 ul.news_btn li img{
	margin:0;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}

ul.index_product{
	width:100%;
	margin:3rem auto 0;
}
ul.index_product li{
	width:330px;
	box-sizing:border-box;
	text-align:center;
	float:left;
}
ul.index_product li.index_coating{
	border:3px solid #3fa9f5;
	margin-right:30px;
}
ul.index_product li.index_wash{
	border:3px solid #ff5527;
	margin-right:30px;
}
ul.index_product li.index_water{
	border:3px solid #8cc63f;
}
ul.index_product li .bar{
	height:21px;
	padding:3px 0 10px;
}
ul.index_product li .bar img{
	vertical-align:middle;
}
ul.index_product li.index_coating .bar{
	background-color:#3fa9f5;
}
ul.index_product li.index_wash .bar{
	background-color:#ff5527;
}
ul.index_product li.index_water .bar{
	background-color:#8cc63f;
}
ul.index_product li .box{
	height:80px;
	background-color:#ffffff;
	padding:5px 0;
}
ul.index_product li a:hover{
	text-decoration:none;	
	filter:alpha(opacity=70); /* IE 6と7*/ 
	-ms-filter: "alpha(opacity=70)"; /* IE 8と9 */ 
	-moz-opacity:0.7; /* Firefox , Netscape */ 
	-khtml-opacity: 0.7; /* Safari 1系 */ 
	opacity:0.7; 
	zoom:1; /*IE*/ 
}

ul.index_product li.bana_1 {
	float: none;
	width: 50%;
	margin: auto;
}

.top_web {
	margin: 70px auto 40px;
}
.top_web img:hover,
.top_mynavi img:hover{ opacity: 0.6; filter: brightness(110%); }

.top_mynavi {
	margin: 10px auto -260px;
	text-align: center;
	text-align: center;
	
	
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.material #main table{
	width:99%;
	background-color:rgba(255,255,255,0.6);
	background-image:none;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin:20px auto 30px;
}
.material #main table td{
	width:33%;
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	font-size:1.125em;
	vertical-align:top;
	padding:10px 10px;
}
.material_box01 img{
	float:right;
}
.material_txt01 img{
	float:none;
	margin:0 0 20px 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil #main table{
	width:100%;
	background-color:rgba(255,255,255,0.6);
	background-image:none;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin:20px 0 30px;
}
.oil #main table td{
	width:33%;
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	font-size:1.125em;
	vertical-align:top;
	padding:10px 10px;
}
.oil #main table.oil01 td{
	width:52%;
}

.oil_box01 img{
	float:right;
}

.oil_txt01 img{
	float:none;
	margin:0 0 20px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.gas article section #charge ul{
	padding:30px 18px;
}
.gas article section #charge img{
	margin:0;
}
.gas article section #charge li .charge_txt01{
	font-size:1.125em;
	text-align:left;
	margin:10px 0 15px 0;
}
.gas article section.charge img{
	margin:20px auto;
}
.gas article section.charge p{
	font-size:1.125em;
}
.gas article section.charge p.strong{
	font-weight:bold;
}
.gas article section.charge p.red{
	color:#ff0000;
}
.gas_box01 img{
	margin-bottom:0.3em;
}
.gas_box01 .pc{
	width:396px;
	float:right;
}
.gas_box01 .pc p{
	font-size:0.93em;
	text-align:center;
}
.gas_txt01 img{
	float:none;
	margin:0 0 20px 0;
}
.charge_box01{
	background-color:#8cc63f;
	border-radius:20px;
	color:#ffffff;
	font-size:1.625em;
	font-weight:bold;
	text-align:center;
	margin:30px 0;
	padding:20px 0;
}

.gas_proof {
	margin: 60px auto 0;
	text-align: center;
}
.gas_proof img {
	width: 100%;
	max-width: 660px;
}

.gas_charge {
	width: 100%;
	max-width: 410px;
	margin: 20px auto;
}

.gas_charge table {
  width: 410px;
  font-size: 1.125em;
}
.gas_charge table th {
  white-space: nowrap;
  border: solid 1px #4d4d4d;
  padding: 14px 20px;
  background-color: #8cc63f;
  color: #FFFFFF;
  text-align: center;
}
.gas_charge table th.first {
  white-space: nowrap;
  border: solid 1px #4d4d4d;
  padding: 14px 20px;
  background-color: #3fa9f5;
  color: #FFFFFF;
  text-align: center;
	width: 50%;
}


.gas_charge table td {
  white-space: nowrap;
  border: solid 1px #4d4d4d;
  padding: 10px 20px;
  text-align: center;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company #main table{
	width:98%;
	background-color:#ffffff;
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:1px solid #b3b3b3;
	font-size:1.125em;
	margin:30px 0 50px;
}

.company #main table th , .company #main table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
	padding:10px 0 10px 30px;	
}
.company #main table th{
	background-color:#e6e6e6;
	font-weight:bold;
}
.company_box01{
	margin:0 0 30px;
}
.company_box02 , .company_box03{
	margin:30px 0;
}
.company_box02 img{
	float:left;
}

.company_txt01 p{
	text-align:right;
}
.company_txt02{
	font-size:1.125em;
	margin:10px 0 0;
}
.company_txt02 span {
	margin-left: 70%;
}



ul.office{
	margin:0 0 50px;
}
ul.office li{
	border:1px solid #b3b3b3;
	margin:20px 0 0;
	padding:25px;
}
/*
ul.office li:nth-child(2n+1){
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	margin:20px 0 0;
	padding:25px;
}
ul.office li:nth-child(2n){
	background-color:#cbebf7;
	border-bottom:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	margin:0 0 20px;
	padding:25px;
}
*/

.office_box01{
	float:left;
}
.office_txt01{
	font-size:1.125em;
	line-height:1.6;
}
.office_txt01 p{
	font-weight:bold;
}
.office_txt01 .txt01_ss{
	font-size: 14px;
	font-weight:bold;
}





/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit_txt01{
	font-size:1.125em;
}
.recruit ul.recruit_btn01{
	width:100%;
}

/*　voice　
----------------------------------------------------------*/
.voice_txt01{
	font-size:1.43em;	
	font-weight:bold;
	text-align:center;
}
.voice_txt02{
	font-size:1.1em;
	margin:3% 0;	
}


ul.voice_img{
	width:100%;
	margin:3% 0;	
}


/*　募集要項　
----------------------------------------------------------*/
.displayNone {
    display: none;
}
.accordion li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.accordion a {
    display: block;
}
.contentWrap {
    margin: 10px;
}
p.switch{
	margin:.5em 0;
}
.switch {
    display:inline-block;
	width:100%;
	background-color:#f15a24;
    border:1px solid #f15a24;
	color:#ffffff;
	font-size:1.875em;
	text-align:center;
    cursor :pointer;
    padding:.3em 0;	
    position: relative;
}
.switch:before{
    display: inline-block;
    content: '▶';
    padding-right: 5px;
    transition: 0.2s;
}
.switch.open:before{
    display: inline-block;
    content: '▼';
    padding-right: 5px;
    transition: 0.2s;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  information.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.information_txt01{
	font-size:1.125em;
}
.information_txt02{
	font-size:1.125em;
	margin:15px 0 50px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  about.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.about_txt01{
	font-size:1.125em;
}
.about_txt02{
	font-size:1.125em;
	margin:15px 0 50px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  contact.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact #main table{
	width:100%;
	background-color:#ffffff;
	border-top:1px solid #b3b3b3;
	margin:0 0 50px;
}
.contact #main table th , .contact #main table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
}
.contact #main table th span.red{
	color:#c01920;
}
.contact_txt01{
	font-size:1.125em;
	text-align:left;
}
.contact_txt02{
	margin:10px 0;
}
.contact_txt03{
	font-size:1.125em;
	text-align:center;
}
.contact_btn01{
	width:130px;
	height:53px;
	background-image:url(../img/contact/contact_btn01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:1.5em;
	margin-top:30px;
	border:none;
}
.contact_btn01:hover{
    filter:alpha(opacity=80); /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
    -moz-opacity:0.8; /* FF , Netscape */
    -khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
}
.input_txt01{
	width:98%;
	height:30px;
	font-size:110%;
	padding:3px 5px ;
}
.input_txt02{
	width:98%;
	height:300px;
	font-size:110%;
	padding:3px 5px;
	overflow:auto;
}
.input_txt03{
	width:48%;
	height:30px;
	font-size:110%;
	padding:3px 5px ;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  coating.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.coating section{
	padding:70px 0;
}
.keeper01{
	background-color:#f2edda;
}
.keeper02{
	background-color:#cfe1f0;
}
.keeper03{
	background-color:#d1eef7;
}
.keeper04{
	background-color:#d3efd7;
}

.flow{
	background-color:#f9f9f9;
}

.img_left{
	float:left;
}
.img_right{
	float:right;
}
.size table{
	width:100%;
	border-top:1px solid #b3b3b3;
}
.size table th,
.size table td{
	color:#4d4d4d;
    border-bottom:1px solid #b3b3b3;
	padding:10px 20px;
}
.size table th{
	width:270px;
	background-color:#f4f4f4;
    border-left:1px solid #b3b3b3;
}
.size table td{
    border-right:1px solid #b3b3b3;
}

.flow ul{
	width:100%;
	margin:70px auto 0;
}
.flow ul li{
	width:270px;
	height:108px;
	background-color:#8cc63f;
	border-radius:10px;
	float:left;
	margin-right:48px;
	margin-bottom:50px;
	padding:30px 24px;
	position:relative;
}
.flow ul li:nth-child(3){
	margin-right:0;
}
.flow ul li:nth-child(4){
	margin-left:183px;
	margin-bottom:0;
}
.flow ul li:nth-child(5){
	margin-right:0;
	margin-bottom:0;
}
.flow ul li .num{
	position:absolute;
	top:-32px;
	left:-40px;
}
.flow ul li p{
	border-bottom:1px solid #ffffff;
	padding-bottom:10px;
}
.flow ul li .txt{
	color:#ffffff;
	line-height:1.2;
	margin-top:10px;
}

.sidemenu ul{
	width:100%;
	margin:0 auto;
}
.sidemenu ul li{
	width:505px;
	height:330px;
	float:left;
	margin-right:40px;
	margin-bottom:30px;
}
.sidemenu ul li:nth-child(2n){
	margin-right:0;
}
.sidemenu ul li:nth-child(5),
.sidemenu ul li:nth-child(6){
	margin-bottom:0;
}
.sidemenu .sidemenu_ttl{
	width:100%;
	background-color:#f4f4f4;
	padding:12px 0;
}
.sidemenu .sidemenu_cont{
	margin-top:15px;
	position:relative;
}
.sidemenu .box .time{
	margin:10px 0;
}
.sidemenu .box .time p{
	display:inline-block;
	background-color:#d6d6d6;
	margin-right:10px;
	padding:0 10px;
}
.sidemenu .box .txt span{
	font-size:.875rem;
}
.sidemenu .list{
	width:248px;
	position:absolute;
	top:0;
	right:0;	
}
.sidemenu table{
	width:100%;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
}
.sidemenu table th,
.sidemenu table td{
	text-align:center;
	padding:7px 0;
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}
.sidemenu table th{
	background-color:#f4f4f4;
}
.sidemenu .tax{
	text-align:right;
}

.shop ul.shop01{
	max-width:945px;
	margin:0 auto 70px;
}
.shop ul.shop01 li{
	width:460px;
	height:145px;
	background-color:#ffffff;
	border:1px solid #b3b3b3;
	box-sizing:border-box;
	float:left;
	margin-right:25px;
	padding:25px 15px;
}
.shop ul.shop01 li:nth-child(2){
	margin-right:0;
}
.shop ul.shop01 li .shop_ttl{
	border-bottom:1px solid #b3b3b3;
	padding-bottom:7px;
}
.shop ul.shop01 li .addr{
	margin:5px 0;
}
.shop ul.shop02{
	width:100%;
	margin:0 auto;
}
.shop ul.shop02 li{
	width:252px;
	height:140px;
	background-color:#ffffff;
	border:1px solid #b3b3b3;
	box-sizing:border-box;
	float:left;
	margin-right:14px;
	padding:15px;
}
.shop ul.shop02 li:nth-child(4){
	margin-right:0;
}
.shop ul.shop02 li .shop_ttl{
	border-bottom:1px solid #b3b3b3;
	padding-bottom:5px;
}
.shop ul.shop02 li .addr{
	margin:5px 0 0;
}
.shop ul.shop02 li .tel{
	line-height:1.2;
}

.shop ul.shop01 li .addr .sp{
	display:none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  wash.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.wash01 ul{
	width:100%;
	max-width:860px;
	margin:50px auto 0;
}
.wash01 ul li{
	width:203px;
	float:left;
	margin-right:16px;
}
.wash01 ul li:nth-child(4){
	margin-right:0;
}

.wash02{
	height:554px;
	background-image:url(../img/wash/wash02_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.wash02 .txt{
	line-height:2;
	margin:30px 0;
}
.wash02 ul li{
	float:left;
	margin-right:15px;
}

.wash03{
	height:554px;
	background-image:url(../img/wash/wash03_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.wash #main article.wash03 section{
	width:530px;
	padding:70px 0 70px 520px;
}
.wash03 .txt{
	line-height:2;
	margin:30px 0;
}
.wash03 ul li{
	float:left;
	margin-right:15px;
}

.wash04{
	background-color:#f6f6f6;
}
.wash04 ul{
	width:100%;
	margin-bottom:70px;
}
.wash04 ul li{
	width:32%;
	float:left;
	margin-right:2%;
	position:relative;
}
.wash04 ul li:nth-child(3){
	margin-right:0;
}
.wash04 ul li .s_img{
	position:absolute;
	bottom:-75px;
	right:-20px;
}

.wash05 .box{
	margin-top:50px;
}
.wash05 .txt{
	width:510px;
	margin-top:70px;
}
.wash05 .box p{
	margin-top:15px;
}

.wash06{
	background-color:#f6f6f6;
}
.wash06 ul{
	width:100%;
	margin-bottom:30px;
}
.wash06 ul li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	position:relative;
}
.wash06 ul li:nth-child(3n){
	margin-right:0;
}
.wash06 ul li p{
	margin-top:5px;
}

.wash06 .img{
	margin-bottom:50px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  water.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main article.water01 section{
	max-width:860px;
}
.water01 table{
	border-collapse:separate;
	border-spacing:12px;
	margin-top:50px;
}
.water01 table th,
.water01 table td{
	text-align:center;
}
.water01 table th .aaa,
.water01 table td .aaa{
	height:31px;
	background-color:#d36a95;
	padding-top:7px;
	margin-bottom:12px;
}
.water01 table th{
	width:200px;
}
.water01 table td .aaa{
	width:624px;
}
.water01 table th .bbb,
.water01 table td .bbb li{
	height:51px;
	background-color:#f5c41e;
	padding-top:27px;
}
.water01 table td .bbb li{
	width:200px;
	float:left;
	margin-right:12px;
}
.water01 table td .bbb li:last-child{
	margin-right:0;
}

.water02{
	height:554px;
	background-image:url(../img/water/water02_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.water02 .txt{
	line-height:2;
	margin:30px 0;
}
.water02 ul li{
	float:left;
	margin-right:15px;
}

.water03{
	height:554px;
	background-image:url(../img/water/water03_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.water03 .txt{
	line-height:2;
	margin:30px 0;
}
.water03 ul li{
	float:left;
	margin-right:15px;
}
.water #main article.water03 section{
	width:530px;
	padding:70px 0 70px 520px;
}

.water04{
	background-color:#f6f6f6;
}
.water04 .box{
	max-width:920px;
	background-color:#ffffff;
	margin-top:70px;
	padding:65px;
	position:relative;
}
.water04 .box .num{
	position:absolute;
	top:-30px;
	left:-30px;
}
.water04 .box .ttl{
	text-align:center;
}
.water04 .box .txt{
	margin:50px 0;
}
.water04 .a03 .txt{
	text-align:center;
}
.water04 .box .img{
	text-align:center;
}

.water04 .box02{
	margin-top:30px;
}
.water04 .box02 .txt{
	width:620px;
	float:left;
}
.water04 .box02 .txt img{
	margin-top:50px;
}

.water05 ul{
	width:100%;
	margin-bottom:30px;
}
.water05 ul li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	position:relative;
}
.water05 ul li:nth-child(3n){
	margin-right:0;
}
.water05 ul li p{
	margin-top:5px;
}

/*　.contact_b
----------------------------------------------------------*/
.contact_b ul{
	max-width:945px;
	margin:0 auto;
}
.contact_b li{
	width:460px;
	height:170px;
	background-color:#ffffff;
	border:1px solid #b3b3b3;
	box-sizing:border-box;
	float:left;
	margin-right:25px;
	padding:25px 15px;
}
.contact_b li:nth-child(2){
	margin-right:0;
}
.contact_b li .contact_ttl{
	border-bottom:1px solid #b3b3b3;
	padding-bottom:7px;
}
.contact_b li .name{
	text-align:left;
	line-height:1.5;
	float:none;
	margin-top:5px;
}
.contact_b li .addr{
	margin:3px 0;
}
.contact_b li .btn{
	text-align:center;
	margin-top:15px;
}
.contact_b li .btn a:hover{
	text-decoration:none;	
	filter:alpha(opacity=70); /* IE 6と7*/ 
	-ms-filter: "alpha(opacity=70)"; /* IE 8と9 */ 
	-moz-opacity:0.7; /* Firefox , Netscape */ 
	-khtml-opacity: 0.7; /* Safari 1系 */ 
	opacity:0.7; 
	zoom:1; /*IE*/ 
}

.contact_b li .addr .sp{
	display:none;
}



@media screen and (min-width: 1050px){

.pc{
	display:block;
}
.sp{
	display:none;
}

/*　header　
----------------------------------------------------------*/
header{
	height:105px;
	position:relative;
}

/*　menu
----------------------------------------------------------*/
.h_inner{
	width:100%;
	height:105px;
	background-color:rgba(0,0,0,0.6);
}

/*　footer　
----------------------------------------------------------*/
.f_inner02{
	width:1050px;
	font-size:0.687em;
	margin:0 auto;
}
.f_inner04{
	width:850px;
	margin:0 auto;
}
.logo{
	float:left;
}
.name{
	text-align:center;
	line-height:1.5;
	float:right;
}
footer ul.b_nav{
	width:610px;
	margin:0 auto 20px;
}


/*　main　
----------------------------------------------------------*/
#main article section{
	/*width:1050px;*/
	width:1105px;
	margin:0 auto;
}
#main article.main_b01 section{
	margin:0 auto 7rem;
}
.index header{
	height:1190px;
	background-image:url(../img/index/index_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.material header,
.oil header,
.gas header,
.company header,
.recruit header,
.voice01 header,
.voice02 header,
.information header,
.about header,
.contact header,
.coating header,
.wash header,
.water header,
.sdgs header	{
	height:577px;
	background-position:center 445px , top center;
	background-repeat:no-repeat , no-repeat;
}
.material header{
	background-image:url(../img/material/material_ttl.png) ,
	                 url(../img/material/material_main.jpg);
}
.oil header{
	background-image:url(../img/oil/oil_ttl.png) ,
	                 url(../img/oil/oil_main.jpg);
}
.gas header{
	background-image:url(../img/gas/gas_ttl.png) ,
	                 url(../img/gas/gas_main.jpg);
}
.company header{
	background-image:url(../img/company/company_ttl.png) ,
	                 url(../img/company/company_main.jpg);
}
.recruit header{
	background-image:url(../img/recruit/recruit_ttl.png) ,
	                 url(../img/recruit/recruit_main.jpg);
}
.voice01 header{
	background-image:url(../img/recruit/voice_ttl.png) ,
	                 url(../img/recruit/voice01_main.jpg);
}
.voice02 header{
	background-image:url(../img/recruit/voice_ttl.png) ,
	                 url(../img/recruit/voice02_main.jpg);
}
.information header{
	background-image:url(../img/information/information_ttl.png) ,
	                 url(../img/information/information_main.jpg);
}
.about header{
	background-image:url(../img/about/about_ttl.png) ,
	                 url(../img/about/about_main.jpg);
}
.contact header{
	background-image:url(../img/contact/contact_ttl.png) ,
	                 url(../img/contact/contact_main.jpg);
}
.coating header{
	background-image:url(../img/coating/coating_ttl.png) ,
	                 url(../img/coating/coating_main.jpg);	
}
.wash header{
	background-image:url(../img/wash/wash_ttl.png) ,
	                 url(../img/wash/wash_main.jpg);	
}
.water header{
	background-image:url(../img/water/water_ttl.png) ,
	                 url(../img/water/water_main.jpg);	
}
	
.sdgs header{
	background-image:url(../img/sdgs/sdgs_ttl.png) ,
	                 url(../img/sdgs/sdgs_main.jpg);
}	
	
	
.ttl08{
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.main02 ul{
	margin-top:-230px;
}
.main02 .news_box01{
	width:1050px;
	height:304px;
	background-image:url(../img/index/main02_bg02.png);
	background-position:center 30px;
	background-repeat:no-repeat;
	margin:30px 0 0;
}
.main02 .news_txt01{
    margin:15px 30px 0;
}
.main02 .news_txt02{
	width:85%;
	height:37px;
	line-height:1.1;
	float:left;
	margin-bottom:10px;
}
.index_company{
	float:left;
	margin-bottom: 20px;
}
.index_recruit{
	float:right;
	margin-bottom: 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.material_txt01{
	width:58%;
	font-size:1.125em;
	line-height:2;
	float:left;
}
ul.material01{
	margin:30px auto 0;
}
ul.material01 li{
	width:330px;
	float:left;
	margin-bottom:2%;
}
ul.material01 li:nth-child(3n+1),
ul.material01 li:nth-child(3n+2){
	margin-right:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil_txt01{
	width:59%;
	font-size:1.125em;
	line-height:2;
	float:left;
}
.oil table.oil03 td{
	width:52%;
}
.oil table.oil03 td.br_n{
	border-right:none;
}

ul.oil01{
	margin:30px auto 0;
}
ul.oil01 li{
	width:330px;
	float:left;
	margin-bottom:2%;
}
ul.oil01 li:nth-child(3n+1),
ul.oil01 li:nth-child(3n+2){
	margin-right:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.gas_txt01{
	width:58%;
	font-size:1.125em;
	line-height:2;
	float:left;
}
.gas_box02{
	border:1px solid #b3b3b3;
	margin-top:4%;
	padding:10px 10px;
}
ul.gas01 li{
	width:330px;
	float:left;
	margin-bottom:2%;
}
ul.gas01 li:nth-child(3n+1),
ul.gas01 li:nth-child(3n+2){
	margin-right:2%;
}
ul.gas01 li.box02{
	width:685px;
	margin-right:0;
}
ul.gas01 li.box02 .gas_box02{
	width:318px;
	float:left;
	margin-top:2%;
	margin-right:0;
}
.gas article section #reform{
	width:1028px;
	border:1px solid #b3b3b3;
	margin:15px auto 30px;
	padding:10px;
}
.gas article section #reform li{
	width:136px;
	font-size:1.125em;
	text-align:left;
	float:left;
	margin:0 15px;
}

.gas article section #charge{
	width:1046px;
	border:3px solid #b3b3b3;
	text-align:center;
	margin:50px auto;
}
.gas article section #charge li{
	width:497px;
	float:left;
	margin-bottom:30px;
}
.gas article section #charge li:nth-child(2n){
	margin-left:15px;
}
.gas article section #charge li .charge_txt01 p{
	float:left;
}
.gas article section #charge li .charge_txt01 img{
	float:right;
	margin:5px 0 0 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company #main table th{
	width:25%;
}
.company #main table th{
	border-right:1px solid #b3b3b3;
}

.company #main table.company01 td{
	text-align:right;
	padding:10px 480px 10px 30px;	
}
.company #main table.company01{
	background-image:url(../img/common/blue_bg.jpg);
}
.company #main table.company02{
	background-image:url(../img/common/orange_bg.jpg);
}
.company #main table.company03{
	background-image:url(../img/common/green_bg.jpg);
}

.company_box01 img{
	float:left;
}
.company_txt01{
	width:75%;
	font-size:1.125em;
	float:right;
}
/*	
.map{
	float:right;
}
	*/
.office_box01 img{
	margin-top:15px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit #main table{
	width:100%;
	background-color:#ffffff;
	background-image:url(../img/common/orange_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:1px solid #b3b3b3;
}
.recruit #main table th.r_ttl , .recruit #main table td.r_ttl{
	background-color:#ffd29c;
	font-weight:bold;
}
.recruit #main table th , .recruit #main table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
	padding:10px 0 10px 30px;	
}
.recruit #main table th{
	background-color:#e6e6e6;
	border-right:1px solid #b3b3b3;
	font-weight:bold;
}
.recruit #main table td.c_ttl{
	text-align:center;
}

.recruit #main table.two td{
	width:400px;
}
.recruit #main table.two td.br1{
	border-right:1px solid #b3b3b3;	
}

.recruit ul.recruit_btn01 li{
	float:left;
}
.recruit ul.recruit_btn01 li:nth-child(1){
	margin-right:4%;
}
/*　voice　
----------------------------------------------------------*/
ul.voice_img li{
	float:left;
}
ul.voice_img li:nth-child(1){
	margin-right:4%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  contact.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact #main table th , .contact #main table td{
	padding:10px 0 10px 30px;	
}
.contact #main table th{
	width:28%;
	background-color:#e6e6e6;
	border-right:1px solid #b3b3b3;
	font-weight:bold;
}




}



@media screen and (max-width: 1049px){
	
.pc{
	display:none;
}	
.sp{
	display:block;
}


/*　header　
----------------------------------------------------------*/
header{
	position:relative;
}

/*　menu
----------------------------------------------------------*/
.h_inner{
	width:100%;
	height:60px;
	background-color:rgba(0,0,0,1);
}

/*　footer　
----------------------------------------------------------*/
.f_inner02{
	width:85%;
	font-size:0.687em;
	margin:0 auto;
}
.f_inner04{
	width:85%;
	margin:0 auto;
	text-align:center;
}

.logo{
	margin-bottom:2em;
}
.name{
	text-align:center;
	line-height:1.5;
}


/*　main　
----------------------------------------------------------*/
#main article section{
	max-width:1050px;
	width:95%;
	margin:0 auto;
}
.material header,
.oil header,
.gas header,
.company header,
.recruit header,
.voice01 header,
.voice02 header,
.information header,
.aboutheader,
.contact header{

}
.h_img{

}
.material header{
	background-image:url(../img/material/material_main.jpg);
}
.oil header{
	background-image:url(../img/oil/oil_main.jpg);
}
.gas header{
	background-image:url(../img/gas/gas_main.jpg);
}
.company header{
	background-image:url(../img/company/sp_company_main.jpg);
}
.recruit header{
	background-image:url(../img/recruit/recruit_main.jpg);
}
.voice01 header{
	background-image:url(../img/recruit/voice01_main.jpg);
}
.voice02 header{
	background-image:url(../img/recruit/voice02_main.jpg);
}
.information header{
	background-image:url(../img/information/information_main.jpg);
}
.about header{
	background-image:url(../img/about/about_main.jpg);
}
.contact header{
	background-image:url(../img/contact/contact_main.jpg);
}
ul.b_nav{
	max-width:540px;
	width:90%;
	margin:0 auto 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.main02 ul{
	width:700px;
	margin:0 auto;
}
.main02 .news_box01{
	margin-top:30px;
}
.main02 .news_txt01{
	width:94%;
	height:auto;
    border:3px solid #4d4d4d;
	margin:10px auto 0;
	padding:10px 10px 0;
}
.main02 .news_txt02{
	width:97%;
	line-height:1.1;
	float:right;
	margin-bottom:10px;
}
.main02 .news_txt02 div{
	width:97%;
}
.main02 .news_txt02 a{
	display:inline-block;
	width:97%;
	padding-left:15px;
}
.index_company{
	max-width:522px;
	margin:15px auto;
}
.index_recruit{
	max-width:522px;
	margin:15px auto;
}
.index .map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.index .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}
.main02 ul.news_btn{
	width:618px;
	height:auto;
	margin:14px auto 0;
}

ul.index_product li{
	width:31.4%;
	max-width:330px;
}
ul.index_product li img{
	width:96%;
}
ul.index_product li.index_coating,
ul.index_product li.index_wash{
	margin-right:2.9%;
}
ul.index_product li .box{
	height:auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.material_txt01{
	width:90%;
	font-size:1.125em;
	line-height:2;
	text-align:center;
	margin:0 auto;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil_txt01{
	width:90%;
	font-size:1.125em;
	line-height:2;
	text-align:center;
	margin:0 auto;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.gas_box01{
	text-align:center;
}
.gas_txt01{
	width:90%;
	font-size:1.125em;
	line-height:2;
	text-align:left;
	margin:0 auto;
}

.gas article section #charge{
	width:95%;
	border:3px solid #b3b3b3;
	text-align:center;
	margin:50px auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company table th,
.company table td{
	width:95%;
	float:left;
}
table.company01 td{
	padding:10px;	
}
.company_box01 img{
	float:left;
	margin:0 10px 10px 0;
}
.company_txt01{
	font-size:1.125em;
}
.company .map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
	max-width:550px;
}
.company .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}
.office_box01 img{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;	
}
	
.company_txt02 span {
	margin-left: 60%;
}	

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit table{
	width:100%;
	background-color:#ffffff;
	border-top:1px solid #b3b3b3;
}
.recruit table th , .recruit table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
	padding:10px;
	float:left;
	width:96%;
}
.recruit table th{
	background-color:#e6e6e6;
	font-weight:bold;
}
.recruit table td.c_ttl{
	text-align:left;
}
.recruit ul.recruit_btn01 li{
	text-align:center;
}
.recruit ul.recruit_btn01 li:nth-child(1){
    margin-bottom:15px;
}
/*　voice　
----------------------------------------------------------*/
ul.voice_img li{
	text-align:center;
}
ul.voice_img li:nth-child(1){
    margin-bottom:15px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  contact.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact table th , .contact table td{
	width:95%;
	float:left;
	padding:10px;	
}
.contact table th{
	background-color:#e6e6e6;
	font-weight:bold;

}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  coating.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.ttl10 img{
	height:30px;
}
.ttl11{
    padding:28px 2.5%;
}
.ttl11 img{
	height:24px;
}
.ttl12 img{
	height:60px;
}

.img_left,
.img_right{
	float:none;
	text-align:center;
}

.size table th,
.size table td{
	width:96%;
	float:left;
	padding:10px 2%;
}
.size table th{
	border-right:1px solid #b3b3b3;
}
.size table td{
	border-left:1px solid #b3b3b3;
}

.flow ul li{
	width:44%;
	margin-right:4%;
	margin-bottom:5%;
	padding:3% 2%;
}
.flow ul li:nth-child(2n){
	margin-right:0;
}
.flow ul li:nth-child(3){
	margin-right:4%;	
}
.flow ul li:nth-child(4){
	margin-left:0;
	margin-bottom:5%;
}
.flow ul li .num{
	top:-30px;
	left:0;
}
.flow ul li .num img{
	width:70px;
}
.flow ul li p{
	text-align:center;
}
.flow ul li p img{
	height:20px;
}

.sidemenu ul li{
	width:100%;
	max-width:550px;
	float:none;
	margin:0;
	margin:0 auto 30px;
}
.sidemenu ul li:nth-child(2n){
	margin-right:auto;
}
.sidemenu .sidemenu_ttl{
	text-align:center;
}

.shop ul.shop01 li{
	width:48.5%;
	height:150px;
	margin-right:3%;
	padding:20px 15px;
}
.shop ul.shop01 li .shop_ttl img{
	width:auto;
	height:18px;
}
.shop ul.shop01 li .addr .sp{
	display:block;
}

.shop ul.shop02 li{
	width:48.5%;
	height:150px;
	margin-right:3%;
	margin-bottom:20px;
	padding:20px 15px;
}
.shop ul.shop02 li:nth-child(2n){
	margin-right:0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  wash.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.wash01 .img_left img,
.wash01 .img_right img{
	width:60%;
}
.wash01 ul li{
	width:23.5%;
	margin-right:2%;
}
.wash #main article.wash03 section{
	padding:70px 0;
}
.wash04 ul li .s_img{
	width:60%;
}
.wash05 .txt{
	text-align:left;
	margin:30px auto;
}
.wash06 .sp{
	margin-top:30px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  water.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.water01 .img_left img,
.water01 .img_right img{
	width:50%;
}
.water01 table{
	width:100%;
	max-width:860px;
	margin:30px auto 0;
}
.water01 table td .aaa{
	width:100%;
}
.water01 table td .bbb li{
	width:32%;
	margin-right:2%;
}
.water #main article.water03 section{
	padding:70px 0;
}
.water04 .box .num{
	left:-10px;
}
.water04 .box .num img{
	width:80%;
}
.water04 .box02{
	margin-top:0;
}
.water04 .box02 .txt{
	width:100%;
	float:none;
}
.water05 .sp{
	margin-top:30px;
}


/*　.contact_b
----------------------------------------------------------*/
.contact_b li{
	width:48.5%;
	height:170px;
	margin-right:3%;
	padding:20px 15px;
}
.contact_b li .contact_ttl img{
	height:18px;
}
.contact_b li .addr .sp{
	display:block;
}
.contact_b li .btn{
	margin-top:20px;
}







}

@media only screen and (max-width: 1049px) and (min-width: 641px){

.pc{
	display:none;
}	
.sp{
	display:block;
}
.ttl08{
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ul.material01{
	width:650px;
	margin:30px auto;
}
ul.material01 li{
	width:315px;
	float:left;
	margin-bottom:2%;
}
ul.material01 li:nth-child(2n+1){
	margin-right:2%;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil table.oil03 td{
	width:52%;
}
.oil table.oil03 td.br_n{
	border-right:none;
}

ul.oil01{
	width:650px;
	margin:30px auto;
}
ul.oil01 li{
	width:315px;
	float:left;
	margin-bottom:2%;
}
ul.oil01 li:nth-child(2n+1){
	margin-right:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ul.gas01{
	width:650px;
	margin:30px auto;
}
ul.gas01 li{
	width:315px;
	float:left;
	margin-bottom:2%;
}
ul.gas01 li:nth-child(2n+1){
	margin-right:2%;
}
.gas_box02{
	height:240px;
	border:1px solid #b3b3b3;
	margin-top:4%;
	padding:10px 10px;
}
.gas article section #reform{
	width:95%;
	border:1px solid #b3b3b3;
	margin:15px auto 30px;
	padding:10px;
}
.gas article section #reform li{
	width:136px;
	font-size:1.125em;
	text-align:left;
	float:left;
	margin:15px;
}

.gas article section #charge ul{
	width:497px;
	margin:0 auto;
}
.gas article section #charge ul li{
	width:497px;
	margin-bottom:30px;
}
.gas article section #charge li .charge_txt01 p{
	float:left;
}
.gas article section #charge li .charge_txt01 img{
	float:right;
	margin:5px 0 0 0;
}






}

@media screen and (max-width: 750px){
.main02 ul{
	width:350px;
	margin:0 auto;
}

}

@media screen and (max-width: 640px){
	
.pc{
	display:none;
}	
.sp{
	display:block;
}
.ttl08{
	width:87%;
	max-width:280px;
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	text-align:left;
	margin:0 auto;
	padding:0 0 0 45px;
}

.main02 ul.news_btn{
	width:412px;
	height:auto;
	margin:14px auto 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ul.index_product li{
	width:100%;
	float:none;
	margin:0 auto;
}
ul.index_product li.index_coating,
ul.index_product li.index_wash{
	margin-right:auto;
	margin-bottom:15px;
}
ul.index_product li.bana_1 {
	width: 80%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ul.material01{
	max-width:350px;
	margin:30px auto;
}
ul.material01 li{
	max-width:315px;
	margin-bottom:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil table.oil03{
	width:96%;
	background-color:rgba(255,255,255,0.6);
	
}
.oil table.oil03 td{
	width:95%;
	float:left;
}
.oil table.oil03 td.br_n{
	border-bottom:none;
}

ul.oil01{
	width:315px;
	margin:30px auto;
}
ul.oil01 li{
	width:315px;
	margin-bottom:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ul.gas01{
	width:315px;
	margin:30px auto;
}
ul.gas01 li{
	width:315px;
	margin-bottom:2%;
}
.gas_box02{
	border:1px solid #b3b3b3;
	margin-top:4%;
	padding:10px 10px;
}
.gas article section #reform{
	width:95%;
	max-width:320px;
	border:1px solid #b3b3b3;
	text-align:center;
	margin:15px auto 30px;
}
.gas article section #reform li{
	width:136px;
	text-align:left;
	margin:15px auto;
}

.gas article section #charge li{
	width:100%;
	margin-bottom:30px;
}
.gas article section #charge li .charge_txt01 p{

}
.gas article section #charge li .charge_txt01 img{

	margin:5px 0 0 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  coating.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main article.main_b04{
	background-size:120% auto;
	padding-bottom:0;
}
.ttl10 img{
	height:24px;
}
.coating section{
	padding:30px 0 50px;
}

.flow ul li{
	width:94%;
	height:auto;
	margin-right:0;
	padding:5% 3%;
}

.sidemenu ul li{
	height:auto;
}
.sidemenu ul li:nth-child(3){
	margin-bottom:30px;
}
.sidemenu .sidemenu_ttl img{
	height:18px;
}
.sidemenu .list{
	width:100%;
	margin-top:20px;
	position:static;
}

.shop ul.shop01 li{
	width:100%;
	height:auto;
    margin-right:0;
	margin-bottom:20px;
    padding:15px 3%;
}
.shop ul.shop01 li:last-child{
	margin-bottom:0;
}
.shop ul.shop02 li{
	width:100%;
	height:auto;
	margin-right:0;
	padding:15px 3%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  wash.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main article.main_b05{
	background-size:120% auto;
	padding-bottom:0;
}
.wash section{
	padding:30px 0 50px;
}
.wash01 ul li{
	width:48.5%;
	text-align:center;
	margin-right:3%;
	margin-bottom:15px;
}
.wash01 ul li:nth-child(2n){
	margin-right:0;
}
.wash01 ul li:nth-child(3),
.wash01 ul li:nth-child(4){
	margin-bottom:0;
}
.wash #main article.wash03 section{
	width:95%;
	margin:0 auto;
}
.wash02 .ttl img,
.wash03 .ttl img{
	height:80px;
}
.wash02 ul li,
.wash03 ul li{
	width:30%;
}
.wash04 ul li{
	width:60%;
	float:none;
	margin:0 auto 100px;
}
.wash04 ul li:nth-child(3){
	margin-right:auto;
	margin-bottom:0;
}
.wash05 .txt{
	width:100%;
}

.wash06 .sp{
	margin-top:30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  water.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.water #main article section{
	padding:30px 0 50px;
}
.water #main article.water01 section{
	padding:70px 0 50px;
}
.water01 table th,
.water01 table td{
	width:100%;
	float:left;
}
.water01 table td .aaa{
	margin-top:20px;
}
.water01 table th .bbb,
.water01 table td .bbb li{
	height:40px;
	padding-top:20px;
}
.water01 table th .bbb img,
.water01 table td .bbb li img{
	height:20px;
}
.water #main article.water03 section{
	width:95%;
	margin:0 auto;
}
.water02 .ttl img,
.water03 .ttl img{
	height:80px;
}
.water02 ul li,
.water03 ul li{
	width:30%;
}
.water04 .box{
	padding:75px 5% 50px;
}
.water04 .box .ttl .sp{
	font-size:1.2rem;
	text-align:left;
}
.water04 .box .txt{
	text-align:left;
	margin:20px 0 30px;
}
.water04 .box02 .img_right img{
	width:70%;
}

.water05 .sp{
	margin-top:30px;
}

/*　.contact_b
----------------------------------------------------------*/
.contact_b li{
	width:100%;
	height:auto;
	margin-right:0;
	margin-bottom:20px;
	padding:15px 3%;
}
.contact_b li:last-child{
	margin-bottom:0;
}

#main article.contact_b section{
	padding:50px 0 100px;
}

.company_txt02 span {
	margin-left: 20%;
}


}

@media screen and (max-width: 450px){
.main02 ul.news_btn{
	width:206px;
	height:auto;
	margin:14px auto 0;
}
}

/* 追加　*/
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}



.gas_kakaku table{
	width:100%;
	border-collapse:  collapse;
	table-layout: fixed;
	
}

.gas_kakaku {
  overflow-x: scroll;
}
.gas_kakaku table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

/*
.gas_kakaku table th,td {
    border: solid 1px;  
    padding: 10px 20px;    
}
*/



.gas_kakaku table{
	width:824px;
	margin: 10px 0;
	font-size: 1.125em;
}
.gas_kakaku table th{
	white-space: nowrap;
    border: solid 1px #4d4d4d;  /* 枠線指定 */
    padding: 10px 20px;      /* 余白指定 */	
	background-color: #3fa9f5;
	color: #FFFFFF;
	text-align: center;
}
.gas_kakaku table th:first-child{
	width: 200px;
}

.gas_kakaku table td{
	white-space: nowrap;
    border: solid 1px #4d4d4d;  /* 枠線指定 */
    padding: 10px 20px;      /* 余白指定 */	
	text-align: right;
}

.gas_kakaku table td:first-child{
	background-color: #8cc63f;
	color: #FFFFFF;
	text-align: left;

}


.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	 height: 5px;
}
.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}


@media screen and (max-width: 780px){  
.gas_kakaku table th,td {
    padding: 5px 10px;      /* 余白指定 */
}
.gas_kakaku table{
	margin: 10px auto 3px;
}	
	
	
}







.cen{
	text-align: center;
}

.rig {
	text-align: right;
}
.mar_t20 {
	margin-top: 20px;
}
.mar_b20 {
	margin-bottom: 20px;
}
.mar_h20 {
	height: 30px;
}

.trouble_box {
    border: 1px solid #4d4d4d;
    padding: 30px 50px;
	width: 50%;
	font-size: 18px;
}

.left, .right {
  display: inline-block;
}

.frame {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1049px){
.trouble_box {	
	width: 70%;
	padding: 20px 40px;
	font-size: 16px;
}
}
@media screen and (max-width: 780px){
.trouble_box {	
	width: 96%;
	padding: 15px 10px;
	font-size: 14px;
	margin: auto;
	}
.mar_h20 {
	height: 20px;
}	
}	

.main_b01 .kyoka {
	max-width: 460px;	
}

.main_b01 .kyoka p{
	text-align: right;
}

/* 追加　*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  SDGs.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.index_sdgs {
	width: 100%;
	margin: auto;
}

.sdgs #main table{
	width:1050px;
	background-color:rgba(255,255,255,0.6);
	background-image:none;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin:20px 0 30px;
}

.sdgs #main table th{
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	background-color:#8c8c8c;
	padding:10px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.sdgs #main table td{
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	font-size:1.125em;
	vertical-align:top;
	padding:36px 40px;
}
.sdgs #main table td:first-child{
	width:210px;
	text-align: center;
	vertical-align: top;
	padding:36px 0;
}
.sdgs #main table td:first-child img{
	max-width: 177px;
}

.sdgs #main table td p{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20px;
}

.sdgs #main table td:last-child img {
	margin-top: 20px;
}


.sdgs_box {
width:100%;
table-layout: inherit;
white-space: inherit;
-webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}


.sdgs_textbox {
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 18px;
	line-height: 37px;
}
.sdgs_textbox .in_box {
	margin: 30px auto;
}
.sdgs_textbox .in_img {
	max-width: 1052px;
	margin: auto;
}

.sdgs_textbox p {
	font-size: 32px;
	margin-bottom: 30px;
}

.sdgs_textbox .in_box .title {
	max-width: 631px;
	text-align: center;
	margin: 0 auto 30px;
}


.sdgs_partner_box {
	max-width: 1050px;
	margin: 100px auto 0;
}
.sdgs_partner_box02 {
	max-width: 1050px;
	margin: 100px auto 0;
}

.sdgs_partner_box_in {
	background-color: #f4f4f4;
	height: 277px;

}

.sdgs_partner_img {
	width: 24%;
  float: left;
  margin-top: -40px;
  margin-left: 40px;
}
.sdgs_partner_img p {
	font-size: 15px;
	margin-left: 11px;
	margin-top: 10px;
}

.sdgs_partner_txt01 {
  width: 66%;
  font-size: 1.125em;
 line-height: 30px;
  float: left;
	padding-top: 70px;
	padding-right: 60px;		

}

.sdgs_part_ttl {
  min-height: 35px;
  background-image: url(../img/common/blue_point.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.375em;
  padding: 0 0 0 45px;
	margin-bottom: 20px;
}

.sdgs_partner_box_in02 {
	margin: 100px auto;
	text-align: center;
}
.sdgs_partner_box_in02 p {
	margin-bottom: 20px;
	font-size: 18px;
}

.sdgs_partner_box_in02 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media (max-width: 767px){ 
	/*スマホとかは、横スクロールバーを表示*/
.sdgs_box{
    overflow-x: scroll; /* 横スクロール処理 */
    display: block;
    }
	
.sdgs #main table td{
	padding:20px;
}	

.sdgs #main table td:first-child{
	padding:20px;
	width: 15%;
}	
.sdgs #main table td:first-child img{
	width: 100px;
}	
	
.sdgs #main table td:last-child img {
	margin-top: 10px;
	width: 250px;
}

	
.sdgs_textbox p {
	font-size: 26px;
	margin-bottom: 30px;
}	

.sdgs_textbox .in_img {
	width: 100%;
	margin: 50px auto 0;
}	

.sdgs_textbox .in_box .title {
	width: 90%;
}	
	

	
.sdgs_partner_box {
	background-color: #f4f4f4;
	padding-bottom: 20px;
	}	
	
	
.sdgs_partner_box_in {
	background-color: #f4f4f4;
	height: auto;
	
}

.sdgs_partner_img {
	width: 100%;
	text-align: center;
  margin-top: -20px;
  margin-left: 0;
}

.sdgs_partner_img p {
	font-size: 14px;
	margin-left: 0;
	margin-top: 10px;
}	
	
.sdgs_partner_txt01 {
  width: 90%;
  font-size: 1.125em;
 line-height: 30px;
	padding-top: 30px;
	padding-right: 60px;
	padding-left: 20px;

}

.sdgs_part_ttl {
  min-height: 35px;
  background-image: url(../img/common/blue_point.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.375em;
  padding: 0 0 0 45px;
	margin-bottom: 20px;
}

.sdgs_partner_box_in02 {
	margin: 100px auto;
	text-align: center;
}
.sdgs_partner_box_in02 p {
	margin-bottom: 20px;
	font-size: 18px;
}	
	
.sdgs_partner_box_in02 img {
	width: 85%;	
	}
	

	
}


/* 求人情報　変更　*/

.recruit_03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
}
.recruit_03 .item {
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
    /*padding: 50px 10px;*/
    text-align: center;
}

.recruit_03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
}
.recruit_03 .item {
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
    /*padding: 50px 10px;*/
    text-align: center;
}

.voice_inner {
	width: 100%;
	max-width: 1050px;
	margin: auto;
}


.voice_txtbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
}
.voice_txtbox .item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 46px;
    /*padding: 50px 10px;*/
    
}
.voice_txtbox .item .ttl {
	min-height: 25px;
	background-image: url("../img/recruit/blue_point_s.png");
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #b3b3b3;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 35px;
}

.voice_txtbox .item .txt {
	margin-top: 15px;
}

.pdtop50 {
	padding-top: 50px;
}

a.voice_link{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}

#main article.main02b {
  background-color: #f4f4f4;
  margin-bottom: 50px;
  padding: 50px 0 30px;
}


@media (max-width: 767px){

.recruit_03 .item {
    width: 98%;
		
}
	
.voice_txtbox .item {
    width: 100%;
    margin-bottom: 30px;
    /*padding: 50px 10px;*/
    
}	
	

}






/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_sdgs { display: block !important; }
.sp_sdgs { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc_sdgs { display: none !important; }
.sp_sdgs { display: block !important; }
}


