@import url(https://fonts.googleapis.com/css?family=Lato:200,300,400,600,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700,800,900);

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Noto Sans Japanese",Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
  YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

.gototop {
    position: fixed;
    font-size: 0.8em;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    background-color: #48934a;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5em;
    padding: 1em;
    opacity: 0.8;
    line-height: 1.5em;
    z-index: 999;
    cursor: pointer;
}

.uk-container {
    box-sizing: border-box;
    max-width: 970px;
    padding: 0px;
}
@media (max-width: 1010px) {
  .uk-container {
      padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .uk-container {
      padding: 0 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans Japanese",Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
  YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* font-color
 ========================================================================== */
.uk-link, a {
    color: #48934a;
}

/* hover
 ========================================================================== */
a:hover img {
    opacity: 0.8;
}
:hover{
    transition: all 0.5s ease;
}


/* font-size
 ========================================================================== */
.f80 {
    font-size: 80%;
}
.f90 {
    font-size: 90%;
}
.f120 {
    font-size: 120%;
}
.f150 {
    font-size: 150%;
}

/* margin
 ========================================================================== */
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb60{
    margin-bottom: 60px!important;
}
.mb70{
    margin-bottom: 70px!important;
}
.mb80{
    margin-bottom: 80px!important;
}


/* line-height
 ========================================================================== */
 .lh15{
     line-height: 1.5!important;
 }
 .lh18{
     line-height: 1.8!important;
 }
 .lh20{
     line-height: 2!important;
 }
 .lh25{
     line-height: 2.5!important;
 }


 /* letter-spacing
  ========================================================================== */
  @media (min-width: 980px) {

  .ls3{
      letter-spacing: 3px;
  }
  .ls5{
      letter-spacing: 5px;
  }
  }

  /* --- 改行　--- */
  @media (min-width: 481px) {
    br.uk-visible-ss{
      display: none;
    }
  }

  /* --- スマホ縦　非表示　--- */
  @media (max-width: 479px) {
    .uk-hidden-ss{
      display: none;
    }
  }

  /* --- スマホ縦のみ表示　--- */
  @media (min-width: 481px) {
    .uk-visible-ss{
      display: none;
    }
  }

/*丸ゴシック
 ========================================================================== */
.marugo{
    font-family:"TsukuARdGothic-Regular","Rounded Mplus 1c","ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
}

/* ==========================================================================
 ヘッダー
========================================================================== */
header{
    width: 100%;
/*     height: 80px; */
    background: #fff;
}

header .space{
  height: 0px;
}

header .uk-container{
  padding: 0;
}
header .uk-float-left{
  width: 40%;
}
header .uk-float-right{
  width: 60%;
}
@media (max-width: 1219px) {
  header .uk-float-left{
    width: 30%;
  }
  header .uk-float-right{
    width: 70%;
  }
}
@media (max-width: 767px) {
  header{
      height: 60px;
  }
  header .uk-float-left{
    width: 80%;
  }
}

/* ---- ヘッダー固定時　--- */
header .uk-active{
  background: #fff;
  border-bottom: 1px solid #efefef;
}

/* --------- h1ロゴ　--------- */
h1{
width: auto;
padding: 20px !important;
margin: 0;
line-height: 1.0;
box-sizing: border-box;
}
h1 a{
  display: block;
}
h1 img{
  width: auto;
  vertical-align: top;
  height: 40px;
}
@media (max-width: 958px) {
  #siID,
  h1{
    display: inline-block;
  }
}

@media (max-width: 767px) {
  h1{
  padding: 15px 10px;
  height: 60px;
  }
  h1 img{
  height: 30px;
  }
}

 /* --------- グローバルナビ --------- */
#gnav .uk-navbar-nav {
    float: none;
}

#gnav .uk-navbar-nav > li {
    width: 12.5%;
}
@media (max-width: 1200px) {
  #gnav .uk-navbar-nav > li {
      width: auto;
  }
}


#gnav .uk-navbar-nav > li > a {
    padding: 10px 0!important;
    margin: 0;
    border: none;
    text-shadow: none;
    font-size: 14px;
    line-height: 60px;
    color: #333;
    cursor: pointer!important;
    text-align: center;
    height: auto;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 1200px) {
  #gnav .uk-navbar-nav > li > a {
    padding: 0 25px !important;
  }
}
@media (max-width: 1100px) {
  #gnav .uk-navbar-nav > li > a {
    padding: 0 20px !important;
  }
}
@media (max-width: 1000px) {
  #gnav .uk-navbar-nav > li > a {
    padding: 0 15px !important;
  }
}

