/* reset - リセット */

@charset "utf-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

html {overflow-y: scroll;}

h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a{color:#333;}

ul, ol{list-style:none;}

img{vertical-align:bottom;}

address{
  font-style:normal;
}

/* layout - レイアウト */

body{
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  font-size:14px;
  color:#333333;
  line-height:1.4;
}

a{-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
a:hover{filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;}

#container{
  width:956px;
  margin:0 auto;
  background:url(usr_img/container.jpg) repeat-y;
  font-size:100%;
}

/* グローバルヘッダー
--------------------------------------------------------------- */

#gHeader{
  position:relative;
  width:980px;
  margin:0 auto;
  padding:20px 0 19px;  
}

#gHeader h1{
  display:inline-block;
}

#gMenu{
  position:absolute;
  top:36px;
  right:0;
}

#gMenu li{
  position:relative;
  float:left;
}

#gMenu li a{
  display:block;
  width:100px;
  height:60px;
  text-align:center;
  line-height:1;
  font-size:16px;
  text-decoration:none;
  border-bottom:5px solid #fff;
}

#gMenu li a span{
  display:block;
  margin:5px 0 0;
  color:#00A394;
  font-size:10px;
}

#gMenu li a:hover,
#gMenu li a.on{
  border-bottom:5px solid #0074C1;
  opacity:1;
}

/*#gMenu li.hoverFlg a:hover{
  border-bottom:5px solid #fff;
}*/

#gMenu li ul{
  position:absolute;
  left:0;
}

#gMenu li ul li{
  float:none;
  background:#FFF;
  border-bottom:1px solid #CCC;
}

#gMenu li ul li a{
  display:block;
  width:100px;
  height:auto;
  padding:10px;
  text-align:left;
  line-height:1;
  font-size:13px;
  text-decoration:none;
  border-bottom:5px solid #fff;
  border:0;
}

#gMenu li ul li a:hover{
  border:0;
  opacity:.5;
}


/* コンテンツ
--------------------------------------------------------------- */

.contentWrap{
  position:relative;
}

.contentBox1{
  width:980px;
  margin:0 auto;
  margin-bottom:70px;
}

.contentBox2{
  position:relative;
  width:878px;
  border:1px solid #CCC;
  padding:70px 50px 50px;
  margin:0 auto 80px;  
}

.contentBox2 h2.title{
  position:absolute;
  top:-20px;
  left:-20px;
  background:#00A393;
  width:240px;
  color:#FFF;
  font-size:20px;
  padding:10px 20px;
  line-height:1;
}

.contentBox2 .L{
  float:left;
  width:590px;
}

.contentBox2 .R{
  float:right;
  width:260px;
}

.contentBox2 .R img{
  width:260px;
  height:auto;
}

.contentBox3{
  line-height:1.8;
  margin-bottom:40px;
}

.contentBox3:last-child{margin-bottom:0;}


/* グローバル工法メニュー
--------------------------------------------------------------- */

#methodMenuWrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding-bottom:50px;
  z-index:1000;
}

#methodMenu{
  background:rgba(0,0,0,.85);
  padding:30px 0;
  z-index:1001;
  text-align:center;
}

#methodMenu a{
  color:#FFF;
  text-decoration:none;
}

#methodMenu li{
  display:inline-block;
  margin:0 10px;
}

#methodMenu li:before {
    content: url(usr_img/common/list1.png);
    margin-right: 0.4em;
}

#methodMenu .inner{
  width:980px;
  margin:0 auto;
}


/* グローバルサイドナビ
--------------------------------------------------------------- */

#sideNavi{
  position:fixed;
  bottom:50px;
  right:0;
}

#sideNavi li{margin-bottom:1px;}


/* グローバルフッター
--------------------------------------------------------------- */

#gFooter{
  background:#333;
  color:#FFF;
  padding:20px 0 10px;
  text-align:center;
}

#gFooter .inner{
  position:relative;
  width:980px;
  margin:0 auto;
}

#gFooter .backHead{
  position:absolute;
  top:-55px;/*35+20*/
  right:0;
  background:#333333;
  z-index:1000;
}

#gFooter h3{
  font-size:16px;
  font-weight:bold;
}

#gFooter p{margin-bottom:10px;}

#gFooter p.smallTxt,
#gFooter small{font-size:12px; margin-bottom:0;}

/* contents - コンテンツ */

@charset "utf-8";

/* スライドエリア
--------------------------------------------------------------- */

