﻿@charset "utf-8";

/**********************************/
/*   ・下層ページ共通              */
/*   ・下層ページで使用するクラス   */
/*      タブレット用クラス         */
/**********************************/

/*----------------------------------
  下層ページ共通設定
----------------------------------*/
/* コンテンツボックス */
.contebox {
  width: 1100px;
  height: auto;
  margin: 0 auto 80px;
}

.contebox h2 {
  width: 100%;
  height: auto;
  padding: 50px 0 0;
}

.bold {
  font-weight: 500;
  color: none;
}

#main_imgbox {
  width: auto;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  min-height: 300px;
}

#main_imgbox img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  min-width: 1400px;
  vertical-align:top;
}

/* map */
.map-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  height: auto;
}

h4 {
  position: relative;
  display: inline-block;
  margin: 50px auto;
  padding: 0 55px;
  color: #008c40;
  font-size: 2.8rem;
}

h4:before, h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #008c40;
}

h4:before {
  left:0;
}
h4:after {
  right: 0;
}

h5 {
  position: relative;
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 1.5em;/*サイズ*/
  margin-bottom: 20px;
}

h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: .9em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #da473a; /*アイコン色*/
  font-weight: 900;
}

h6 {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 0 55px;
  font-size: 3rem;
}

h6:before, h6:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h6:before {
  left:0;
}
h6:after {
  right: 0;
}
/*----------------------------------
  background
----------------------------------*/
.f8-bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 50px;
  background:#f8f8f8;
}

.ye-bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  background: #FFFEF9;
}

.item-bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  background:#f8f8f8;
  border-radius: 20px;
}

/*----------------------------------
  商品紹介
----------------------------------*/
.item-box {
  width: 100%;
  height: auto;
  margin: 70px auto;
  text-align: left;
  line-height: 1.8;
}

.item-box .item-l {
  margin: 0 auto;
  float: left;
  width: 43%;
}

.item-box .item-r {
  margin: 0 auto;
  float: right;
  width: 57%;
  text-align: center;
}

.item-ul {
  width: 95%;
  margin: 50px auto 0;
  padding: 0;
  height: auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.item-ul li {
  width:45%;
  margin:0 auto 50px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.9;
  text-align: center;
  float: left;
  border: 1px solid #008c40;
  border-radius: 10px;
  padding: 20px 2px;
}

.item-li {
  width: 100%;
  margin: 1em auto;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #008c40;
  position: relative;
  padding: 1rem 0;
  text-align: center;
}

.item-li:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 12px);
  width: 24px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #008c40;
}

.item-text {
  width: 90%;
  margin:40px auto 0;
  padding: 0;
  text-align: left;
  line-height: 1.9;
}

.item-table {
  width: 55%;
  height:auto;
  margin: 0 auto;
  color:#333;
  border-collapse: collapse;
  border-top:1px solid #666;
  border-left:1px solid #666;
  border-right:1px solid #666;
}

.item-table .thstyle1 {
  width:25%;
  padding: 15px;
  text-align:center;
  vertical-align:middle;
  font-weight: normal;
  border-left:1px solid #666;
  border-bottom:1px solid #666;
  color: #008c40;
  background: #f2f2f2;
}

.item-table .thstyle2 {
  width:75%;
  padding: 15px;
  text-align:center;
  vertical-align:middle;
  font-weight: normal;
  border-left:1px solid #666;
  border-bottom:1px solid #666;
  color: #008c40;
  background: #f2f2f2;
}

.item-table .tdstyle1 {
  width:25%;
  padding: 15px;
  text-align:center;
  vertical-align:middle;
  border-left:1px solid #666;
  border-bottom:1px solid #666;
}

.item-table .tdstyle2 {
  width:75%;
  padding: 15px;
  text-align:center;
  vertical-align:middle;
  border-left:1px solid #666;
  border-bottom:1px solid #666;
}

.item-tit {
  margin: 0;
  font-size: 20px; 
  position: relative; 
  margin-bottom: 15px;
  padding-top: 40px;
  padding-left: 30px;
  text-align: left;
  text-indent: 2em;
  letter-spacing: .1em;
}

.item-tit:before {
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 80px 50px; 
  border-color: transparent transparent #95D541 transparent;
  position: absolute;
  z-index: -1;
  transform: rotate(30deg);
  top: 0;
  left: 50px;
}

.item-p {
  width: 90%;
  margin: 20px auto;
  padding: 0;
  text-align: left;
  line-height: 1.9;
}

.item-box2 {
  width: 90%;
  height: auto;
  margin: 70px auto 0;
  text-align: left;
  line-height: 1.8;
}

.item-box2 .item-l {
  margin: 0 auto;
  float: left;
  width: 43%;
}

.item-box2 .item-r {
  margin: 0 auto;
  float: right;
  width: 57%;
  text-align: center;
}

.item-box2 .item-l ol li {
  list-style: decimal;
}