#gnav .uk-navbar-nav > li.now_here {
    background: #48934a;
}
#gnav .uk-navbar-nav > li.now_here a {
    color: #fff;
}
#gnav .uk-navbar-nav > li:hover {
    background: #48934a;
}
#gnav .uk-navbar-nav > li:hover a {
    color: #fff;
}
#gnav .uk-navbar-nav > li.now_here > a:after {
    border-left: none;
}

#gnav .uk-navbar-nav > li.now_here::before{
    content: "";
    background: #48934a;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
/*
#gnav .uk-navbar-nav > li:hover::before {
    content: "";
    background: #48934a;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
*/
#gnav .uk-navbar-nav > li > a:after {
    content:"";
    border-left: 1px solid #ccc;
    padding: 25px 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) ;
    -webkit- transform: translateY(-50%);
}
 /* 資料ダウンロード --------- */
#gnav .uk-navbar-nav > li.dl {
    background: #a05553;
}
#gnav .uk-navbar-nav > li.now_here {
    background: #48934a;
}

#gnav .uk-navbar-nav > li.dl > a {
    color: #fff;
    white-space: nowrap;
}
#gnav .uk-navbar-nav > li.dl > a:after {
    content:none;
}
#gnav .uk-navbar-nav > li.dl > a:before {
    content:url(../images/icon_dl.svg);
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/* hover時 */
#gnav .uk-navbar-nav > li.dl:hover {
   background: #48934a;
}
#gnav .uk-navbar-nav > li.dl:hover::before {
   content: none;
}



 /* dropdown --------- */
 .uk-dropdown, .uk-dropdown-blank {
     width: 180px;
 }
.uk-dropdown-navbar {
    margin-top: 0px;
    background: #333;
    color: #fff;
    left: -1px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.uk-nav-navbar>li>a {
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.uk-nav-navbar>li>a:focus, .uk-nav-navbar>li>a:hover {
    background: #555;
    color: #fff;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
}

/* --- ナビ（ホバー時） ---- */
#gnav .uk-navbar-nav>li:hover,#gnav .uk-navbar-nav>li.active {
}

#gnav .uk-navbar-nav>li.uk-open>a, #gnav .uk-navbar-nav>li:hover>a,
#gnav .uk-navbar-nav>li>a:focus,#gnav .uk-navbar-nav>li.active>a {
    background: none;
    outline: 0;
    position: relative;
    z-index: 1;
    border-top: none;
    border-right: none;
    box-shadow: none;
}


/* --- ハンバーガーメニュー　toggle ---- */
#gnav_spn {
}
.tm-navbar {
  position: absolute !important;
  top: 0px;
  right: 0px;
  height: 60px;
  text-decoration: none;
  padding: 17px 10px;
  width: 60px;
  box-sizing: border-box;
  float: right;
  text-align: center;
  position: relative;
  background: #a05553;
}
.toggle,
.toggle:before,
.toggle:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 1px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
.toggle:before{
  bottom: -10px;
}
.toggle:after{
  bottom: -20px;
}
@media (min-width: 768px) {
  .tm-navbar {
    height: 80px;
    padding: 22px 10px;
    width: 80px;
  }
  .toggle,
  .toggle:before,
  .toggle:after {
    width: 40px;/*長さ*/
  }
  .toggle:before{
    bottom: -15px;
  }
  .toggle:after{
    bottom: -30px;
  }
}

