@charset "utf-8";
  body {
    overflow-x: hidden;
    font-size: 1rem;
    /*約16px*/
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  p {
    line-height: 1.75;
  }

  a {
    color: #212544;
	text-decoration: none;
  }

  a:hover,
  a:active {
    color: #212544;
    text-decoration: none;
  }

  .post-preview {}

  img {}

  .text-primary {
    color: #005695 !important;
  }

.container {
	max-width: 1140px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }

  .wrapper {
    /*overflow: hidden;*/
  } 

  .heading-title-h4 {
    font-weight: normal;
    padding: 0.25em 0.75em;
    border-left: solid 5px #005695;
  } 
  .heading-title-h5 {
    font-weight: normal;
  } 
  @media (min-width: 990px) {
    .heading-title-h4 {
    }
  }

  @media (max-width: 990px) {
    body {
    padding-bottom: 62px;
    } 
    .heading-title-h4 {
      margin-bottom: 15px;
    }
  }
  .heading-title-h4 {
    font-weight: normal;
    padding: 0.25em 0.75em;
    border-left: solid 5px #005695;
  }

  /*hタグのフォントサイズの指定*/
    /* 1.25rem(20px) @ 20rem(320px) increasing to 2rem(32px) @ 120rem(1920px) */

    @media (min-width: 20rem) {
      .heading-title-h4 {
        font-size: calc(1.25rem + ((1vw - 0.2rem) * 0.75));
        /* Where: * 0.75 = 100 * font_Size_Difference / viewport_Width_Difference */
      }
    }
  
    /* Prevent font scaling beyond this breakpoint */
    @media (min-width: 120rem) {
      .heading-title-h4 {
        font-size: 2rem;
      }
    }
    /* 1rem(16px) @ 20rem(320px) increasing to 1.25rem(20px) @ 120rem(1920px) */
    @media (min-width: 20rem) {
      .h4-text {
    font-size: calc(1rem + ((1vw - 0.2rem) * 0.25));
    /* Where: * 0.25 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
    @media (min-width: 120rem) {
      .h4-text {
    font-size: 1.25rem;
  }
}
  /* 1.25rem(20px) @ 20rem(320px) increasing to 1.5rem(24px) @ 120rem(1920px) */
  @media (min-width: 20rem) {
    .heading-title-h5 {
      font-size: calc(1.25rem + ((1vw - 0.2rem) * 0.25));
      /* Where: * 0.25 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
  }

  /* Prevent font scaling beyond this breakpoint */
  @media (min-width: 120rem) {
    .heading-title-h5 {
      font-size: 1.5rem;
    }
  }

  /*商品ページ*/
  /* 1.5rem(24px) @ 20rem(320px) increasing to 3rem(48px) @ 120rem(1920px) */
  @media (min-width: 20rem) {
    .top-key-text h3 {
      font-size: calc(1.5rem + ((1vw - 0.2rem) * 1.5));
      /* Where: * 1.5 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
  }

  /* Prevent font scaling beyond this breakpoint */
  @media (min-width: 120rem) {
    .top-key-text h3 {
      font-size: 2rem;
    }
  }

  /*トップページ*/
    /* 1.75rem(28px) @ 20rem(320px) increasing to 3.75rem(60px) @ 120rem(1920px) */
    @media (min-width: 20rem) {
      .main-content-top .top-key-wrap h3 {
        font-size: calc(1rem + ((1vw - 0.2rem) * 1.5));
        line-height:1.75;
        /* Where: * 2 = 100 * font_Size_Difference / viewport_Width_Difference */
      }
    }
  
    /* Prevent font scaling beyond this breakpoint */
    @media (min-width: 120rem) {
      .main-content-top .top-key-wrap h3 {
        font-size: 2rem;
        line-height:1.75;
      }
    }
  
    /* Prevent font scaling beyond this breakpoint */
    @media (min-width: 120rem) {
      .main-content-top .top-key-wrap p {
        font-size: 1rem;
        line-height:1.75;
      }
    }

  /* 1.25rem(20px) @ 20rem(320px) increasing to 2.25rem(36px) @ 62rem(992px) */
  @media (min-width: 20rem) {

    .main-content-top .company .company-key-text h5 {
      font-size: calc(1.25rem + ((1vw - 0.2rem) * 2.381));
      /* Where: * 2.381 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
  }

  /* Prevent font scaling beyond this breakpoint */
  @media (min-width: 62rem) {
    .main-content-top .company .company-key-text h5 {
      font-size: 2vw;
      margin-bottom: 1.5rem;
      font-weight: normal;
      color: #fff;
    }
  }

  .main-content-top h4 {
    color: orange;
    font-weight: 700;
    letter-spacing: px;
    margin-bottom: 1.5rem;
  }

  .main-content-top .company .company-key-text h4 {
    font-size: 2.0vw;
    margin-bottom: 2.5vw;
  }

  .main-content-top .company .company-key-text h5 span {
    /*font-size: 1.0vw;*/
    line-height: 20px;
    letter-spacing: 3px;
  }


  .main-content-top h5 {
    font-size: 1.25rem;
  }

  .page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .page-section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .main-content {
    padding-top: 40px;
  }

  .breadcrumbs {
    padding: 0.5rem 15px;
    font-size: .75em;
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
  }

  .choose-item {
    padding-top: 40px;
  }

  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  @media (max-width: 992px) {
    .gmap {
    padding-bottom: 75%;
    }
 }
 
  @media (min-width: 992px) {
    a {
      transition: all .3s;
    }

    section {
      padding: 100px 0;
    }

    .page-section {
      padding: 100px 0;
    }

    .breadcrumbs {}
  }

  @media (max-width: 992px) {
    a {
      transition: all .3s;
	color: #212529;
    }

    section {
      padding: 40px 0;
    }

    .page-section {
      padding: 40px 0;
    }

    .breadcrumbs {}
	  
  .main-content {
padding-top: 20px;
  }

  .choose-item {
    padding-top: 20px;
  }
  }

  .post-categories {
    list-style-type: none;
  }

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

  .main-content-top .top-key-wrap {
    position: relative;
  }

  .main-content-top .top-key-wrap .title {
    /*aタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* display: inline-block; */
    /* width: 50%; */
    background: rgba(255,255,255,0.65);
    padding: 2% 2%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* width:100%; */
    -ms-transform: translate(-50%, -50%);
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
   }

  .main-content-top .top-key-wrap h3 { /*以下title内の装飾*/
    margin: 0;
    /*余計な隙間を除く*/
    text-decoration: none;
    text-align: center;
    /*下線を表示させない*/
    letter-spacing :0.1rem;
    /* font-size: 2rem; */
    /*font-weight: normal;*/
    }
  .main-content-top .top-key-wrap p{ /*以下title内の装飾*/
    margin-bottom: 1rem;
    font-size: calc(0.7rem + ((1vw - 0.2rem) * 0.8));
    letter-spacing :0.1rem;
    text-decoration: none;
    text-align: center;
    /*下線を表示させない*/
    font-weight: 600;
  }

  .main-content-top .title-border {
    display: flex;
    align-items: center;
    }
    .main-content-top .title-border:before,
    .main-content-top .title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    }
    .main-content-top .title-border:before {
    margin-right: 1rem;
    }
    .main-content-top .title-border:after {
    margin-left: 1rem;
    }
    .main-content-top .title-border {
    display: flex;
    align-items: center;
    }
    .main-content-top .title-border:before,
    .main-content-top .title-border:after {
      border-top: 3px solid #25A4C0;
    content: "";
    flex-grow: 1;
    }
    .main-content-top .title-border:before {
    margin-right: 1rem;
    }
    .main-content-top .title-border:after {
    margin-left: 1rem;
    }


  .main-content-top .top-key-wrap img {
    width: 100%;
  }

  .main-content-top .fa-chevron-left:before {
    content: "\f053";
  }

  .main-content-top .carousel {}

  .main-content-top .carousel .controls-top {}

  .main-content-top .carousel .controls-top .btn-floating {}

  .main-content-top .carousel .controls-top .carousel-indicators {}

  .main-content-top .carousel .controls-top .carousel-indicators .active {}

  .main-content-top .carousel .carousel-item {}

  .main-content-top {
    background-color: #fff;
  }
.main-content-top .col-lg-12 h4{
        font-weight: bold;
        letter-spacing: 0.2em;
      }
  .main-content-top p {}

  .main-content-top img {}

  .main-content-top a {}

  .main-content-top .sub-text {
    font-size: 1rem;
  }

/*バッジの色 お知らせ */
  .info{
    background-color: #ffb23d;
}
/*バッジの色 展示会 */
  .exhibition {
    background-color: #ce3d55;
}
/*バッジの色 お知らせ */
  .store{
    background-color: #ffb23d;
}
/*バッジの色 展示会 */
  .event {
    background-color: #ce3d55;
}
  .main-content-top #service {}

  .main-content-top #company {}

  .main-content-top #feature {}

  .main-content-top #news {}

  .main-content-top #contact {}

  .main-content-top .when-prom a:hover {
    text-decoration: none;
  }
  .main-content-top .company .company-key1 {
    position: relative;
    /* width: 100%; */
    display: flex;
    /* justify-content: space-around; */
    /* text-align: center; */
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }
  .main-content-top .company .pc-none {
  }
  .main-content-top .company .sp-none {}
  .main-content-top .company .company-key2 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }

  .main-content-top .company .company-key-text .detail a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1vw;
  }

  .main-content-top .company .company-key-text .detail a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(33, 37, 41);
    text-decoration: none;
  }

  .main-content-top .news .veu_postlist {
    padding: 3rem 1rem;
  }

  .main-content-top .news ul.postlist {}

  .main-content-top .news ul.postlist .news {
    padding: 10px 0;
    border-bottom: 1px dotted #666;
  }

  .main-content-top .news ul.postlist span {}

  .main-content-top .news ul.postlist .postlist_date {
    margin-right: 0.5rem;
  }

  .main-content-top .news ul.postlist .postlist_meta_items {
    color: #666;
  }

  .main-content-top .news ul.postlist .postlist_meta_items {
    padding: 2px 5px 2px;
    border-radius: 3px;
    font-size: 0.75rem;
    color: #fff;
  }
  .main-content-top .news ul.postlist .postlist_meta_items a {
    color: #fff;
  }
  .main-content-top .news ul.postlist .postlist_meta_items a:hover,
  .main-content-top .news ul.postlist .postlist_meta_items a:active {
    text-decoration: none;
    opacity: 0.8;
  }

  .main-content-top .news ul.postlist .postlist_meta_items .post-categories {
    padding-left: 0;
    display: inline;
  }

  .main-content-top .news ul.postlist .postlist_meta_items .post-categories li {
    display: inline-block;
  }

  .main-content-top .news ul.postlist .postlist_title {
    display: inline-block;
    vertical-align: top;
    max-width: 83.3333%;
    margin-left: 0.5rem;
  }

  .main-content-top #formbtn {
    background-color: #dc3545;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    border: none;
  }

  .main-content-top #formbtn:hover,
  .main-content-top #formbtn:focus {
    background-color: #bd2130;
  }

  .main-content-top .contact .form-group label {
    width: 100%;
  }

  .main-content-top .contact .form-group {
    margin-bottom: 15px
  }

  .main-content-top .contact .form-group input,
  .main-content-top .contact .form-group textarea {
    padding: 20px
  }

  .main-content-top .contact .form-group input.form-control {
    height: auto;
    width: 100%;
	  display: block;
  }

  .main-content-top .contact .form-group textarea.form-control {
    height: 248px;
  }

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
	  .main-content-top .h_p p {
      font-size: 1.25rem;
	  }
    .main-content-top a:hover,
    .main-content-top a:active {
      text-decoration: underline;
    }

    .main-content-top .card-area a:hover {
      text-decoration: none;
    }

    .main-content-top a:hover img {
      transition: opacity .1s;
      opacity: 0.8;
    }

    .main-content-top .br::before {
      content: "\A";
      white-space: pre;
    }

    .main-content-top h3 {
      margin-bottom: 40px;
    }

    .main-content-top .sub-text {
      margin-left: 1rem;
    }

    .main-content-top h4 {
    }

    .main-content-top .top-key {}

    .main-content-top .top-key .top-key-wrap {
      position: relative;
      width: 100%;
      background: url(../img/top/key.jpg) no-repeat;
      background-size: cover;
      padding-top: 31%;
    }

    .main-content-top .top-key .top-key-wrap .key-text {
      font-size: 4.375rem;
      letter-spacing: 5px;
      padding: 42px 24px;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      color: #fff;
      border: solid 7px #fff;
      width: 15%;
    }

    .main-content-top .top-key .top-key-wrap .key-text span {}

    .main-content-top section {
      padding-top: 100px;
    }

    .main-content-top .service {}

    .main-content-top .service h4 {
 
    }

    .main-content-top .service .fa-external-link-alt {
      font-size: 1.2rem;
      margin-left: 0.25em;
    }

    .main-content-top .more {
      font-size: 1.5rem;
      margin: 0;
      padding: 30px 0;
      font-weight: bold;
    }

    .main-content-top .service .link a:hover {
      text-decoration: underline;
    }

    .main-content-top .service .card-body {}

    .main-content-top .service .card-body .sub-text {}

    .main-content-top .service .card-body .card-text {
      line-height: 1.5;
    }

    .main-content-top .company {}

    .main-content-top .company h3 {}

    .main-content-top .company .sub-text {}

    .main-content-top .company .company-key1 {
      padding: 6.5% 0 6.5%;
      background: url(../img/top/company1.jpg) no-repeat;
      background-size: cover;
    }
    .main-content-top .pc-none {
   display: none;
   }
    .main-content-top .sp-none {
    }
    .main-content-top .company .company-key2 {
      padding-top: 24%;
      background: url(../img/top/company2.jpg) no-repeat;
      background-size: cover;
    }

    .main-content-top .company .company-key-text {
      /* position: absolute; */
      width: 33.3%;
      /* padding-top: 0%; */
      /* justify-content: space-around; */
      /* top: 50%; */
      /* left: 20%; */
      /* transform: translateY(-50%) translateX(10%); */
      /* -webkit-transform: translateY(-50%) translateX(0%); */
      -moz-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
      -o-transform: translateY(-50%) translateX(0%);
      text-align: center;
      margin-left: 15%;
    }

    .main-content-top .company .company-key-text p {
      font-size: 1vw;
      line-height: 1;
      letter-spacing: 3px;
      margin-bottom: 2vw;
    }

    .main-content-top .company .company-key-text .detail {
    /* text-align: center; */
}

    .main-content-top .news {}

    .main-content-top .news .veu_postlist a {}

    .main-content-top .news .veu_postlist a:hover,
    .main-content-top .news .veu_postlist a:active {
      text-decoration: underline;
    }

    .main-content-top .news .postlist_more {}

    .main-content-top .feature {}

    .main-content-top .feature a:hover {
      text-decoration: none;
    }

    .main-content-top .contact {}
    .main-content-top .subtitle{
        text-align: center;
        letter-spacing: 0.2em;
        line-height: 2.2em;
        margin: 2em 0;
          
      }
  }

  /* メディアクエリ 画面幅992px以下の設定 */
  @media (max-width: 992px) {

    .main-content-top a:hover,
    .main-content-top a:active {}

    .main-content-top a:hover img {}

    .main-content-top .newline::before {}

    .main-content-top .br::before {}

    .main-content-top h3 {
      margin-bottom: 15px;
    }

    .main-content-top .sub-text {}

    .main-content-top .top-key {}

    .main-content-top .top-key .top-key-wrap {
      background: url(../img/top/key-sp.jpg) no-repeat;
      background-size: cover;
      padding-top: 66%;

    }
    .main-content-top .top-key-wrap .title {
    /*aタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* display: inline-block; */
    /* width: 50%; */
    background: rgba(255,255,255,0.65);
    padding: 2% 2%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* width:100%; */
    -ms-transform: translate(-50%, -50%);
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
   }

    .main-content-top .top-key .top-key-wrap .key-text {}

    .main-content-top .top-key .top-key-wrap .key-text span {}

    .main-content-top section {
      padding: 40px 0;
    }

    .main-content-top .service {}

    

    .main-content-top .service .fa-external-link-alt {}

    .main-content-top .more {
      padding-top: 30px;
      margin-bottom: 0;
      font-weight: bold;
    }

    .main-content-top .text-center.more a {
      font-size: 1rem;
    }
    .main-content-top .service .link a:hover {}

    .main-content-top .service .card-body {}

    .main-content-top .service .card-body .sub-text {}

    .main-content-top .service .card-body .card-text {}

    .main-content-top .company {}

    .main-content-top .company h3 {}

    .main-content-top .company .sub-text {}

    .main-content-top .company .company-key-text .detail a:hover {}

    .main-content-top .company .company-key1 {
      padding: 21% 0;
      background: url(../img/top/company1-sp.jpg) no-repeat;
      background-size: cover;
    }

    .main-content-top .company .company-key2 {
      padding: 19% 0;
      background: url(../img/top/company2-sp.jpg) no-repeat;
      background-size: cover;
    }

    .main-content-top .company .company-key-text {
      color: #212544;
      background-color: rgba(255, 255, 255, 0.6);
      display: inline-block;
      padding: 7%;
    }

    .main-content-top .company .company-key-text p {
      margin-bottom: 1.75rem;
      font-weight: bold;
    }

    .main-content-top .company .company-key-text h4 {
      margin-bottom: 1.5rem;
    }

    .main-content-top .company .company-key-text h5 span {}

    .main-content-top .company .company-key-text .detail {}

    .main-content-top .company .company-key-text .detail a {
      border: 1px solid #212544;
      color: #212544;
      font-size: 16px;
      font-weight: normal;
    }

    .main-content-top .company .company-key-text .detail a:hover {}

    .main-content-top .news {}

    .main-content-top .news .veu_postlist {}

    .main-content-top .news .veu_postlist a {}

    .main-content-top .news .veu_postlist a:hover,
    .main-content-top .news .veu_postlist a:active {}

    .main-content-top .news ul.postlist {}

    .main-content-top .news ul.postlist .news {
      display: inline-block;
      width: 100%;
    }

    .main-content-top .news ul.postlist span {}

    .main-content-top .news ul.postlist .postlist_date {}

    .main-content-top .news ul.postlist .postlist_meta_items {}

    .main-content-top .news ul.postlist .postlist_meta_items a {}

    .main-content-top .news ul.postlist .postlist_meta_items a:hover,
    .main-content-top .news ul.postlist .postlist_meta_items a:active {}

    .main-content-top .news ul.postlist .postlist_meta_items .post-categories {}

    .main-content-top .news ul.postlist .postlist_meta_items .post-categories li {}

    .main-content-top .news ul.postlist .postlist_title {
      display: block;
      max-width: 100%;
      margin-left: 0;
    }

    .main-content-top .news .postlist_more {}

    .main-content-top .feature {}

    .main-content-top .contact {}

    .main-content-top .contact .form-group {}

    .main-content-top .contact .form-group input,
    .main-content-top .contact .form-group textarea {}

    .main-content-top .contact .form-group input.form-control {}

    .main-content-top .contact .form-group textarea.form-control {}

    .newline::before {
      content: "\A";
      white-space: pre;
    }
    .main-content-top .subtitle .newline::before {
      content: "\A";
      white-space: normal;
    }
      .main-content-top .subtitle{
          letter-spacing: 0.1em;
          margin: 1.5em 0;
      }
      .main-content-top .pc-none {

      }
      .main-content-top .pc-none dl {
        background-color: #f8f9fa;
        align-items: center;
        border: solid 1px #333;
          
      }
      .main-content-top .pc-none dl dt {
          width: 40%;
      }
      .main-content-top .pc-none dl dt img {
          width: 100%;
      }
      .main-content-top .pc-none dl dd {
          width: 60%;
          text-align: center;
          margin: 0 auto;
      }
      .main-content-top .pc-none dl dd h5 {
          padding: 10%;
          margin: 0;
          font-size: 1.3em;
          letter-spacing: 0.1em;
      }
      .main-content-top .pc-none dl dd p {
          display: inline-block;
          padding: 3px 20px;
          border-radius: 30px;
          background-color: #aaa;
          color: white;
      }
      .main-content-top .sp-none {
          display: none;
      }
  }
/* 1.25rem(20px) @ 20rem(320px) increasing to 2rem(32px) @ 120rem(1920px) */
@media (min-width: 20rem) {
  .main-content-top h4 {
    font-size: calc(1.5rem + ((1vw - 0.2rem) * 0.75));
    /* Where: * 0.75 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 120rem) {
  .main-content-top h4 {
    font-size: 2.2rem;
  }
}

/* 1rem(16px) @ 20rem(320px) increasing to 1.75rem(28px) @ 120rem(1920px) */
@media (min-width: 20rem) {
  .main-content-top .title-border {
    font-size: calc(1rem + ((1vw - 0.2rem) * 0.75));
    /* Where: * 0.75 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 120rem) {
  .main-content-top .title-border {
    font-size: 1.75rem;
  }
}


  /*カルーセル*/
  .carousel-indicators {
    width: 100%;
    position: relative;
    z-index: 15;
  }

  .carousel .carousel-indicators li {
    width: .625rem;
    height: .625rem;
    cursor: pointer;
    border-radius: 50%
  }

  .carousel-multi-item .carousel-inner.v-2 a {}


  .carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
  .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev,
  .carousel-multi-item .carousel-inner.v-2 .carousel-item.active {
    display: flex
  }

  .carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
  .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
    transform: translateX(33%)
  }

  .carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active,
  .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    transform: translateX(-33%)
  }

  .carousel-multi-item .carousel-inner.v-2 .carousel-item-left,
  .carousel-multi-item .carousel-inner.v-2 .carousel-item-right {
    transform: translateX(0)
  }

  .carousel-multi-item .carousel-indicators li {
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    margin-bottom: -3.75rem;
    background-color: #6c757d;
  }

  .carousel-multi-item .carousel-indicators .active {
    width: 1.56rem;
    max-width: 1.56rem;
    height: 1.56rem;
    border-radius: 50%
  }

  .main-content-top .carousel-multi-item .controls-top i {
    color: #fff;
    vertical-align: middle;
  }

  .carousel-multi-item .controls-top .btn-floating {
    background: #6c757d;
	color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 12px 19px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: all .2s ease-in-out;
  }

  .carousel-multi-item .controls-top .slick-prev {
    position: absolute;
    z-index: 1;
    top: 34.5%;
    z-index: 1;
    left: -30px;
  }

  .carousel-multi-item .controls-top .slick-next {
    position: absolute;
    z-index: 1;
    top: 34.5%;
    z-index: 1;
    right: -30px;
  }

  .carousel-multi-item .carousel-indicators {
    width: 100%;
    position: relative;
    margin-bottom: 3em;
  }

  @media (max-width: 992px) {
    .carousel-multi-item .controls-top .slick-next {
      right: -15px;
    }

    .carousel-multi-item .controls-top .slick-prev {
      left: -15px;
    }

    .carousel-multi-item .controls-top .btn-floating {
      padding: 8px 15px;
    }
  }


  header.masthead {
    text-align: center;
    color: #fff;
    background-image: url('../img/header-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover
  }

  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
  }

  header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
  }

  @media(min-width:768px) {
    header.masthead .intro-text {
      padding-top: 300px;
      padding-bottom: 200px
    }

    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
    }

    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
    }
  }












































  /* メインコンテンツ
-------------------------------------------------- */


  /* Navbar
-------------------------------------------------- */
  /* カスタマイズ ヘッダーー */
  .top-nav {
    background-color: #005990;
    padding: 0.5rem 0 0 0;
  }
  .top-nav .container-fluid{
    max-width: 1140px;
  }

  .top-nav ul {
    display:none;
  }

  .top-nav h1 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff;
  }

  .navbar .input-group {
    width: 100%;
    margin: 0 0 0.5rem;
  }
