﻿
/* ===================================================================
CSS information
 file name  :  index.css
 style info :  header, footer ,index cssの定義
=================================================================== */
/*-----------------------------------------------------------------

layout

-----------------------------------------------------------------*/
/*#contents_right {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

main.titlenone {
  margin-top: 80px;
}

@media only screen and (max-width: 690px) {
  main.titlenone {
    margin-top: 55px;
  }
}*/

/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
}

body.dcms_editor header {
  position: static;
}

header {
/*  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);*/
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 102;
  background-color: #FFF;
}
header.is-animation {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

header #header_area {
  position: relative;
  width: 95%;
  height: 80px;
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
}

header #header_logo {
    position: relative;
    max-width: 250px;
    width: auto;
    margin-right: auto;
    margin-left: 0;
}

header #header_logo a {
  display: block;
}

header #header_logo a img {
  width: auto;
  height: auto;
  display: block;
}
@media only screen and (max-width: 790px) {
  header #header_logo a img {
      max-width: 180px;
  }
}


header .headerInn {
    order: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .headerInn p + p{
  margin-left: 15px;
}
header .headerInn .tel, header .headerInn .tel a{
  display: inline-block;
  font-family: 'Roboto' , sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
header .headerInn .tel::before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../image/icon_tel.png)no-repeat center center /cover;
  margin-right: 5px;
  vertical-align: middle;

}
header .headerInn .time{
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  letter-spacing: 0.05em;
}
header .headerInn .lang{
  position: relative;
}
header .headerInn .lang a:hover{
  text-decoration: none;
  color: #0D72B4;
}
header .headerInn .lang a + a{
  margin-left: 20px;
}
header .headerInn .lang a.on{

}
header .headerInn .lang::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: calc(50% - 2px);
    width: 1px;
    height: 11px;
    background-color: #999;
}

header .gnavi_area #drawer_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
header .gnavi_area nav{
  order: 1;
}
header .gnavi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
header .gnavi_area ul li.search form{
    position: relative;
    height: auto;
}
.search .search_txt{
    position: relative;
    width: 140px;
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 1px 10px;
    border: 1px solid #DDDDDD;
}
.search .submit_btn {
    position: absolute;
    background: url(../image/icon_search.png)no-repeat center center;
    border: none;
    top: 0;
    right: 0;
    width: 40px;
    height: 24px;
    display: block;
}

header .gnavi_area ul li {
  margin-right: 2em;
  list-style: none;
}
header .gnavi_area ul li:last-child{
  margin-right: 0;
}

header .gnavi_area ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 13px;
}

header .gnavi_area ul li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header .gnavi_area ul li a:hover {
  text-decoration: none;
    color: #0d72b4;
}

header .gnavi_area ul li.main_current a {
  text-decoration: none;
  color: #0D72B4;
}
header .gnavi_area ul li.main_current a::after, header .gnavi_area ul li a:hover::after {
    background-color: #0D72B4;
}

header .gnavi_contact {
  display: none;
}

header #contact_area a {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

header #contact_area a .txt {
  display: block;
  height: 100%;
  padding: 45px 8px 8px;
  font-weight: bold;
  background-position: center 10px;
  background-size: 32px auto;
  background-repeat: no-repeat;
}

header #contact_area a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

header #contact_area a:hover {
  text-decoration: none;
}

header #contact_area a:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 980px) {
  header .gnavi_area ul li {
      margin-right: 1em;
  }
}
@media only screen and (max-width: 979px) {
    header {
        height: 80px;
    }

    header #header_area {
        width: 95%;
        height: 60px;
        max-width: 979px;
        margin: auto;
        display: flex;
        align-items: center;
    }

    .drawer-hamburger {
        display: block;
    }

    body.drawer-open header::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    header {
        height: 55px;
    }

    header #header_area {
        height: 55px;
    }

    header .gnavi_area {
        padding-right: 0;
        width: 85%;
    }

    header #drawer_in {
        padding: 3em 5em 3em 3em;
        overflow-y: scroll;
        height: auto;
    }

    header .gnavi_area #drawer_in {
        display: block;
        height: auto;
    }

    header .gnavi_area nav {
        height: 100%;
        margin-bottom: 30px;
    }

    header .headerInn {
        order: 0;
        display: block;
        text-align: center;
    }

    header .gnavi_area ul {
        display: block;
        height: auto;
    }

    header .gnavi_area ul li {
        margin: 0;
        padding: 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        list-style: none;
        height: 100%;
    }

    header .gnavi_area ul li a {
        padding: 16px;
    }

    header .gnavi_area ul li a::after {
        display: none;
    }

    header .gnavi_area ul li:first-child {
        border-width: 1px 0 1px 0;
        border-style: solid;
    }

    header .gnavi_area ul li:last-child {
        padding: 16px;
        border: none;
    }

    header #header_logo {
        margin-left: 16px;
        width: auto;
    }

    header #header_logo a img {
        height: 40px;
        width: auto;
        max-width: none;
    }

    .search .search_txt {
        width: 100%;
        padding: 3px 10px;
    }

    header .headerInn .tel, header .headerInn .tel a {
        font-size: 25px;
        margin-bottom: 5px;
    }

    header .headerInn .tel::before {
        width: 15px;
        height: 16px;
        top: -1px;
        position: relative;
    }
}