#slidArea{border-top:1px solid #CCC; border-bottom:1px solid #CCC; margin-bottom:30px;}
#slidArea img{
  width:100%;
  height:auto;
}


/* トップページ
--------------------------------------------------------------- */

.pickupList{
  margin-bottom:60px;
}

.pickupList li{
  float:left;
  margin:0 20px 0 0;
}

.pickupList li:last-child{margin-right:0;}

.copyArea{
  background:#EAF7F2;
  padding:35px 0;
  margin-bottom:80px;
  font-size:14px;
  line-height:1.5;
}

.copyArea .inner{
  width:980px;
  margin:0 auto;
}

.copyArea h2{
  font-size:32px;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
  font-family:Verdana, Geneva, sans-serif;
}


/* 工法
--------------------------------------------------------------- */

.methodList li{
  float:left;
  margin:0 9px 9px 0;
}

.methodList li a{
  display:block;
  width:238px;
  height:45px;
  line-height:45px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  font-size:16px;
  background:#999999 url(usr_img/common/btn_bg1.png) right bottom no-repeat;
}

.methodList li:nth-of-type(4n){
  margin-right:0;
}

.methodList li a.on,
.methodList li a:hover{
  background-color:#00A393;
  opacity:1;
}


/* 見出し一覧
--------------------------------------------------------------- */

.hTitle{
  text-align:center;
  background:#F8FCFB;
  border-top:1px solid #EEEEEE;
  border-bottom:1px solid #EEEEEE;
  line-height:1;
  padding:50px 0;
  margin-bottom:80px;
  font-size:30px;
}

.hTitle span{
  display:block;
  margin-top:10px;
  font-size:14px;
  color:#00A393;
}

.hType1{
  font-size:20px;
  line-height:1;
  padding-bottom:15px;
  background:url(usr_img/common/htype1.png) left bottom no-repeat;
  margin-bottom:20px;
}

.hType2{
  font-size:20px;
  line-height:1;
  padding-bottom:15px;
  background:url(usr_img/common/htype2.png) left bottom no-repeat;
  margin-bottom:20px;
}


/* リスト一覧
--------------------------------------------------------------- */

.listType1 li{
  display:inline-block;
  margin-right:40px;
  font-size:130%;
}

.listType1 li:before{
  content:url(usr_img/common/list1.png);
  margin-right:.4em;
}

.listType1 li a{
  text-decoration:none;
}


/* テーブル
--------------------------------------------------------------- */

.tblType1{
  width:100%;
}

.tblType1 th,
.tblType1 td{
  vertical-align:top;
  text-align:left;
  font-weight:normal;
  padding:35px 0;
  border-bottom:1px dotted #CCCCCC;
}

.tblType1 th{
  width:180px;
  padding-right:20px;
}

.tblType1.isOffice th{
  letter-spacing:0.5em;
}

.tblType1.isOffice th.minLet{
  letter-spacing:0.1em;
}

.tblCustom1 .tblType1 th,
.tblCustom1 .tblType1 td{padding:15px 0;}

.tblCustom2 .tblType1 th,
.tblCustom2 .tblType1 td{box-sizing:border-box; width:33%; padding:15px 0;}

/* library - ライブラリ */

/* margin
-------------------------------------------------------------------- */
.mauto{margin:0 auto;}

.m0{margin:0;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb300{margin-bottom:300px;}

.mleft0{margin-left:0;}
.mleft5{margin-left:5px;}
.mleft10{margin-left:10px;}
.mleft15{margin-left:15px;}
.mleft20{margin-left:20px;}
.mleft25{margin-left:25px;}
.mleft30{margin-left:30px;}
.mleft35{margin-left:35px;}

.mright0{margin-right:0;}
.mright5{margin-right:5px;}
.mright10{margin-right:10px;}
.mright15{margin-right:15px;}
.mright20{margin-right:20px;}
.mright25{margin-right:25px;}
.mright30{margin-right:30px;}
.mright35{margin-right:35px;}

.mtop0{margin-top:0;}
.mtop5{margin-top:5px;}
.mtop10{margin-top:10px;}
.mtop15{margin-top:15px;}
.mtop20{margin-top:20px;}
.mtop25{margin-top:25px;}
.mtop30{margin-top:30px;}
.mtop35{margin-top:35px;}


/* padding
-------------------------------------------------------------------- */
.p0{padding:0;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}

.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}