.navbar .input-group input::placeholder {
	font-size: 0.8rem;
}
.navbar .headerTop_tel_wrap {
  color: #fff;
  font-size: 20px;
  font-family: Poppins;
}
.navbar .headerTop_tel_wrap:before{
  content: url(../img/top/contact_icon02.svg);
    margin-right: 4px;
    vertical-align: -4px;
}
  #mainNav {
    background-color: #005990;
    padding: 0.5rem 0;
  }

  #mainNav h2 {
    width: 178px;
    height: 40px;
    background-image: url(../img/logo_white.svg);
	background-repeat: no-repeat;
	background-size:contain;
    transition: all .3s;
    text-indent: 100%;
    overflow: hidden;
    margin: 0rem;
  }

  #mainNav .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #mainNav .navbar-toggler {
    font-size: 10px;
    right: 0;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #mainNav .navbar-brand {
    color: #212529;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #mainNav .navbar-brand.active,
  #mainNav .navbar-brand:active,
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #212529;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #mainNav .navbar-nav .nav-item .nav-link:active,
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    opacity: 0.8;
  }

  #mainNav .navbar-nav .nav-item .mega-menu {

}
  #mainNav .navbar-nav .nav-item .mega-menu h6 {
    font-size:1.5rem;
    border-bottom: 1px solid #323232;
}
  #mainNav .navbar-nav .nav-item .mega-menu h6 a:hover {
    opacity: 0.8;
}
  #mainNav .navbar-nav .nav-item .mega-menu ul {
    justify-content: flex-start;
}
  #mainNav .navbar-nav .nav-item .mega-menu ul li {
    padding: 0;
}
#mainNav .navbar-nav .nav-item .mega-menu ul li i {
  margin-right: 0.25em;
}
  #mainNav .navbar-nav .nav-item .mega-menu ul li a {
  
}
#mainNav .navbar-nav .nav-item .mega-menu ul li a:hover {
  text-decoration: underline;
}
#mainNav .navbar-nav .nav-item .mega-menu dl {

}
  #mainNav .navbar-nav .nav-item .mega-menu dl dt {
    font-weight: normal;
}
#mainNav .navbar-nav .nav-item .mega-menu dl dd  {
  margin: 0;
}
#mainNav .navbar-nav .nav-item .mega-menu dl dd i {
  margin-right: 0.25em;
}
  #mainNav .navbar-nav .nav-item .mega-menu dl dd a {
  
}
#mainNav .navbar-nav .nav-item .mega-menu dl dd a:hover,
#mainNav .navbar-nav .nav-item .mega-menu dl dt a:hover{
  text-decoration: underline;
}


  /* メガドロップダウンメニュー エフェクトの設定*/
  #mdd_overlay {
    background: #000;
    opacity: 0;
    position: fixed;
    top: 90px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
  }

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
    .navbar .nav-item .nav-link::before {
      content: "";
      display: inline-block;
      width: 0;
      height: 2px;
      background: #005695;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      transition: width .3s;
    }
    .top-nav ul {
      display:block;
    }
    .navbar .veu_contact {
      display: none;
    }
  }

  /* メディアクエリ 画面幅最大992px以下の設定SP */
  @media (max-width:992px) {
    .navbar .input-group {
      margin: 0 0.5rem;
        
    }

    #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 1rem;
      /*padding: 0.5rem 0 0;
    margin: 0 0 0.5rem;*/
      color: #fff;
    }
    #mainNav .navbar-nav .nav-item:first-child .nav-link {
      margin-top: 1rem;
    }

    .navbar-nav .nav-item .nav-link:active,
    .navbar-nav .nav-item .nav-link:hover {
      color: #005695;
    }

    /* メガドロップダウンメニュー */
    .navbar .mega-dropdown .dropdown-menu.mega-menu {
      display: none;
    }

    .navbar .nav-item:first-child .nav-link {
      border-top: 1px solid #dee2e6;
    }

    .navbar .nav-item .nav-link {
      border-bottom: 1px solid #dee2e6;
    }

    .navbar-nav .nav-item .nav-link:active,
    .navbar-nav .nav-item .nav-link:hover {
      color: #005695;
    }

    .navbar .nav-item .nav-link::before {}

    .navbar-nav .nav-item .nav-link.current {
      color: #005695;
      border-bottom: 1px solid #005695;
    }

    .navbar .nav-item .nav-link::before {
      content: "";
      display: inline-block;
      width: 0;
      height: 1px;
      background: #005695;
      position: absolute;
      bottom: -1px;
    }

    /* スマホ ハンバーガーアイコン */
    .animated-icon {
      width: 27px;
      height: 20px;
      position: relative;
      margin: 5px -6px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }

    .animated-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

    .animated-icon span {
      background: #fff;
    }

    .animated-icon span:nth-child(1) {
      top: 0px;
    }

    .animated-icon span:nth-child(2),
    .animated-icon span:nth-child(3) {
      top: 10px;
    }

    .animated-icon span:nth-child(4) {
      top: 20px;
    }

    .animated-icon.open span:nth-child(1) {
      top: 11px;
      width: 0%;
      left: 50%;
    }

    .animated-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .animated-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .animated-icon.open span:nth-child(4) {
      top: 11px;
      width: 0%;
      left: 50%;
    }

    .navbar .navbar-toggler {
      outline: 0;
      border-width: 0;
    }

    /* リストの入れ替え */
    .navbar .ul-flex {
      display: flex;
      padding-bottom: 20px;
    }

    .navbar .li-order-b {
      margin: 1rem 0;
      order: 1;
    }

    .navbar .li-order-a {
      order: 2;
    }
  }

  /* メディアクエリ 画面幅992px以上の設定 PC*/
  @media (min-width: 992px) {
    .top-nav h1 {
      font-size: 0.9rem;

    }

    #mainNav {
      -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
      transition: padding-top 0.3s, padding-bottom 0.3s;
      padding: 0;
      z-index: 5000;
    }
    #mainNav .container-fluid {
      max-width: 1140px;
    }

    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }

    #mainNav h2 {
      margin: 0 0 0.5rem;
    }

    #mainNav h2:hover {
      opacity: 0.7;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1rem 0rem;
    transition: none;
    opacity: 1;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin-right: 1rem;
    font-size: 15px;
    }
    #mainNav .navbar-nav .nav-item .con {
      margin-right: 0;
      display: inline-block;
      background: #F4731C;
      color: #fff;
      font-weight: bold;
      padding: 8px 20px;
      border-radius: 50px;
      margin-top: 4px;
    }
    #mainNav .navbar-nav .nav-item .con:before{
      background: none;
    }
    #mainNav .navbar-nav .nav-item .con:hover{
      background: #F4731C;
    }
    #mainNav .navbar-nav .nav-item .sub:after {
      content: url(../img/arrow_w.svg);
      margin-left: 2px;
      vertical-align: -2px;
    }

    #mainNav .navbar-nav .nav-item .current {
      position: relative;
    }

    #mainNav .navbar-nav .nav-item .current::before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 2px;
      background: #005695;
      position: absolute;
      bottom: 0;
      left: 0%;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      transition: width .0s;
    }

    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.25em;
      padding: 12px 0;
    }
	  
    /* メガドロップダウンメニュー */
    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .navbar .mega-dropdown {
      position: static
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu {
      width: 100%;
	  left: 0;
      border: none;
      border-radius: 0;
      margin-top: 0px;
      background-color: #FFF;
      border-top: 1px solid #dee2e6;
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .sub-title {
      border-bottom: 1px solid #e0e0e0
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
      color: #212544;
    }
	  
    .navbar input::placeholder {
      font-size: 0.8rem;
    }

    /* リストの入れ替え */
    .navbar .ul-flex {
      display: flex;
      width: 100%;
      align-items: center;
    }

    .navbar .li-order-a {
      order: 1;
      /* margin: 0 auto; */
      margin: 0 0 0 auto;
    }

    .navbar .li-order-b {
      order: 2;
    }
  }

  /* カスタマイズ フッター */
  .nb-footer {
    padding: 30px 0 0;
    background-color: #005990;
  }

  .nb-footer a.active,
  a:hover {}

  .nb-footer .footer-single {}

  .nb-footer .footer-single .footer-title {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .nb-footer .footer-single .footer-title a {
    margin-bottom: 0.25em;
  }

  .nb-footer .footer-single .footer-toggle-0 a,
  .nb-footer .footer-single .footer-toggle-1 a {
    width: 70%;
    color: #fff;
  }

  .nb-footer .footer-single .footer-toggle-0::after,
  .nb-footer .footer-single .footer-toggle-1::after,
  .nb-footer .footer-single .footer-toggle-0.open::after,
  .nb-footer .footer-single .footer-toggle-1.open::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0.75em 0;
    color: #c2c4c5;
  }

  .nb-footer .footer-single .footer-toggle-0::after {
    content: '\f0fe';
  }

  .nb-footer .footer-single .footer-toggle-1::after {
    content: '\f067';
  }

  .nb-footer .footer-single .footer-toggle-0.open-0::after {
    content: '\f146';
  }

  .nb-footer .footer-single .footer-toggle-1.open-1::after {
    content: '\f068';
  }

  .nb-footer .footer-single .footer-toggle-0,
  .nb-footer .footer-single .footer-toggle-1 {
    pointer-events: all;
  }

  .nb-footer .footer-single .sp-none {
    display: none;
  }

  .nb-footer .footer-single .pc-none {}

  .nb-footer .footer-single ul {}

  .nb-footer .footer-single ul li {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .nb-footer .footer-single a {
    display: block;
    padding: 0.75em 0;
    font-size: 0.9rem;
    white-space: nowrap;
    color: #fff;
  }

  .nb-footer .footer-single ul li a:hover {}

  .nb-footer .footer-single ul li a i {
    margin-right: 0.25em;
  }

  .nb-footer .footer-single .sp-none {}

  .nb-footer .footer-single .sp-none ul {
    text-indent: 0.25em;
  }

  .nb-footer .footer-single .sp-none ul li {}

  .nb-footer .footer-single .sp-none ul li a {}

  .nb-footer .footer-single .sp-none ul li a:hover {}

  .nb-footer .footer-single .footer-title .pc-none {
    display: none;
  }

  .nb-footer .footer-single .pc-none ul {}

  .nb-footer .footer-single .pc-none ul li {}

  .nb-footer .footer-single .pc-none ul li a {
    text-indent: 0.5em;
  }

  .nb-footer .footer-single .pc-none ul li a:hover {}

  .nb-footer .footer-single .profile_media {}

  .nb-footer .company_profile {
    font-size: 0.9rem;
    color: #fff;
  }
   .nb-footer .company_profile a {
    color: #fff;
  }

  .nb-footer .footer-single .sns-icon {
    float: left;
    margin-right: .45em
  }

  .nb-footer .access-map {}

  .nb-footer small {
    font-size: 0.8rem;
  }

  .nb-footer ul.social-buttons {
    margin-bottom: 0
  }

  .nb-footer ul.social-buttons li a {
    font-size: 1.0rem;
    line-height: 50px;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #005695;
  }

  .nb-footer ul.social-buttons li a:active,
  ul.social-buttons li a:focus,
  ul.social-buttons li a:hover {}

  .nb-footer #pagetop {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 75px;
    cursor: pointer;
    margin: 0;
  }

  .nb-footer #pagetop .fa-angle-up {
    font-size: 1.3rem;
    line-height: 50px;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    /* border: 1px solid #dadada; */
    outline: 0;
    background-color: #c2c4c5;
  }

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
    .nb-footer {
      padding: 40px 0;
      background-color: #005990;
    }

    .nb-footer a.active, a:hover {}

    .nb-footer .footer-single {}

    .nb-footer .footer-single .footer-title {}

    .nb-footer .footer-single .footer-title a {
      width: 100%;
      color: #fff;
    }

    .nb-footer .footer-single .footer-toggle-0 a,
    .nb-footer .footer-single .footer-toggle-1 a {
    width: 70%;
    color: #fff;
    }

    .nb-footer .footer-single .footer-toggle-0::after,
    .nb-footer .footer-single .footer-toggle-0.open::after {
      display: none;
    }
    
    .nb-footer .footer-single .footer-toggle-1::after,
    .nb-footer .footer-single .footer-toggle-1.open::after {
      display: block;
    }

    .nb-footer .footer-single .footer-toggle-0::after {}

    .nb-footer .footer-single .footer-toggle-1::after {
      padding: 7px 16px 7px 225px;
    }

    .nb-footer .footer-single .footer-toggle-0.open-0::after {}

    .nb-footer .footer-single .footer-toggle-1.open-1::after {

    }

    .nb-footer .footer-single .footer-toggle-0,
    .nb-footer .footer-single .footer-toggle-1 a:hover{
      text-decoration: none;
    }

    .nb-footer .footer-single .footer-title .sp-none {}

    .nb-footer .footer-single .footer-title .pc-none {}

    .nb-footer .footer-single ul {}

    .nb-footer .footer-single ul li {}

    .nb-footer .footer-single ul li a {
      width: 100%;
      display: block;
      font-size: 0.8rem;
      color: #fff;
    }

    .nb-footer .footer-single a {}

    .nb-footer .footer-single ul li a:hover,
    .nb-footer .footer-single ul li a:focus {
      text-decoration: underline;
    }

    .nb-footer .footer-single ul li a i {}

    .nb-footer .footer-single .sp-none {
      display: block;
    }

    .nb-footer .footer-single .sp-none ul {
      display: none;
    }

    .nb-footer .footer-single .sp-none ul li {
      display: block;
    }

    .nb-footer .footer-single .sp-none ul li a {}

    .nb-footer .footer-single .sp-none ul li a:hover {}

    .nb-footer .footer-single .footer-title .pc-none {}

    .nb-footer .footer-single .pc-none ul {}

    .nb-footer .footer-single .pc-none ul li {}

    .nb-footer .footer-single .pc-none ul li a {}

    .nb-footer .footer-single .pc-none ul li a:hover {}

    .nb-footer .footer-single .profile_media {}
	  
    .nb-footer .company_profile a {
		color: #fff;
    }
	  
    .nb-footer .company_profile a:hover {
      border-bottom: 1px solid #ffffff;
    }
	  
    .nb-footer .company_profile {
      margin-bottom: 0;
      color: #fff;
    }
	    
    .nb-footer .footer-single .sns-icon {}

    .nb-footer .access-map {
      display: none;
    }

    .nb-footer small {
      font-size: 1.0rem;
    }

    ul.social-buttons {
      margin-bottom: 0
    }

    .nb-footer ul.social-buttons li a {}

    ul.social-buttons li a:active,
    ul.social-buttons li a:focus,
    ul.social-buttons li a:hover {
      text-decoration: none;
      opacity: 0.8;
    }

    .nb-footer #pagetop {
      right: 50px;
      bottom: 50px;
    }

    .nb-footer #pagetop .fa-angle-up {
      width: 48px;
      height: 48px;
      line-height: 48px;
    }

    .nb-footer small {
      font-size: 0.8rem;
    }
	  
    .mobile-fix-nav {
      display: none;
    }
  }