/*----------------------------------
  会社概要
----------------------------------*/
.about-img {
  width: 100%;
  height: auto;
  margin: 70px auto;
  text-align: center;
  line-height: 1.8;
}

.about-img .about-l {
  margin: 0 auto;
  float: left;
  width: 50%;
}

.about-img .about-r {
  margin: 0 auto;
  float: right;
  width: 50%;
  text-align: center;
}

.company-box {
  width: 100%;
  height: auto;
  margin: 70px auto;
  text-align: left;
  line-height: 1.8;
}

.company-box .company-l {
  margin: 0 auto;
  float: left;
  width: 60%;
}

.company-box .company-r {
  margin: 0 auto;
  float: right;
  width: 40%;
  text-align: center;
}

.company-box .company-l p {
  width: 98%;
  margin-top: 30px;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
}

.company-p {
  margin: 50px 0;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
}

.company-ul {
  width: 68%;
  margin: 0 auto;
  text-align: left;
}

.company-ul .company-li1 {
  width: 100%;
  margin: 30px auto;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  color: #002745;
}

.company-ul .company-li2 {
  width: 100%;
  margin: 10px auto 40px;
  list-style:none;
  line-height: 1.7;
  padding-left: 10px;
}

.company-ul .company-li2:last-child {
  width: 100%;
  margin: 10px auto;
  list-style:none;
  line-height: 1.7;
  padding-left: 10px;
}

.company-ul .company-li3 {
  width: 100%;
  margin: 0 auto;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  text-align: center;
}

.cp-img {
  margin: 10px 0;
}

.cp-ul {
  width: 100%;
  height: auto;
  list-style: none;
  margin: 50px auto;
  text-align: left;
}
  
.cp-ul li {
  width: 100%;
  height: auto;
  display: table;
  *display: block;
  line-height: 2;
}

*+html .cp-ul li:after {
  clear: both;
  content: "";
  display: block;
}
  
.cp-ul li .cp-l {
  width: 29%;
  height: auto;   
  padding: 12px 0;
  display: table-cell;
  border-bottom: 1px dotted #666;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  *float: left;
}
  
.cp-ul li .cp-r {
  width: 68%;
  *width: 68%;
  height: auto;
  padding: 12px 0;
  display: table-cell;
  border-bottom: 1px dotted #666;
  vertical-align: middle;
  *float: right;
}

.cp-ul a {
  text-decoration:none;
  display:inline;
}

.cp-ul a:hover {
  text-decoration: none;
  color: #0084b9;
}

.cp-ul li .cp-r ol.inner-ol {
  width: 100%;
  height: auto;
}

.cp-ul li .cp-r ol.inner-ol li {
  margin-left: 20px;
  padding: 0;
  text-indent: .5em;
  list-style-type: decimal;
  display: list-item;
}

.shikaku-tb { 
  width:100%;
  margin: 0;
  padding: 0;
}

.shikaku-tb th {
  width: 35%;
  padding: 2px 0;
  vertical-align: middle;
}

.shikaku-tb td {
  width: 15%; 
  padding: 0;
  vertical-align:middle;
}

.company-box2 {
  width: 95%;
  height: auto;
  margin: 70px auto;
  text-align: left;
  line-height: 1.8;
}

.company-box2 .c-img-l {
  margin: 0 auto;
  float: left;
  width: 50%;
  text-align: left;

}

.company-box2 .c-img-r {
  margin: 0 auto;
  float: right;
  width: 50%;
  text-align: right;
}

.cr-ul {
  width: 100%;
  height: auto;
  list-style: none;
  margin: 50px auto;
  text-align: left;
}
  
.cr-ul li {
  width: 100%;
  height: auto;
  display: table;
  *display: block;
  line-height: 2;
}

*+html .cr-ul li:after {
  clear: both;
  content: "";
  display: block;
}
  
.cr-ul li .cr-l {
  width: 37%;
  height: auto;   
  padding: 12px 0;
  display: table-cell;
  border-bottom: 1px dotted #666;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  *float: left;
  color: #1CBBB4;
  font-size: 1.5rem;
}
  
.cr-ul li .cr-r {
  width: 60%;
  *width: 60%;
  height: auto;
  padding: 12px 0;
  display: table-cell;
  border-bottom: 1px dotted #666;
  vertical-align: middle;
  *float: right;
}


/*----------------------------------
  安全に対する取り組み
----------------------------------*/
.anzen-box {
  width: 80%;
  height: auto;
  margin: 100px auto;
  text-align: left;
  line-height: 1.8;
}

.anzen-box .anzen-l {
  margin: 0 auto;
  float: left;
  width: 25%;
}

.anzen-box .anzen-r {
  margin: 0 auto;
  float: right;
  width: 75%;
  text-align: left;
}

.anzen-ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.anzen-ul li {
  width: 30%;
  margin:0 auto 50px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
  float: left;
  padding: 10px 10px 30px;
  background: #f2f2f2;
  border-radius: 10px;
}

.anzen-ul li .anzen-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 15px;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #008c40;
}