/*-----------------------------------------------------------------

fttrCV

-----------------------------------------------------------------*/
.fttrCV{
  background: url(../image/img_cv_bg.webp)no-repeat center /cover;
}
.fttrCV h3{
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.fttrCV .inner{
  padding: 6em 0;
}
.fttrCV .subtitl, .fttrCV .leadtitl_en{
  color: #FFF;
}
.fttrCV .titlarea{
  margin-bottom: 40px;
}
.fttrCV .col{
  padding: 2em;
  text-align: center;
  background: rgba(255,255,255,0.8);
}
.fttrCV .col + .col{
  margin-left: 2em;
}
.fttrCV .col .titl{
  font-size: 18px;
  margin-bottom: 30px;
}
.fttrCV .col .icon{
  margin-bottom: 15px;
}
.fttrCV .info{
  color: #999;
}
.fttrCV .info .num, .fttrCV .info .num a{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: 15px;
}
.fttrCV .info .num::before{
  content: url(../image/icon_tel.png);
  margin-right: 10px;
}

.fttrCV .info .numw::before{
  content: url(../image/icon_tel_w.png);
  margin-right: 10px;
}


.fttrCV .info .num.fax::before{
  content: url(../image/icon_fax.png);
}

@media only screen and (max-width: 980px) {
  .fttrCV .inner{
    padding: 4em 0;
  }
  .fttrCV .fl{
    flex-wrap: wrap;
  }
	
  .fttrCV02 .fl{
	flex-wrap: nowrap;
  }

	
  .fttrCV .fl .col{
    width: 100%;
    flex: inherit;    
  }
  .fttrCV .fl .col.info{
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
  }

}
@media only screen and (max-width: 690px) {

  .fttrCV .fl .col{
    width: 100%;
  }
  .fttrCV .col + .col{
    margin-left: 0;
    margin-top: 2em;
  }
}

/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
footer {
    line-height: 1.2;
    background-color: #333;
}
footer, footer h4 ,footer a{
    color: #e6e6e6;
    font-weight: normal;
}

/* 220411 itagaki */
footer a:hover{
    color: #e6e6e6;
    font-weight: normal;
	text-decoration: underline;
}


footer .footer_nav .inner{
    padding: 4em 0;
}
footer .footer_info .inner{
    padding: 28px 0;
}
footer .inner{
  display: flex;
  justify-content: space-between;
}

footer .unit, footer .col{
  width: 48%;
}
footer .fl{
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .fl .col{
  flex: inherit;
}
footer .titl {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .submenu{
    margin-bottom: 15px;
}
footer ul {
    margin-bottom: 40px;
}
footer li {
    list-style-type: none;
    line-height: 1.8;
}
footer li a{
  position: relative;
  font-size: 12px;
}
footer li a:hover{
  color: #e6e6e6;
}
footer li a::before {
    content: "";
    width: 10px;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.footer_info{
  background-color: #2C2C2C;
}
.footer_info_navi a + a{
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid
}
.footer_info_navi a {
    color: #757575;
    height: 10px;
    display: inline-block;
    line-height: 0.6;
}
footer small {
    font-weight: 300;
    color: #757575;
}

@media only screen and (max-width: 979px) {

}

@media only screen and (max-width: 690px) {
  footer .fl .col{
    width: 100%;
  }
  footer .footer_nav .inner {
      padding: 2em 0 0;
  }
  footer .footer_info .inner{
      display: block;
      text-align: center;
      padding: 2em 0 5em 0;
  }

}
@media only screen and (max-width: 480px) {

  footer .inner{
    display: block;
  }
  footer .unit{
    width: 100%;
  }
  footer .footer_info_navi{
    margin-bottom: 15px;
  }
  footer ul {
      margin-bottom: 20px;
  }
}


/* ===================================================================
FLEX 
=================================================================== */
.fl{
  display: flex;
}
.fl .col{
  flex: 1;
}
@media only screen and (max-width: 690px) {
  .fl{
    display: block;
  }
  .fl .col{
    flex: inherit;
  }
}


/* ===================================================================
TITL
=================================================================== */
.subtitl{
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.leadtitl_en{
  font-size: 12px;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #0D72B4;
}
.leadtitl{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

/* ===================================================================
MAIN IMG
=================================================================== */
#MainImg {
  margin-bottom: 80px;
  position: relative;
  margin-top: 100px;
}
#MainImg .inn__{
  max-width: 1200px;
  width: 95%;
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
}
#MainImg .Titl{
  font-size: 62px;
  font-weight: normal;
  line-height: 1.2;
  color: #FFF;
  margin: 0;
}
#MainImg .flexslider .slides > li {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
#MainImg, #MainImg .flexslider .slides > li{
  height: 600px;
}
/*
.mainimage01{background: url(../image/mainimage01.jpg)no-repeat center center /cover; }
.mainimage02{background: url(../image/mainimage02.jpg)no-repeat center center /cover; }
.mainimage03{background: url(../image/mainimage03.jpg)no-repeat center center /cover; }
.mainimage04{background: url(../image/mainimage04.jpg)no-repeat center center /cover; }
.mainimage05{background: url(../image/mainimage05.jpg)no-repeat center center /cover; }
.mainimage06{background: url(../image/mainimage06.webp)no-repeat center center /cover; }
*/
.mainimage01{background: url(../image/mainimage01.webp)no-repeat center center /cover; }
.mainimage02{background: url(../image/mainimage02.webp)no-repeat center center /cover; }
.mainimage03{background: url(../image/mainimage03.webp)no-repeat center center /cover; }
.mainimage04{background: url(../image/mainimage04.webp)no-repeat center center /cover; }
.mainimage05{background: url(../image/mainimage05.webp)no-repeat center center /cover; }
.mainimage06{background: url(../image/mainimage06.webp)no-repeat center center /cover; }


@media only screen and (max-width: 980px) {
  #MainImg, #MainImg .flexslider .slides > li{
    height: 400px;
  }
}
@media only screen and (max-width: 690px) {
  #MainImg {
    margin-top: 55px;
  }
  #MainImg, #MainImg .flexslider .slides > li{
    height: 300px;
  }
  #MainImg .Titl{
    font-size: calc(20px + 3vw);
  }
}