/* メディアクエリ 画面幅992pxいかの設定 */
@media (max-width: 992px){
.mobile-fix-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: block;
}
.mobile-fix-nav ul {
    margin: 0;
    height: 62px;
    padding: 12px 0 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 9999999999;
    opacity: .9;
}
.mobile-fix-nav li {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	list-style-type: none;
	font-size: 10px;
	line-height: 1.3;
}
.mobile-fix-nav li a {
	border: none;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.mobile-fix-nav li span {
	display: block;
	margin-bottom: 4px;
}
.mobile-fix-nav li i {
    font-size: 22px;
    font-style: normal;
    margin-right: 0;
}
}
  /* メディアクエリ 画面幅最大320px以の設定 iphone5～対応 */
  @media (min-width: 320px) {

    /* 0.6rem(9.6px) @ 20rem(320px) increasing to 0.8rem(12.8px) */
    .nb-footer small {
      font-size: calc(0.6rem + ((1vw - 0.2rem) * 0.2));
      /* Where: * 0.2 = 100 * font_Size_Difference / viewport_Width_Difference */
      color: #fff;
    }
    .nb-footer small a {
      color: #fff;
    }
  }

.profile_media {
	width:178px;
	height:auto;
  }


  /* カスタマイズ サイドバー(投稿)
-------------------------------------------------- */
  .sideSection .widget h5.subSection-title {
    border-bottom: 1px solid #323232;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }

  .widget {
    margin: 0 auto 1.5rem;
  }

  .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .widget ul li a {
    display: block;
    padding: 0.75em 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: block;
    font-size: 0.8rem;
  }

  .widget_categories ul li a,
  .widget_archive ul li a {
    text-indent: 0.5rem;
  }

  .widget_categories ul li a::before,
  .widget_archive ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-right: 0.25em;
    position: absolute;
    text-indent: -0.5rem;
  }

  .widget ul li a p {
    display: inline-block;
    width: 190px;
    vertical-align: top;
    padding-left: 1em;
    margin: 0;
  }

  .widget ul li a img {
    border: 1px solid #dee2e6;
  }

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
    .widget {
      width: 250px;
    }

    .recent-posts .widget ul li a:hover {
      text-decoration: none;
      opacity: 0.8;
    }

    .widget ul li a:hover p {
      text-decoration: underline;
    }

    .recent-posts .widget time {
      padding-top: 0.5rem;
    }
  }

  .sideSection .widget .media {
    border-bottom: 1px solid #dee2e6;
    padding: 1em 0 .8em;
    margin-top: 0;
  }

  .sideSection .widget .media .postList_thumbnail {
    width: 80px;
    padding-right: 15px;
  }

  .sideSection .widget .media .postList_thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
  }

  .sideSection .widget .media-body .media-heading {
    font-size: 0.75rem;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: .4em;
    font-weight: 400;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .sideSection .widget .media-body .media-heading a {
    font-size: 0.75rem;
  }

  .sideSection .widget .media-body .entry-meta_items::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
  }

  .sideSection .localNav ul li a {
    display: block;
    padding: 0.75em 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.9rem;
  }

  /* メディアクエリ 画面幅767pxまでの設定 */
  @media (max-width: 767px) {
    .sideSection .widget .media .postList_thumbnail {
      padding-right: 20px;
    }
  }

  /* 新着情報　(投稿ページ)
-------------------------------------------------- */
  .mainSection .media {
    border-bottom: 1px solid #dee2e6;
    padding: 1em 0;
  }

  .mainSection .media:first-of-type {
    /* border-top: 1px solid #dee2e6; */
  }

  .mainSection .postList_thumbnail {
    width: 100px;
    margin-bottom: .5em;
    padding-right: 30px;
    display: block;
    overflow: hidden;
    float: left;
  }

  .mainSection .postList_thumbnail a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dee2e6;
  }

  .mainSection .media .postList_thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
  }

  .media-body {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
  }

  .media-body .entry-meta {
    padding-left: 3px;
  }

  .media-body .entry-meta .entry-meta_items {
    font-size: 0.9rem;
  }

  .media-body .entry-meta .published::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
  }

  .media-body .entry-meta .entry-meta_items ul {
    list-style: none;
    padding: 0;
  }

  .media-body .entry-meta .entry-meta_items ul li {
    display: inline;
  }

  .media-body .entry-meta .entry-meta_items ul li {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px 15px;
    line-height: 1.5;
    font-size: 0.75rem;
    border-radius: 3px;
  }