/* スマホメニュー（modal） ---- */
#spnNav.uk-modal {
  background: rgba(0,0,0,.6);
  z-index: 9999!important;
}
#spnNav.uk-modal .uk-modal-dialog {
    background: none;
    box-shadow: none;
    position: relative;
    margin: 0;
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding-bottom: 65px;
}
/* 閉じるボタン ---- */
#spnNav.uk-modal .uk-modal-dialog>.uk-close {
    color: #333;
    opacity: 1;
    display: inline-block;
    position: relative;
    margin: -10px 10px 0 0!important;
    padding: 0;
    width: 2px;
    height: 30px;
    background: #333;
    transform: rotate(45deg);
}
#spnNav.uk-modal .uk-modal-dialog>.uk-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #333;
}
/* gnavi ---- */
#spnNav.uk-modal .uk-modal-dialog>.uk-close:first-child+:not([class*=uk-modal-]) {
    margin-top: 30px;
}
#spnNav.uk-modal .uk-modal-dialog .uk-nav>li{
  padding: 25px 10px;
  border-bottom: 1px solid #ccc;
}
#spnNav.uk-modal .uk-modal-dialog .uk-nav>li:last-child{
  border: none;
}
#spnNav.uk-modal .uk-modal-dialog :focus {
    outline: none;
}
#spnNav.uk-modal .uk-modal-dialog .uk-nav>li>a{
  font-size: 20px;
  color: #333;
  padding: 0;
  position: relative;
}
#spnNav.uk-modal .uk-modal-dialog .uk-nav>li>a:after {
    content: "";
    background: url(../images/right-chevron.svg);
    width: 20px;
    height: 20px;
    margin-right: 0px;
    float: right;
    text-align: center;
}
/* 資料ダウンロード ---- */
#spnNav.uk-modal .uk-modal-dialog .dl{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  list-style: none;
}
#spnNav.uk-modal .uk-modal-dialog .dl a{
  background: #a05553;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  display: block;
  font-size: 20px;
}
#spnNav.uk-modal .uk-modal-dialog .dl > a:before {
    content:url(../images/icon_dl.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/* ----uk-touch ---- */
.uk-touch:hover {
    transition: none!important;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  background: #48934a;
  color: #fff;
  font-size: 12px;
}
/* 背景緑の部分　--------------------------- */
footer .ft-top{
  padding: 30px 0;
}
footer .ft-top .uk-grid{
  margin-left: -10px;
}
footer .ft-top .uk-grid>*{
  padding-left: 10px;
}
footer .ft-top strong{
  font-size: 16px;
  font-weight: bold;
}
footer .ft-top img{
  height: 45px;
}
@media (max-width: 479px) {
  footer .ft-top{
    text-align: center;
  }
  footer .ft-top strong{
    display: block;
  }
}
/* お問い合わせ　---------- */
@media (max-width: 959px) {
  footer .ft-top .contact{
    margin-top: 20px;
  }
}
footer .ft-top .contact p{
  width: 50%;
  margin: 0;
}
footer .ft-top .contact p.btn a{
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 0;
  text-align: center;
  display: block;
  margin-left: 10px;
  transition: all 0.5s ease;
  font-size: 14px;
}
footer .ft-top .contact p.btn a:hover{
  color: #48934a;
  background: #fff;
  text-decoration:none;
}
footer .ft-top .contact p.btn a i{
  margin-right: 5px;
}
@media (max-width: 479px) {
  footer .ft-top .contact p{
    width: 100%;
    margin: 5px 0;
  }
  footer .ft-top .contact p.btn a{
      margin-left: 0px;
      margin-top: 10px;
  }
}

/* 背景黒の部分　--------------------------- */
footer .ft-btm{
  padding: 20px 0;
  background: #435048;
}
/* フッターナビ---------- */
footer .ft-btm .ft-nav{
  display: inline-block;
}
footer .ft-btm .ft-nav ul>li{
  float: left;
}
footer .ft-btm .ft-nav ul>li>a{
  color: #fff;
}
footer .ft-btm .ft-nav ul>li:first-child{
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  footer .ft-btm{
    text-align: center;
    padding: 15px 0;
  }
  footer .ft-btm .uk-float-left,
  footer .ft-btm .uk-float-right{
    float: none;
  }
}


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

/* 共通　--------------------------- */
h3.ttl-01{
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: 500;
}
h3.ttl-01 span{
  display: block;
  color: #48934a;
  font-size: 14px;
  border-top: 1px solid #48934a;
  padding-top: 10px;
  margin-top: 10px;
}

/* メインヴィジュアル　--------------------------- */

/* --- 背景 --- */
.mainimg{
  background: url("../../img/mainimg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  height: 0;
  padding-top: calc(600 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}
@media (max-width: 479px) {
  .mainimg{
    background: url("../../img/mainimg.jpg") no-repeat right top #e2e2e2;
    background-size: 150%;
    padding-top: calc(600 / 1400 * 200%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
}

/* --- h2 --- */
.mainimg .h2Box{
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background: rgba(0,0,0,.4);
  padding:50px 50px 15px 50px;
}

.mainimg .h2Box h2{
  font-size: 52px;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 2px 20px rgba(0,0,0,.9);
  line-height: 1.2;
  margin-bottom: 20px;
}
.mainimg .h2Box p{
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 959px) {
  .mainimg .h2Box{
    padding: 30px;
  }
  .mainimg .h2Box h2{
    font-size: 40px;
    margin-bottom: 10px;
  }
  .mainimg .h2Box p{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mainimg .h2Box{
    padding: 20px;
  }
  .mainimg .h2Box h2{
    font-size: 30px;
  }
  .mainimg .h2Box p{
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .mainimg .h2Box{
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
    background: rgba(0,0,0,.5);
    width: 100%;
    box-sizing: border-box;
  }
  .mainimg .h2Box h2{
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .mainimg .h2Box h2{
    font-size: 20px;
  }
  .mainimg .h2Box p{
    font-size: 10px;
  }
}

 /* 20201125　メインビジュアル 項目追加 ここから▽--------- */
.boxContainer {
	/*margin: auto; */
    /* box-sizing: border-box; */
    /*background: rgba(255,255,255,0.50);*/
    /* width: 100%; */
    max-width: 600px;
    /* max-height: 210px; */
    margin-top: 1.5em;
   padding: 2px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

 /* --- 個別のBOXの定義 --------------------------------------- */
.boxContainer .mainSab_box{
    box-sizing: border-box;
    width: 24%;
}
.boxContainer .mainSab_box img{
}

@media (max-width: 959px) {
	.boxContainer {}
	.boxContainer .mainSab_box {
	}	
}
@media (max-width: 767px) {
	.boxContainer {
	}
	.boxContainer .mainSab_box {
	}	
}
@media (max-width: 479px) {
	.boxContainer {}
	.boxContainer .mainSab_box {
	}	
}


 /* 20201124　施工４タイプ 矢印スクロール 追加ここから▽--------- */
.arrow-bottom a{
	display: block;
	padding: 30px 0;
	position: relative;
}
.arrow-bottom a::after{
	content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0 10px;
	border-bottom: 3px solid #48934a;
    border-right: 3px solid #48934a;
    transform: rotate(45deg);
    right: 50%;
    bottom: 10px;
    transition: 0.3s;
    }
    
.arrow-bottom a:hover::after{
       bottom: 0px;
      }
 /* 20201124　施工４タイプ 矢印スクロール 追加ここまで▲--------- */
 
#index .ContP{
	padding: 0 50px;
}
@media (max-width: 479px) { 
#index .ContP{
	padding: 0 0px;
}
}
 
/* 施工例　--------------------------- */
#index .newsArea{
  padding: 80px 0;
}
#index .newsArea h3{
  margin-bottom: 50px;
}

/* 20181104 追加ここから▽　-------*/
#index .detailbutton {
    display: block;
    padding: 10px;
    text-align: right;
}
#index .abutton {
    color: #fff;
    background-color: #48934a;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
}
/* 20181104 追加　ここまで▲　-------*/

/* 画像 ------ */
#index .newsArea .img ul>li{
  float: left;
  margin: 0.5%;
  box-sizing: border-box;
  overflow: hidden;
  height: 100px;
  position: relative;
}
#index .newsArea .img ul>li img{
  max-width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#index .newsArea .img ul>li.img01{
  width: 69%;
}
#index .newsArea .img ul>li.img02{
  width: 29%;
}
#index .newsArea .img ul>li.img03{
  width: 59%;
}
#index .newsArea .img ul>li.img04{
  width: 39%;
}
@media (max-width: 959px) and (min-width: 481px) {
  #index .newsArea .img ul>li.img01{
    width: 34%;
  }
  #index .newsArea .img ul>li.img02{
    width: 14%;
  }
  #index .newsArea .img ul>li.img03{
    width: 29%;
  }
  #index .newsArea .img ul>li.img04{
    width: 19%;
  }
}
/* news list ------ */
#index .newsArea li{
  text-align: left;
  border-bottom: 1px solid #ccc;
}
#index .newsArea li{
  padding: 15px;
}
#index .newsArea li time{
  margin-right: 10px;
}
#index .newsArea li span a{
  color: #333;
}
@media (max-width: 479px) {
  #index .newsArea li time{
    display: block;
  }
}

