@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;
  }

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

  .post-preview {}

  img {}

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

  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 {
      margin-bottom: 40px;
    }
  }

  @media (max-width: 990px) {
    .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: 3rem;
    }
  }

  /*トップページ*/
    /* 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(1.75rem + ((1vw - 0.2rem) * 2));
        /* 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: 4rem;
      }
    }

  /* 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: 2.25rem;
    }
  }

  .main-content-top h4 {}

  .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 1rem;
    font-size: .75em;
    width: 100%;
    display: block;
  }

  .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;
    }

    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: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.3rem;
	/*font-weight: normal;*/
    }
  .main-content-top .top-key-wrap p{ /*以下title内の装飾*/
    margin: 0;
    /*余計な隙間を除く*/
    font-size: calc(0.9rem + ((1vw - 0.2rem) * 0.8));
	letter-spacing :0.2rem;
    text-decoration: none;
    text-align: center;
    /*下線を表示させない*/
	font-weight: bold;
  }


  .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 p {}

  .main-content-top img {}

  .main-content-top a {}

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

  .main-content-top #service {}

  .main-content-top #company {}

  .main-content-top #feature {}

  .main-content-top #news {}

  .main-content-top #contact {}

  .main-content-top .company .company-key1 {
    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-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: 1.25vw;
  }

  .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 .postlist_date {
    margin-right: 0.5rem;
  }

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

  .main-content-top .news ul.postlist span.postlist_meta_items {
    padding: 2px 5px 2px;
    border-radius: 3px;
    font-size: 0.75rem;
  }
  .main-content-top .news ul.postlist span.postlist_meta_items a {
    color: #fff;
  }
/*バッジの色 お知らせ */
  .info{
    background-color: #ffb23d;
}
/*バッジの色 展示会 */
  .exhibition {
    background-color: #ce3d55;
}
  .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 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 {
      font-weight: normal;
    }

    .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: 12.5% 0;
      background: url(../img/top/company1.jpg) no-repeat;
      background-size: cover;
    }

    .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;
      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;
      color: #fff;
      width: 100%;
    }

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

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

    .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 h4 {}

    .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 .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 h4 {}

    .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: 1.25rem;
    }

    .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;
      }
  }

  /*カルーセル*/
  .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: #005695;
    color: #fff;
    padding: 0.33rem 1rem;
    z-index: 5000;
  }

  .top-nav h1 {
    font-size: 0.8rem;
    margin: 0;
    text-align:center;
    font-weight: normal;
  }
  .top-info {
    background-color: #F8F9FA;
    color: #fff;
    padding: 0.33rem 1rem;
    z-index: 5000;
  }

  .top-info p {
    font-size: 0.8rem;
    text-decoration: underline;
    margin: 0;
    text-align:center;
    font-weight: normal;
  }
  .top-info a:hover{
    color: #6c757d;
}
  .navbar .input-group {
    width: 100%;
    margin: 0 0 0.5rem;
  }
.navbar .input-group input::placeholder {
	font-size: 0.8rem;
}
  #mainNav {
    background-color: #fff;
    padding: 0.5rem 1rem;
  }

  #mainNav h2 {
    width: 178px;
    height: 40px;
    background-image: url(../img/logomark.png);
	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;
    text-transform: uppercase;
    color: white;
    border: 1px solid #333;
    background-color: #ffffff;
    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: 95%;
    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 {
    color: #005695;
  }

  #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 {

}
  #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 {
  text-decoration: underline;
}


  /* メガドロップダウンメニュー エフェクトの設定*/
  #mdd_overlay {
    background: #000;
    opacity: 0;
    position: fixed;
    top: 0px;
    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;
    }
  }

  /* メディアクエリ 画面幅最大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;*/
    }

    .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: #333;
    }

    .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;
    }

    .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;
      border: none;
      padding: 0.5rem 1rem 0;
      z-index: 5000;
    }

    #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: 0.7rem 0.25rem 1.2rem;
      transition: none;
      opacity: 1;
    }

    #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%;
      border: none;
      border-radius: 0;
      margin-top: 0rem;
      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;
    }

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

  /* カスタマイズ フッター */
  .nb-footer {
    margin: 40px 0 0;
    padding: 20px 0;
  }

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

  .nb-footer .footer-single {}

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

  .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%;
  }

  .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 #dee2e6;
  }

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

  .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.8rem;
  }

  .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: 15px;
    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;
    outline: 0;
    background-color: #005695;
  }
  
  .nb-footer .auth_icon {
    display: flex;
    width: 50%;
  }

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

    .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%;
    }

    .nb-footer .footer-single .footer-toggle-0 a,
    .nb-footer .footer-single .footer-toggle-1 a {
      width: 100%;
    }

    .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;
    }

    .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 {
    }
	  
    .nb-footer .company_profile a:hover {
		border-bottom: 1px solid #323232;
    }
	  
    .nb-footer .company_profile {
      margin-bottom: 0;
    }
	    
    .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;
    }
  }

  /* メディアクエリ 画面幅最大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 */
    }
  }

.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;
  }

  /* 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;
    }
  }



  /* メディアクエリ 画面幅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;
      position: absolute;
      top: 80px;
    }

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

    .single_item dl.spec {
      width: 100%;
      position: absolute;
      bottom: 0;
    }

    .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: normal;
    }

    .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: normal;
      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 {
      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 .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;
    text-shadow:#cccccc 0 0 15px;
  }

  .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/uploads/2020/04/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 {
		font-weight: bold;
		letter-spacing: 8px;
	  }
    .main-content-item .top-key-text p.h {
font-size: 1.5rem;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
    display: inline;
    padding: 5px 15px;
	  }
    .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 {
		  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 .top-key-text p.h {
font-size: 0.9rem;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
    display: inline;
    padding: 5px 15px;
	  }
    .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/uploads/2020/04/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;
    }
  }
    /*アニメーション*/
      .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
      }

/*google recaptcha アイコン非表示*/
     .grecaptcha-badge { visibility: hidden; }