.media-body .entry-meta .entry-meta_items ul li a {
	color: #fff;
}

  .media-body .entry-meta .entry-meta_items ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .media-body .entry-meta .entry-meta_items_term {
    float: right;
  }

  .media-body .entry-meta .entry-meta_item::before {
    float: right;
  }

  .media-body .entry-meta .entry-meta_items_author {
    font-size: 14px;
  }

  .media-body .media-heading {
    font-size: 1.25rem;
    line-height: 1.4em;
  }

  .media-body .media-heading a {
    display: inline-block;
  }

  .media-body .media-heading a:hover {
    text-decoration: underline;
  }

  .media-body .post-heading {
    font-size: 1.75rem;
    border-bottom: 1px solid #323232;
    padding-bottom: 0.5rem;
  }

  .media-body p {
    /* margin-bottom: 0; */
    font-size: 1rem;
    /* line-height: 150%;   */
  }

  .media-body p a {
    color: #005695;
  }

  /* メディアクエリ 画面幅767pxまでの設定 */
  @media (max-width: 767px) {
    .mainSection .postList_thumbnail {
      padding-right: 20px
    }

    .media-body .entry-meta .entry-meta_items_term {
      float: none;
      display: block;
      margin: .5em .5em 0 0;
    }

    .media-body h4.media-heading {
      font-size: 1.2em;
      line-height: 1.3em;
      margin-bottom: .5em;
    }
  }

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
    .mainSection .postList_thumbnail {
      width: 160px;
    }

    .sideSection .widget .media {
      padding: 1em 0 .8em;
      margin-top: 0;
    }

    .sideSection .widget .media .postList_thumbnail a {
      position: relative;
      display: block;
      overflow: hidden;
      border: 1px solid #dee2e6;
    }
  }

  /* ページナビ　ページネーションの設定 */
  .pagination {
    margin: 0.5rem 0;
    justify-content: center;
  }

  .pagination ul {
    margin: 0;
    padding: 0;
  }

  .page-navi {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-navi li {
    justify-content: space-between;
  }

  .page-navi a {
    padding: 8px 24px;
    border: solid 1px #ccc;
    border-radius: 15px;
    color: #666;
    font-size: 0.8rem;
    text-decoration: none;
  }

  .page-navi .sp-none {
    display: none;
  }

  /* メディアクエリ 画面幅767pxまでの設定 */
  @media (max-width: 767px) {
    .page-navi {
      margin-top: 30px;
      margin-bottom: 30px;
      flex-direction: column;
      align-items: center;
    }

    .page-navi li:first-child {
      margin-bottom: 2em;
    }

    .page-navi a {
      padding: 12px 105px;
      border: solid 2px #ccc;
      border-radius: 15px;
      color: #666;
      font-size: 0.8rem;
      text-decoration: none;
    }
  }

  .pagination .page-numbers {
    list-style: none;
    display: flex;
    flex-direction: row;
    font-size: 0.7rem;
  }

  .pagination span,
  .pagination a {
    width: auto;
    margin: 2px;
    padding: 9px 9px;
    border: 1px solid #212529;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
  }

  /* ホバー時 & 現在のページ */
  .pagination a:hover,
  .page-navi a:hover,
  .pagination .current {
    color: #fff;
    border-color: #3378AA;
    background-color: #005695;
  }

  /* 前へ */
  .pagination a.prev {}

  /* 次へ */
  .pagination a.next {}

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {

    .pagination span,
    .pagination a {
      margin: 4px;
      padding: 12px 13px;
    }

    /* 前へ */
    .pagination a.prev {
      margin-right: 16px;
    }

    /* 次へ */
    .pagination a.next {
      margin-left: 16px;
    }

    .page-navi .sp-none {
      display: block;
    }
  }

  /* 商品紹介 single-item
-------------------------------------------------- */
  .single_item {
    font-size: 1.1rem;
  }

  .single_item p {
    font-weight: normal;
  }

  .single_item .title-h3,
  .single_item .title-h4 {
    font-weight: bold;
  }

  .single_item .title-h5 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .single_item .link_nyuukou_kitei {
border: 1px solid #ffffff;
    padding: 12px;
    text-align: center;
    margin: 0 auto 30px;
    background-color: #ea0934;
    box-shadow: 3px 3px #b5b5b5;
    font-weight: 400;
    letter-spacing: 0.1em;
}
  .single_item .link_nyuukou_kitei a{
color:#FFFFFF;
display:block;
}

  /* 1.33rem(21.28px) @ 20rem(320px) increasing to 2.15rem(34.4px) @ 61.875rem(990px) */
  @media (min-width: 20rem) {
    .single_item .title-h3 {
      font-size: calc(1.33rem + ((1vw - 0.2rem) * 1.9582));
      /* Where: * 1.9582 = 100 * font_Size_Difference / viewport_Width_Difference */
    }

    /* 1.33rem(19.2px) @ 20rem(320px) increasing to 2.15rem(34.4px) @ 61.875rem(990px) */
    .single_item .title-h4,
    .single_item .title-h5 {
      font-size: calc(1.2rem + ((1vw - 0.2rem) * 1.9582));
      /* Where: * 1.9582 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
  }

  /* Prevent font scaling beyond this breakpoint */
  @media (min-width: 61.875rem) {

    .single_item .title-h3,
    .single_item .title-h4,
    .single_item .title-h5 {
      /*font-size: 2.15rem;*/
		 font-size: 1.6rem;
    }
  }



  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
    .single_item {
      padding: 0px;
    }

    .single_item .title-h3 {
      padding-bottom: 30px;
      margin: 0;
      border-bottom: 1px solid #212529;
    }

    .single_item .product-introduction {
      padding-bottom: 80px;
      margin-bottom: 80px;
      border-bottom: 1px solid #212529;
    }

    .single_item .intro {
      margin-right: 40px;
      margin-top: 80px;
      margin-bottom: 40px;
    }

    .single_item .intro p {
      line-height: 1.5;
      margin-top: 30px;
    }

    .single_item dl.spec {
      width: 100%;
    }

    .single_item dl.color-type {}

    .single_item dl.color-type dt {
      float: left;
      font-weight: normal;
    }

    .single_item dl.color-type dd {}

    .single_item .intro-forsp {
      display: none;
    }

    .single_item .spec-forsp {
      display: none;
    }

    .single_item dl.spec dt {
      float: left;
      font-weight: bold;
    }

    .single_item dl.spec dd {}

    .single_item figure.product-image {
      margin-bottom: 1.0rem;
    }

    .single_item figure.product-image img {
      width: 100%;
    }

    .single_item figure.product-image a {}

    .single_item figure.product-image a:hover {}

    .single_item .product_detailed_image a:hover {
      transition: opacity .3s;
      opacity: 0.8;
      text-decoration: none;
    }

    .single_item .product_detailed_image img {
      width: 15.5%;
      height: auto;
      margin-right: 0.33rem;
    }

    .single_item .product_detailed_image img:last-child {
      margin-right: 0;
    }

    .single_item .product_features {
      padding-bottom: 80px;
      margin-bottom: 80px;
      border-bottom: 1px solid #212529;
    }

    .single_item .title-h4,
    .single_item .title-h5 {
      font-size: 1.5rem;
      letter-spacing: 2px;
    }

    .single_item .product_features dl {
      margin-bottom: 80px;
    }

    .single_item .product_features dl dt {}

    .single_item .product_features dl dd {
      margin-bottom: 80px;
    }

    .single_item .situation {
      margin-bottom: 40px;
    }

    .single_item .situation .title-h4 {}

    .single_item .situation p {
      margin: 0;
    }

    .single_item .for-pc {
      display: block;
    }

    .single_item .for-pc img {
    }

    .single_item .for-sp {
      display: none;
    }

    .single_item .for-sp img {
      width: 100%;
      height: auto;
    }
  }

  /* メディアクエリ 画面幅最大992px以下の設定SP */
  @media (max-width:992px) {
    .single_item {
      padding: 1em 0;
    }

    .single_item img {
      width: 100%;
      height: auto;
    }

    .single_item .title-h3 {
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 0 12px 0;
    padding: 12px 0;
    border-bottom: 1px solid #323232;
    }

    .single_item .heading-title-h4 {}

    .single_item .product-introduction {
      margin-bottom: 60px;
    }

    .single_item .intro-wrap {}

    .single_item .intro {}

    .single_item .intro p {
      display: none;
    }

    .single_item dl.spec {
      display: none;
    }

    .single_item dl.color-type {
      display: none;
    }

    .single_item .spec-forsp {
      display: block;
    }

    .single_item .spec-forsp p {}

    .single_item dl.spec-forsp {
      display: block;
      overflow: hidden;
      background: #EFEFEF;
      padding: 15px;
    }

    .single_item dl.spec-forsp dd {
      margin: 0;
    }

    .single_item dl.spec-forsp dt {
      font-weight: bold;
      float: left;
    }

    .single_item dl.spec-forsp dd {}

    .single_item dl.spec dt {}

    .single_item dl.spec dd {}

    .single_item figure.product-image {
      margin-bottom: 0.5rem;
    }

    .single_item figure.product-image a {}

    .single_item figure.product-image img {}

    .single_item .product_features {}

    .single_item .title-h4 {
      letter-spacing: 2px;
      font-weight: 600;
      margin: 0 0 12px 0;
      padding: 12px 0;
      border-bottom: 1px solid #323232;
    }

    .single_item .product_features dl {}

    .single_item .product_features dl dt {}

    .single_item .product_features dl dd {
      margin-bottom: 60px;
    }

    .single_item .color-type-image,.single_item .option-color-type-image {
      display: none;
    }

    .single_item .situation {}

    .single_item .situation .title-h4 {}

    .single_item .situation p {}

    .single_item .for-pc {}

    .single_item .for-pc img {
      display: none;
    }

    .single_item .for-sp {}

    .single_item .for-sp dt {}

    .single_item .for-sp img {
      display: block;
    }

    .single_item .product_detailed_image {}

    .single_item .product_detailed_image img {
      width: 20%;
      height: auto;
      margin-right: 0.2rem;
    }

    .single_item .product_detailed_image:last-child img {
      margin-right: 0;
    }
  }

  /* 商品紹介 一覧ページ
-------------------------------------------------- */
  .main-content-item .choose-item .card {
    border: none;
  }

  .main-content-item {

  }

  .main-content-item section {}

  .main-content-item a {}

  .main-content-item a:hover,
  .main-content-item-category a:hover {
    text-decoration: none;
  }

  .main-content-item img {}

  .main-content-item h3 {}

  .main-content-item h3 {
    font-size: calc(1.5rem + ((1vw - 0.2rem) * 1.5));
}

  .main-content-item .top-key {
    position: relative;
    width: 100%;
  }
  .top-key-text {
    position: absolute;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #111;
  }

  .top-key-text h3 {
    font-weight: normal;
    letter-spacing: 2.5px;
  }

  .main-content-item h4 {
    padding: 0.25em 0.75em;
    border-left: solid 5px #005695;
    font-weight: normal;
  }

  .main-content-item .use {
    font-size: 1.25rem;
    font-weight: bold;
  }

  /* 0.75rem(12px) @ 20rem(320px) increasing to 1.5rem(24px) @ 120rem(1920px) */
  @media (min-width: 20rem) {
    .top-key-text p {
      font-size: calc(0.75rem + ((1vw - 0.2rem) * 0.75));
      /* Where: * 0.75 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
  }

  /* Prevent font scaling beyond this breakpoint */
  @media (min-width: 120rem) {
    .top-key-text p {
      font-size: 1.5rem;
    }
  }

.main-content-item .top-key h4 {}

.main-content-item h5 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

  .main-content-item .top-key img {}

  .main-content-item .choose-situations p {
    margin-top: 1rem;
  }
.main-content-item .choose-situations p.card-text {
    margin: 1rem;	
}

  .main-content-item .choose-situations {}

  .main-content-item .choose-situations .card-body {
    background-color: #F3F4F5;
  }

  .choose-item {}

  .choose-item a {}

  .choose-item img {}

  .choose-item .card-text {
    margin: 0;
  }

  .choose-item .thumb {}

  .choose-item .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .main-content-item .sitecontent {}

  .main-content-item .sitecontent a {}

  .main-content-item .sitecontent h5 {}

  .main-content-item .sitecontent p {}

  .main-content-item .sitecontent button {}

  /* メディアクエリ 画面幅992px以上の設定 */
  @media (min-width: 992px) {
    .main-content-item {}

    .main-content-item section {
      padding-top: 100px;
    }

    .main-content-item a {}

    .main-content-item a:hover {}

    .main-content-item img {}

    .main-content-item h3 {}

    .main-content-item h4 {
      margin-bottom: 40px;
    }

    .main-content-item h5 {}

    .main-content-item .top-key {
      background: url(https://www.kleen-tex.jp/wp-content/themes/kleen-tex/img/about/key_product_pc.jpg) no-repeat;
      background-size: cover;
      padding-top: 31%;
    }
.main-content-item .h4-text {
    margin-bottom: 5rem;
}
    .main-content-item .top-key-text {}

    .main-content-item .top-key-text h3 {}

    .main-content-item .top-key-text p {}

    .main-content-item .top-key h4 {}

    .main-content-item .top-key p {}

    .main-content-item .top-key img {}

    .main-content-item .choose-situations .maparea h4 {}

    .main-content-item .choose-situations .maparea {
      margin-bottom: 60px;
    }
    .main-content-item .choose-situations .maparea img {
      margin: 5rem 0 0;
    }
    .choose-item {}

    .choose-item a {}

    .choose-item a:hover img {
      transition: opacity .1s;
      opacity: 0.8;
    }

    .choose-item img {}

    .choose-item h5 {}

    .choose-item .card-text {}

    .main-content-item .sitecontent {}

    .main-content-item .sitecontent a {}

    .main-content-item .sitecontent h5 {}

    .main-content-item .sitecontent p {}

    .main-content-item .sitecontent button {}
	  
  .main-content-item #carousel-example-multi,
  .main-content-item #carousel-example-multi2,
  .main-content-item #carousel-example-multi3,
  .main-content-top #carousel-example-multi,
  .main-content-top #carousel-example-multi2 {
		  display: none;
    }
    .main-content-top .itemarea a:hover {
		  text-decoration: none;
	  }
  }

  /* メディアクエリ 画面幅992px以下の設定 */
  @media (max-width: 992px) {
    .main-content-item {}

    .main-content-item section {
      padding-top: 40px;
    }

    .main-content-item a {}

    .main-content-item a:hover {}

    .main-content-item img {}

    .main-content-item p {

    }

    .main-content-item h3 {}

    .main-content-item h4 {}

    .main-content-item h5 {
      margin-left: 0.5rem;
    }

    .main-content-item .top-key {
      background: url(https://www.kleen-tex.jp/wp-content/themes/kleen-tex/img/about/key_product_sp.jpg) no-repeat;
      background-size: cover;
      padding-top: 83%;
    }
    .main-content-item .use {

    }
    .main-content-item .choose-situations .maparea img {

    }
    .main-content-item .top-key-text {}

    .main-content-item .top-key h4 {}

    .main-content-item .top-key p {}

    .main-content-item .top-key img {}

    .main-content-item .choose-situations .maparea h5 {}

    .main-content-item .choose-situations .maparea p {}

    .main-content-item .choose-situations .maparea {
      margin-bottom: 1.5rem;
    }

    .main-content-item .sitecontent {}

    .main-content-item .sitecontent a {}

    .main-content-item .sitecontent h5 {}

    .main-content-item .sitecontent p {}

    .main-content-item .sitecontent button {}

    .main-content-item  {
		  display: block;
	  }  
    .main-content-item .situationarea,
    .main-content-top .itemarea {
		  display: none;
    }
  }

  /* 事例集　対談ページ
-------------------------------------------------- */
.talk img .message{font-size: 3.7rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    font-style: italic;
}

.talk h4{
    color:#005695;
    font-size: 1.4em;
    font-style: italic;
    margin: 60px 0 30px;
}
.talk .inner{
    margin: 30px;    
}
.talk .interviewer{
    color: #555555;
    font-size: 1.05em;
    font-weight: 300;
    margin: 30px 0;
}
.talk .img{
    text-align: center;
margin: 5px 0;
}
.talk .caption{
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 0.03em;
}
    /*アニメーション*/
      .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
      }

      .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
      }

      .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
      }

      .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
      }

      .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
      }

      .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
      }

      .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
      }

      .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms
      }

      .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms
      }

      .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
      }

      .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
      }

      @media (prefers-reduced-motion) {
        .animated {
          -webkit-transition: none !important;
          transition: none !important;
          -webkit-animation: unset !important;
          animation: unset !important
        }
      }

      @-webkit-keyframes fadeIn {
        from {
          opacity: 0
        }

        to {
          opacity: 1
        }
      }

      @keyframes fadeIn {
        from {
          opacity: 0
        }

        to {
          opacity: 1
        }
      }

      .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
      }

      @-webkit-keyframes fadeInDown {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      @keyframes fadeInDown {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
      }

      @-webkit-keyframes fadeInLeft {
        from {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      @keyframes fadeInLeft {
        from {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
      }

      @-webkit-keyframes fadeInRight {
        from {
          opacity: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      @keyframes fadeInRight {
        from {
          opacity: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
      }

      @-webkit-keyframes fadeInUp {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      @keyframes fadeInUp {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0)
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
        }
      }

      .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
      }

      @-webkit-keyframes fadeOut {
        from {
          opacity: 1
        }

        to {
          opacity: 0
        }
      }

      @keyframes fadeOut {
        from {
          opacity: 1
        }

        to {
          opacity: 0
        }
      }

      .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
      }

      @-webkit-keyframes fadeOutDown {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0)
        }
      }

      @keyframes fadeOutDown {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0)
        }
      }

      .fadeOutDown {
        -webkit-animation-name: fadeOutDown;
        animation-name: fadeOutDown
      }

      @-webkit-keyframes fadeOutLeft {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0)
        }
      }

      @keyframes fadeOutLeft {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0)
        }
      }

      .fadeOutLeft {
        -webkit-animation-name: fadeOutLeft;
        animation-name: fadeOutLeft
      }

      @-webkit-keyframes fadeOutRight {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
        }
      }

      @keyframes fadeOutRight {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
        }
      }

      .fadeOutRight {
        -webkit-animation-name: fadeOutRight;
        animation-name: fadeOutRight
      }

      @-webkit-keyframes fadeOutUp {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
        }
      }

      @keyframes fadeOutUp {
        from {
          opacity: 1
        }

        to {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
        }
      }

      .fadeOutUp {
        -webkit-animation-name: fadeOutUp;
        animation-name: fadeOutUp
      }

    /* コンタクトフォーム 導線 */

    section.veu_contact .buttons a {
      align-self: center;
      text-align: center;
      padding: 15px 20px;
      text-decoration: none;
      transition: .3s;
      letter-spacing: 2px;
    }
    section.veu_contact .buttons a:hover {
      box-shadow: 1px 1px #333;
      text-decoration: none;
		opacity: 0.9;
    }

    section.veu_contact .button_1 {
    width: 100%;
    color: #fff;
    background: #005695;
    box-shadow: 3px 3px #b5b5b5;
    border: 1px solid #fff;
    }

    section.veu_contact .button_1::after {
      font-family: "Font Awesome 5 Free";
      content: '\f35d';
      font-weight: 900;
      margin-left: 2px;
    }

    section.veu_contact .button_2 {
     width: 100%;
      color: #fff;
      background: #005695;
      box-shadow: 3px 3px #b5b5b5;
      border: 1px solid #fff; 
    }

    section.veu_contact .button_2::after {
      font-family: "Font Awesome 5 Free";
      content: '\f0e0';
      font-weight: 900;
      margin-left: 2px;
    }

    section.veu_contact {
      width: 100%;
      display: block;
      clear: both;
      overflow: hidden;
      padding: 0 0 100px 0;
    }

    section.veu_contact div.contact_fram {
      display: block;
      overflow: hidden;
      background-color: #ffffff;
      position: relative;
      padding: 2rem;
      border: 3px solid #efefef;
      display: flex;
    }

    section.veu_contact p.contact_txt {
      text-align: left;
      margin-bottom: 0;
    }

    section.veu_contact span.contact_txt_catch {
      font-size: 14px;
      line-height: 1.25;
    }

    section.veu_contact .contact_txt_tel {
      font-size: 28px;
      font-weight: 700;
      color: #2d7fb2;
      text-decoration: underline;
    }

    section.veu_contact span.contact_txt_time {
      font-size: 14px;
      line-height: 1.25;
    }

    section.veu_contact a.contact_b {
      display: block;
    }

    section.veu_contact span.contact_bt_subTxt {
      display: block;
      overflow: hidden;
      font-size: 12px;
      margin-top: .4rem;
    }

    section.veu_contact .buttons {
      display: flex;
      justify-content: space-between;
    }

    section.veu_contact i.contact_txt_tel_icon {
      margin-right: 2px;
    }

    @media (max-width: 992px) {
      section.veu_contact div.contact_fram {
        display: block;
        padding: 1rem;
      }
      section.veu_contact p.contact_txt {
        text-align: center;
        margin-bottom: 20px;
      }
	section.veu_contact .buttons {
        display: block;
      }
	section.veu_contact .buttons a {
        display: block;
		width: 100%;
      }
	section.veu_contact .button_1 {
        margin-bottom: 3%;
      }
		
    }
