<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----------------
 共通
------------------- */
body{
font-family:'Noto Sans JP';
}

.small_t{
 font-size: 15px !important;
}
.red{
 color: #CC3300;
}
p.lh-2{
 line-height: 2;
}

video{
 max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube_outer_620,
.kankyou .youtube_outer{
 max-width: 620px;
 margin-left: auto;
 margin-right: auto;
}
/*モーダルを開くボタン*/
.modal-open {
overflow: hidden;
transition: transform .3s
will-change: transform;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 20px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1100px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 20px;
}
.image-container {
    position: relative;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
/* ----------------------
 ウェステックいわき他 pc
------------------------- */
p.bg-gray{
 background-color: #d5e8ef;
 font-size: 120%;
 padding: 7px 15px;
}
.page .group_1 .slide img{
 border-radius: 40px;
}
@media screen and (min-width: 769px) {/* pcまで */
.main ol li{
 list-style-type: decimal;
 margin-left: 20px;
 padding-left: 5px; 
}

.page .main article{
 padding-top: 6vw;
 padding-bottom: 6vw;
}

.page_head.disposal{
 background: url(images/w-iwaki/head-bg.jpg) no-repeat center top;
 background-size: cover;
}
.page .main h2.title{
 background: url(images/page/title-bg.png) no-repeat left bottom;
 font-size: min(2.6vw, 260%);
 font-size: max(2.6vw, 200%);
 font-weight: bold;
 letter-spacing: 3px;
 margin-bottom: 60px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 line-height: 1.5;
 padding-bottom: 18px;
}

.w-iwaki .group_1{
 padding: 10vw 0;
}
.w-iwaki .group_1 .inner{
 max-width: 1100px;
 margin: 0 auto;
}
.w-center .group_1 .left,
.kawasaki .group_1 .left,
.kanagawa .group_1 .left,
.w-iwaki .group_1 .left{
 width: 47%;
 float: left;
}
.w-center .group_1 .right,
.kawasaki .group_1 .right,
.kanagawa .group_1 .right,
.w-iwaki .group_1 .right{
 width: 47%;
 float: right;
}
.attempt .group_1 strong,
.jizoku .group_1 strong,
.w-center .group_1 strong,
.kawasaki .group_1 strong,
.kanagawa .group_1 strong,
.w-iwaki .group_1 strong{
 font-size: min(2.5vw, 250%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 10px;
 display: block;
}
.w-center .group_1 strong span,
.kawasaki .group_1 strong span,
.kanagawa .group_1 strong span,
.w-iwaki .group_1 strong span{
 color: #009ed8;
}
.bg-gray-base,
.w-iwaki .group_2{
 background-color: #d5e8ef;
 overflow: hidden;
 padding-top: 7vw !important;
 padding-bottom: 7vw !important;
}
.page .main h2.title.upper{
 margin-top: -5.4vw !important;
}
.bg-gray-base .inner,
.w-iwaki .group_2 .inner{
 background-color: #fff;
 padding: 3vw 3vw 3vw 3vw !important;
 border-radius: 30px;
}
/* --------------------------- 3カラム基本/2カラム基本 */
.kanagawa .group_2 ul._1,
.w-iwaki .group_2 ul._1{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 justify-content: space-between;
 margin-bottom: 50px;
}
.w-center .group_2 ul{
 display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.kanagawa .group_7 .sub_group,
.w-iwaki .group_2 ul._2{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.kanagawa .group_2 ul._2{
 display: grid;
 grid-template-columns: 65% 30%;
 justify-content: space-between;
}
.kanagawa .group_2 ul._2 li:nth-child(2){
 text-align: center;
}
.w-iwaki .group_2 h3{
 font-size: 160%;
 line-height: 1.5;
 font-weight: bold;
 margin-bottom: 10px;
}
/* --------------------- wilセンター */
.w-center .text_1{
 margin-bottom: 40px;
}
.w-center .group_1 table td span {
  font-family: "Barlow";
  font-size: 180%;
  
}
.w-center .group_2 span {
  font-family: "Barlow";
  font-size: 400%;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #009ed8;
  display: block;
}
.w-center .group_2 p {
 font-weight: bold;
 font-size: 160%;
 font-size: min(1.3vw, 140%);
 font-size: max(1.3vw, 120%);
 font-weight: bold;
}
/* --------------------------- ナンバー付きタイトル基本 */
.main h3.n_01{
 background: url(images/w-iwaki/2-1.png) no-repeat left center;
 padding-left: 90px;
 font-size: 160%;
 font-weight: bold;
}
.main h3.n_02{
 background: url(images/w-iwaki/2-2.png) no-repeat left center;
 padding-left: 90px;
 font-size: 160%;
 font-weight: bold;
}
.main h3.n_03{
 background: url(images/w-iwaki/2-3.png) no-repeat left center;
 padding-left: 90px;
 font-size: 160%;
 font-weight: bold;
}
.main h3.n_04{
 background: url(images/w-iwaki/2-4.png) no-repeat left center;
 padding-left: 90px;
 font-size: 160%;
 font-weight: bold;
}
.main h3.n_05{
 background: url(images/w-iwaki/2-5.png) no-repeat left center;
 padding-left: 90px;
 font-size: 160%;
 font-weight: bold;
}
.main h3.one-line{
 padding-top: 13px;
 padding-bottom: 13px;
}
/* --------------------------- */
.w-iwaki .group_3{
 background: url(images/w-iwaki/g3-bg.jpg) no-repeat center center;
 background-size: cover;
}
.kanagawa .group_3{
 background: url(images/kanagawa/g3-bg.jpg) no-repeat center center;
 background-size: cover;
}

.kanagawa .group_3 ul,
.w-iwaki .group_3 ul{
 max-width: 1100px;
 margin-left: auto;
 margin-right: auto;
}
.kanagawa .group_3 .left,
.w-iwaki .group_3 .left{
 float: left;
 width: 48%;
}
.kanagawa .group_3 .right,
.w-iwaki .group_3 .right{
 float: right;
 width: 48%;
}
.kanagawa .group_3 li,
.w-iwaki .group_3 li{
 margin-left: auto;
 margin-right: auto;
 max-width: 528px;
}
table.type-01,
.kanagawa .group_4 table,
.w-iwaki .group_4 table{
 width: 100%;
}
table.type-01 th,
.kanagawa .group_4 th,
.w-iwaki .group_4 th{
 width: 30%;
 padding: 25px 10px;
 border-bottom: 1px solid #000;
 vertical-align: middle;
 font-size: 130%;
 letter-spacing: 1px;
}
.kanagawa .group_4 th span{
 font-size: 80%;
}
table.type-01 :first-child th,
.kanagawa .group_4 :first-child th,
.w-iwaki .group_4 :first-child th{
 border-top: 1px solid #000;
}
table.type-01 td,
.kanagawa .group_4 td,
.w-iwaki .group_4 td{
 width: 70%;
 padding: 25px;
 border-bottom: 1px dotted #000;
}
table.type-01 :first-child td,
.kanagawa .group_4 :first-child td,
.w-iwaki .group_4 :first-child td{
 border-top: 1px dotted #000;
}
.w-iwaki .group_4 td .small{
 font-size: 80%;
}

.kanagawa .group_4 .over_box{
 overflow-x: scroll;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 max-width: 100%;
}
.kanagawa .group_4 table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
} 
.kanagawa .group_4 .sub_box,
.w-iwaki .group_4 .sub_box{
 margin: 80px auto 30px auto;
}
.kanagawa .group_4 .sub_box h3,
.w-iwaki .group_4 .sub_box h3{
 margin-bottom: 30px;
}
.kanagawa .group_4 .sub_box p,
.w-iwaki .group_4 .sub_box p{
 margin-bottom: 50px;
}
.sub_box video{
 margin-left: auto;
 margin-right: auto;
 display: block;
}
/* ------------------------------------- */
.main .back-link{
 text-align: left;
 max-width: 460px;
 min-width: 300px;
 background: url(images/w-iwaki/link-bg.png) no-repeat bottom left;
}
.main .back-link a{
 font-size: 130%;
 text-align: center;
 background: url(images/page/back-arrow.png) no-repeat 10px center;
 padding: 10px 0 10px 25px;
 color: #000;
 display: block;
 transition: .5s;
}
.main .back-link a:hover{
 background: url(images/page/back-arrow.png) no-repeat 0px center;
}
.main .back-link.center a{
 margin-left: auto;
 margin-right: auto;
}
.kanagawa .group_7 .text{
 margin-bottom: 30px;
}
.kanagawa .group_7 ul{
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 justify-content: space-between;
 align-items: center;
}
.kanagawa .group_7 ul span{
 font-size: 180%;
 font-family: "barlow";
 font-weight: 500;
}
.kanagawa .group_7 span a{
 color: #333;
}
}/* pc end */
@media screen and (max-width: 1300px) {/* 以下 */


}

/* ----------------------
 シャロークリーン他 pc
------------------------- */
@media screen and (min-width: 769px) {/* pc */
ul.catalog  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
    justify-content: space-between;
}
ul.catalog li{
 margin-left: 10px;
 margin-right: 10px;
 text-align: center;
 background-color: #dcdcdc;
 padding: 10px;
}
ul.catalog li a{
 color: #333;
}
.back-link.water-plant{
 width: 250px;
 margin-left: auto;
 margin-right: auto;
}
/* ---------------------------
 導入事例 追加
------------------------------ */
.group_case ul.grid{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-bottom: 30px;
}
.group_case ul h4{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
}
.group_case ul.list li{
 margin-bottom: 20px;
}
/* ----------------------------------------------- */
.page_head.kankyou{
 background: url(images/environ/head-bg.jpg) no-repeat center top;
 background-size: cover;
}
.honest-l .group_1,
.shallow .group_1{
 padding: 10vw 0;
}
.honest-l .group_1 .inner,
.shallow .group_1 .inner{
 max-width: 1100px;
 margin: 0 auto;
}
.act-carbon .group_1 .left,
.co2-injection .group_1 .left,
.honest-l .group_1 .left,
.shallow .group_1 .left{
 width: 50%;
 float: left;
}
.act-carbon .group_1 .right,
.co2-injection .group_1 .right,
.honest-l .group_1 .right,
.shallow .group_1 .right{
 width: 45%;
 float: right;
}
/* --------------------------- トップタイトル基本*/
.life-act .group_1 strong,
.csr article strong,
.gastak-case .group_1 strong,
.gastak-hs .group_1 strong,
.gastak-hn .group_1 strong,
.gastak-sn .group_1 strong,
.gastak .group_1 strong,
.act-carbon .group_1 strong,
.honest-l .group_1 strong,
.shallow .group_1 strong{
 font-size: 2.5vw;
 font-size: min(2.5vw, 260%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 20px;
 color: #009ed8;
 letter-spacing: 2px;
 display: block;
}
.waste-d .group_1 strong,
.shinki .group_1 strong,
.waste-c .group_1 strong,
.environ .group_1 strong{
 font-size: 2.5vw;
 font-size: min(2.5vw, 260%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 40px;
 line-height: 1.3;
 display: block;
 letter-spacing: 2px;
}
.waste-d .group_1 strong span,
.shinki .group_1 strong span,
.waste-c .group_1 strong span,
.environ .group_1 strong span{
 color: #009ed8;
}
.policy .group_1 strong,
.shufuku .group_1 strong,
.waste-pfas .group_1 strong,
.waste-pcb .group_1 strong,
.about .group_1 strong,
.co2-injection .group_1 strong{
 font-size: 2.5vw;
 font-size: min(2.5vw, 260%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 20px;
 display: block;
 line-height: 1.5;
 letter-spacing: 2px;
}
.life-act .group_1 .sub_title,
.w-center .group_1 .sub_title,
.gastak-hs .group_1 .sub_title,
.gastak-hn .group_1 .sub_title,
.gastak-sn .group_1 .sub_title,
.about .group_1 .sub_title,
.act-carbon .group_1 .sub_title,
.honest-l .group_1 .sub_title,
.shallow .group_1 .sub_title{
 font-size: min(1.2vw, 160%);
 font-size: max(1.2vw, 130%);
 background-color: #009ed8;
 line-height: 1.5;
 font-weight: bold;
 display: inline-block;
 padding: 3px 20px 5px 20px;
 letter-spacing: 2px;
 border-radius: 10px;
 color: #fff;
}
.gastak-hs .group_1 .sub_title,
.gastak-hn .group_1 .sub_title,
.gastak-sn .group_1 .sub_title{
 max-width: 68%;
 min-width: 68%;
 text-align: center;
}

.gastak .group_1 .sub_title{
 font-size: 150%;
 line-height: 1.5;
 font-weight: bold;
 display: inline-block;
 letter-spacing: 2px;
}


.attempt .group_1 .sub_title,
.csr .main .sub_title,
.jizoku .group_1 .sub_title,
.shufuku .group_1 .sub_title,
.waste-pfas .group_1 .sub_title,
.waste-pcb .group_1 .sub_title{
 font-size: 1.6vw;
 line-height: 1.5;
 font-weight: bold;
 color: #009ed8;
 font-size: max(1.6vw, 120%);
}
.co2-injection .group_1 .sub_title_2,
.honest-l .group_1 .sub_title_2,
.shallow .group_1 .sub_title_2{
 font-size: 1.2vw;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}
/* ---------------------------ライン入りタイトル */
h3.title_line {
  position: relative;
  padding: 0;
  text-align: left;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 1px;
}
.honest-l h3.text_line{
 color: #009ed8;
}
h3.title_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h3.title_line span {
  position: relative;
  padding: 0 20px 0 0;
  background: #fff;
}

.co2-injection .group_1 .sub_group,
.honest-l .group_1 .sub_group{
 margin-bottom: 30px;
}
.co2-injection .group_1 h3,
.honest-l .group_1 h3{
 margin-bottom: 30px;
}
.honest-l .group_2 h3{
 line-height: 1.5;
 margin-bottom: 10px; 
}
.honest-l .group_2 p._01{
 margin-bottom: 40px;
}
.honest-l .group_2 ul{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 justify-content: space-between;
 margin-top: 40px;
}
.act-carbon .group_2 ul{
 display: grid;
 grid-template-columns: 45% 45%;
 grid-template-rows: auto auto;
 justify-content: space-between;
 margin-top: 50px;
 margin-bottom: 60px;
}
.act-carbon .group_2 ul:nth-child(2) li,
.act-carbon .group_2 ul:nth-child(1) li{
 margin-bottom: 40px;
}
.act-carbon .group_2 h4{
 font-size: 160%;
 font-weight: bold;
 color: #009ed8;
 margin-top: 20px; 
}
.act-carbon .group_2 .left{
 width: 45%;
 float: left;
}
.act-carbon .group_2 .right{
 width: 45%;
 float: right;
}
.act-carbon .group_2 ol li{
 list-style-type: decimal;
 margin-left: 20px;
 padding-left: 5px; 
}

.shallow .group_4,
.shallow .group_2{
 background-color: #d5e8ef;
}
.shallow .group_4 .inner,
.shallow .group_2 .inner{
 background-color: #fff;
 padding: 3vw;
 border-radius: 30px;
}
.main ul.list li,
.shallow .group_5 .list li,
.shallow .group_4 .list li{
 background: url(images/shallow-clean/list.png) no-repeat left 5px;
 padding-left: 25px;
}

.shallow .group_5 ul.group{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 justify-content: space-between;
}
.shallow .group_5 h3{
 color: #009ed8;
 font-size: 130%;
 font-weight: bold;
 line-height: 1.6;
 margin-bottom: 10px;
}
.gastak ol li,
.co2-injection .main ol li{
 list-style-type: decimal;
 margin-left: 20px;
 padding-left: 10px;
}

.act-carbon .small_box{
 background-color: #f3f7f8;
 border: 1px dotted #ccc;
 border-radius: 10px;
 padding: 20px;
 margin-top: 20px;
}
.act-carbon .small_box p{
 display: inline-block;
}
.act-carbon .small_box table td{
 vertical-align: top;
 padding: 10px 10px 10px 20px;
}
.act-carbon .group_1 .small_box table td{
 display: block;
}
.act-carbon .group_1 .small_box table th{
 font-size: 120%;
 font-weight: bold;
 padding: 10px;
 line-height: 1.6;
 display: block;
}
.act-carbon .group_2 .small_box table th{
 width: 25%;
}
.act-carbon .group_2 .small_box table td .title{
 font-size: 120%;
 font-weight: bold;
}
.act-carbon .group_3 h4{
 font-size: 160%;
 font-weight: bold;
 line-height: 1.6;
 margin-bottom: 10px;
}
.act-carbon .group_3 h4 span{
 color: #009ed8;
 display: block;
}
.act-carbon .group_3 ul._1{
 display: grid;
 grid-template-columns: 40% 55%;
 justify-content: space-between;
 margin-bottom: 90px;
}
.act-carbon .group_3 ul._2{
 display: grid;
 grid-template-columns: 55% 40%;
 justify-content: space-between;
}
/* --------------------------- 新規ページ他追加部分 */
.life-act .group_2 table td{
 text-align: center;
 vertical-align: middle;
}
.life-act .group_3 .sub_group{
 margin-top: 30px;
 display: grid;
 grid-template-columns: 48% 47%;
 justify-content: space-between;
}
.life-act .group_3 .sub_child{
 display: grid;
 grid-template-columns: 65% 30%;
 justify-content: space-between;
}
.life-act .group_3 .sub_child li{
 text-align: center;
 font-size: 90%;
}
.life-act .group_4 .sub_group{
 display: grid;
 grid-template-columns: 60% 35%;
 justify-content: space-between;
}
.life-act .group_4 .text_1{
 margin-bottom: 30px;
}
.honest-l .modal-open a{
 color: #009ed8;
 text-decoration: underline !important;
 cursor: pointer;
}
.honest-l .modal-content ul{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
}
.honest-l .modal-content h3{
 margin-bottom: 15px;
 font-size: 160%;
 font-weight: bold;
}
.honest-l .modal-content p{
 margin-bottom: 15px;
}
.water-p .sub_group_2 .btn_link {
 width: 100%;
 max-width: 100%;
 margin-left: auto;
 margin-right: auto;
}
.water-p .sub_group_2 .btn_link a{
 background-color: #009ed8;
 display: block;
 color: #fff;
 font-size: 120%;
 font-weight: bold;
 text-align: center;
 max-width: 100%;
 margin-left: auto;
 margin-right: auto;
 padding: 15px 20px; 
}
.water-p .sub_group_2 .btn_link a:hover{
  background-color: rgba(0,158,216, 0.7);
}
/* --------------------------- group_end */
.main .group_end .box,
.shallow .group_6 .box{
 background-color: #6db72e;
 border-radius: 30px;
 color: #fff;
 padding: 3vw;
 display: grid;
 grid-template-columns: 14% 45% 35%;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 50px;
}
.main .group_end ul.box li:nth-child(1),
.shallow .group_6 ul.box li:nth-child(1) {
 font-size: 2vw;
 font-size: min(2vw, 160%);
 letter-spacing: 1px;
}
.main .group_end .box_2,
.shallow .group_6 .box_2{
 display: grid;
 grid-template-columns: 45% 50%;
 justify-content: space-between;
}
.main .group_end .box_2 li:nth-child(2),
.shallow .group_6 .box_2 li:nth-child(2){
 text-align: right;
}
.main .group_end .box_2 .btn-pdf,
.shallow .group_6 .box_2 .btn-pdf{
 margin-left: 5%;
}
.shallow .group_6 {
 padding-bottom: 120px !important;
}
}/* pc end */
@media screen and (max-width: 1300px) {/* 以下 */
.gastak-hs .group_1 .sub_title,
.gastak-hn .group_1 .sub_title,
.gastak-sn .group_1 .sub_title{
}
}

/* ---------------------------
 廃棄物処理事業トップ pc
------------------------------ */
.list-b li{
 background: url(images/waste-d/list-b.png) no-repeat left 4px;
 padding-left: 28px;
 margin-bottom: 10px;
}
.waste-d .group_2 h4{
 font-size: min(2vw, 140%);
 text-align: center;
 font-weight: bold;
 line-height: 1.6;
 margin-bottom: 15px;
}
.waste-d .group_3 h4.title_line {
 position: relative;
 font-size: min(2vw, 140%);
 text-align: center;
 font-weight: bold;
 margin-bottom: 3vw;
}
.waste-d .group_3 .title_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}
.waste-d .group_3 .title_line span {
  position: relative;
  padding: 0 25px 0 25px;
  background: #fff;
}
.waste-d .group_3 img{
 float: left;
 width: 47%;
}
.waste-d .group_3 .right{
 float: right;
 width: 49%;
}

.waste-d .group_3 h4{
 font-size: min(1.7vw, 120%);
 font-weight: bold;
 line-height: 1.6;
 margin-top: 10px;
}
.waste-d .group_6 h3{
 font-size: min(2vw, 160%);
 font-weight: bold;
 line-height: 1.6;
 margin-top: 10px;
 margin-bottom: 10px;
}
/* -------------------------------- box link img透過 */
.waste-d .group_6 ul._3 li .box,
.waste-d .group_6 ul._2 li,
.waste-d .group_6 ul._1 li{
 position: relative;
}
.waste-d .group_6 ul._3 li .hover-act a,
.waste-d .group_6 ul._2 li a,
.waste-d .group_6 ul._1 li a{
 color: #333;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.waste-d .group_6 ul._3 div:hover .text,
.waste-d .group_6 ul._2 li:hover .text,
.waste-d .group_6 ul._1 li:hover .text{
 text-decoration: underline;
}
.hover-act img{
  transition-property: opacity;
  transition-duration: 0.5s;
}
.hover-act:hover img{
  opacity: 0.7; 
}
.waste-d .group_6 ul._2 img{
 margin-bottom: 10px;
}
.waste-d .group_6 .title_line{
 text-align: center;
 margin-bottom: 40px;
}
.waste-d .group_6 .title_line span{
 padding-left: 20px;
}
.waste-d .group_6 h4{
 font-size: 130%;
 font-weight: bold;
}
.waste-d .group_6 h4.icon{
 background: url(images/waste-d/icon.png) no-repeat right 2px;
}
.waste-d .back-link{
 width: 260px;
 margin-left: auto;
 margin-right: auto;
}
@media screen and (min-width: 769px) {/* pc */
.waste-d .group_1 .left{
 width: 70%;
}
.waste-d .group_2{
 background: url(images/waste-d/bg-1.jpg) no-repeat center top;
 background-size: 100% auto;
 padding-top: 30vw !important; 
}
.waste-d .group_2 .inner{
 background-color: #fff;
 border-radius: 30px;
 padding: 3.5vw;
}
.waste-d .group_2 .left{
 float: left;
 width: 30%;
}
.waste-d .group_2 .right{
 float: right;
 width: 65%;
}
.waste-d .group_2 ul._2{
 margin-top: 50px;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
 justify-content: space-between;
}
.waste-d .group_2 ul._2 li{
 padding: 20px 30px;
}
.waste-d .group_2 ul._2 li:nth-child(2),
.waste-d .group_2 ul._2 li:nth-child(1){
 border-right: 2px dotted #bbb;
}
.waste-d .group_6 ul._3,
.waste-d .group_6 ul._1,
.waste-d .group_3 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.waste-d .group_6 ul._1{
 margin-bottom: 80px;
}
.waste-d .group_6 ul._1{
 margin-top: 40px;
 margin-top: 50px;
}
.waste-d .group_6 ul._1 h4{

}
.waste-d .group_6 ul._3 .child,
.waste-d .group_6 ul._1 .left{
 width: 75%;
 float: left;
}
.waste-d .group_6 ul._1 .img{
 width: 20%;
 float: right;
 margin-top: 20px;
}
.waste-d .group_6 ul._3 .img{
 width: 20%;
 float: right;
 margin-top: 20px;
}
.waste-d .group_6 ul._2{
 display: grid;
 grid-template-columns: repeat(auto-fill, 255px);
 justify-content: space-between;
 margin-bottom: 50px;
}
.waste-d .group_6 ul._2 li{
 width: 255px;
 margin:0 5px 25px 5px;
}
.waste-d .group_6 ul._2 .s_title{
 color: #009ed8;
 font-size: 80%;
 line-height: 1.3;
}
.waste-d .group_6 ul._3 li:nth-child(2){
 padding: 20px;
 background-color: #ccc;
 border-radius: 30px; 
}

.shinki .p-items .sub_group,
.waste-d .p-items .sub_group{
 max-width: 80%;
 margin-left: auto;
 margin-right: auto;
 display: grid;
 grid-template-columns: repeat(auto-fill, 420px);
 justify-content: space-between;
 align-items: center;
}
/* --------------------------- */
.shinki .p-items .sub_group div,
.waste-d .p-items .sub_group div{
 margin-bottom: 20px;
 position: relative;
}

.shinki .p-items .sub_group h4,
.waste-d .p-items .sub_group h4{
 float: left;
 width: 77%;
 font-size: 140%;
 font-weight: bold;
 margin-top: 8px; 
}
.shinki .p-items .sub_group span,
.waste-d .p-items .sub_group span{
 float: right;
 width: 20%; 
}
.shinki .p-items .sub_group a,
.waste-d .p-items .sub_group a{
 color: #333;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.shinki .p-items .sub_group div:hover h4,
.waste-d .p-items .sub_group div:hover h4{
 text-decoration: underline;
}
.shinki .p-items .sub_group div img,
.waste-d .p-items .sub_group div img{
  transition-property: opacity;
  transition-duration: 0.5s;
}
.shinki .p-items .sub_group div:hover img,
.waste-d .p-items .sub_group div:hover img{
  opacity: 0.7; 
}
.shinki .p-flow a,
.waste-d .p-flow a{
 color: #009ed8;
 text-decoration: underline !important;
}
}/* PC */

/* ---------------------------
 PCB廃棄物処理 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.waste-pcb .group_1 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
 justify-content: space-between;
 margin-bottom: 30px;
}
.waste-pcb .group_1 .bg-gray,
.waste-pcb .group_1 .text_1,
.waste-pcb .group_1 .sub_title{
 margin-bottom: 30px;
}

.waste-pcb .group_1 ul li{
 background: url(images/waste-p/list.png) no-repeat left 3px;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
 line-height: 1.5;
 margin-bottom: 10px;
 margin-left: 30px;
}
.waste-pcb .group_2 .t_center{
 margin: 50px auto;
}
.waste-pcb .group_2 ul{
 width: 80%;
 margin: 0px auto 0 auto;
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}

table.style-03{
 border-collapse: collapse;
 width: 100%;
 margin: 30px auto;
}
table.style-03 th.title,
table.style-03 .title td,
table.style-03 .title th{
 background-color: #e5eded;
 text-align: center;
}
table.style-03 td{
 padding: 20px;
 border: 1px solid #ccc;
}
table.style-03 th{
 padding: 20px;
 border: 1px solid #ccc;
 font-weight: bold;
 min-width: 170px;
 vertical-align: middle;
}
/* --------------------------- よくある質問 */
.waste-pcb .details {
 margin-bottom: 25px;
 border-radius: 20px;
 border: 2px solid #009ed8;
}
.waste-pcb .details-summary {
  position: relative;
  display: block;
  padding: 20px 10% 20px 30px;
  color: #333;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  border-radius: 20px;
 }
.waste-pcb .details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.waste-pcb .details-summary .btn {
  position: absolute;
  top: 37%;
  right: 5%;
  width: 26px;
  height: 26px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.waste-pcb .details-summary .btn:before,
.waste-pcb .details-summary .btn:after {
  content: "";
  background-color: #009ed8;
  border-radius: 0px;
  width: 26px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  transform-origin: center center;
}
.waste-pcb .details-summary .btn:before {
  width: 5px;
  height: 26px;
  top: 0;
  left: 10px;
}
.waste-pcb .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.waste-pcb .details-summary.is-active .btn:before {
  content: none;
}
.waste-pcb .details-summary::-webkit-details-marker {
  display: none;
}
.waste-pcb .details-content {
  padding: 30px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.waste-pcb .details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.waste-pcb .details-content p:last-of-type {
  margin: 0 0 0;
}
.waste-pcb .details-summary .barlow{
  font-family: "Barlow";
  font-weight: bold;
  font-size: 140%;
  margin-right: 20px;
  color: #009ed8;
}
.back-link.waste{
 width: 350px;
 margin-left: auto;
 margin-right: auto;
}
}/* PC */
/* ---------------------------
 廃棄物 PFAS処理 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.waste-pfas .group_1 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-top: 40px; 
}
.waste-pfas .group_1 .bg-gray,
.waste-pfas .group_1 .sub_title{
 margin-bottom: 30px;
}
.waste-pfas .group_2 .sub_group{
 display: grid;
 grid-template-columns: 11% 42% 42%;
 justify-content: space-between;
 margin-bottom: 10px;
}
.waste-pfas .group_2 ul{
 display: grid;
 grid-template-columns: 32% 32% 32%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.waste-pfas .group_2 ul li{
 font-size: 80%;
 text-align: center;
 line-height: 1.5; 
 margin-bottom: 20px;
}
.waste-pfas .group_3 ul{
 display: grid;
 grid-template-columns: 33% 65%;
 justify-content: space-between;
}
.waste-pfas .group_3 table {
 margin-bottom: 0 !important;
 margin-top: 0 !important;
}
.waste-pfas .group_3 table td{
 text-align: center;
 vertical-align: middle;
}
.waste-pfas .group_3 table .bg-gray th{
 background-color: #e5eded;
 text-align: center;
}
.waste-pfas .group_3 .over_box{
 overflow-x: scroll;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 max-width: 100%;
}
.waste-pfas h4{
 font-weight: bold;
 font-size: 140%;
 margin-bottom: 30px;
 margin-top: 10px;
}
}/*  */
/*---------------------------------
 トップタイトル基本 sp
 ----------------------------------*/
@media screen and (max-width: 768px) {
/* --------------------------- トップタイトル基本SP*/
.gastak .group_1 strong,
.act-carbon .group_1 strong,
.honest-l .group_1 strong,
.shallow .group_1 strong{
 font-size: 2.5vw;
 font-size: min(2.5vw, 260%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 10px;
 color: #009ed8;
 letter-spacing: 2px;
}
.shinki .group_1 strong,
.waste-c .group_1 strong,
.environ .group_1 strong{
 font-size: 2.5vw;
 font-size: min(2.5vw, 260%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 40px;
 line-height: 1.3;
 display: block;
 letter-spacing: 2px;
}
.shinki .group_1 strong span,
.waste-c .group_1 strong span,
.environ .group_1 strong span{
 color: #009ed8;
}
.about .group_1 strong,
.co2-injection .group_1 strong{
 font-size: 2.5vw;
 font-size: min(2.5vw, 260%);
 font-size: max(2.5vw, 160%);
 margin-bottom: 10px;
 display: block;
 letter-spacing: 2px;
}
.about .group_1 .sub_title,
.gastak .group_1 .sub_title,
.act-carbon .group_1 .sub_title,
.honest-l .group_1 .sub_title,
.shallow .group_1 .sub_title{
 font-size: 1.6vw;
 line-height: 1.3;
 font-weight: bold;
}

.co2-injection .group_1 .sub_title_2,
.honest-l .group_1 .sub_title_2,
.shallow .group_1 .sub_title_2{
 font-size: 1.2vw;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}

}/* sp end */

/* ---------------------------
  GASTAK TOP pc
------------------------------ */
.main ul.list_2 li{
 background: url(images/shallow-clean/list.png) no-repeat left 12px;
 padding-left: 15px;
 background-size: 2px 2px;
}
sub{
 font-size: 60%;
}
@media screen and (min-width: 769px) {/* pc */
.page_head video{
 width: 15vw;
 height: 15vw;
 border-radius: 50%;
 z-index: 2;
}
.page_head.gastak-top .movie{
 position: absolute;
 width: 20vw;
 top: 24%;
 right: 8%;
 text-align: center;
 z-index: 2;
 color: #fff;
 font-weight: bold; 
}

.page_head.gastak-top{
 background: url(images/gastak/head-bg.jpg) no-repeat center center;
 background-size: cover;
 height: 30vw !important;
}
.page_head.gastak-top h1{
 margin-bottom: 20px;
}
.gastak .content_nav{
 display: grid;
 grid-template-columns: 20% 20% 20% 20% 20%;
 justify-content: space-between;
 margin-bottom: 120px;
}
.gastak .content_nav li{
 border-left: 1px solid #333;
}
.gastak .content_nav li:last-child {
 border-right: 1px solid #333;
}

.gastak .content_nav a{
 width: 100%;
 display: inline-block;
 text-align: center;
 padding: 10px 0 20px 0;
 color: #333;
 font-size: 120%;
 font-weight: bold;
 background: url(images/gastak/menu-arrow.png) no-repeat center 90%;
}
.gastak .group_1 .left{
 width: 49%;
 float: left;
}
.gastak .group_1 .right{
 width: 48%;
 float: right;
}
.gastak .small_box{
 background-color: #f3f7f8;
 border: 1px dotted #ccc;
 border-radius: 10px;
 padding: 20px;
 margin-top: 20px;
}
.gastak .small_box p{
 display: inline-block;
}
.gastak .small_box table td{
 vertical-align: top;
 padding: 0;
}
.gastak .group_1 .small_box table th{
 font-size: 120%;
 font-weight: bold;
 padding: 0;
 line-height: 1.6;
 min-width: 20%;
}
.gastak .group_1 .small_box table th{
 vertical-align: middle;
 display: block;
 padding-bottom: 20px; 
}
.gastak .group_1 .small_box table td{
 display: block;
}
.gastak .group_1 .small_box table td .title{
 font-size: 120%;
 font-weight: bold;
}
.gastak .sub_group_2{
 display: grid;
 grid-template-columns: 35% 62%;
 justify-content: space-between;
 margin-bottom: 70px;
}
.gastak .sub_group_3{
 display: grid;
 grid-template-columns: 47% 50%;
 justify-content: space-between;
 margin-bottom: 60px;
}
.gastak .sub_group_4_2,
.gastak .sub_group_3_2{
 display: grid;
 grid-template-columns: 50% 47%;
 justify-content: space-between;
 margin-bottom: 60px;
}
.gastak .sub_group_4{
 margin-bottom: 60px;
}
.gastak .sub_group_6,
.gastak .sub_group_5,
.gastak .sub_group_4{
 display: grid;
 grid-template-columns: 50% 47%;
 justify-content: space-between;
}
.gastak .sub_group_5{
 margin-bottom: 50px;
}
.gastak h3{
 font-size: 140%;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}
.gastak .sub_group_6 h4{
 font-size: 120%;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}
.gastak .group_2 .text_1{
 margin-bottom: 14px;
}
.gastak .group_4 .sub_title,
.gastak .group_3 .t_center,
.gastak .group_2 .t_center{
 font-size: 120%;
 font-weight: bold;
}
.gastak .group_3 ul{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
}
.gastak .group_4 ul{
 display: grid;
 grid-template-columns: 47% 55%;
 justify-content: space-between;
}
.gastak .group_4 .text_1{
 font-size: 500%;
 font-weight: bold;
 color: #009ed8;
}
.gastak .group_4 .text_2{
 font-size: 300%;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 20px;
}
.gastak .group_4 .text_3{
 font-size: 300%;
 font-weight: bold;
 line-height: 1.5;
}
.gastak .group_6 ul._1{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
 margin-bottom: 40px;
}
.gastak .group_6 ul._2{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
 margin-bottom: 50px;
}
.gastak .group_6 .sub_title{
 font-size: 130%;
 color: #009ed8;
 font-weight: bold;
 margin-top: 40px;
}
.gastak .group_7 .mgb{
 margin-bottom: 30px;
}
.gastak .sub_group_4_1{
 margin-bottom: 60px;  
}
.gastak .group_end .title_line{
 margin-bottom: 30px;
}
.gastak .group_end ul._1{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 justify-content: space-between;
 margin-bottom: 100px;
}

.environ .group_5 .sub_group_2 li,
.gastak .group_end ul._1 li{
 position: relative;
 min-height: 300px;
}
.environ .group_5 .name,
.gastak .group_end ul li .name{
 font-weight: bold;
 font-size: min(1.2vw, 160%);
 font-size: max(1.2vw, 120%);
 padding-left: 10px;
 margin-top: 10px; 
}
.environ .group_5 .type,
.gastak .group_end ul li .type{
 font-weight: bold;
 font-size: 180%;
 padding-left: 20px; 
}
.gastak .group_end ul._1 li .btn{
 position: absolute;
 right: 0;
 top: 75%;
 width: 40px;
}
.group_end.gastak ul.box_3,
.gastak .group_end ul.box_3{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-bottom: 60px;
}
/* -----------------導入事例 */
.gastak .group_5 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.gastak .group_5 ul li h4{
 margin: 10px 0 5px 0;
 font-weight: bold;
 font-size: min(1.2vw, 130%);
 font-size: max(1.2vw, 110%);
}
.gastak .group_5 ul li{
 margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 30px;
}
.gastak .back-link{
 margin-left: auto;
 margin-right: auto;
}

.gastak .group_5 ul li img{
 max-height: 15vw;
 object-fit: cover;
}
.gastak .group_7 .hikaku{
 margin-top: 30px;
}

}/* pc end */

/*-----------------------
  GASTAK sp
 ------------------------*/
@media screen and (max-width: 768px) {/* sp */

}/* sp end */

/* -----------------------------------------------
  GASTAK-SN GASTAK-HN  pc
-------------------------------------------------- */
.page_head.gastak{
 background: url(images/gastak/head-bg.jpg) no-repeat center 45%;
 background-size: cover;
}
.page_head.gastak p{
 margin-top: 20px;
}
@media screen and (min-width: 769px) {/* pc */
.gastak-hs .group_1 ul,
.gastak-hn .group_1 ul,
.gastak-sn .group_1 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-bottom: 60px;
}
.gastak-hs .group_1 ul li:nth-child(2),
.gastak-sn .group_1 ul li:nth-child(1) {
 padding-top: 5.2vw;
}
.gastak-sn .group_1 .t_center{
 font-size: 120%;
 font-weight: bold;
}
.btn_gastak,
.gastak-sn .group_1 .btn{
 width: 600px;
 text-align: center;
 margin: 30px auto 0 auto;
}
.btn_gastak a,
.gastak-sn .group_1 .btn a{
 padding: 20px;
 background: #009ed8 url(images/gastak/arrow-1.png) no-repeat 95% center;
 color: #fff;
 display: block;
 width: 600px;
 border-radius: 10px;
 font-size: 120%;
 transition: .5s;
}
.btn_gastak a:hover,
.gastak-sn .group_1 .btn a:hover{
 background: #4cbbe4 url(images/gastak/arrow-1.png) no-repeat 96% center;
}
.gastak-hs .group_1 .text_1,
.gastak-sn .group_1 .text_1{
 margin-bottom: 30px;
}
.gastak-hs .group_2 ul._2,
.gastak-sn .group_2 ul{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 grid-template-rows: auto auto auto;
 justify-content: space-between;
}
.gastak-hs .group_2 ul._1,
.gastak-hn .group_2 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.number_box span,
.gastak-sn .group_2 span {
 width: 70px;
    font-family: "Barlow";
    font-size: 400%;
    font-size: min(5vw, 400%);
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    color: #009ed8;
    display: block;
}
.number_box li,
.gastak-sn .group_2 ul li{
 margin-bottom: 20px;
}
.number_box .box,
.gastak-sn .group_2 ul li .box{
 position: relative;
 margin-bottom: 10px;
}
.number_box h3,
.gastak-sn .group_2 ul li h3{
 font-weight: bold;
 font-size: min(1.9vw, 150%);
 line-height: 1.5;
 display: inline-block;
 position: absolute;
 top: 53%;
 left: 6vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.back-link.gastak,
.gastak-sn .back-link{
 width: 300px;
 margin-left: auto;
 margin-right: auto;
}
}/* pc */
/* ---------------------------
  GASTAK導入事例  pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.gastak-case .group_2 ul,
.gastak-case .group_1 ul{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
 margin-bottom: 50px;
 background: url(images/gastak/arrow-2.png) no-repeat center 60%;
 
}
.gastak-case ul .left h3{
 background-color: #009974;
 color: #fff;
 text-align: center;
 font-weight: bold;
 font-size: 130%;
 margin-bottom: 20px;
}
.gastak-case ul .left strong{
 color: #009974;
 font-weight: bold;
 font-size: min(1.8vw, 150%);
 line-height: 1.5;
 display: block;
 margin-bottom: 10px;
}
.gastak-case ul .right h3{
 background-color: #f5aa00;
 color: #fff;
 text-align: center;
 font-weight: bold;
 font-size: 130%;
 margin-bottom: 20px;
}
.gastak-case ul .right strong{
 color: #f5aa00;
 font-weight: bold;
 font-size: min(1.8vw, 150%);
 line-height: 1.5;
 display: block;
 margin-bottom: 10px;
}
.gastak-case .group_2 .img,
.gastak-case .group_1 .img{
 margin-bottom: 40px;
 height: 20vw;
}
}/* pc */
.zoom-img-wrap img{
 display: block;
 position: relative;
 z-index: 700;
}
/* ---------------------------
  環境エンジニアリング pc
------------------------------ */
.environ .group_1 span.green{
 color: #00b050 !important;
}
@media screen and (min-width: 769px) {/* pc */
.environ .group_2{
 background: url(images/environ/g2-bg.png) no-repeat center top;
 background-size: 100% auto;
 padding-bottom: 0 !important; 
}
.environ .group_2 ul{
 margin-top: 8vw;
 display: grid;
 grid-template-columns: 31% 31% 31%;
 justify-content: space-between;
}
.environ .group_2 h3{
 font-size: 160%;
 font-weight: bold;
 line-height: 1.6;
 text-align: center;
 margin-bottom: 15px;
}
.environ .group_2 ul li{
 background: url(images/environ/g2-li-bg.png) no-repeat center top;
 background-size: cover;
 padding: 3vw 2vw 0 2vw;
 min-height: 300px;
}
.environ .group_3 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.environ .group_3 h3{
 margin-bottom: 20px;
}
.environ .group_3 h4{
 font-size: max(1.2vw, 110%);
 font-weight: bold;
 margin-bottom: 10px; 
}
.environ .group_3 .tag_name{
 background-color: #009ed8;
 color: #fff;
 padding: 5px;
}
.environ .group_3 li .left{
 width: 48%;
 float: left;
}
.environ .group_3 li .right{
 width: 48%;
 float: right;
}
.environ .group_2_2 {
 padding-top: 0 !important;
}
.environ .group_2_2 a{
 float: right;
 margin-right: 20px;
 margin-top: 10px; 
}
.environ .group_2_2 ul,
.environ .group_4 .sub_group_1{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-top: 40px;
 margin-bottom: 50px;
}
.environ .group_2_2 h3{
 margin-bottom: 10px;
}
.environ .group_2_2 h3,
.environ .group_4 h3{
 font-size: 200%;
 font-weight: bold;
 color: #009ed8;
 margin-bottom: 10px;
 letter-spacing: 1px;
}
.environ .group_4 .sub_title{
 font-weight: bold;
 font-size: 150%;
 line-height: 1.5;
}
.environ .group_4 .sub_group_2{
 display: grid;
 grid-template-columns: 32% 60%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.environ .group_4 .sub_group_2 div{
 margin-bottom: 50px;
}
.environ .group_4 .sub_group_2 .text{
 
}
.environ .group_4 .sub_group_2 .more{
 text-align: right;
 margin-top: 20px;
}

.environ .group_5 .sub_group_1{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-bottom: 70px;
}
.environ .group_5 .sub_group_1 .more{
 text-align: right;
 margin-top: 25px;
}
.environ .group_5 .sub_group_2{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 justify-content: space-between;
}
.environ .group_5 h3{
 margin-bottom: 20px;
}
.environ .group_5 .btn{
 position: absolute;
 top: 75%;
 right: 0;
 width: 40px;
 height: 40px;
}
.gastak .group_end ul._1 a,
.environ .group_5 .sub_group_2 a{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}
.gastak .group_end ul._1 img,
.environ .group_5 .sub_group_2 img{
  transition-property: opacity;
  transition-duration: 0.5s;
}
.gastak .group_end ul._1 li:hover img,
.environ .group_5 .sub_group_2 li:hover img{
  opacity: 0.7; 
}

.environ .group_6 .sub_group_1{
 display: grid;
 grid-template-columns: 40% 55%;
 justify-content: space-between;
 margin-bottom: 30px;
}
.environ .group_6 th{
 font-weight: bold;
 font-size: 150%;
 vertical-align: middle;
 line-height: 1.4;
 padding-right: 40px;
}
.environ .group_6 th.green_1{
 color: #6db72d;
}
.environ .group_6 th.green_2{
 color: #009974;
}
.environ .group_6 th.blue{
 color: #009ed8;
}
.environ .group_7 .sub_group{
 display: grid;
 grid-template-columns: 50% 50%;
 justify-content: space-between;
 margin-bottom: 30px;
}
.environ .group_7 .sub_group .quest{
 display: inline-block;
 background-color: #6db72d;
 padding: 5px 20px 3px 20px;
 color: #fff;
 border-radius: 7px;
 letter-spacing: 2px;
 margin-bottom: 10px;
}
.environ .group_7 .sub_group .answer{
 display: inline-block;
 background-color: #009ed8;
 padding: 5px 20px 3px 20px;
 color: #fff;
 border-radius: 7px;
 letter-spacing: 2px;
 margin-bottom: 10px;
 margin-top: 25px;
}
.environ .group_7 .sub_group li:first-child{
 border-right: 2px dotted #ccc;
 padding-right: 2.5vw;
}
.environ .group_7 .sub_group li:last-child{
 padding-left: 2.5vw;
}
.environ .group_end .back-link {
 width: 380px;
 margin-left: auto;
 margin-right: auto; 
}
}/* pc end */

/*----------------------------
 環境エンジニアリング SP
 -----------------------------*/
@media screen and (max-width: 768px) {/* sp */
}/* sp end */


/* ---------------------------
  廃棄物コンサルタント事業 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.page_head.waste-c{
 background: url(images/waste-c/head-bg.jpg) no-repeat center top;
 background-size: cover;
}
.waste-c .group_1 .sub_group{
 display: grid;
 grid-template-columns: 77% 20%;
 justify-content: space-between;
}
.waste-c .group_1 .text_1{
 margin-bottom: 30px;
}
.waste-c .group_3 .title_line,
.waste-c .group_2 .title_line{
 color: #009ed8;
 margin-top: 40px; 
}
.waste-c .group_3 .title_line{
 margin-bottom: 40px;
}
.waste-c .group_2 .sub_group{
 display: grid;
 grid-template-columns: 31% 31% 31%;
 grid-template-rows: auto auto auto;
 justify-content: space-between;
 margin-bottom: 60px;
}
.waste-c .group_2 .sub_group img{
 margin-bottom: 25px;
}
.waste-c .group_2 h3{
 margin-bottom: 20px;
 margin-top: 50px;
}
.waste-c .group_2 .text{
 margin-bottom: 20px;
}
.waste-c .group_2 .sub_group_2{
 display: grid;
 grid-template-columns: 67% 30%;
 justify-content: space-between;
}
.waste-c .group_2 .sub_group_2 li:last-child{
 padding-top: 50px;
}
.waste-c .image_box{
 background: url(images/waste-c/content-bg.png) no-repeat center top;
 background-size: 100% auto;
 height: 40vw;
}
.waste-c .group_3 .sub_group_1{
 display: grid;
 grid-template-columns: 26% 70%;
 grid-template-rows: auto auto;
 justify-content: space-between;
 margin-bottom: 6vw;
}
.waste-c .group_3 .sub_group_1 li:nth-child(3),
.waste-c .group_3 .sub_group_1 li:nth-child(1){
 margin-bottom: 4vw;
}
.waste-c .group_3 h4{
 font-size: 170%;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}
.waste-c .group_3 .text_1{
 margin-bottom: 4vw;
}
.waste-c .group_3 table th{
 padding-right: 10px;
 vertical-align: middle; 
}
.waste-c .group_3 table td{
 vertical-align: middle; 
}
.waste-c .group_3 table td span{
 padding-right: 7px; 
}
.waste-c .group_3 table td.star{
 background: url(images/waste-c/star.png) no-repeat 15px center;
}
.waste-c .group_3 .sub_group_3,
.waste-c .group_3 .sub_group_2{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-bottom: 35px;
}
.waste-c .group_3 .sub_group_3{
 margin-top: 6vw;
}
.waste-c h3.case-01{
 background: url(images/waste-c/case-01.png) no-repeat left center;
 padding: 45px 0 5px 80px;
 font-size: 2.5vw;
 font-weight: bold;
 color: #009ed8;
 line-height: 1.6;
 margin-bottom: 2vw;
}
.waste-c h3.case-03{
 background: url(images/waste-c/case-02.png) no-repeat left center;
 padding: 45px 0 5px 90px;
 font-size: 2.5vw;
 font-weight: bold;
 color: #009ed8;
 line-height: 1.5;
 margin-bottom: 2vw;
}
.waste-c h3.case-03 span{
 font-size: 1.5vw;
 margin-top: -5px; 
}
.waste-c .group_3 .sub_group_3 .text_1,
.waste-c .group_3 .sub_group_2 .text_1{
 margin-bottom: 30px;
}
.waste-c .group_3 .sub_group_3 .text_2,
.waste-c .group_3 .sub_group_2 .text_2{
 margin-bottom: 20px;
}
.waste-c .group_3 .sub_group_3 h5,
.waste-c .group_3 .sub_group_2 h5{
 margin-bottom: 10px;
 margin-top: 10px;
 font-weight: bold;
 font-size: 140%;
}
.waste-c .group_3 .sub_group_3 .left,
.waste-c .group_3 .sub_group_2 .left{
 width: 60%;
 float: left;
}
.waste-c .group_3 .sub_group_3 .right,
.waste-c .group_3 .sub_group_2 .right{
 width: 37%;
 float: right;
}
.waste-c h3.style_01{
  position: relative;
  display: inline-block;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #fff;
  background: #009ed8;
  width: 98%;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 25px;
}
.waste-c h3.style_01:before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 0;
  right: -50px;
 border-top: 25px solid transparent;
 border-right: 25px solid transparent;
 border-left: 25px solid #009ed8;
 border-bottom:25px solid transparent;
}

.waste-c .group_4 .inner{
 background-color: #f5aa00;
 padding: 3vw;
 border-radius: 20px;
 text-align: center;
 color: #fff;
}
.waste-c .group_4 .title{
 font-size: 3vw;
 line-height: 1.5;
 font-weight: bold;
}
.waste-c .group_4 .text{
 font-size: 120%;
 margin-bottom: 20px;
}

.waste-c .group_4 ul{
 display: grid;
 grid-template-columns: 12% 35% 12% 35%;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 20px;
}
.waste-c .group_4 ul li:nth-child(3),
.waste-c .group_4 ul li:nth-child(1){
 max-width: 105px;
}
.waste-c .group_4 ul li:nth-child(4),
.waste-c .group_4 ul li:nth-child(2){
 padding-right: 1vw;
}
.waste-c .group_4 .mail a{
 display: block;
 background-color: #fff;
 border-radius: 30px;
 padding: 10px 0 5px 0;
}
}/*  */
/*----------------------------
 廃棄物コンサルタント事業 SP
 -----------------------------*/
@media screen and (max-width: 768px) {/* sp */
}/* sp end */

/* ---------------------------
  環境修復系事業 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.page_head.shufuku{
 background: url(images/shufuku/head-bg.jpg) no-repeat center center;
 background-size: cover;
}

.shufuku .group_1 .sub_title{
 margin-bottom: 20px;
}
.shufuku .group_2 .sub_group{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
 justify-content: space-between;
}
.shufuku .group_2 .sub_group &gt; div{
 margin-bottom: 60px;
 margin-left: 12px;
 margin-right: 12px;
}
.shufuku .group_2 .sub_group .child-1{
 display: grid;
 grid-template-columns: 20% 77%;
 justify-content: space-between;
 min-height: 14vw;
 margin-bottom: 20px;
}
.shufuku .group_2 .sub_group .child-2{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
}
.shufuku .group_2 .sub_group .child-2 li{
 text-align: center;
}
.shufuku .group_2 h4{
 font-weight: bold;
 margin-bottom: 0;
 font-size: min(1.3vw, 140%);
 font-size: max(1.3vw, 120%);
}
.shufuku .group_2 .sub_group .child-2 p{
 font-size: 80%;
 text-align: center;
}
}/*  */


/* --------------------------------
 会社概要TOP/グループ会社 pc
----------------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.page_head.company{
 background: url(images/company/head-bg.jpg) no-repeat center top;
 background-size: cover;
}

.g_company .group_1 strong,
.company .group_1 strong{
 font-size: 2.5vw;
 font-weight: bold;
 margin-bottom: 30px;
 display: block;
 letter-spacing: 2px;
}
.g_company strong span{
 color: #009ed8;
}
.company .group_1 .text_2,
.company .group_1 .text_1{
 margin-bottom: 20px;
}
.company .sub_group{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 grid-template-rows: auto auto;
 margin-top: 5vw;
}
.g_company .sub_group{
 display: grid;
 grid-template-columns: 60% 35%;
 justify-content: space-between;
 grid-template-rows: auto auto;
}

.g_company .sub_group li,
.company .sub_group li{
 margin-bottom: 30px;
 position: relative;
}
.g_company .group_1 .sub_group .left,
.company .group_1 .sub_group .left{
 width: 80%;
 float: left;
 margin-left: 3%;
}
.company .group_1 .sub_group .right{
 width: 10%;
 float: right;
 margin-right: 3%;
 margin-top: 18px;
}
.g_company .group_1 .sub_group .right{
 width: 10%;
 float: right;
 margin-right: 3%;
 margin-top: 22px;
}

.g_company .group_1 .sub_group .hover-act a,
.company .group_1 .sub_group a{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 cursor: pointer; 
}
.g_company .group_1 .sub_group h3,
.company .group_1 .sub_group h3{
 font-size: min(1.7vw, 160%);
 font-size: max(1.5vw, 140%);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}  
.g_company .group_1 .sub_group li:hover h3,
.company .group_1 .sub_group li:hover h3{
 text-decoration: underline;
}
.g_company .group_1 .sub_group .box,
.company .group_1 .sub_group .box{
 margin-top: 10px;
}
.g_company .group_1 table{
 min-width: 573px;
}
.g_company .group_1 table th{
 font-weight: bold;
 width: 180px;
}
.g_company .group_1 table a{
 color: #333;
}
@media screen and (max-width: 1064px) {/* 以下 */
.g_company .sub_group{
 display: block;
}
.g_company .hover-act{
 max-width: 700px;
 margin-left: auto;
 margin-right: auto;
}
.g_company .group_1 .sub_group h3{
 font-size: 160%;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}  
.g_company .group_1 .sub_group .right{
 width: 60px;
 float: right;
 margin-right: 3%;
 margin-top: 10px;
}
}/*  */  
/* --------------------------- ロールオーバー基本形 */
.g_company .rollover,
.company .rollover {
  position: relative;
}
.g_company .rollover{
 width: 400px;
 float: right;
 margin-top: 25px;
}
.company .rollover a{
 display: block;
 padding: 25px 10px 25px 40px;
 font-size: 160%;
 color: #333;
 font-weight: bold;
 letter-spacing: 2px;
}
.g_company .rollover a{
 display: block;
 padding: 25px 10px 25px 40px;
 font-size: 130%;
 color: #333;
 font-weight: bold;
 letter-spacing: 2px;
}
.g_company .rollover span,
.company .rollover span{
 display: block;
 position: absolute;
 width: 5vw;
 height: 5vw;
 top: 50%;
 right: 10px;
}
.company .rollover span img {
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 100%;
 display: block;
 transition: 0.7s;
}
.g_company .rollover span img{
 position: absolute;
 top: -50%;
 right: 0;
 width: 100%;
 display: block;
 transition: 0.7s;
}

.g_company .rollover:hover span img:nth-child(1), 
.company .rollover:hover span img:nth-child(1) {
	opacity: 0;
}
.g_company .sub_group:nth-child(2) li,
.g_company .sub_group:nth-child(1) li{
 margin-bottom: 5vw;
}

}/* pc end */

/*----------------------------
 会社概要TOP sp
 -----------------------------*/
@media screen and (max-width: 768px) {/* sp */
}/* sp end */

/* ---------------------------
 理念 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.rinen .sub_group{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.g_company .text_1,
.rinen .sub_group_2 li,
.rinen .group_2 .text_1,
.rinen .sub_group .text_1{
 margin-bottom: 30px;
}
.rinen .sub_group ol li{
 margin-bottom: 20px;
}

.rinen .sub_group_2{
 display: grid;
 grid-template-columns: 31% 31% 31%;
 justify-content: space-between;
 grid-template-rows: auto auto;
}
.rinen .sub_group_2 li{
 padding-left: 18%;
}
.rinen .sub_group_2 li:nth-child(1){
 background: url(images/rinen/2-1.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(2){
 background: url(images/rinen/2-2.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(3){
 background: url(images/rinen/2-3.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(4){
 background: url(images/rinen/2-4.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(5){
 background: url(images/rinen/2-5.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(6){
 background: url(images/rinen/2-6.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(7){
 background: url(images/rinen/2-7.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(8){
 background: url(images/rinen/2-8.png) no-repeat left top;
 background-size: 15% auto;
}
.rinen .sub_group_2 li:nth-child(9){
 background: url(images/rinen/2-9.png) no-repeat left top;
 background-size: 15% auto;
}
}/*  */
/*----------------------------
 理念 sp
 -----------------------------*/
@media screen and (max-width: 768px) {/* sp */
}/* sp end */

/* ---------------------------
 会社概要-02 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.about .sub_group{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.about .main .sub_title{
 margin-bottom: 30px;
}
.about .group_2 ul._1{
 float: left;
 width: 47%;
}
.about .group_2 ul._2{
 float: right;
 width: 47%;
}
.about .group_2 h4{
 font-size: 140%;
 font-weight: bold;
 margin: 0 0 20px 25px;
}
.about .group_2 .child{
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}
.about .sub_group_2{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 grid-template-rows: auto auto;
}
.about .sub_group_2 li{
 margin-bottom: 40px;
}
.about .sub_group_2 h3{
 margin-bottom: 10px;
}
.about .sub_group_3{
 display: grid;
 grid-template-columns: 40% 47%;
 justify-content: space-between;
 margin-bottom: 6vw;
}
.about .sub_group_4{
 display: grid;
 grid-template-columns: 47% 40%;
 justify-content: space-between;
}
.about .group_3 h3{
 margin-top: 4vw; 
 font-size: 1.6vw;
 font-weight: bold;
 margin-bottom: 10px;
}
.about .group_3 h3 span{
 color: #009ed8;
}
.about-2 .group_5 .inner{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.about-2 .group_5 .inner ul{
 border-top: 1px dotted #333;
 padding-top: 30px;
}
}/* PC */

/* ---------------------------
 情報公開 pc
------------------------------ */
.koukai table a{
 background: url(images/common/list-bg-3.png) no-repeat left center;
 color: #333;
 padding-left: 16px;
 text-decoration: underline !important;
}
.koukai .main a{
 color: #333;
 text-decoration: underline !important;
}
.koukai h4{
 font-size: 140%;
 font-weight: bold;
 color: #009ed8;
 margin-bottom: 25px;
}
.ex_link a{
 padding-right: 20px;
 background: url(images/common/foot-icon.png) no-repeat right center;
}
@media screen and (min-width: 769px) {/* pcまで */
.koukai .group_1 .sub_group{
 display: grid;
 grid-template-columns: 17% 17% 17% 17% 17%;
 justify-content: space-between;
}
.koukai .group_1 .sub_group li{
 max-width: 182px;
}

/* ---------------------- ロールオーバーシンプル00 */

.koukai .rollover {
  position: relative;
}
.koukai .rollover a{
 display: block;
 font-size: 120%;
 color: #333;
 font-weight: bold;
 letter-spacing: 1px;
 text-align: center;
}
.koukai .rollover .title{
 margin-top: 10px;
}
.koukai .rollover span{
 display: block;
 width: 5vw;
 height: 5vw;
 margin: 1vw auto 0 auto;
}
.koukai .rollover a:hover img{
 	opacity: 0.7;
}
.koukai .rollover img{
 transition: 0.7s;
}
.koukai .group_3 .sub_group{
 display: grid;
 grid-template-columns: 45% 51%;
 justify-content: space-between;
}
.koukai .group_3 .sub_group_2{
 display: grid;
 grid-template-columns: 31% 31% 31%;
 justify-content: space-between;
}
.koukai table{
 margin-bottom: 50px;
}
.koukai .group_4 h3{
 background-color: #d4e7ee;
 padding: 10px;
 margin-bottom: 20px;
 font-size: 130%;
 margin-top: 50px;
}
.koukai .group_4 h4{
 margin-bottom: 5px;
 margin-top: 40px;
}
.koukai .group_4 .sub_group{
 display: grid;
 grid-template-columns: 35% 35% 25%;
 justify-content: space-between;
 margin-bottom: 25px;
}
.koukai .group_4 .sub_group_2{
 display: grid;
 grid-template-columns: 35% 35%;
 margin-bottom: 25px;
}
.koukai .group_4 .sub_group_3{
 display: grid;
 grid-template-columns: 31% 31% 31%;
 justify-content: space-between;
 margin-top: 10px;
}
}/* 情報公開 PC */

/* ---------------------------
 拠点紹介 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */

.kyoten .group_3 ul._1,
.kyoten .group_2 ul,
.kyoten .group_1 ul._1{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 margin-bottom: 50px;
}

.kyoten .group_3 .text_1,
.kyoten .group_2 .text_1,
.kyoten .group_1 ul._1 .text_1{
 margin-bottom: 30px;
}

.kyoten .group_3 ul._1 .right,
.kyoten .group_2 ul .right,
.kyoten .group_1 ul._1 .right{
 padding-top: 4.2vw;
}
.kyoten .g_map {
 position: relative;
 padding-bottom: 60%;
 height: 0;
 overflow: hidden;
 margin-bottom: 50px;
 }
ul.guide, 
.kyoten .group_3 ul._2,
.kyoten .group_1 ul._2{
 display: grid;
 grid-template-columns: 25% 75%;
 justify-content: space-between;
 margin-bottom: 50px;
 margin-top: 50px;
}
ul.guide .right,
.kyoten .group_3 ul._2 .right,
.kyoten .group_1 ul._2 .right{
 border-left: 1px solid #333;
 padding-left: 10%;

}
ul.guide h4, 
.kyoten h4{
 font-size: 140%;
 font-weight: bold;
 margin-top: 30px;
 margin-bottom: 10px;
}
ul.guide h4.title,
.kyoten h4.title{
 background: url(images/kyoten/icon-1.png) no-repeat left center;
 padding-left: 35px;
 line-height: 40px;
}
/* --------------------------- ボタン付きリンク基本 */
.btn-link-1 {
 position: relative;
 transition-delay: 0.5s;
 text-align: right;
 margin-top: 20px;
 display: table;
}
.btn-link-1 span{
 position: absolute;
 top: 0;
 right: 0;
 width: 82px;
 height: 82px; 
}
.btn-link-1 span img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.btn-link-1:hover span img{
 opacity: 0.7;
}

.kyoten .btn-link-1,
.kyoten .btn-link-1 a{
 width: 230px;
 height: 83px;
}
.btn-link-1 a{
 position: absolute;
 top: 0;
 line-height: 83px;
 max-width: 300px;
 padding: 0;
 display: block;
 text-align: left;
 color: #333;
 font-weight: bold;
 font-size: 120%;
 text-decoration: none;
 letter-spacing: 2px;
 height: 83px;
 top:0;
 left: 0;
 transition: 0.5s;
 transition-delay: 0.5s;
}
btn-link-1 .fr{
 float: right;
}
table.style-01, 
.kyoten table{
 width: 100%;
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
 margin-bottom: 30px;
} 
table.style-01 tr.line, 
.kyoten table tr.line{
 border-bottom: 1px solid #333;
}
table.style-01 th, 
.kyoten table th{
 padding: 20px 15px 25px 15px;
 color: #009ed8;
 font-size: 120%;
 font-weight: bold;
}
table.style-01 td, 
.kyoten table td{
 padding: 20px 15px 25px 15px;
 border-bottom: 1px dotted #333;
}
}/* PC */


/* ---------------------------
 よくある質問 pc
------------------------------ */
.page_head.question{
 background: url(images/question/head-bg.jpg) no-repeat center top;
 background-size: cover;
}

.question .details {
 margin-bottom: 25px;
}
.question .details-summary {
  position: relative;
  display: block;
  padding: 20px 10% 20px 30px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  border-radius: 20px;
  background-color: #6db72d;
}
.question .details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.question .details-summary .btn {
  position: absolute;
  top: 37%;
  right: 5%;
  width: 26px;
  height: 26px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.question .details-summary .btn:before,
.question .details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 0px;
  width: 26px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  transform-origin: center center;
}
.question .details-summary .btn:before {
  width: 5px;
  height: 26px;
  top: 0;
  left: 10px;
}
.question .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.question .details-summary.is-active .btn:before {
  content: none;
}
.question .details-summary::-webkit-details-marker {
  display: none;
}
.question .details-content {
  padding: 30px;
  background-color: #e8f2df;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.question .details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.question .details-content p:last-of-type {
  margin: 0 0 0;
}
.question .details-summary .barlow{
  font-family: "Barlow";
  font-weight: bold;
  font-size: 140%;
  margin-right: 20px;
}

/* ---------------------------
 新規のお客様へ pc
------------------------------ */
.shinki .bg-gray{
 background-color: #d5e8ef;
}
.page_head.shinki{
 background: url(images/shinki/head-bg.jpg) no-repeat center center;
 background-size: cover;
}
@media screen and (min-width: 769px) {/* pcまで */
.shinki .group_1 .sub_1{
 display: grid;
 grid-template-columns: 70% 25%;
 justify-content: space-between;
 margin-bottom: 50px;
}

.shinki .group_2 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, 200px);
 justify-content: space-between;
}
.shinki .group_2 li{
 width: 200px;
 position: relative;
 margin-bottom: 30px;
}

.shinki .group_2 li a{
 width: 200px;
 display: inline-block;
 padding-top: 25px;
 padding-bottom: 25px;
 background-color: #fff;
 border-radius: 20px;
 text-align: center;
 color: #333;
 font-size: 120%;
 line-height: 1.6;
}
.shinki .group_2 li span{
 position: absolute;
 bottom: -25px;
 left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all .3s; 
}
.shinki .group_2 li:hover span{
 bottom: -38px;
 left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all .3s; 
}
.p-items ul,
.shinki .group_3 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, 260px);
 justify-content: space-between;
 margin-top: 60px;
 margin-bottom: 50px;
}
.p-items ul li,
.shinki .group_3 ul li{
 position: relative;
 height: 120px;
 margin-bottom: 30px;
}
.p-items ul li .text,
.shinki .group_3 ul li .text{
 font-size: 110%;
 line-height: 1.5;
 position: absolute;
 display: block;
 left: 140px;
 top: 50%;
 text-align: left;
 transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.p-items .btn-link-1,
.p-items .btn-link-1 a,
.shinki .group_3 .btn-link-1,
.shinki .group_3 .btn-link-1 a{
 width: 190px;
 height: 83px;
 margin: 0 auto;
}
.shinki .group_5 .btn-link-1,
.shinki .group_5 .btn-link-1 a{
 width: 277px;
 height: 83px;
 margin: 0 auto;
}
.p-flow ul,
.shinki .group_4 ul{
 display: grid;
 grid-template-columns: 198px 1fr;
 grid-template-rows: auto auto;
 justify-content: space-between;
 margin-top: 60px;
 margin-bottom: 50px;
}
.p-flow h4,
.shinki .group_4 h4{
 font-size: 150%;
 font-weight: bold;
}
.p-flow ul li:nth-child(12),
.p-flow ul li:nth-child(6),
.p-flow ul li:nth-child(4),
.p-flow ul li:nth-child(2),
.shinki .group_4 ul li:nth-child(12),
.shinki .group_4 ul li:nth-child(6),
.shinki .group_4 ul li:nth-child(4),
.shinki .group_4 ul li:nth-child(2){
 padding-top: 1.5vw;
}
.shinki .group_5 ul{
 display: grid;
 grid-template-columns: repeat(auto-fit,minmax(345px,1fr));
 justify-content: space-between;
 margin-bottom: 50px;
}
.shinki .group_5 ul li{
 background: #e8f2df;
 border-radius: 20px;
 height: 120px;
 padding: 20px;
 position: relative;
 margin-bottom: 40px;
 margin-left: 13px;
 margin-right: 13px;
}
.shinki .group_5 ul li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e8f2df;
}
.shinki .group_5 ul li span{
 font-size: 120%;
 width: 300px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
}/* PC */

/* ---------------------------
  各都道府県の許可証 pc
------------------------------ */
.permit .group_1 {
 padding-bottom: 28vw !important;
 background: url(images/permit/map.png) no-repeat right bottom;
 background-size: auto 90%;
 object-fit: cover;
}
.permit .group_1 h2.title_line {
  position: relative;
  padding: 0;
  text-align: left;
  font-size: max(2.5vw, 260%);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 40px;
  width: 70%;
}
.permit .group_2 h2 {
  font-size: max(2.5vw, 260%);
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #009ed8;
  padding-bottom: 10px;
}

.permit .group_2 .title_line:before,
.permit .group_1 h2.title_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.permit .group_2 .title_line span,
.permit .group_1 h2.title_line span._1 {
  position: relative;
  padding: 0 20px 0 0;
  background: #fff;
}
.permit .group_2 .title_line{
 font-size: 130%;
 position: relative;
 padding: 0;
}
.permit .group_2 .title_line:before{
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.permit .group_1 .sub_title{
  font-size: max(1.5vw, 180%);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.permit .group_1 .text_1{
 margin-bottom: 30px;
}
.permit .group_1 .box{
 width: 50%;
}
.permit .group_2 ul{
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
 justify-content: space-between;
}
.permit .group_2 ul li{
 border-bottom: 1px dotted #333;
 padding: 20px;
 margin-left: 1%;
 margin-right: 1%;
}
.permit .group_2 ul li a{
 display: inline-block;
 background: url(images/permit/icon.png) no-repeat right center;
 padding-right: 36px;
 color: #333;
}
.permit .group_2 ul table{
 margin-left: auto;
 margin-right: auto;
 width: 500px;
}
.permit .group_2 table th{
 width: 25%;
 padding: 12px;
 color: #009ed8;
 font-size: 140%;
}
.permit .group_2 table td{
 padding: 12px;
 line-height: 2.5;
}
@media screen and (max-width: 1208px) {/* 以下 */
.permit .group_2 ul li.kara_box{
 display: none;
}
}
@media screen and (max-width: 768px) {
.permit .group_1 {
 padding-bottom: 60vw !important;
 background: url(images/permit/map.png) no-repeat center bottom;
 background-size: 80% auto;
 object-fit: cover;
}
.permit .group_1 h2.title_line {
  position: relative;
  padding: 0;
  text-align: left;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 40px;
  width: 100%;
}
.permit .group_2 h2 {
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #009ed8;
  padding-bottom: 10px;
}

.permit .group_2 .title_line:before,
.permit .group_1 h2.title_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.permit .group_2 .title_line span,
.permit .group_1 h2.title_line span._1 {
  position: relative;
  padding: 0 20px 0 0;
  background: #fff;
}
.permit .group_2 .title_line{
 font-size: 130%;
 position: relative;
 padding: 0;
}
.permit .group_2 .title_line:before{
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.permit .group_1 .sub_title{
  font-size: 160%;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.permit .group_1 .text_1{
 margin-bottom: 30px;
}
.permit .group_1 .box{
 width: 100%; 
}
.permit .group_2 ul{
}
}/*  */
@media screen and (max-width: 600px) {/* 以下 */
.permit .group_2 ul li{
 border-bottom: 1px dotted #333;
 padding: 10px;
 margin-left: auto;
 margin-right: auto;
}
.permit .group_2 ul{
 display: block;
}
.permit .group_2 ul table{
 margin-left: auto;
 margin-right: auto;
 width: auto;
 min-width: 278px;
}
.permit .group_2 table tr{
 display: block;
}
.permit .group_2 table th{
 width: auto;
 padding: 12px;
 color: #009ed8;
 font-size: 140%;
 display: block !important;
}
.permit .group_2 table td{
 padding: 12px;
 line-height: 2.5;
 display: block !important;
}

}


/* ---------------------------
  お問い合わせトップ pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.contact-top table {
 width: 100%;
 margin-top: 40px;
 border-top: 1px dotted #333;
}
.contact-top table th{
 padding: 20px;
 font-size: 120%;
 font-weight: bold;
 color: #009ed8;
 vertical-align: middle;
}
.contact-top table td{
 padding: 20px;
 vertical-align: middle;
}
.contact-top table td.name{
 font-size: 120%;
}

.contact-top table td a{
 margin-right: 20px;
 color: #333;
}
.contact-top table td span{
 font-family: "Barlow";
 font-size: 180%;
}
.contact-top table tr{
 border-bottom: 1px dotted #333;
}
.contact-top .group_2 li{
 line-height: 83px;
 border-bottom: 1px dotted #333;
}
.contact-top .group_2 li a{
 font-size: 140%;
 color: #009ed8;
 display: block;
}
/* --------------------------- hoverで背景丸くなる */
.contact-top .group_2 li span{
 margin-top: 13px;
 display: inline-block;
 width: 57px;
 height: 57px;
 background: url(images/home/arrow-h1.png) no-repeat center center;
 position: relative;
 overflow: hidden;
 border-radius: 50%;
 float: right;
}

.btn_m span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background:#009ed8 url(images/home/arrow-h2.png) no-repeat center center;
  z-index: 0;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.btn_m &gt; span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.btn_m:hover span::before{
  width: 57px;
  height: 57px;
}

.btn_m span:hover::before {
  width: 57px;
  height: 57px;
}
}
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------
 プライバシーポリシー
------------------------- */
.pri .guide_menu li,
.faq .guide_menu li{
 width: 25%;
 float: left;
 text-align: center;
 line-height: 1.5;
 border-right: 1px dotted #333;
}

.pri .guide_menu li:first-child,
.faq .guide_menu li:first-child{
 border-left: 1px dotted #333;
}
.pri .guide_menu li a,
.faq .guide_menu li a{
 color: #333;
 display: block;
 padding: 20px 0;
 width: 100%;
 font-weight: bold;
 font-size: 120%;
 background: url(images/faq/arrow.png) no-repeat center bottom;
}
.pri .main h3,
.faq .main h3{
 font-size: 180%;
 line-height: 1.5;
 font-weight: bold;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.png) no-repeat left center;
 padding: 30px 0 30px 20px;

}
.pri .main h4{
 font-size: 140%;
 line-height: 1.5;
 font-weight: bold;
 margin-top: 30px;
 margin-bottom: 15px;
 letter-spacing: 2px;
 color: #0181ca;
}
.pri ul.group,
.faq .qa_group {
 margin-bottom: 30px;
}
.pri ul.group li{
 margin-bottom: 40px;
 padding-bottom: 0px;
}

.faq .qa_group li{
 border-bottom: 2px dotted #ccc;
 margin-bottom: 30px;
 padding-bottom: 30px;
}

.pri .main a{
 color: #0081c6;
}
.pri .t_link a{
 color: #0081c6;
 padding-left: 15px;
 background: url(images/icon/arrow-1.png) no-repeat left center;
}
.pri ul.list{
 margin-left: 30px;
}
.pri ul.list li{
 list-style-type: disc;
}
.pri .main h5{
 font-weight: bold;
 margin-top: 20px;
}
.pri p.mt{
 margin-top: 10px;
}
.pri ol li{
 list-style-type: disc;
 margin-bottom: 10px;
 margin-left: 18px;
}
.pri ol li li{
 list-style-type: decimal;
 margin: 10px 0 0 25px;
}
@media screen and (max-width: 768px) {/* sp */
.pri .main h3{
 font-size: 160%;
 line-height: 1.5;
 font-weight: bold;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.png) no-repeat left 4px;
 margin-top: 10px;
 padding: 0px 0 20px 20px;
}
.pri .main h4{
 font-size: 130%;
 line-height: 1.5;
 font-weight: bold;
 margin-top: 30px;
 margin-bottom: 15px;
 letter-spacing: 2px;
 color: #0181ca;
}
.pri .group,
.faq .qa_group {
 margin-bottom: 30px;
}
.faq .qa_group li{
 border-bottom: 2px dotted #ccc;
 margin-bottom: 25px;
 padding-bottom: 25px;
}
.pri ul.group li{
 margin-bottom: 40px;
 padding-bottom: 0px;
}
}/* sp */

/* -----------------
 お知らせ
-------------------- */
@media screen and (min-width: 769px) {/* PC */
.category.news .main li {
 padding: 15px;
 border-bottom: 1px dashed #ccc;
}
.category.news .main li a{
 color: #333;
 margin-left: 10px;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
.category.news .main li {
 padding: 15px;
 border-bottom: 1px dashed #ccc;
}
.category.news .main li a{
 color: #333;
 display: block;
 margin-left: 0px;
}

}/* sp end */


/* ---------------------------
   新着一覧
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
.page_head.news{
 background: url(images/company/head.jpg) no-repeat center top;
 background-size: cover;
}
.PostList li{
 overflow: hidden;
 width: 100%;
 padding-top: 7px;
 padding-bottom: 7px;
 border-bottom: 1px dotted #333;
}
.news-list h3.list_title{
 float: none;
 clear: both;
 font-size: 180%;
 text-align: center;
 border-bottom: 2px solid #20aa55;
 margin-top: 30px;
 margin-bottom: 20px !important;
}
.PostList .meta_group{
 width: 25%;
 float: left;
}
.PostList .Post_body{
 width: 100%;
 clear: both;
}
.PostList .time{
 width: 90px;
 margin-right: 15px;
 float: left;
}
.PostList .meta{
 float: left;
}
.PostList .cat_name{
 background-color: #4a83dc;
 padding:2px 10px;
 color: #fff;
 float: left;
 min-width: 120px;
 text-align: center;
 font-size: 80%;
 margin-right: 0;
}
.PostList .title{
 float: left;
 display: block;
 width: 74%;
 color: #305478;
}
.PostList .Post_title:hover{
 text-decoration: underline;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
.page_head.news{
 background: url(images/company/head.jpg) no-repeat center top;
 background-size: cover;
}
.Post_link{
 color: #305478;
}
.PostList li{
 padding-top: 7px;
 padding-bottom: 7px;
 border-bottom: 1px dotted #333;
}
.news-list h3.list_title{
 float: none;
 clear: both;
 font-size: 180%;
 text-align: center;
 border-bottom: 2px solid #20aa55;
 margin-top: 30px;
 margin-bottom: 20px !important;
}

.PostList .Post_body{
 width: 100%;
 clear: both;
}
.PostList .time{
 margin-right: 15px;
 float: left;
 min-width: 75px;
}
.PostList .cat_name{
 background-color: #4a83dc;
 padding:2px 10px;
 color: #fff;
 text-align: center;
 font-size: 80%;
 margin-right: 15px;
 min-width: 82px;
 display: inline-block;
}

.PostList .title{
 float: none;
 display: block;
 width: 100%;
 margin-top: 5px;
 color: #305478;
}
.PostList .title:hover{
 text-decoration: underline;
}
}/* sp */

/* ---------------------------
 コンタクト
 ----------------------------- */
.t_center{
 text-align: center !important;
}
.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea,
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 95%;
}
table.contact span{
 margin-left: 5px;
}
.contact .overbox {
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.contact .overbox li {
    margin-bottom: 20px;
    margin-left: 20px;
}
.contact ol li {
    list-style-type: decimal;
}
.contact span.hissu{
 background-color: #fa5d5d;
 color: #fff;
 padding: 2px 7px 2px 7px;
 font-size: 80%;
 border-radius: 6px;
 float: right;
}
.contact span.jidou{
 background-color: #009ed8;
 padding: 5px 15px 7px 15px;
 display: inline-block;
 margin-left: 20px;
 font-size: 80%;
 color: #fff;
 border-radius: 6px;
}

.wpcf7-form-control.wpcf7-acceptance{
 margin-left: auto;
 display: inline-block;
 text-align: center;
 margin-right: auto;
 margin-bottom: 40px;
 display: table;
}
.wpcf7-form-control.wpcf7-acceptance label{
 margin-left: -1em;
 display: block;
}
.your-zip input,
.wpcf7-form-control-wrap.your-zip input,
.your-zipcode input{
 width: 50%;
}
.wpcf7 .wpcf7-submit{
 display: table;
 margin-left: auto;
 margin-right: auto;
}

@media screen and (min-width: 769px) {/* PCまで */
.contact h2{
 margin-left: 3vw !important;
 margin-bottom: 120px !important;
}
.contact .main h3{
 font-size: 160%;
 font-weight: bold;
 text-align: left;
 color: #333;
 background: url(images/page/title-bg.png) no-repeat left bottom;
 padding-bottom: 20px;
 margin-top: -65px;
}

.contact .outer_box{
 background-color: #eaeaea;
 border-radius: 30px;
 padding: 3vw;
}
.contact .info_box{
 max-width: 800px;
 margin: 40px auto;
 border: 2px dotted #aaa;
 padding: 2vw;
 border-radius: 10px;
}
.contact .info_box h4{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
}

.contact .info_box a{
 color: #009ed8;
}
.contact_button{
 margin-left: auto;
 margin-right: auto;
 display: table;
}
/* -------------------------------- */
table.contact{
 max-width: 800px;
 margin: 30px auto;
 border-top: 1px solid #ccc;
 border-collapse: separate;  /* 表の線と線の間を空ける */
}
table.contact th{
 padding: 15px 20px;
 width: 35%;
 background-color: #e6f0e2;
 vertical-align: middle;
 border-bottom: 1px solid #ccc;
}

table.contact td{
 padding: 15px 20px;
 width: auto;
 border-bottom: 1px solid #ccc;
}

table.contact-2{
 max-width: 800px;
 margin: 30px auto;
 border-collapse: separate;
 border-spacing: 3px;
 border-top: 1px dotted #5c9340;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th{
 padding: 15px 20px;
 width: 35%;
 vertical-align: middle;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th.last{
 border-bottom: none !important;
}
table.contact-2 td{
 padding: 15px 20px;
 width: auto;
 background-color: #f6f7f2;
 vertical-align: middle; 
}
.contact .wpcf7{
 margin-bottom: 40px;
}

.contact .group_1 p{
 line-height: 2.5;
}
}/* PC */


table.contact th span{
 float: right;
}
input.yuubin01{
 width: 50px !important;
}
input.yuubin02{
 width: 50px !important;
}
.contact .group_1 p{
 margin-bottom: 15px;
}

@media screen and (max-width: 768px) {/* SP */
.contact .main h3{
 font-size: 140%;
 font-weight: bold;
 text-align: left;
 color: #333;
 background: url(images/page/title-bg.png) no-repeat left bottom;
 padding-bottom: 20px;
}

.contact .info_box{
 max-width: 800px;
 margin: 40px auto;
 border: 2px dotted #aaa;
 padding: 2vw;
 border-radius: 10px;
}
.contact .info_box h4{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
}

.contact .info_box a{
 color: #009ed8;
}
table.contact{
 margin: 30px auto;
}
table.contact th{
 display: block;
 padding: 15px 10px 0 0;
 width: 100%;
 font-weight: bold;
}
table.contact td{
 display: block;
 padding: 15px 10px;
 width: 100%;
 background-color: #F3F3F6;
}

.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea,
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 93%;
}
.contact_button{
 text-align: center;
}

table.contact-2{
 max-width: 800px;
 margin: 30px auto;
 border-collapse: separate;
 border-spacing: 3px;
 border-top: 1px dotted #5c9340;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th{
 padding: 15px 20px;
 width: 100%;
 display: block;
 vertical-align: middle;
}
table.contact-2 th.last{
 border-bottom: none !important;
}
table.contact-2 td{
 display: block;
 padding: 15px 20px;
 width: auto;
 background-color: #f6f7f2; 
}
.contact .wpcf7{
 margin-bottom: 40px;
}

.wpcf7-submit{
 margin-left: auto;
 margin-right: auto;
 display: block; 
}
.wpcf7-form-control.wpcf7-acceptance label{
 margin-left: auto;
 margin-right: auto;
 display: table;
}

}/* sp */

/* -----------------
 プライバシー
-------------------- */
.privacy ul.list_3 li{
 background: url(images/shallow-clean/list.png) no-repeat left 12px;
 padding-left: 15px;
 background-size: 3px 3px;
}
.privacy .main a{
 color: #0098ed;
 display: inline-block;
}
.privacy .mgb{
 margin-bottom: 30px;
}
.privacy h3{
 font-size: 160%;
 font-weight: 500;
 color: #009ed8;
 margin-top: 60px;
 margin-bottom: 10px;
}
.privacy h4{
 font-size: 160%;
 font-weight: 500;
 margin-bottom: 10px;
 margin-top: 40px;
}
.privacy ul li{
 margin-right: 5px !important;
 margin-bottom: 10px;

}
.privacy dl.flex{
}
.privacy dl .group,
.privacy dl .sub_group{
 display: flex;
 margin-bottom: 20px;
}
.privacy dl .sub_group{
 padding-left: 30px;
}

.post li{
 list-style: none;
}
@media screen and (max-width: 768px) {/* SP */
.privacy h3{
 font-size: 140%;
 font-weight: 500;
 color: #009ed8;
 margin-top: 55px;
 margin-bottom: 10px;
}
.privacy h4{
 font-size: 130%;
 font-weight: 500;
 margin-bottom: 10px;
 margin-top: 40px;
}

}
/* -------------------------------------
  本体追加分
---------------------------------------- */
section {
 overflow: hidden;
}
.pt0{
 padding-top: 0 !important;
}
@media screen and (min-width: 769px) {/* PC */
}/* pc */

@media screen and (max-width: 768px) {/* SP */
article .inner{
 width: 90%;
}
.page_head{
 width: 100%;
 float: left;
 height: 40vw;
}

}/* sp end */





/* ---------------------------
 blog news
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
}
@media screen and (max-width: 768px) {/* SP */
}/* sp end */
</pre></body></html>