body#tinymce {

}


/* ===================================================================
MAIN IMG
=================================================================== */
.anchorlinkList{
  background-color: #F5F5F5;
}
.anchorlinkList ul{
  display: flex;
  flex-wrap: wrap;
}
.anchorlinkList li{
  flex: 1;
  list-style-type: none;
}
.anchorlinkList li a{
  position: relative;
  padding: 1em 2em;
  display: block;
  text-align: center;
  background-color: #F5F5F5;
}
.anchorlinkList li a:hover{
    text-decoration: none;
    color: #1FA5D4;
    background-color: rgba(31, 165, 212, 0.15);
}
.anchorlinkList li a::after{
    content: '';
    display: block;
    z-index: 3;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 12px;
}
@media only screen and (max-width: 690px) {
  .anchorlinkList li a {
      padding: 1em 1em;
  }
}
@media only screen and (max-width: 480px) {
  .anchorlinkList{
    background-color: #FFF;
  }
  .anchorlinkList ul{
    display: block;
  }
  .anchorlinkList li{
    flex: inherit;
    width: 100%;
    margin-bottom: 15px;
  }
}

/* ===================================================================
TOP PRODUCT
=================================================================== */
.pdctList{
  margin-bottom: 100px;
}
.pdctList .inner{
  margin-bottom: 30px;
}
.pdctList .fl{
  flex-wrap: wrap
}
.pdctList .col{
  position: relative;
  width: calc(100% / 3 );
  flex: inherit;
  background-color: #EEE;
  box-shadow: 0 0 20px -5px #ededed;
  transition: 0.6s;
}
.pdctList .col:nth-child(even){
  background-color: #F5F5F5;
}
.pdctList .col:hover img{
  opacity: 1;
}
.pdctList .col:hover{
  box-shadow: 0 0 20px -5px #AAA;
  z-index: 10;
}
.pdctList .foto{
  background-color: #FFF;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.pdctList .foto img{
  max-width: 300px;
}
.pdctList .col .inn__{
  padding: 2.5em;
}
.pdctList .col .inn__ .leadtitl{
  margin-bottom: 15px;
}
.pdctList .col .list_disk{
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .pdctList .fl{
    flex-wrap: wrap;
  }
  .pdctList .col{
    width: calc(100% / 3);
    flex: inherit;
  }
}
@media only screen and (max-width: 690px) {
  .pdctList .fl{
    display: flex;
  }
  .pdctList .col{
    width: 50%;
    margin-bottom: 20px;
  }
  .pdctList .col .inn__{
    padding: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .pdctList .fl{
    display: block;
    width: 95%;
    margin: auto;
  }
  .pdctList .col {
      width: 100%;
      /* border: 1px solid #DDD; */
  }
  .pdctList .foto {
    height: auto;
    padding-top: 2em;
  }
  .pdctList .foto img{
    max-width: none;
    width: auto;
    height: 150px;
  }
}
/* ===================================================================
TOP PRODUCT
=================================================================== */
.top_pickup {
    background: url(../image/img_top_pickup_bg.jpg)no-repeat center bottom;
    margin-bottom: 100px;
}
.top_pickup .inner{
  padding-bottom: 100px;
}
.top_pickup .leadtitl_en{
  margin-bottom: 60px;
}
.top_pickup .col {
    background-color: #FFF;
}
.top_pickup .dlb_media_right {
    padding: 1em;
}
.top_pickup .dlb_media_title{
  font-weight: 300;
}
.top_pickup .dlb_media_txt {
    font-size: 13px;
    color: #999999;
}
@media only screen and (max-width: 690px) {
  .top_pickup .inner{
    padding-bottom: 60px;
  }
}
/* ===================================================================
Blog
=================================================================== */
.blogArea {
    margin-bottom: 100px;
    background-color: #F5F5F5;
}
.blogArea .inner{
  padding: 8em 0;
}
.blogArea .leadtitl_en{
  margin-bottom: 60px;
}
.blogArea .innBox {
    display: flex;
    flex-wrap: wrap;
}
.blogArea .innBox .col{
  display: flex;
  width: calc(50% - 4em);
  margin-right: 4em;
  margin-bottom: 4em;
}
.blogArea .innBox .col:nth-child(even){
  margin-right: 
}
.blogArea .dlb_media_title{
  font-weight: 300;
}
.blogArea .dlb_media_txt{
  color: #999999;
}
.blogArea .dlb_media_left{

}
.blogArea .dlb_media_left_in{
  height: 100%;
  transition: 0.8s;
}
.blogArea .dlb_media_right{
   flex: 1; 
}
.blogArea .foto{
  width: 268px;
  height: 180px;
  overflow: hidden;
  margin-right: 2em;
}
@media only screen and (max-width: 980px) {
  .blogArea .inner{
    padding: 4em 0;
  }
  .blogArea .innBox{
    display: block;
  }
  .blogArea .innBox .col{
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
.blogArea .innBox .col{
  display: block;
}
.blogArea .foto {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.blogArea .dlb_media_right{
   flex: inherit; 
}
}


/* ===================================================================
研究・開発用レンタル
=================================================================== */
.link_color {
    position: relative;
    display: inline-block;
    /*color: #0d72b5;*/
    transition: 0.6s;
}
.link_color::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid currentColor;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.link_color::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 10px;
    background: rgba(13, 114, 181, 0.15);
    transition: 0.6s;
}
.link_color:hover{
  text-decoration: none;
}
.link_color:hover::after{
  width: 100%;
}
.foto_link{
  position: relative;
  box-shadow: 0 0 20px 0 #DDD;
  display: block;
  transition: 0.6s;
}
.foto_link::before{
  content: url(../image/link-symbol.png);
  position: absolute;
  left: 1em;
  bottom: 1em;
  z-index: 10;
}
.foto_link:hover{
  box-shadow: 0 0 40px -10px #999;
}
/* ===================================================================
事例紹介
=================================================================== */
.IconCaseNav {
    display: flex;
    justify-content: flex-end;
}
.IconCaseNav li{
  list-style-type: none;
  display: flex;
  align-items: center;
}
.IconCaseNav li + li{
  margin-left: 1.5em;
}

.caseblocks .img100{
  position: relative;
}
.caseblocks .IconCase {
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 10;
    display: flex;
}
.caseblocks .IconCase img + img{
  margin-left: 1em;
}



/* ===================================================================
InfoArea
=================================================================== */
.InfoArea{

}
.InfoArea .inner{
  display: flex;
}
.InfoArea .titlarea{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.InfoArea .subtitl, .InfoArea .leadtitl_en{
  text-align: left;
  margin: 0;
}
.InfoArea .leadtitl_en{
  margin-left: 20px;
}
.InfoArea .news{
  position: relative;
  width: calc(100% - 260px - 2em);
  margin-right: 2em;
}
.InfoArea .fb{
  width: 260px;
}
.InfoArea .bttn{
  position: absolute;
  top: 0;
  right: 0;
}
.infoAewa .bttn a {
    max-width: 160px;
    padding: 7px 1em;
}
.rss_box .rss_titl a{

}


@media only screen and (max-width: 980px) {
  .InfoArea .inner{
    display: block;
  }
  .InfoArea .news{
    margin-bottom: 40px;
  }
  .InfoArea .news{
    width: 100%;
  }
  .InfoArea .fb{
    margin: auto;
  }
}

@media only screen and (max-width: 690px) {
  .InfoArea .bttn{
    position: static;
    margin: 40px auto 0;
  }
}





/*---------------------------
category
-----------------------------*/
#c3_category_area {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

#c3_category_area .category_bg {
  height: 100%;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#c3_category_area .category_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#c3_category_area .category_box {
  width: 48.5%;
}

#c3_category_area .category_box + .category_box {
  margin-left: 3%;
}

#c3_category_area .category_title {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  margin-left: 16px;
}