/* 展示場　--------------------------- */
#index .exhibiArea{
  padding: 80px 0 50px;
  background: url(../../img/exhibi_bg.png) no-repeat right bottom #ebf5fd;
  text-align: center;
}
@media (max-width: 959px) {
  #index .exhibiArea{
    background-size: 70%;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  #index .exhibiArea{
    background-position: right 50%;
    background-size: 120%;
    padding-bottom: 0px;
  }
}
/* h3　------- */
#index .exhibiArea h3.ttl-01{
  font-size: 20px;
  color: #333;
}
/* リード文　------- */
#index .exhibiArea .lead{
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #index .exhibiArea .lead{
    padding: 20px 0;
  }
}
/* 情報　------- */
#index .exhibiArea .info{
  background: #fff;
  border: #999999 1px solid;
  padding: 40px 50px;
  display: inline-block;
  text-align: center;
}
#index .exhibiArea .info p{
  margin: 0;
}
/* 電話 */
#index .exhibiArea .info p.tel{
  margin: 15px 0;
}
#index .exhibiArea .info p.tel a{
  font-size: 30px;
  font-weight: bold;
  color: #48934a;
}
@media (min-width: 768px) {
  #index .exhibiArea .info p.tel a{
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  #index .exhibiArea .info{
    padding: 20px 30px;
    font-size: 12px;
  }
  #index .exhibiArea .info p.tel{
    margin: 5px;
  }
  #index .exhibiArea .info p.tel a{
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  #index .exhibiArea .info{
    display: block;
    padding: 20px 0;
  }
}
/* googlemap　------- */
#index .exhibiArea .map{
  width: 95%;
  margin: 50px auto 0;
}
#index .exhibiArea .map #map_canvas{
  height: 320px;
}
@media (max-width: 767px) {
  #index .exhibiArea .map #map_canvas{
    height: 280px;
  }
}
@media (max-width: 479px) {
  #index .exhibiArea .map{
    width: 100%;
    margin-top: 200px;
  }
}