/*google recaptcha アイコン非表示*/
.grecaptcha-badge { visibility: hidden; }


/* =============================================
トップページリニューアル
============================================= */
/*基本設定*/
#toppage {
  font-family: "Noto Sans JP", sans-serif;
}
#toppage img{
  width: 100%;
}
#toppage section{
  padding:120px 32px;
}
#toppage  ul{
    padding: 0;
}
#toppage  ul li{
  list-style: none;
}
/*#toppage .container-fluid{
  max-width: 1110px;
  padding-right: 0px;
  padding-left: 0px;
}*/
#toppage h4{
  font-size: 32px;
  color: #212529;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#toppage h4 span{
  color: #005990;
  font-size: 16px;
  display: block;
  font-family: "Poppins";
  line-height: 1.5;
  letter-spacing: 3px;
  margin-top: 10px;
} 
#toppage h4 img{
  max-width: 280px;
  display: block;
  margin: 0 auto 4px;
}
#toppage .btn{
  display: inline-block;
  background: #005990;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#toppage .btn:hover{
  text-decoration: none;
  background: #03456e;
}

/*キーイメージ*/
#toppage #key{
  height: 40vw;
  position: relative;
  background-image: url(../img/top/key_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#toppage #key .container{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 44%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
}
#toppage #key h3{
  margin-bottom: 20px;
}
#toppage #key .textArea{
  width: 51%;
}
#toppage #key .textArea  img{
    max-width: 470px;
}
#toppage #key .textArea p{
  font-weight: bold;
  font-size:min(1.8vw,20px);
}
#toppage #key .imgArea{
  text-align: right;
  width: 49%;
}
#toppage #key .imgArea img{
  width: 100%;
}
#toppage #key .sub{
  margin-bottom: 0;
  background: #005990;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  font-size:min(1.6vw,18px) !important;
}