#c3_category_area .category_img {
  position: relative;
  top: -15px;
  z-index: -1;
  overflow: hidden;
}

#c3_category_area .category_img img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

#c3_category_area .category_txt {
  margin-top: -5em;
  padding: 0 16px;
}

#c3_category_area .category_txt > div {
  font-size: 0;
}

#c3_category_area .category_catch {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 6px 10px;
}

#c3_category_area .category_catch::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

#c3_category_area .category_box:hover .category_catch::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#c3_category_area .category_box:hover .category_catch .catc_on {
  text-decoration: none;
  position: relative;
  z-index: 2;
}

#c3_category_area .category_box:hover .txt_link.arr_after a {
  background-position: right center;
}

#c3_category_area .category_box:hover .category_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 979px) {
  #c3_category_area {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  #c3_category_area .category_bg {
    width: 90%;
  }
}

@media only screen and (max-width: 690px) {
  #c3_category_area {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #c3_category_area .category_bg {
    width: 100%;
  }
  #c3_category_area .category_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #c3_category_area .category_box {
    width: 100%;
    margin: 0 auto 30px;
  }
  #c3_category_area .category_box + .category_box {
    margin-left: auto;
  }
  #c3_category_area .category_title {
    font-size: 32px;
  }
  #c3_category_area .category_catch {
    padding: 4px 8px;
    line-height: 1.4;
  }
}

body#tinymce #c3_category_area .category_box:hover .category_catch::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

body#tinymce #c3_category_area .category_box:hover .category_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*---------------------------
TOP SERVICES
-----------------------------*/
.cta_lead.template_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cta_lead.template_c3 .cta_title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.cta_lead.template_c3 .cta_txt {
  margin-left: 30px;
}

#c3_item_icon {
  padding: 48px 0 32px;
  background: url(../image/template_c3_top_service_bg.jpg) no-repeat center/cover;
}

#c3_item_icon .c3_item {
  padding: 40px;
  text-align: center;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  border-width: 1px;
  border-style: solid;
  height: 100%;
}

#c3_item_icon .c3_item:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

#c3_item_icon .icon {
  font-size: 72px;
  line-height: 1;
}

#c3_item_icon .title_sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  margin: 32px 0 12px;
}

#c3_item_icon .title a {
  font-size: 18px;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #c3_item_icon .c3_item {
    padding: 24px;
  }
}

@media only screen and (max-width: 690px) {
  #c3_item_icon {
    padding: 24px 0 16px;
  }
  #c3_item_icon .c3_item {
    padding: 20px;
  }
  #c3_item_icon .icon {
    font-size: 44px;
  }
  #c3_item_icon .title_sub {
    margin: 16px 0 8px;
  }
}

body#tinymce #c3_item_icon .c3_item {
  border: none;
}