/* ==========================================================================
下層ページ
========================================================================== */
/* bg　--------------------------- */
.page{
  background: url(../../img/page/page_bg.jpg)no-repeat top;
  background-size: 120%;
}
.page section{
  padding: 80px 0 20px;
}
@media (max-width: 767px) {
  .page section{
    padding: 50px 0 20px;
  }
}

/* カタログ　&　マニュアル　--------------------------- */
.page .dl01 .uk-grid>*:first-child{
  margin-left: 16.5%;
}
@media (max-width: 767px) {
  .page .dl01 .uk-grid>*:first-child{
    margin-left: 0;
  }
}
.page .dl01 .uk-grid .box{
  text-align: center;
  max-width: 250px;
  margin: 30px auto;
}
/* 画像　---------- */
.page .dl01 .uk-grid .box .img{
  margin-bottom: 30px;
}
.page .dl01 .uk-grid .box .img img{
  box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}
/* テキスト　---------- */
.page .dl01 .uk-grid .box .text span{
  font-size: 12px;
}
/* ダウンロードボタン　 */
.page .dl01 .uk-grid .box .text .btn a,
.page .cad .btn a{
  background:#48934a;
  color: #fff;
  border-radius: 30px;
  padding: 8px 50px;
  text-align: center;
  display: block;
  transition: all 0.5s ease;
  margin-right: 2em;
}
.page .dl01 .uk-grid .box .text .btn a:hover,
.page .cad .btn a:hover{
  background: #a05553;
  text-decoration: none;
}