.anzen-ul li .anzen-text {
  width: 90%;
  margin:0 auto;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1.7;
  text-align: left;
}

.anzen-ul li .anzen-text img {
  width: 98%;
  margin: 20px auto 0;
}

.number {
  width: 98%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  text-align: left;
}

.a-box {
  height: auto;
  margin: 10px auto;
  text-align: left;
  background: #2D8C46;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  border-radius: 7px;
  text-indent: .5em;
}

.c-box {
  width:98%;
  height: auto;
  margin: 30px auto;
  text-align: left;
  line-height: 1.8;
}



/*----------------------------------
 お問い合わせ
----------------------------------*/
.inquirybox {
	margin:30px auto;
	padding:0;
	width:90%;
	line-height:1.5;
	text-align:left;
}

.inquirybox p {
	text-align:right;
}

.inquirybox span {
	color: red;
}

.mailmaga {
  margin: 100px auto 30px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

#mailform {
	margin:0;
	padding:0;
	text-align:left;
}

#mailform table {
	margin:20px 0;
	padding:0;
	width:100%;
}

#mailform th.inq-l {
	padding: 20px;
	width:30%;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px dotted #8E8E8E;
}

#mailform td {
	width:65%; 
	padding: 10px 20px;
	vertical-align:middle;
	border-bottom: 1px dotted #8E8E8E;
}

#mailform .inq-bottom {
	vertical-align:middle;
	padding: 20px;
	text-align: center;
	border: none;
}

#mailform label {
	display: inline-block;
}

#mailform input,
#mailform textarea {
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #ccc;
}

#mailform textarea {
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#mailform input {
  margin-right: 10px;
}

#mailform td select {
  /*width: 20%;*/
  height: auto;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
}

#mailform td .inq-inner {
  margin: 15px 0;
}

#mailform td .inq-inner li {
  padding: 7px 0;
  width: auto;	
}

#mailform td .inq-inner p {
  margin: 0;
  text-align: left;
}

#mailform td textarea {
  width: 90%;
  height: auto;
  margin-top: 10px;
  padding: 7px;
  font-size: 14px;
  font-size: 1.4rem;
}

#mailform td .inner-p {
  margin: 0;
  text-align: left;
}

#mailform td .inner-p a {
  text-decoration:none;
  display:inline;
  color: red;
}

#mailform td .inner-p a:hover {
  text-decoration: none;
  color: #0084b9;
}

input::placeholder {
  color: #CFCFCF;
}

/*----------------------------------
  個人情報保護方針
----------------------------------*/
.privacy-h3 {
  margin: 80px 0 50px;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.67;
  text-align: left;
}

.privacy-h3:after {
  width: 50px;
  height: 5px;
  margin: 30px 0 0;
  content: '';
  display: block;
  background-color: #c80000;
}

.privacy-text {
  width: 97%;
  margin: 20px auto 30px;
  padding: 0;
  text-align: left;
  line-height: 2;
}

.privacy-text ul {
  width: 100%;
  margin-left:30px;
}

.privacy-text ul li {
  width: 100%;
  margin: 0 auto;
  list-style:disc;
}

.privacy-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.privacy-text a {
  text-decoration:none;
  display:inline;
}

.privacy-text a:hover {
  text-decoration: none;
  color: #c80000;
}

.privacy-box {
  margin: 0 auto;
  width: 100%;
}

.privacy-box .privacy-l {
  margin: 0 auto;
  float: left;
  width: 55%;
  padding: 0;
}

.privacy-box .privacy-r {
  margin: 70px auto;
  float: right;
  width: 44%;
  padding: 0;
}

.privacy-box .privacy-r img {
  width: 100%;
  padding: 0;
}

/*----------------------------------
  環境方針
----------------------------------*/
.env-h4 {
  padding: 1em;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
  border-top: 3px solid #1CBBB4;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  width: 95%;
  color: #1CBBB4;
}

.env-text {
  width: 97%;
  margin: 20px auto 30px;
  padding: 0;
  text-align: left;
  line-height: 1.9;
}

.env-text ul {
  width: 100%;
  margin-left:30px;
}

.env-text ul li {
  width: 100%;
  margin: 0 auto;
  list-style:decimal;
}

.env-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.env-text a {
  text-decoration:none;
  display:inline;
}

.env-text a:hover {
  text-decoration: none;
  color: #0084b9;
}

/**********************************/
/*      タブレット用クラス         */
/**********************************/

/*----------------------------------
  下層ページ共通設定
----------------------------------*/
/* コンテンツボックス */
.tb .contebox {
  width: 98%;
  height: auto;
  margin: 0 auto;
}

.tb .service-ul {
  width: 100%;
  height: auto;
  list-style: none;
  margin: 50px auto;
  text-align: left;
}
  
.tb .service-ul li {
  width: 340px;
  height: auto;
  margin: 20px 5px;
  line-height: 2;
  float: left;
}

.tb .service-ul img {
  width: 93%;
  height: auto;
}