/*プロモーションマットとは？*/
#toppage #about {
  padding-top: 80px;
}
#toppage #about p{
  text-align: center;
}
#toppage #about p span{
  font-weight: bold;
  color: #005990;
  background: #F4F7FA;
}
#toppage #about ul{
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
#toppage #about ul li{
  width: 49%;
}
#toppage #about .effect{
  position: relative;
}
#toppage #about .effect .sub_ttl{
  max-width: 900px;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#toppage #about .effect ul{
  background: #F4F7FA;
  border-radius: 20px;
  padding: 60px 40px 40px;
  margin-top: 100px;
}
#toppage #about .effect ul li{
  width: 23%;
}
#toppage #about .effect ul li {
  color: #005990;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#toppage #about .effect ul li img {
  margin-bottom: 4px;
}

/*プロモーションマットの特徴*/
#toppage #feature{
  background: #F4F7FA;
}
#toppage #feature h4 img{
  display: inline-block;
  max-width: 205px;
  margin-right: 4px;
}
#toppage #feature ul{
  display: flex;
  justify-content: space-between;
}
#toppage #feature ul li{
  width: 27%;
  text-align: center;
}
#toppage #feature ul li .ttl{
  font-weight: bold;
  color: #005990;
  font-size: 20px;
}
#toppage #feature ul li img{
    max-width: 70px;
}
#toppage #feature ul li .icon{
  max-width: 137px;
  display: block;
  margin: 14px auto ;
}
/*会社概要*/
#toppage #company_profile{
  background: #F4F7FA;
  padding-top: 0;
  background-image: url(../img/top/company_profile_bg.png);
  background-repeat: no-repeat;
  background-position: right 20% top 35%;
  background-size: 45%;
}
#toppage #company_profile h4{
  text-align: left;
  color: #005990;
}
#toppage #company_profile p{
  max-width: 650px;
  margin-bottom: 40px;
}
#toppage #company_profile .btn{
  position: unset;
  transform: none;
}
/*商品ラインナップ*/
#toppage #product{
  background: #F4F7FA;
  padding-top: 0;
}
#toppage #product .type{
  display: flex;
  justify-content: space-between;
}
#toppage #product .type div{
  background: #fff;
  padding: 24px 16px;
  width: 32%;
  margin-bottom: 40px;
}
#toppage #product .type div .sub_ttl{
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
#toppage #product .type div p{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#toppage #product .type div ul{
  margin-top: 16px;
}
#toppage #product .type div ul li a{
  text-decoration: underline;
  font-weight: bold;
  color: #005990;
  margin-bottom: 10px;
  display: inline-block;
}
#toppage #product .type div ul li a:after {
    content: url(../img/top/arrow_blue.svg);
    margin-left: 2px;
    vertical-align: -2px;
}
#toppage #product .type div ul li a:hover {
  color: #03456e;
}
#toppage #product .type div ul li .pori{
  font-size: 15px;
}