/* CAD Data　--------------------------- */
.page .cad h3{
  margin-bottom: 50px;
}
.page .cad .uk-grid{
  margin-left: 1em;
}
.page .cad .uk-grid>*{
  padding-left: 10px;
}
@media (max-width: 767px) {
.page .cad .uk-grid{
  margin-left: 4.5%;
}
}
/* アコーディオン　------ */
.page .uk-accordion{
  display: block;
}
.page .cad .box{
  width: 100%;
  margin: 0 auto 40px;
}
/* h4 */
.page .cad h4{
  color: #666;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.page .cad h4:before{
  content: "◆";
  color: #48934a;
}
.page .cad h4 .uk-accordion-title{
  background: none;
  border: none;
}
.page .cad h4 .uk-accordion-title:after{
  content: "開く";
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
  color: #48934a;
}
.page .cad h4 .uk-accordion-title.uk-active:after{
  content: "閉じる";
}
/* アコーディオン中身 */
.page .cad .uk-accordion-content{
  padding: 15px 20px;
  margin: 10px 0;
  background: #f9f9f9;
  display: inline-block;
  border-radius:5px;
}
@media (max-width: 479px) {
  .page .cad .uk-accordion-content{
    display: block;
  }
}
.page .cad .uk-accordion-content ul.uk-list>li{
  font-size: 12px;
}
.page .cad .uk-accordion-content ul.uk-list>li span{
  color: #999;
  font-size: 12px;
}
/* ダウンロードボタン */
.page .cad .btn{
  margin: 5px 0;
}
@media (max-width: 479px) {
  .page .cad .btn a{
    display:  block;
  }
}

/* RIKCAD ------ */
.page .cad .uk-accordion-content.rikcad h5{
  margin-bottom: 0px;
}
.page .cad .uk-accordion-content.rikcad ul{
  padding-left: 2em;
  margin-top: 0px;
}

/* Adobe Reader (薄緑背景)------ */
.page .cad .bg-green{
  background: #eff5ec;
  border-radius: 10px;
  padding: 25px 40px;
  width: 90%;
  margin: 20px auto 40px;
  box-sizing: border-box;
}
.page .cad .bg-green p.indent{
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.page .cad .bg-green p.pd-l{
  padding-left: 200px;
  margin-bottom: 15px;
}
.page .cad .bg-green a.uk-float-left{
  margin-right: 10px;
  margin-bottom: 10px;
}
.page .cad .bg-green a.uk-float-left img{
  height: 40px;
}
@media (max-width: 479px) {
  .page .cad .bg-green{
    padding: 20px;
    width: 100%;
    font-size: 12px;
  }
  .page .cad .bg-green a.uk-float-left{
    display: block;
    float: none;
  }
  .page .cad .bg-green p.pd-l{
    padding-left: 1em;
  }
}


/* ==========================================================================
会社概要
========================================================================== */
#outline {
}
#outline table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#outline table th,
#outline table td {
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 479px) {
  #outline table {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  #outline table th,
  #outline table td {
    display: block;
    text-align: left;
    font-weight: normal;
  }
  #outline table th {
    padding: 15px 0px 0px 0px;
    border: none;
    font-weight: bold;
  }
  #outline table td {
    padding: 15px 0px 15px 0px;
  }

}

#access {
}
#access p {
  line-height: 2;
  margin-bottom: 35px;
}
#access #accessmap {
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
}



/* ==========================================================================
お問い合わせ
========================================================================== */
#contact {
  margin-bottom: 100px;
}
@media (max-width: 479px) {
  #contact {
    margin-bottom: 50px;
  }
}

#contact h4 {
  font-weight: bold;
  border-left: 5px solid #48934a !important;
  padding-left: 10px;
}