body#tinymce #c3_item_icon .c3_item:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: none;
}

/*---------------------------
TOP INFO RSS
-----------------------------*/
.c3_info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c3_info_block dl {
  width: calc(25% - 19.2px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  border-width: 3px 0 0 0;
  border-style: solid;
  position: relative;
}

.c3_info_block dl:nth-child(4n) {
  margin-right: 0;
}

.c3_info_block .rss_date {
  font-weight: bold;
  font-size: 18px;
}

.c3_info_block .rss_title {
  margin-top: 8px;
}

.c3_info_block .rss_title span {
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  line-height: 1;
  font-size: 10px;
  padding: 6px 8px 4px;
}

.c3_info_block .rss_contents {
  display: none;
}

@media only screen and (max-width: 979px) {
  .c3_info_block dl {
    width: 48%;
    margin-right: 4%;
  }
  .c3_info_block dl:nth-child(4n) {
    margin-right: 4%;
  }
  .c3_info_block dl:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .c3_info_block dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .c3_info_block dl:nth-child(4n) {
    margin-right: 0;
  }
  .c3_info_block .rss_date {
    font-size: 16px;
  }
  .c3_info_block .rss_title {
    margin-top: 8px;
  }
  .c3_info_block .rss_title span {
    top: 16px;
    font-size: 9px;
    padding: 6px 8px 4px;
  }
}

/*---------------------------
TOP INFO media
-----------------------------*/
.c3_media_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c3_media_block .dlb_media_block {
  width: calc(25% - 19.2px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding-top: 22px;
  border-width: 3px 0 0 0;
  border-style: solid;
  position: relative;
  border-color: #F0EFED;
}

.c3_media_block .dlb_media_left, .c3_media_block .dlb_media_txt {
  display: none;
}

.c3_media_block .dlb_media_right {
  position: relative;
}

.c3_media_block .dlb_media_time {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 18px;
}

.c3_media_block .dlb_media_title {
  color: #0D3780;
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
}

.c3_media_block .dlb_media_cate {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

.c3_media_block .dlb_media_cate span {
  color: #ffffff;
  background-color: #0D3780;
}

@media only screen and (max-width: 979px) {
  .c3_media_block .dlb_media_block {
    width: 48%;
    margin-right: 4%;
  }
  .c3_media_block .dlb_media_block:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .c3_media_block .dlb_media_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c3_media_block .dlb_media_block:nth-child(2n) {
    margin-right: 0;
  }
  .c3_media_block .dlb_media_time {
    font-size: 16px;
  }
}

/*-----------------------------------------------------------------

お知らせ一覧 news

-----------------------------------------------------------------*/
.rss_box dl {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.rss_box dl::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.rss_box .rss_date {
  float: left;
  width: 100px;
}

.rss_box .rss_title {
  float: left;
  width: calc(100% - 100px);
}

.rss_box .rss_contents {
  clear: both;
  padding-top: 10px;
}

.news .rss_box .rss_contents {
	display:none;
}

.rss_box span {
  line-height: 1;
  font-size: 10px;
  margin-right: 16px;
  padding: 6px 0 4px;
  width:90px;
  text-align: center;
  background: #F5F5F5;
  color:#1FA5D4;
  display:inline-block;
}



@media only screen and (max-width: 690px) {
  .rss_box dl {
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  .rss_box .rss_date {
    float: none;
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .rss_box .rss_title {
    float: none;
    width: 100%;
    font-size: 110%;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rss_box .rss_contents {
    clear: both;
    padding-top: 8px;
  }
  .rss_box span {
    margin-right: 0;
    display: block;
    position: absolute;
    top: 21px;
    right: 0;
  }
}

/*-----------------------------------------------------------------

サービス紹介 c3_pagenavi_item

-----------------------------------------------------------------*/
.c3_pagenavi_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 40px 40px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c3_pagenavi_item .item_icon {
  width: 200px;
  text-align: center;
}

.c3_pagenavi_item .item_icon i, .c3_pagenavi_item .item_icon em {
  font-size: 72px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c3_pagenavi_item .item_info {
  width: calc(100% - 200px);
}

.c3_pagenavi_item .item_title {
  font-size: 28px;
  line-height: 1.4;
}

.c3_pagenavi_item .item_title_sub {
  font-size: 12px;
  line-height: 1.2;
  margin: 25px 0 30px;
  font-weight: bold;
  letter-spacing: .1em;
}

.c3_pagenavi_item .item_txt {
  margin-bottom: 20px;
}

.c3_pagenavi_item:hover .txt_link.arr_after a {
  background-position: right center;
}

.c3_pagenavi_item:hover i, .c3_pagenavi_item:hover em {
  font-size: 88px;
}

.c3_pagenavi_item.top {
  border-width: 1px 0 1px 0;
  border-style: solid;
}

.c3_pagenavi_item + .c3_pagenavi_item {
  border-width: 0 0 1px 1px;
  border-style: solid;
}

@media only screen and (max-width: 979px) {
  .c3_pagenavi_item + .c3_pagenavi_item {
    border-left: none;
  }
}

@media only screen and (max-width: 690px) {
  .c3_pagenavi_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 24px 0 24px 0;
  }
  .c3_pagenavi_item .item_icon {
    width: 30%;
  }
  .c3_pagenavi_item .item_icon i, .c3_pagenavi_item .item_icon em {
    font-size: 40px;
  }
  .c3_pagenavi_item .item_info {
    width: calc(100% - 30%);
  }
  .c3_pagenavi_item .item_title {
    font-size: 24px;
  }
  .c3_pagenavi_item .item_title_sub {
    margin: 8px 0 15px;
  }
  .c3_pagenavi_item .item_txt {
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------------

 リンク

-----------------------------------------------------------------*/
.txt_link.arr_after a {
  padding-right: 45px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

.txt_link.arr_after a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 30px auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 45px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.txt_link.arr_after a:hover::after {
  background-position: 100% center;
}

/*-----------------------------------------------------------------

CTA 共通お問い合わせ

-----------------------------------------------------------------*/
#cta_area.template_c3 {
  padding: 30px 0 16px;
  margin-top: 80px;
  line-height: 1.4;
}

#cta_area.template_c3 .cta_title {
  font-size: 28px;
  letter-spacing: -.01em;
}

.cta_lead.template_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cta_lead.template_c3 .cta_title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.cta_lead.template_c3 .cta_txt {
  margin-left: 30px;
}

.cta_title_sub {
  text-align: center;
  font-weight: bold;
  padding: 12px 8px;
  font-size: 16px;
}

.tel_area .cta_title_sub {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta_box {
  padding: 24px 16px;
}

.cta_btn {
  margin-top: 16px;
}

.cta_btn a {
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
}

.cta_btn a .txt {
  display: block;
  height: 100%;
  padding: 16px 8px;
  font-weight: bold;
}

.cta_btn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

.cta_btn a:hover {
  text-decoration: none;
}

.cta_btn a:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cta_tel_mun {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 16px;
}

.cta_time {
  text-align: center;
  margin-top: 5px;
}

@media only screen and (max-width: 979px) {
  #cta_area.template_c3 {
    margin-top: 0;
  }
  .cta_tel_mun {
    font-size: 32px;
    margin-top: 0;
  }
  .cta_lead.template_c3 .cta_title {
    width: 100%;
  }
  .cta_lead.template_c3 .cta_txt {
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }
}

/*-----------------------------------------------------------------

企業紹介 c3_pagenavi_txt

-----------------------------------------------------------------*/
.c3_pagenavi_txt .col {
  padding: 32px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c3_pagenavi_txt .txt_title {
  font-size: 28px;
  line-height: 1.4;
}

.c3_pagenavi_txt .txt_title_sub {
  font-size: 12px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 16px auto;
}

.c3_pagenavi_txt .txt_txt {
  margin-bottom: 16px;
}

@media only screen and (max-width: 979px) {
  .c3_pagenavi_txt .col {
    padding: 24px;
  }
  .c3_pagenavi_txt .txt_title {
    font-size: 24px;
  }
  .c3_pagenavi_txt .txt_title_sub {
    margin: 10px auto 20px;
  }
  .c3_pagenavi_txt .txt_txt {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------------------

理念と想い

-----------------------------------------------------------------*/
.item_num_list .col {
  padding: 40px;
}

.item_num {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_num .num {
  padding: 16px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.item_num_list.small .col {
  padding: 0;
  background-color: transparent;
  margin-bottom: 24px;
  width: 48%;
}

.item_num_list.small .col:nth-child(2n) {
  margin-left: 4%;
}

.item_num_list.small .col .item_num {
  font-size: 16px;
}

.item_num_list.small .col .item_num .num {
  padding: 10px;
  font-size: 24px;
}

.col2_221.item_num_list.small {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media only screen and (max-width: 979px) {
  .item_num_list .col {
    padding: 24px;
  }
  .item_num {
    font-size: 20px;
  }
  .item_num .num {
    padding: 10px;
    font-size: 24px;
  }
  .item_num_list.small .col {
    width: 100%;
    margin-botom: 16px;
  }
  .item_num_list.small .col:nth-child(2n) {
    margin-left: auto;
  }
  .item_num_list.small .col .item_num {
    font-size: 18px;
  }
  .item_num_list.small .col .item_num .num {
    padding: 8px;
    font-size: 20px;
  }
}

/*-----------------------------------------------------------------

よくある質問

-----------------------------------------------------------------*/
.faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_q .initials {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 16px 16px;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
}

.faq_q .faq_q_txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.faq_a {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.faq_a .initials {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 16px 16px;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
}

.faq_a .faq_a_txt {
  line-height: 1.6;
}

@media only screen and (max-width: 690px) {
  .faq_q .initials {
    font-size: 18px;
    padding: 8px 12px 14px;
    margin-right: 12px;
  }
  .faq_a .initials {
    font-size: 18px;
    padding: 8px 12px 14px;
    margin-right: 12px;
  }
}

.tabbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabbtn ul li {
  list-style: none;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tabbtn ul li a {
  text-decoration: none;
  display: block;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  padding: 16px 3em;
  text-align: center;
  font-weight: bold;
}

.tabbtn ul li a::before {
  font-family: FontAwesome;
  content: "\f107";
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 690px) {
  .tabbtn ul li {
    width: 49%;
    margin: 0;
  }
  .tabbtn ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .tabbtn ul li a {
    padding: 10px 1.5em;
    font-weight: normal;
  }
  .tabbtn ul li a::before {
    padding-right: 7px;
    font-size: 13px;
  }
}

/*-----------------------------------------------------------------

私たちの特長 feature

-----------------------------------------------------------------*/
.mainvisual {
  margin-top: -38px;
  position: relative;
  height: 520px;
  margin-bottom: 80px;
}

.mainvisual_bg {
  height: 480px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainvisual_img {
  height: 480px;
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
}

.mainvisual_txt {
  height: 100%;
  display: table;
  width: 500px;
  position: absolute;
  top: 0;
  left: calc(50% - 580px);
  z-index: 2;
}

.mainvisual_txt_in {
  display: table-cell;
  vertical-align: middle;
}

.mainvisual_txt_sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
}

.mainvisual_txt_title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}

.mainvisual_txt_lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
  .mainvisual {
    height: 360px;
    margin-bottom: 60px;
  }
  .mainvisual_bg {
    height: 320px;
    width: 80%;
  }
  .mainvisual_img {
    height: 320px;
    width: 70%;
  }
  .mainvisual_txt {
    width: 40%;
    left: 3%;
  }
  .mainvisual_txt_sub {
    font-size: 64px;
  }
  .mainvisual_txt_title {
    font-size: 24px;
  }
  .mainvisual_txt_lead {
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .mainvisual {
    margin-top: 0;
    height: auto;
    position: static;
    margin-bottom: 15px;
  }
  .mainvisual_bg {
    display: none;
  }
  .mainvisual_img {
    position: static;
    height: 200px;
    width: 100%;
  }
  .mainvisual_txt {
    position: static;
    width: 100%;
    padding: 16px 24px;
  }
  .mainvisual_txt_sub {
    font-size: 32px;
  }
  .mainvisual_txt_title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .mainvisual_txt_lead {
    font-size: 14px;
    line-height: 1.4;
  }
}

.midbg_left,
.midbg_right {
  position: relative;
}

.midbg_left_bg,
.midbg_right_bg {
  width: 85%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.midbg_left_bg {
  right: 0;
}

.midbg_right_bg {
  left: 0;
}

.midbg_left_bg.bg01 {
  height: 540px;
  bottom: -20px;
}

.midbg_right_bg.bg02 {
  height: 580px;
  bottom: -40px;
}

.midbg_left_bg.bg03 {
  height: 400px;
  bottom: -40px;
}

.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.compare dt {
  margin-bottom: 20px;
  margin-top: 20px;
}

.compare dd {
  width: calc(100% - 80px);
  padding-left: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.compare dt.compare_b + dd,
.compare dd + dt {
  margin-top: 0;
}

.compare_a {
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  font-weight: bold;
}

.compare_b {
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .midbg_left_bg.bg01 {
    bottom: -20px;
  }
  .midbg_right_bg.bg02 {
    bottom: -30px;
  }
  .midbg_left_bg.bg03 {
    height: 360px;
    bottom: -40px;
  }
}

@media only screen and (max-width: 690px) {
  .midbg_left_bg.bg01,
  .midbg_right_bg.bg02,
  .midbg_left_bg.bg03 {
    display: none;
  }
  .midbg_left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .compare dd {
    width: calc(100% - 60px);
    padding-left: 16px;
  }
  .compare_a, .compare_b {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
}

/*-----------------------------------------------------------------

カタログダウンロード

-----------------------------------------------------------------*/
.col_bn_r {
  float: right;
  width: 45%;
  padding: 24px;
  border: 2px solid #eeeeee;
}

.col_bn_l {
  float: left;
  width: 55%;
  padding-right: 5%;
}

@media only screen and (max-width: 979px) {
  .col_bn_r {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 60px;
  }
  .col_bn_l {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

/*---------------------------------------------------------------
-----------------------------------------------------------------

ブロックダウンロード

-----------------------------------------------------------------
-----------------------------------------------------------------*/
/* ----------------------------

サムネイル名 ： 表 No.08

----------------------------- */
.dlb_table_08 {
  margin-bottom: 30px;
}

.dlb_table_08 td {
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 72%;
}

.dlb_table_08 td:first-child {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  width: 28%;
}

@media only screen and (max-width: 690px) {
  .dlb_table_08 td {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
  .dlb_table_08 tr:first-child td:first-child {
    border-width: 1px 0 0 0;
    border-style: solid;
  }
  .dlb_table_08 td:first-child {
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

/* ----------------------------

サムネイル名 ： 表 No.08-2

----------------------------- */
.dlb_table_08_2 {
  margin-bottom: 30px;
}

table.dlb_table_08_2 {
  table-layout: auto;
}

.dlb_table_08_2 td {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  width: calc(100% - 100px);
}

.dlb_table_08_2 td:first-child {
  width: 100px;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .dlb_table_08_2 td {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
  .dlb_table_08_2 tr:first-child td:first-child {
    border-top: 1px #ebebeb solid;
  }
  .dlb_table_08_2 td:first-child {
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
  }
}

/*-----------------------------------------------------------------

サムネイル名 ： box No.

-----------------------------------------------------------------*/
.dlb_box2-9_img {
  float: right;
  width: 240px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-9_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dlb_box2-9_img {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 16px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dlb_box2-9_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/*-----------------------------------------------------------------

製品詳細 (template common)

-----------------------------------------------------------------*/
/*-- template item product btn -----------------------------------------*/
.templateitem_btn_area {
  padding: 40px 0 40px;
}

/* btn */
.templateitem_btn li {
  list-style: none;
  margin-bottom: 0;
}

.templateitem_btn li a {
  display: block;
  text-align: center;
  padding: 16px 8px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.templateitem_btn li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitem_btn li a:hover {
  text-decoration: none;
}

.templateitem_btn li a:hover::after {
  right: 27px;
}

@media only screen and (max-width: 979px) {
  .templateitem_btn_area {
    padding: 40px 0 15px;
  }
  .templateitem_btn li {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 690px) {
  .templateitem_btn_area {
    padding: 30px 0 15px;
  }
  .templateitem_btn li {
    margin-bottom: 15px;
  }
  .templateitem_btn li a {
    font-size: 14px;
  }
}

/*-- template item product link -----------------------------------------*/
/* link */
.templateitem_link li {
  list-style: none;
  margin-bottom: 0;
}

.templateitem_link li a {
  display: block;
  padding: 20px 8px 20px 90px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 30px center;
  font-size: 18px;
  position: relative;
}

.templateitem_link li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitem_link li a:hover {
  text-decoration: none;
}

.templateitem_link li a:hover::after {
  right: 27px;
}

.templateitem_link li.icon a {
  padding: 20px 8px 20px 40px;
}

.templateitem_link li em {
  margin-right: 15px;
  font-size: 22px;
}

@media only screen and (max-width: 690px) {
  .templateitem_link li a {
    font-size: 16px;
    background-size: 30px 30px;
    background-position: 20px center;
    padding-left: 70px;
  }
}

/*-- template item product contents title -----------------------------------------*/
.templateitemcon_lead_area {
  margin-bottom: 25px;
}

.templateitemcon_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.templateitemcon_title::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.templateitemcon_lead {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .templateitemcon_lead_area {
    margin-bottom: 20px;
  }
  .templateitemcon_lead {
    font-size: 24px;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .templateitemcon_lead {
    font-size: 18px;
  }
}

/*-- template item product contents 01 -----------------------------------------*/
.templateitemcon01_area {
  padding: 60px 0;
}

.templateitemcon01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.templateitemcon01_img {
  width: 42%;
}

.templateitemcon01_txt {
  width: 58%;
  padding-left: 60px;
}

.templateitemcon01_catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 979px) {
  .templateitemcon01_area {
    padding: 50px 0;
  }
  .templateitemcon01_img {
    width: 45%;
  }
  .templateitemcon01_txt {
    width: 55%;
    padding-left: 30px;
  }
  .templateitemcon01_catch {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon01_area {
    padding: 30px 0;
  }
  .templateitemcon01_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .templateitemcon01_img {
    width: 100%;
  }
  .templateitemcon01_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .templateitemcon01_catch {
    font-size: 18px;
  }
}

/*-- template item product contents 02 -----------------------------------------*/
.templateitemcon02_area .col .col {
  margin-bottom: 0;
}

.templateitemcon_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .templateitemcon02_area .col .col {
    width: calc(50% - 12px);
    margin-left: 24px;
  }
  .templateitemcon02_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon02_area .col .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .templateitemcon02_area .col .col:last-child {
    margin-bottom: 0;
  }
  .templateitemcon02_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}

/*-- template item product contents 08 -----------------------------------------*/
@media only screen and (max-width: 979px) {
  .templateitemcon08_area .col .col {
    width: calc(50% - 12px);
    margin-left: 24px;
    margin-bottom: 0;
  }
  .templateitemcon08_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon08_area .col {
    margin-bottom: 24px;
  }
  .templateitemcon08_area .col .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}

/*-- template item product contents 09 -----------------------------------------*/
@media only screen and (max-width: 979px) {
  .easyzoom img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
  }
}

/*-- template item product contents 10 -----------------------------------------*/
.templateitemcon10_area {
  padding: 30px 0 20px;
}

.templateitemcon10_block {
  max-width: 980px;
}

.templateitemcon10_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.templateitemcon10_box {
  height: 200px;
  position: relative;
}

.templateitemcon10_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.templateitemcon10_bg {
  height: 200px;
  position: relative;
}

.templateitemcon10_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.templateitemcon10_txt a {
  display: block;
  position: relative;
}

.templateitemcon10_txt a[target="_blank"]::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 20px;
  height: 20px;
}

.templateitemcon10_box:hover a,
.templateitemcon10_box a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .templateitemcon10_area {
    padding: 40px 0 10px;
  }
  .templateitemcon10_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .templateitemcon10_box {
    height: auto;
  }
  .templateitemcon10_box::after {
    display: none;
  }
  .templateitemcon10_block .templateitemcon10_box {
    margin-bottom: 30px;
  }
  .templateitemcon10_txt {
    position: relative;
    height: auto;
    padding: 15px 0 0;
    display: block;
  }
  .templateitemcon10_txt a {
    text-align: left;
  }
  .templateitemcon10_txt a[target="_blank"]::before {
    display: none;
  }
  .templateitemcon10_txt a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .templateitemcon10_bg {
    height: auto;
  }
  .templateitemcon10_bg img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }
}

/*-- template item product contents 11 -----------------------------------------*/
.templateitemcon11_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2% 8%;
}

.templateitemcon11_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 0;
}

.templateitemcon11_block .templateitemcon11_box {
  margin: 0;
  width: 50%;
}

.templateitemcon11_boxin {
  position: relative;
  z-index: 1;
  width: 100%;
}

.templateitemcon11_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.templateitemcon11_txt {
  text-align: center;
  margin-bottom: 30px;
}

.templateitemcon11_btn {
  text-align: center;
}

.templateitemcon11_btn a {
  display: inline-block;
  min-width: 300px;
  padding: 10px 8px;
  border-radius: 80px;
  font-size: 16px;
  position: relative;
}

.templateitemcon11_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitemcon11_btn a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 690px) {
  .templateitemcon11_box {
    height: auto;
    padding: 10% 7%;
  }
  .templateitemcon11_block .templateitemcon11_box {
    width: 100%;
  }
  .templateitemcon11_title {
    font-size: 20px;
  }
  .templateitemcon11_txt {
    margin-bottom: 20px;
  }
}