.pleft0{padding-left:0;}
.pleft5{padding-left:5px;}
.pleft10{padding-left:10px;}
.pleft15{padding-left:15px;}
.pleft20{padding-left:20px;}
.pleft25{padding-left:25px;}
.pleft30{padding-left:30px;}
.pleft35{padding-left:35px;}
.pleft40{padding-left:40px;}
.pleft45{padding-left:45px;}

.pright0{padding-right:0;}
.pright5{padding-right:5px;}
.pright10{padding-right:10px;}
.pright15{padding-right:15px;}
.pright20{padding-right:20px;}
.pright25{padding-right:25px;}

.ptop0{padding-top:0;}
.ptop5{padding-top:5px;}
.ptop10{padding-top:10px;}
.ptop15{padding-top:15px;}
.ptop20{padding-top:20px;}
.ptop25{padding-top:25px;}
.ptop30{padding-top:30px;}

.plr10{padding:0 10px;}
.plr70{padding:0 70px;}


/* position
-------------------------------------------------------------------- */
.txtleft{text-align:left;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}

.fleft{float:left;}
.fright{float:right;}
.clearfloat{clear:both;}


/* font
-------------------------------------------------------------------- */
.bd{font-weight:bold;}
.uline{text-decoration:underline;}
.red{color:#FF0000;}
.gold{color:#7F7611;}
.green{color:#046B42;}
.fsize11{font-size:11px;}
.fsize12{font-size:12px;}
.fsize13{font-size:13px;}
.fsize18{font-size:18px;}


/* table
-------------------------------------------------------------------- */
.vtop{vertical-align:top;}
.vbottom{vertical-align:bottom;}
.vmiddle{vertical-align:middle;}


/* clearfix
-------------------------------------------------------------------- */
.cf:before, .cf:after{content:"";display:table;}
.cf:after{clear:both;}
.cf{zoom:1;}/* IE 6/7 */

/* 追加分 */

input[type="text"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.priceBox {
width:100%;
padding:5px 0;
border-bottom:dotted 1px #999999;
}

.priceBox:after{  
display:block;  
clear:both;  
height:0;  
visibility:hidden;  
content:".";  
zoom:1;  
} 

.pBoxLeft {
float:left;
margin-right:10px;
}

.pBoxRight {
width:85px;
float:right;
text-align:right;
}

.pBoxLeftImage {
float:left;
width:200px;
margin:0 10px 0px 0;
}

.pBoxLeftTxt {
padding:5px 0 0 0;
float:left;
max-width:290px;
min-width:100px;
}

.noPhoto {
max-width:500px;
}

#mainImg .nivo-caption {
  text-align:right;
  line-height:1.5;
}

.yoBody div {
  position:absolute;
  right:0;
  top:0;
  width:87px;
  height:57px;
}

.yoBox {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom: solid 1px #CCCCCC;
  position:relative;
}

.yoTitle {
  margin-bottom:5px;
  font-size:15px;
}

/* 完了ページ */
.compleatBox{
  width:600px;
  background:#FFF;
  border:1px solid #666;
  padding:40px 20px;
  margin:50px auto 100px;
  text-align:center;
}

/* メールフォーム用 */

.form_requir {
  background-color:#ff3333;
  color:#ffffff;
  font-size:9px;
  line-height:100%;
  text-align:center;
  padding:0 4px;
  margin-left:10px;
}

.form_fld {
  font-weight:bold;
  font-size:13px;
}

.form-food{
  text-align:center;
}

.form-fdl{margin-bottom:15px;}

.form-fdc,
.form-fdr{display:inline-block; margin:0 15px;}

/* エラー */

.error {
  margin: 100px 0 0 0;
  padding: 0;
  width: 500px;
  text-align: right;
}

.error-box {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  border: solid 1px #888888;
  background-color: #ffffff;
}

/* フォームスタイル */

.formRow{clear:both; padding:20px 0 20px 20px; border-bottom: 1px dotted #cccccc;}

.formItemH{float:left; width:250px;}

.formItemD{
  float:left;
  width:510px;
}
.formItemD input[type="text"]{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
  width:100%;
  box-sizing:border-box;
  font-size:14px;
  padding:7px;
  border:1px solid #888888;
}
.formItemD textarea{box-sizing:border-box; min-height:150px; border:1px solid #888888;}
.formItemD select{
  padding:7px;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
  font-size:14px;
}

.form-food input[type="submit"]{
  background: #fff none repeat scroll 0 0;
    border: 2px solid #33B5AA;
    color: #33B5AA;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    width: 200px;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
  box-sizing: inherit;
  cursor: pointer;
  -webkit-transition:0.2s;-moz-transition:0.2s;-o-transition:0.2s;transition:0.2s;
}

.form-food input[type="submit"]:hover{
  background: #33B5AA none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}

.form_requir{color:#FF0000;}

.form-food{padding:20px 0 0; text-align:center;}

.form-fdl{margin-bottom:20px;}

.form-fdc, .form-fdr{display:inline-block; margin:0 15px;}
.form-fdc input,
.form-fdr input{width:100%;}

.form_requir{
  background:#B20000;
  padding:2px 10px;
  color:#fff;
  display:inline-block;
  margin:0 0 0 1em;
}

/* ADD */

.recruit_head{
  margin-bottom:80px;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  color:#0074c1;
  line-height:1.6;
}

.topRecruitBnr{
  width:41.66%;
  position:absolute;
  top:22vw;
  left:0;
  text-align:right;
  transform:translateX(-100%);
  transition:all 140ms 1200ms ease-in;
}

.stopVideo .topRecruitBnr{
  transform:translateX(0);
}

.topRecruitBnr img{
  width:23.95vw;
  z-index:2;
  position:relative;
}

.topRecruitBnr a{
  position:relative;
  display:block;
 
}

.topRecruitBnr a:after{
  position:absolute;
  left:0;
  top:0;
  content:"";
  width:30vw;
  height:100%;
  background-color:#0074c1;
  z-index:1;
}

.topLicenseBnr{
  position:absolute;
  top:22vw;
  right:1.5vw;
  text-align:left;
  display:flex;
  gap:0.3vw;
  opacity:0;
}

.stopVideo .topLicenseBnr{
  animation: fadeIn 200ms 1800ms ease-out forwards;
}

@keyframes fadeIn {
  0% { opacity: 0; display: none;}
  1% { opacity: 0; display: flex;}
  100% { opacity: 1; display: flex;}
}


.topLicenseBnr img{
  height:5.832vw;
  width:auto;
}

.iso{
  border: solid 1px #00a393;
  color:#00a393;
  font-size:0.8em;
  line-height:1;
  padding:4px 8px 4px 8px;
  width:max-content;
  margin-top:5px;
  letter-spacing:0;
}


.siteLink{
  clear: both;
  margin:20px 0;
  text-align:center;
}

.siteLink a {
  display:block;
  width:300px;
  background-color:#00a393;
  color:#FFFFFF;
  padding:15px;
  text-decoration:none;
  margin:0 auto;
  font-weight:bold;
}

.line2 li{
  width:32.5%;
  display:inline-block;
}

.armsColor1{
 color:#0074C1; 
}

.tblType1 .innerTbl1 th,
.tblType1 .innerTbl1 td{
  vertical-align:top;
  text-align:left;
  font-weight:normal;
  padding:0 0 5px;
  border-bottom:none;
}
.tblType1 .innerTbl1 td.txtright{text-align:right;}
.tblType1 .innerTbl1 td:first-child{width:260px;}

.twinL{float:left; width:50%;}
.twinR{float:right; width:50%;}

.tblCustom3{table-layout:fixed;}
.tblCustom3 .tblType1 th,
.tblCustom3 .tblType1 td{padding:15px 0;}
.tblCustom3 td:nth-of-type(1){width:110px;}
.tblCustom3 td:nth-of-type(2){width:210px;}
.tblCustom3 td:nth-of-type(3){width:150px;}
.tblCustom3 td:nth-of-type(4){width:400px;}
.tblCustom3 td:nth-of-type(5){width:110px;}

.resultsImg li{
  float:left;
  margin:0 10px 0 0;
}

.newsBox{
  height:130px;
  margin-bottom:40px;
  overflow-y:auto;
}

.borderTop{
  margin-top:20px;
  border-top:1px dotted #ccc;
  padding-top:20px;
}

.form-errors{
  color:#F00;
  padding:5px 0 0;
}

/* 工法2
  --------------------------------------------------------------- */
  
  .methodList2{
    display:flex;
    flex-wrap: wrap;  
  }
  
  .methodList2 li{
    width:calc(33.3% - 6px);
     margin:0 9px 9px 0;
  }
  
  .methodList2 li a{
    display:block;
    height:45px;
    line-height:45px;
    color:#FFF;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    background:#999999 url(usr_img/common/btn_bg1.png) right bottom no-repeat;
  }
  
  .methodList2 li:nth-of-type(3n){
    margin-right:0;
  }
  
  .methodList2 li a.on,
  .methodList2 li a:hover{
    background-color:#00A393;
    opacity:1;
  }
  
  
  /* 超コーティング
  --------------------------------------------------------------- */
  
  .block_coating{
    font-size:26px;
    color:#fff;
    background:#77b5de;
    border-radius:20px;
    text-align:center;
    padding:20px 30px;
    margin:1em 0;
    font-family:'M PLUS Rounded 1c', sans-serif;
  }
  
  .list_example li:not(:last-child){
    margin-bottom:50px;
  }
  
  .list_example h4{
    margin-bottom:.5em;
  }
  
  .list_example .bf{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  
  .list_example .bf > div{
    width:420px;
  }
  
  .list_example .bf:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #0074c1;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
  }
  
  .list_example .bf.is_photo > div{
    display:inline-block;
    width:auto;
  }
  
  .list_example .bf.is_photo:after{
    content:normal;
  }
  
  .list_coating{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:50px;
  }
  
  .list_coating li{
    box-sizing:border-box;
    width:286px;
    border-radius:44px;
    text-align:center;
    font-size:22px;
    font-family:'M PLUS Rounded 1c', sans-serif;
    color:#fff;
    background:#77b5de;
    padding:10px;
    margin:0 10px 10px 0;
    line-height:1;
  }
  
  .list_coating li:nth-of-type(3n){
    margin-right:0;
  }
  
  .tbl_coating{
    width:100%;
    border-collapse: separate;
    border-spacing:5px;
  }
  
  .tbl_coating th,
  .tbl_coating td{
    padding:5px 10px;
    vertical-align:middle;
    text-align:center;
    font-weight:normal;
  }
  
  .tbl_coating th{color:#fff;}
  .tbl_coating td{color:#111;}
  
  .tbl_coating td.txtleft{text-align:left;}
  
  .tbl_coating tr:nth-of-type(1){background-color:#999999;}
  .tbl_coating tr:nth-of-type(2){background-color:#f3d3d8;}
  .tbl_coating tr:nth-of-type(3){background-color:#ffebd6;}
  .tbl_coating tr:nth-of-type(4){background-color:#eaf1d7;}
  .tbl_coating tr:nth-of-type(5){background-color:#e6e1e0;}
  .tbl_coating tr:nth-of-type(6){background-color:#d9eeec;}
  .tbl_coating tr:nth-of-type(7){background-color:#dae9f5;}
  .tbl_coating tr:nth-of-type(8){background-color:#e9daeb;}
  
  .tbl_coating tr:nth-of-type(2) th{background-color:#c5233b;}
  .tbl_coating tr:nth-of-type(3) th{background-color:#ff9933;}
  .tbl_coating tr:nth-of-type(4) th{background-color:#98b938;}
  .tbl_coating tr:nth-of-type(5) th{background-color:#826763;}
  .tbl_coating tr:nth-of-type(6) th{background-color:#43a89e;}
  .tbl_coating tr:nth-of-type(7) th{background-color:#4590cd;}
  .tbl_coating tr:nth-of-type(8) th{background-color:#92489c;}
  
  .h_type3{
    position:relative;
    color:#0074c1;
    font-size:20px;
    margin-bottom:2em;
    z-index:2;
  }
  
  .h_type3:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    display:block;
    width:100%;
    height:1px;
    background:#0074c1;
    z-index:-1;
  }
  
  .h_type3 > span{
    display:inline-block;
    background:#fff;
    padding:0 10px 0 0;
  }
  
  
  /* その他
  --------------------------------------------------------------- */
  
  em{
    font-style:normal;
    color:#cc0033;
  }

/* その他既存スタイル調整
--------------------------------------------------------------- */
  
#methodMenu .inner ul:not(:last-child){
  margin-bottom:1em;
}

.newsBox{
  line-height:1.8;
}

.newsBox img{
  margin:5px;
}

/* add2506 */

.topMv{
  width:100%;
  height:auto;
  aspect-ratio:16/7;
  background:#000;
  background-size:100% auto;
  margin-bottom:40px;
}

.stopVideo .topMv{
  background:url(usr_img/top/topimage_nobg.png) no-repeat top 10vw center #e9f2ef;
  background-size:100% auto;
}

#topVideo{
  width:100%;
  height:auto;
  aspect-ratio:16/7;
  object-fit:cover;
  object-position:center center;
  vertical-align:top;
}

@keyframes fadeOut {
  0% { opacity: 1; display: block;}
  99% { opacity: 0; display: block;}
  100% { opacity: 0; display: none;}
}

.stopVideo #topVideo {
  animation: fadeOut 1s ease-out forwards;
}