#contact table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cdcdcd;
  border-collapse: collapse;
  margin-top: 50px;
}
#contact table th,
#contact table td {
  padding: 25px 15px;
  border-bottom: 1px solid #cdcdcd;
  text-align: left;
  font-weight: normal;
}
#contact table th {
  width: 15%;
  white-space: nowrap;
}


@media (max-width: 479px) {
  #contact table {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  #contact table th,
  #contact table td {
    display: block;
    text-align: left;
    font-weight: normal;
  }
  #contact table th {
    padding: 15px 0px 0px 0px;
    border: none;
    font-weight: bold;
  }
  #contact table td {
    padding: 15px 0px 15px 0px;
  }

}

#contact table th span {
  color: #ff5600;
  margin-left: 5px;
  font-size: 50%;
}

#contact table td label {
  margin-right: 15px;
}

#contact .btnBox {
  text-align: center;
  padding: 20px;
}

#contact .btnBox input {
    display: inline-block;
    padding: 0.7em 3em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

#contact .btnBox input:hover {
    background: #67c5ff;
    color: white;
}


/* ==========================================================================
施工例
========================================================================== */
#case {
}

#case ul.slider,
#case ul.thumb-item-nav {
  padding-left: 0px;
}

/*左右の矢印の色を変える*/
#case .slick-prev:before,
#case .slick-next:before {
  color: #48934a;
  font-size: 30px;
}
/*左右の矢印の位置を変える*/
#case .slick-next {
  right: 20px;
  z-index: 99;
}
#case .slick-prev {
  left: 15px;
  z-index: 100;
}
/*スライド数のドットの色を変える*/
#case .slick-dots li.slick-active button:before,
#case .slick-dots li button:before {
  color: #000;
}

#case .caseBlock .note {
  margin-bottom: 35px;
}
#case .caseBlock h4 {
  font-size: 24px;
  border-left: 10px solid #48934a !important;
  padding-left: 10px;
  line-height: 1;
}
#case .caseBlock .note p {
  line-height: 2;
}

#case .gallery {
  width: 90%;
  margin: 0 auto;
}
#case .gallery .slick-active img {
  opacity: 0.5;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
}
#case .gallery .slick-current img {
  opacity: 1;
}

/* ==========================================================================
強度計算表
========================================================================== */
#kyoudo{}

#kyoudo .kyoudoList{
	margin-bottom: 50px;
}
#kyoudo .kyoudoList h4.ttl_h4{
	font-size: 24px;
    border-left: 10px solid #48934a !important;
    padding-left: 0.8em;
    line-height: 2;
    margin: 40px 0;
}
#kyoudo .kyoudoList .kyoudoList-in{
	padding:15px;
	color: #444;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 1rem;
}

#kyoudo .kyoudoList .kyoudoList-img{
	padding:15px;
	background: #f5f5f5;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 0px #999;
	}
	
#kyoudo .kyoudoList .kyoudoList-img img{
	display: block;
    /* Make sure max-width is added */
    max-width: 100%;
    width: 270px;
    height: 270px;
    object-fit: contain;
	}
#kyoudo .kyoudoList .kyoudoList-img a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	}	

#kyoudo .kyoudoList p.ttlP{
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 2px #48934a;
}
#kyoudo .infoArea{
    background: #fff;
   /* border: #999999 1px solid;*/
	width: 100%;
    padding: 40px 50px;
    display: inline-block;
    text-align: center;
    background: #ebf5fd;
}
#kyoudo .infoArea .info_button {
    color: #fff;
    background-color: #48934a;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    font-size: 140%;
    vertical-align: middle;    
    }
#cad .infoArea{
    background: #fff;
   /* border: #999999 1px solid;*/
	width: 100%;
    padding: 40px 50px;
    display: inline-block;
    text-align: center;
    background: #ebf5fd;
    box-sizing: border-box;
}
#cad .infoArea .info_button {
    color: #fff;
    background-color: #48934a;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    font-size: 140%;
    vertical-align: middle;    
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    }
#cad .center {
    text-align: center;
    margin-bottom: 30px;
}
section.company.bg {
  background: url(../../img/exhibi_bg.png) no-repeat right bottom #f0f7ff;
}
section.company.bg table {
    padding: 25px 20px 5px 20px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
}