/*お客様の声*/
#toppage #voice{
  background: #F4F7FA;
  padding-top: 0;
}
#toppage #voice ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#toppage #voice .first{
  margin-bottom: 80px;
}
#toppage #voice ul .txtArea {
    width: 77%;
    margin-right: 40px;
}
#toppage #voice ul .txtArea span{
  font-weight: bold;
  color: #005990;
  border-radius: 5px;
  border: 1px solid #005990;
  padding: 4px 8px;
  margin-bottom: 14px;
  display: inline-block;
}
#toppage #voice ul .txtArea .ttl a{
  font-weight: bold;
  color: #005990;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 20px;
}
#toppage #voice ul .txtArea .ttl a:hover{
  text-decoration: underline;
}
#toppage #voice .case a {
  display: inline-block;
  margin-bottom: 14px;
  font-weight: bold;
  color: #005990;
  text-decoration: underline;
}
#toppage #voice .case a:after {
  content: url(../img/top/arrow_blue.svg);
  margin-left: 2px;
  vertical-align: -2px;
}
#toppage #voice .case a:hover {
  color: #03456e;
}
#toppage #voice .btn {
  position: unset;
  transform: none;
  margin-top: 10px;
}

/*お問い合わせ*/
#toppage #contactArea{
  padding: 60px 0;
  background: #005990;
}
#toppage #contactArea .container-fluid{
  max-width: 664px;
}
#toppage #contactArea img{
  max-width: 480px;
  display: block;
  margin: 0 auto 20px;
  margin-bottom: 50px;
}
#toppage #contactArea ul{
  display: flex;
  justify-content: center;
}
#toppage #contactArea ul li{
    margin-right: 20px;
}
#toppage #contactArea a{
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
    text-decoration: none;
    font-weight: bold;
    width: 300px;
    align-items: center;
    display: block;
    position: relative;
    border-radius: 50px;
    padding: 20px 0px;
    background: var(--base-accent, #F4731C);
}
#toppage #contactArea a:hover{
  background: #c45e19;
}
#toppage #contactArea a:before{
  content: url(../img/top/contact_icon01.svg);
  margin-right: 8px;
  vertical-align: -5px;
}
#toppage #contactArea a::after {
    content: url(../img/top/arrow_white.svg);
    margin-left: 8px;
}
#toppage #contactArea li:last-child a:before{
    content: url(../img/top/contact_icon02.svg);
}
#toppage #contactArea li:last-child a{
    font-family: "Poppins";
}
#toppage #contactArea a span {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: -2rem;
  left: calc(50% - 134px);
  display: block;
  width: 260px;
  padding: 0.4rem 0;
  color: #F4731C;
  border: 2px solid #F4731C;
  border-radius: 5px;
  background: #fff;
}
#toppage #contactArea a span::before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #F4731C transparent transparent transparent;
}
#toppage #contactArea a span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/*よくある質問*/
#toppage #qanda{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}
#toppage #qanda .contentsArea{
  width: 73%;
}
#toppage #qanda .contentsArea ul{
  margin-bottom: 20px;
}
#toppage #qanda .contentsArea ul li{
    margin-bottom: 10px;
}
#toppage #qanda .contentsArea ul li a{
  text-decoration: underline;
  font-weight: bold;
  color: #005990;
}
#toppage #qanda ul li p.question {
    cursor: pointer;
    background: #F3F3F3;
    border: solid 1px #e3e3e3;
    padding: 14px;
    margin-bottom: 0;

}
#toppage #qanda ul li p.answer {
    display: none;
    background: #fff;
    padding: 14px;
    border: solid 1px #e3e3e3;
    border-top: none;
}
#toppage #qanda .btn {
    position: unset;
    transform: none;
}

