@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
body{
}

.lh2{
  line-height:2;
}

.siteHeader .container-fluid{
  padding:0;
}

.device-pc .gMenu > li > a{
  padding:34px 1.8em;
}

.gMenu > li::before{
  display:none;
}

.navbar-header{
  display:flex;
  align-items: center;
  float:left;
  max-width:60%;
  margin-top:23px;
  padding-left:30px;
}

#headerContact{
  float:right;
  height:64px;
}

#headerContact img{
  height:88px;
}


#headerContact a{
  float:right;
}

.sitedesc{
  margin-left:20px;
  font-size:14px;
}
/* header fixed */
.scrolled .siteHeader{
  position:fixed;
}

.header_scrolled .gMenu_outer{
  position:static;
  clear:none;
  width:auto;
  min-height:4em;
  box-shadow:none;
}

.header_scrolled .gMenu_outer nav{
  width:initial;
  width:auto;
  padding-left:0;
  padding-right:0;
}

.header_scrolled .navbar-header{
  margin-bottom:0;
}

.header_scrolled .gMenu > li{
  border:none;
}

/* submenu */
.gMenu > li.menu-item-has-children::after {
  display:none;
}

.gMenu > li > ul.sub-menu{
  background:#FFF;
}

.gMenu > li > ul a{
  color:#000;
  background:#ffffff;
}

.gMenu > li > ul a:hover{
  color:#fff;
  background:#379bbd;
}


.siteFooter{
  background:#191919;
  color:#FFF;
  border:none;
  padding:100px 0px 0px 0px;
}

.footertel{
  font-size:180%;
  font-family:Arial, serif;
  font-weight:bold;
}

ul#menu-footer-nav{
  display:flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

ul#menu-footer-nav a{
  color:#FFF;
}

.breadSection{
  display:none;
}


h2{
  border:none;
  color:#379bbd;
  text-align:center;
  font-size:16px;
}

h2 .alp{
  display:block;
  font-family: 'Oswald', sans-serif;
  font-size:48px;
  font-weight:700;
}

h3{
  color:#379bbd;
  border-left:20px solid #379bbd;
  border-bottom:1px solid #545454;
  line-height:1;
  padding:20px;
}

h3:after{
  display:none;
}

table tr th,
table tr td{
  font-size:16px;
}

iframe{
  width:100%;
}


.more{
  display:inline-blok;
  color:#FFF;
  background:#379bbd;
  border:2px solid #379bbd;
  padding:8px 80px 8px 10px;
  position:relative;
  line-height:1;
  transition:.3s;
}

.more:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position:absolute;
  right:10px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);

}

.more:hover{
  text-decoration:none;
  color:#379bbd;
  background:#FFF;
  transition:.3s;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child{
  font-size:50px;
  text-shadow: 3px 3px 1px rgba(0,0,0,0.3);
}

.page_top_btn{
  background:none;
  background-image:url("./img/pagetop.jpg");
  background-size:100% auto;
  box-shadow:none;
}

#topproducts{
  background-size:100% !important;
  background-position:0% 0% !important;
  background-repeat:no-repeat !important;
}

#main{
  position:relative;
}

#main #mainscroll{
  position:absolute;
  bottom:20px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);

}


.workimg{
  margin-bottom:15px;
  display:inline-block;
}

.term span{
  font-size:14px;
  background:#999999;
  padding:1px 20px;
  line-height:0.8;
  color:#FFF;
}

.date{
  font-size:16px;
  color:#999999;
  font-family: 'Oswald', sans-serif;

}

.worklink{
  color:#191919;
  font-size:15px;
  display:block;
  margin-top:5px;
}


.product_title{
  font-size:40px;
  color:#379bbd;
  margin-bottom:15px;
}


#topabout{
  color:#FFF;
}

#topabout h2{
  color:#FFF;
}

.catch{
  text-align:center;
  font-size:32px;
}

.catch_under{
  line-height:3;
  text-align:center;
}

#topabout .more{
  border:2px solid #FFF;
  background:#FFF;
  color:#379bbd;
}

#topabout .more:hover{
  border:2px solid #FFF;
  background:#379bbd;
  color:#FFF;
}

/* お問い合わせ */
.filebox{
  padding:10px 0px 10px 0px;
  margin-bottom:10px;
  border-bottom:1px solid #e6e6e6;
}


table.tcontact{

}

table.tcontact tr{

}

table.tcontact tr th,
table.tcontact tr td{
  font-size:16px;
}

table.tcontact tr th{
  font-weight:bold;
  position:relative;
  padding-right:80px;
  width:30%;
}

table.tcontact tr th .required{
  position:absolute;
  right:5px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  display:inline-block;
  background:#379bbd;
  color:#FFF;
  padding:3px 10px;
}


table.tcontact tr td input[type="text"],
table.tcontact tr td input[type="email"],
table.tcontact tr td textarea{
  background:#f2f2f2;
  border:none;
  border-radius:0;
}

#contact {
  background-image: url("./img/contact_back.webp");
  background-size: cover;
  background-position: 50% 0%;
}

.contactbox {
  background: #FFF;
  padding: 40px;
  margin: 130px 0px;
}

.siteContent{
  background-image: url("./img/sitecontent_back.webp");
  background-size:100%;
  background-position:0% 100%;
  background-repeat:no-repeat;
}

@media (max-width: 414px) {


  #headerContact{
    display:none;
  }
  .navbar-header{
    max-width:100%;
    display:block;
    padding-left:10px;
    margin-top:10px;
    float:none;
  }
  .siteHeader_logo{
    margin:0;
    text-align:left;
    padding:5px 0px;
  }
  .siteHeader_logo img{
    margin:0;
  }
  .sitedesc{
    margin-left:0;
  }

  .vk-mobile-nav-menu-btn{
    left:auto;
    right:5px;
  }

  .vk-mobile-nav{
    padding-top:15px;
  }

  /* 共有 */
  .page-header_pageTitle .alp{
    font-size:32px;
  }
  .font32{
    font-size:18px;
  }
  .siteContent .inner{
    padding:10px;
  }
  /* top */

  #scrollicon{
    max-width:33px;
  }
  #top_topics{
    padding-bottom:80px;
  }

  #top_products{
    padding-bottom:80px;
  }

  .contactbox{
    padding:15px;
  }

  table,
  table tbody,
  table tbody tr,
  table tbody tr th,
  table tbody tr td{
    display:block;
    width:100%;
  }

  table.tcontact tr th{
    width:100%;
  }

  .product_title{
    font-size:20px;
  }

  .page-header_pageTitle, h1.page-header_pageTitle:first-child{
    font-size:30px;
  }

  ul#menu-footer-nav{
    display:block;
  }
}