/*新着情報*/
#toppage #news{
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}
#toppage #news .veu_postlist {
    padding: 3rem 1rem;
    background-color: #f8f9fa;
    max-width: 930px;
    margin: 0 auto 40px;
}
#toppage #news ul.postlist .news{
  display: inline-block;
  width: 100%;
}
#toppage #news ul.postlist .news {
    padding: 10px 0;
    border-bottom: 1px dotted #666;
}
#toppage #news .news ul.postlist .postlist_date {
    margin-right: 0.5rem;
}
#toppage #news .postlist_meta_items {
    padding: 2px 5px 2px;
    border-radius: 3px;
    font-size: 0.75rem;
    margin: 0 0.5em;
}
#toppage #news .postlist_meta_items a {
    color: #fff;
}
#toppage #news .postlist_meta_items a:hover {
  text-decoration: none;
}
#toppage #news .news ul.postlist .postlist_title {
    display: block;
    max-width: 100%;
    margin-left: 0;
}

/*よくある質問*/
@media screen and (max-width:820px){
#toppage #qanda{
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
#toppage #qanda .contentsArea{
  width: 100%;
}
#toppage #qanda .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
}

/*キーイメージ*/
@media screen and (min-width: 421px){
  #toppage .for_key{
  display: none;
}
}
@media screen and (max-width:420px){
#toppage #key{
  height: 600px;
  position: unset;
  background-image: url(../img/top/key_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 15px;
}

#toppage #key .container{
  display: block;
  position: unset;
  padding: 0px;
  transform: none;
}
#toppage #key h3{
  margin-bottom: 20px;
}
#toppage #key .textArea p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
#toppage #key .textArea{
  width: 100%;
}
#toppage #key .textArea  img{
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
#toppage #key .imgArea {
    text-align: center;
    width: 100%;
}
#toppage #key .imgArea img{
  max-width: 100%;
}
#toppage #key .sub{
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font-size: 18px !important;
  left: 50%;
  transform: translateX(-50%);
}
}

@media screen and (min-width: 768px){
  #toppage .for_sp{
  display: none;
}
}

/* メディアクエリ 画面幅767px以下の設定 */
@media screen and (max-width: 767px){
  /* =============================================
トップページリニューアル
============================================= */
/*基本設定*/
#toppage .for_pc{
  display: none !important;
}
#toppage section{
  padding:60px 15px;
}
#toppage .container{
  max-width: 100%;
}
#toppage h4{
  font-size: calc(1.5rem + ((1vw - 0.2rem) * 0.75));
  margin-bottom: 20px;
}
#toppage h4 span{
  font-size: 14px;
  margin-top: 6px;
} 
#toppage h4 img {
  max-width: 64%;
}
/*ナビ*/
.top-nav .container {
    max-width: 100%;
    padding: 0 0.5rem;
}
/*プロモーションマットとは？*/
#toppage #about {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
#toppage #about ul {
  margin: 20px 0;
}
#toppage #about .effect ul {
  border-radius: 10px;
  padding: 12% 4% 4%;
  margin-top: 100px;
  flex-wrap: wrap;
}
#toppage #about .effect ul li {
  font-size: 18px;
  width: 48%;
}
#toppage #about .effect ul li:nth-child(-n+2) {
  margin-bottom: 4%;
}
#toppage .slider {
  overflow: hidden;
}
#toppage .bx-viewport {
  overflow: visible !important;
  margin: 0 auto;
}
#toppage .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}    
#toppage .bx-viewport {
  width: 100% !important;
}

/*プロモーションマットの特徴*/
#toppage #feature h4 img {
  width: 48%;
}
#toppage #feature ul {
  display: block;
}
#toppage #feature ul li {
  width: 100%;
}
#toppage #feature ul li img {
    max-width: 60px;
}
#toppage #feature ul li .ttl {
  font-size: 20px;
  margin-bottom: 0px;
}
#toppage #feature ul li .icon {
  max-width: 34%;
}
#toppage #feature ul li:nth-child(-n+2) {
  margin-bottom: 24px;
}

/*会社概要*/
#toppage #company_profile h4 {
  font-size: calc(1.4rem + ((1vw - 0.2rem) * 0.75));
  margin-bottom: 80px;
  line-height: 1.5;
}
#toppage #company_profile p {
  max-width: 100%;
  margin-bottom: 20px;
}
#toppage #company_profile {
  background-position: right 20% top 20%;
  background-size: 90%;
}
#toppage #company_profile .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*商品ラインナップ*/
#toppage #product .type {
  display: block;
}
#toppage #product .type div {
  padding: 6% 4% 1%;
  width: 100%;
  margin-bottom: 20px;
}
#toppage #product .type div p {
  font-size: 20px;
}
#toppage #product .type div ul li .standard {
  font-size: 15px;
}

/*お客様の声*/
#toppage #voice ul {
  flex-direction: column-reverse;
}
#toppage #voice ul .txtArea {
  width: 100%;
  margin-right:0px;
  margin-top: 30px;
}
#toppage #voice ul .txtArea .ttl a {
  font-size: 20px;
  margin-bottom: 14px;
}
#toppage #voice ul .txtArea .ttl a {
  font-size: 20px;
  margin-bottom: 14px;
}
#toppage #voice ul .txtArea .btn{
  margin-top: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#toppage #voice .first {
    margin-bottom: 60px;
}

/*お問い合わせ*/
#toppage #contactArea .container-fluid {
  max-width: 100%;
}
#toppage #contactArea {
  padding: 40px 15px;
  background: #005990;
}
#toppage #contactArea img {
  max-width: 90%;
}
#toppage #contactArea ul {
  display: block;
}
#toppage #contactArea ul li {
  margin-right: 0;
}
#toppage #contactArea ul li:first-child{
  margin-bottom: 50px;
}
#toppage #contactArea a {
  font-size: 18px;
  max-width: 90%;
  padding: 4% 0px;
  margin: 0 auto;
}
#toppage #contactArea a span {
  top: -2.2rem;
}

/*新着情報*/
#toppage #news{
  padding-left: 15px;
  padding-right: 15px;
}
#toppage #news .veu_postlist {
  max-width: 100%;
  margin: 0 auto 20px;
}
#toppage #news .postlist_title a{
  display: block;
  margin-top: 6px;
}