@charset "UTF-8";
/*---------------------------------------------*/
/* カラー設定                                  */
/*---------------------------------------------*/
/*---------------------------------------------*/
/* SCSS Load                                   */
/*---------------------------------------------*/
/* loading anime */
/*-------------------------------------------*/
/* laoding                                   */
/*-------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 999; }
  #loader-bg #loader {
    position: fixed;
    color: #1C4B9F;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #loader-bg #loader .spinner {
      margin: 100px auto 0;
      width: 70px;
      text-align: center; }
      #loader-bg #loader .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #1C4B9F;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    #loader-bg #loader .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    #loader-bg #loader .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*基本*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 175%;
  font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N", "游ゴシック体", "游ゴシック", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #FFF; }

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif,メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; } }
a {
  color: #1C4B9F;
  text-decoration: none;
  transition: 0.5s all ease; }

a:hover {
  color: #1C4B9F;
  text-decoration: none; }

a.link-btn {
  display: block;
  background-color: #1C4B9F;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: auto;
  border: 1px solid #1C4B9F;
  font-weight: bold; }
  a.link-btn:hover {
    background-color: #FFF;
    color: #1C4B9F; }
  a.link-btn::after {
    content: "\f0a9";
    font-family: 'fontawesome-s';
    margin-left: 5px;
    font-weight: normal; }

p {
  font-size: 18px; }

hr {
  border-top-color: #999;
  border-right-color: #999;
  border-bottom-color: #999;
  border-left-color: #999;
  margin-top: 10px;
  margin-bottom: 10px; }

/*スペース*/
.bt-sp10 {
  margin-bottom: 10px !important; }

.bt-sp20 {
  margin-bottom: 20px !important; }

.bt-sp30 {
  margin-bottom: 30px !important; }

.bt-sp40 {
  margin-bottom: 40px !important; }

.bt-sp80 {
  margin-bottom: 80px !important; }

.tp-pad80 {
  padding-top: 80px !important; }

.tp-pad20 {
  padding-top: 20px !important; }
  @media (max-width: 767px) {
    .tp-pad20 {
      padding-top: 0px !important; } }

/*グリッドシステムのガター調整*/
.row-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .row-0 > div {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px; }

.row-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px; }

.row-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px; }

.row-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px; }

/*比率を保って拡大・縮小処理*/
.photo-area {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  display: block;
  	/*display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;*/ }
  .photo-area img {
    width: 100%;
    height: auto;
    display: block; }
  .photo-area figcaption {
    padding: 5px;
    display: block;
    line-height: 160%; }

@media (min-width: 768px) {
  .photo-area figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    display: inline-block;
    background-color: rgba(28, 75, 159, 0.8);
    color: white; } }
.photo-h100 img {
  width: auto;
  height: 100%; }

.ratio-1_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  /* 1:1 */ }

.ratio-7_3:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 30%;
  /* 7:3 */ }

.ratio-7_5:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 40%;
  /* 7:5 */ }

.ratio-8_2:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20%;
  /* 8:2 */ }

.ratio-1_2:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 200%;
  /* 1:2 */ }

.ratio-4_3:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
  /* 4:3 */ }

.ratio-16_9:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 */ }

.ratio-8_5:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  /* 8:5 ≒ 黄金比 */ }

.ratio-tate:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 148%;
  /* 縦写真専用 1:2 */ }

.ratio-tate2:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 120%;
  /* 縦写真専用 */ }

.ratio-49:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.999%;
  /* 4:3 */ }

.ratio-1_1,
.ratio-7_3,
.ratio-7_5,
.ratio-8_2,
.ratio-1_2,
.ratio-4_3,
.ratio-16_9,
.ratio-8_5,
.ratio-49,
.ratio-tate,
.ratio-tate2 {
  position: relative;
  overflow: hidden; }

/*---------------------------------------------*/
/*追加グリッド                                 */
/*---------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px; }

.col-xs-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.row1-gutters {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0px; }
  .row1-gutters > div {
    padding: 0px 1px 2px 1px; }

/*---------------------------------------------*/
/* webfont load                                */
/*---------------------------------------------*/
@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontawesome-s';
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*---------------------------------------------*/
/* 見出し                                      */
/*---------------------------------------------*/
h1 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.2;
  word-wrap: break-word; }

h2 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.25;
  word-wrap: break-word; }

h3 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
  word-wrap: break-word; }

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35;
  word-wrap: break-word; }

h5 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  word-wrap: break-word; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45;
  word-wrap: break-word; }

@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.525rem + 2vw);
    word-wrap: break-word;
    overflow-wrap: break-word; }

  h3 {
    font-size: calc(1.525rem + 1.8vw); }

  h4 {
    font-size: calc(1.525rem + 1.0vw); } }
/*---------------------------------------------*/
/* 最大幅で活用                                */
/*---------------------------------------------*/
.max-img {
  width: 100%;
  height: auto; }

/*---------------------------------------------*/
/*画像マスク処理                               */
/*---------------------------------------------*/
.bg-photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  width: 100%; }
  .bg-photo img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.bg-photo-w {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center; }
  .bg-photo-w img {
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }

/*---------------------------------------------*/
/*DLリストのスタイル                           */
/*---------------------------------------------*/
.dl-style dd {
  margin-bottom: 20px; }

/*---------------------------------------------*/
/*リストをインライン化                         */
/*---------------------------------------------*/
.list-inline {
  margin-left: -10px;
  letter-spacing: -.4em;
  list-style: none !important;
  padding: 0px; }
  .list-inline li {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 5px;
    letter-spacing: normal; }

.li-kutou li:not(:last-child):after {
  content: "、"; }

/*---------------------------------------------*/
/*リストをテーブル化                           */
/*---------------------------------------------*/
.list-table,
.list-table_xs {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none; }

.line-table > li {
  border-bottom: 1px solid #999; }

.list-table_xs > li {
  width: 100%;
  display: flex;
  list-style: none;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start; }
  .list-table_xs > li > div:first-child {
    padding: 0px 5px 0px 0px;
    min-width: 100px; }
  .list-table_xs > li > div:last-child {
    padding: 0px 0px 0px 5px;
    width: 100%; }

.cell-50p li > div {
  width: 50%;
  min-width: 50% !important; }

@media (min-width: 768px) {
  .list-table > li {
    width: 100%;
    display: table;
    list-style: none;
    margin-bottom: 10px; }
    .list-table > li > div:first-child {
      display: table-cell;
      padding: 10px;
      vertical-align: top; }
    .list-table > li > div:last-child {
      display: table-cell;
      padding: 10px;
      vertical-align: top; }
      .list-table > li > div:last-child ul {
        list-style: disc; }

  .cell-10 li > div:first-child {
    width: 10%; }

  .cell-20 li > div:first-child {
    width: 20%; }

  .cell-25 li > div:first-child {
    width: 25%; }

  .cell-30 li > div:first-child {
    width: 30%; } }
@media (max-width: 767px) {
  .list-table > li {
    margin-bottom: 20px; }
    .list-table > li > div:first-child {
      padding: 5px 0px 5px 0px; }
    .list-table > li > div:last-child {
      padding: 0px 0px 10px 0px; }
    .list-table > li a {
      display: block; } }
.data-table > li {
  margin-bottom: 0px; }
  .data-table > li > div:first-child {
    background-color: rgba(28, 75, 159, 0.4); }

@media (max-width: 767px) {
  .data-table > li {
    margin-bottom: 20px;
    border-bottom: 0px; } }
.waku-line {
  border: 1px solid #999;
  position: relative;
  padding: 20px; }

.list-table_line li {
  border-bottom: 1px solid #999;
  padding-bottom: 10px; }

/*---------------------------------------*/
/*gmapとyoutube                          */
/*---------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  padding-top: 320px;
  overflow: hidden; }

.gmap2 {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 75%; }

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

/*---------------------------------------*/
/* パンくず             　               */
/*---------------------------------------*/
.breadcrumb-div {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 0 5px 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

.breadcrumb {
  background-color: transparent !important;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0px; }

.breadcrumb::-webkit-scrollbar {
  height: 5px; }

.breadcrumb::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee; }

.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999; }

.breadcrumb {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center; }

.breadcrumb li {
  padding: 5px;
  border-radius: 5px;
  line-height: 100%;
  position: relative; }

.breadcrumb li:last-child:after {
  display: none; }

@media (min-width: 768px) {
  .breadcrumb li {
    margin-right: 0px !important; }

  .breadcrumb li:after {
    content: ">"; } }
@media (max-width: 767px) {
  .breadcrumb li {
    margin-right: 10px;
    background-color: #CCC; }

  .breadcrumb li:after {
    content: "";
    position: absolute;
    right: -19px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #CCC;
    border-width: 7px 12px;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
/*---------------------------------------------*/
/* PC・スマホ共通用                            */
/*---------------------------------------------*/
#header-wrap {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 90;
  background-color: #FFF;
  border-bottom: 1px solid #707070;
  /*transition: 0.5s;
  -webkit-transition: 0.5s;*/ }
  #header-wrap #header-in #web-site-name {
    margin-bottom: 0px;
    line-height: 100%; }
    #header-wrap #header-in #web-site-name h2 {
      margin-bottom: 0; }

#menu {
  display: flex; }

#main-nav a {
  color: #000; }
  @media (max-width: 991px) {
    #main-nav a {
      color: #1C4B9F; } }

@media (min-width: 992px) {
  #header-wrap {
    height: 100px; }
    #header-wrap #header-in #web-site-name {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: stretch; }
      #header-wrap #header-in #web-site-name h2 {
        max-width: 300px; } }
/*---------------------------------------------*/
/* PC用                                        */
/*---------------------------------------------*/
@media (min-width: 992px) {
  #header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 99; }

  #header-wrap #header-in .nav-div #main-nav {
    height: 100%; }
    #header-wrap #header-in .nav-div #main-nav .menu {
      height: 100%; }

  .menu > ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 120%; }
    .menu > ul > li {
      width: 17%;
      position: relative;
      text-align: center;
      list-style: none;
      height: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .menu > ul > li a {
        color: #000;
        font-weight: bold; }
        .menu > ul > li a span {
          font-size: 12px;
          font-weight: normal; }
      .menu > ul > li:hover a {
        color: #1C4B9F !important; }
      .menu > ul > li:last-child {
        width: 32%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        text-align: center; }
        .menu > ul > li:last-child span {
          margin: 0 auto; }
          .menu > ul > li:last-child span a {
            font-size: 32px; }
            .menu > ul > li:last-child span a::before {
              content: "\f098";
              font-family: 'fontawesome-s';
              margin-right: 5px;
              font-size: 32px; }

  .menu > ul > li > ul li:hover {
    background-color: #1C4B9F; }

  .menu > ul > li > ul {
    display: none;
    z-index: 2; }

  .menu > ul > li ul {
    background-color: rgba(28, 75, 159, 0.8); }
    .menu > ul > li ul li {
      border-bottom: 1px solid white; }

  .menu a {
    display: block;
    text-decoration: none; }

  /*親要素のボタン制御*/
  .menu ul > li > span > a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%; }

  .menu > ul > li > span > a {
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    .menu > ul > li > span > a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

  .menu > ul > li > span > a > span {
    display: block; }

  /*子要素設定*/
  .menu > ul > li:hover > ul {
    width: 100%;
    opacity: 1;
    display: block; }

  .menu > ul > li > ul,
  .menu > ul > li > ul li ul {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 100%;
    margin: 0;
    padding: 0;
    transition: 0s ease 0s;
    box-sizing: border-box;
    list-style: none; }

  .menu > ul > li > ul > li {
    position: relative; }

  .menu > ul > li > ul > li:hover ul {
    width: 100%;
    opacity: 1;
    transition: 0s ease 0s;
    left: 100%;
    top: 0;
    position: absolute; }

  /*子要素のボタン制御*/
  .menu ul > li > span > ul > li > a {
    overflow: hidden; }

  /*子要素のボタン*/
  .menu ul > li > ul > li > span a,
  .menu ul > li > ul > li > span i {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem; }

  .menu ul > li > ul > li > span i {
    font-style: normal;
    font-size: 90%;
    color: #FFF;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .menu ul > li > ul > li > span i:after {
      content: "\f054";
      font-family: 'fontawesome-s';
      right: 5px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
/*-------------------------------------*/
/* スマホ用メニュー                    */
/*-------------------------------------*/
.menu-mobile {
  display: none; }

@media only screen and (max-width: 991px) {
  #header-wrap {
    height: 70px;
    overflow: hidden;
    background-color: #FFF; }

  #header-in #web-site-name {
    position: absolute;
    top: 5px;
    z-index: 99; }
    #header-in #web-site-name h2 {
      max-width: 220px; }

  /*スマホメニュー表示ボタンが押された時*/
  html.nav-active #header-wrap {
    height: 100vh; }

  html.nav-active .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 98;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFF;
    page-break-after: 70px; }

  html.nav-active body {
    overflow: hidden; }

  html.nav-active #wrapper {
    position: fixed; }

  /*スマホメニュー以外を隠すマスク*/
  html.nav-active .nav-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
    background-color: rgba(255, 255, 255, 0.8); }

  /*スマホメニュー表示ボタン*/
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 99;
    cursor: pointer;
    background-color: #1C4B9F; }

  #common-nav-switch-in {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 17px;
    margin: -8px 0 0 -15px; }

  #common-nav-switch-in .bar {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    background: #FFF; }

  .nav-active #common-nav-switch {
    background: #000; }

  .nav-active #common-nav-switch .bar {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background: #FFF !important; }

  #common-nav-switch-in .bar.bar01 {
    top: 0; }

  #common-nav-switch-in .bar.bar02 {
    top: 8px; }

  #common-nav-switch-in .bar.bar03 {
    top: 16px; }

  /* スマホメニューcloes ボタン化　*/
  .nav-active #common-nav-switch-in .bar.bar01 {
    -webkit-transform: rotate(45deg) translate(0px, -7px);
    -moz-transform: rotate(45deg) translate(0px, -7px);
    -o-transform: rotate(45deg) translate(0px, -7px);
    -ms-transform: rotate(45deg) translate(0px, -7px);
    transform: rotate(45deg) translate(0px, -7px); }

  .nav-active #common-nav-switch-in .bar.bar02 {
    display: none; }

  .nav-active #common-nav-switch-in .bar.bar03 {
    -webkit-transform: rotate(-45deg) translate(3px, 3px);
    -moz-transform: rotate(-45deg) translate(3px, 3px);
    -o-transform: rotate(-45deg) translate(3px, 3px);
    -ms-transform: rotate(-45deg) translate(3px, 3px);
    transform: rotate(-45deg) translate(3px, 3px); }

  /*スマホメニューの見た目設定*/
  .menu-container {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99; }

  .menu > ul {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    padding: 0;
    padding-top: 70px;
    position: relative;
    box-sizing: border-box; }

  .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    background: #FFF;
    border-top: 1px solid #DDD; }

  .menu > ul > li:last-child {
    border-bottom: 1px solid #DDD; }

  .menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #000; }

  .menu > ul > li a span {
    display: none; }

  /*.menu > ul > li:hover {
  	background: $sp_acnavliCL;
  }*/
  .menu > ul > li > ul,
  .menu > ul > li > ul > li ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    background: #1c4b9f; }

  .menu > ul > li > ul li {
    border-top: 1px solid #DDD; }
    .menu > ul > li > ul li a {
      color: #FFF !important; }

  .menu-container {
    width: 100%; }

  .menu-dropdown-icon:before {
    display: block; }

  .menu > ul {
    display: none; }

  .menu > ul li {
    width: 100%;
    float: none;
    display: block; }

  .menu > ul li > span {
    position: relative;
    display: table;
    width: 100%; }

  .menu > ul li:last-child {
    text-align: center;
    background-color: #1C4B9F;
    color: #FFF; }
    .menu > ul li:last-child span a {
      color: #FFF !important;
      font-size: 32px;
      padding: 30px 0;
      font-weight: bold; }
      .menu > ul li:last-child span a::before {
        content: "\f098";
        font-family: 'fontawesome-s';
        margin-right: 10px;
        font-size: 32px;
        font-weight: normal; }

  .sp-gnav-layer-btn {
    display: table-cell;
    width: 40px;
    cursor: pointer;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    border-left: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    background-color: #1C4B9F; }

  .sp-gnav-layer-btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: 50%;
    right: 12px;
    margin: -1px 0 0;
    background-color: #FFF; }

  .sp-gnav-layer-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    top: 50%;
    right: 19px;
    margin: -8px 0 0;
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    transition: transform .2s linear;
    background-color: #FFF; }

  .sp-gnav-layer-btn.current:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu > ul li a,
  .menu > ul li i {
    padding: 1.5em;
    width: 100%;
    display: block; }

  .menu > ul li i {
    font-style: normal !important;
    color: #FFF; }

  .menu > ul li ul {
    position: relative; }

  .menu > ul li ul.normal-sub {
    width: 100%; }

  .menu > ul li ul li {
    float: none;
    width: 100%; }

  .menu > ul li ul li:first-child {
    margin: 0; }

  .menu > ul li ul li ul {
    position: relative; }

  .menu > ul li ul li ul li {
    float: none; }

  .menu .show-on-mobile {
    display: block !important; } }
@media (max-width: 1200px) and (min-width: 992px) {
  #main-content-list li {
    width: 19%; }
    #main-content-list li:last-child {
      width: 24%; }
      #main-content-list li:last-child span a {
        font-size: 20px; }
        #main-content-list li:last-child span a::before {
          font-size: 20px; } }
/*---------------------------------------------*/
/* サブナビ                                    */
/*---------------------------------------------*/
@media only screen and (min-width: 992px) {
  #sub-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px; }
    #sub-nav ul {
      display: table;
      padding-left: 0px;
      border-collapse: separate;
      border-spacing: 20px 0;
      margin-right: -10px;
      margin-bottom: 0px; }
      #sub-nav ul li {
        list-style: none;
        display: table-cell;
        font-size: 12px;
        font-size: 1.2rem; }
        #sub-nav ul li a {
          color: #437bde; }
          #sub-nav ul li a:hover {
            color: #b0c7f1; } }
@media only screen and (max-width: 991px) {
  #sub-nav {
    display: none;
    order: 2;
    padding: 1.5em;
    padding-top: 0px; }
    #sub-nav ul {
      margin-bottom: 0px;
      padding-left: 0; }
    #sub-nav li {
      list-style: circle;
      border: 3px solid #1C4B9F; }
      #sub-nav li:first-child a {
        color: #1C4B9F;
        background-color: #FFF; }
      #sub-nav li:last-child a {
        color: #fff;
        background-color: #1C4B9F; }
      #sub-nav li a {
        display: block;
        text-align: center;
        padding: 20px 0px;
        color: #000;
        font-size: 18px;
        font-weight: normal; }

  #main-content-list {
    order: 1; }

  #main-nav .sns-menu {
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between; }
    #main-nav .sns-menu > div {
      width: 30%;
      text-align: center;
      border: 1px solid #1C4B9F; }
      #main-nav .sns-menu > div a {
        padding: 5px; } }
/*---------------------------------------------*/
/* ガイドナビ                                    */
/*---------------------------------------------*/
#guide-nav #guide-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0; }
  #guide-nav #guide-menu li {
    width: 50%;
    display: table-cell;
    text-align: center;
    position: relative;
    transition: 0.5s all ease; }
    #guide-nav #guide-menu li:first-child {
      border: 1px solid #BC8A00; }
      #guide-nav #guide-menu li:first-child:hover {
        background-color: #BC8A00; }
      #guide-nav #guide-menu li:first-child span a:hover {
        color: #000 !important; }
    #guide-nav #guide-menu li:last-child {
      background-color: #BC8A00; }
      #guide-nav #guide-menu li:last-child:hover {
        border: 1px solid #BC8A00;
        background-color: #000; }
      #guide-nav #guide-menu li:last-child span a {
        color: #000 !important; }
        #guide-nav #guide-menu li:last-child span a:hover {
          color: #BC8A00 !important; }
    #guide-nav #guide-menu li span a {
      padding: 20px;
      display: inline-flex;
      align-items: center;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      height: 100%;
      font-weight: bold; }
      #guide-nav #guide-menu li span a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media (max-width: 1200px) and (min-width: 992px) {
  #guide-nav {
    height: 100%; }
    #guide-nav #guide-menu {
      height: 100%; } }
/*---------------------------------------------*/
/* メニュー固定                                  */
/*---------------------------------------------*/
@media (min-width: 992px) {
  #header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 99; }
    #header.is-fixed #main-nav .menu #main-content-list li span a {
      padding-top: 5px;
      padding-bottom: 5px; }
    #header.is-fixed #guide-nav #guide-menu li span a {
      padding-top: 5px;
      padding-bottom: 5px; } }
/* 中ページ Header */
#header .logo-div {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  #header .logo-div h1 {
    margin-bottom: 0; }

/*-------------------------------------------*/
/* laoding                                   */
/*-------------------------------------------*/
/*loading*/
/* loading anime */
/*-------------------------------------------*/
/* laoding                                   */
/*-------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 999; }
  #loader-bg #loader {
    position: fixed;
    color: #1C4B9F;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #loader-bg #loader .spinner {
      margin: 100px auto 0;
      width: 70px;
      text-align: center; }
      #loader-bg #loader .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #1C4B9F;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    #loader-bg #loader .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    #loader-bg #loader .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*---------------------------------------------*/
/* デザインテーマ設定                          */
/*---------------------------------------------*/
/* Header Css */
/* footer Css */
#footer {
  padding: 60px 0;
  background-color: #EBF3FB; }
  #footer img {
    max-width: 100%;
    margin-bottom: 10px; }
  #footer a {
    color: #000; }
    #footer a h2 {
      font-size: 18px;
      margin-bottom: 20px; }
  #footer p {
    margin-bottom: 0; }

/* ページトップ CSS */
#page-top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  padding: 10px;
  z-index: 99;
  bottom: 0;
  right: 0;
  background-color: #1C4B9F;
  cursor: pointer; }
  #page-top::before {
    font-family: 'fontawesome-s';
    content: "\f062";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 20px;
    transform: translate(-50%, -50%); }

/*トップページスタイル*/
/* Scss Document */
/* メインビジュアル CSS */
#main-visual {
  position: relative;
  overflow: hidden; }
  #main-visual a {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    color: #1C4B9F; }
    #main-visual a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: rgba(255, 255, 255, 0.6); }
    #main-visual a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: #1C4B9F;
      animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite; }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.needs {
  text-align: center;
  padding-bottom: 60px; }
  .needs h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 52px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 100px 15px; }
    .needs h4::before, .needs h4::after {
      position: absolute;
      content: "";
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: middle;
      top: 50%;
      transform: translateY(-50%); }
    .needs h4::before {
      background-image: url("../../asset/img/icon01.png");
      width: 186px;
      height: 230px;
      left: -300px; }
    .needs h4::after {
      background-image: url("../../asset/img/icon02.png");
      width: 183px;
      height: 230px;
      right: -300px; }
  .needs .needs-section {
    position: relative;
    height: auto;
    padding: 120px 0;
    margin-top: 40px;
    margin-bottom: 60px; }
    .needs .needs-section::before {
      content: "";
      display: block;
      background-image: url("../../asset/img/needs.png");
      background-size: cover !important;
      background-position: center center;
      margin-bottom: 0px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      height: 100%;
      width: 60%; }
    .needs .needs-section .description {
      height: auto;
      padding: 20px 100px 20px 0;
      text-align: left; }
      .needs .needs-section .description p {
        margin-bottom: 0;
        line-height: 36px; }
        .needs .needs-section .description p:first-child {
          margin-bottom: 20px; }
  .needs .banner a {
    display: none; }

@media (max-width: 1200px) {
  .needs h4::before {
    left: -200px; }
  .needs h4::after {
    right: -200px; } }
@media (max-width: 991px) {
  .needs {
    padding-bottom: 0;
    overflow: hidden; }
    .needs h4 {
      font-size: 22px;
      line-height: 44px;
      padding: 60px 0; }
      .needs h4::before, .needs h4::after {
        display: none; }
    .needs .needs-section {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .needs .needs-section::before {
        position: relative;
        width: 100%;
        height: 50vw; }
      .needs .needs-section .description {
        text-align: center;
        padding: 60px 30px; }
    .needs .banner {
      margin-bottom: 60px; } }
@media (min-width: 768px) {
  .needs .banner a:first-child {
    display: block; } }
@media (max-width: 767px) {
  .needs .banner a:last-child {
    display: block; } }
/* 各セクション共通 CSS */
.common-div {
  padding: 60px 0; }
  .common-div .common-title {
    text-align: center; }
    .common-div .common-title h2 {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 10px; }
      .common-div .common-title h2::before {
        content: "";
        display: block;
        width: 58px;
        height: 96px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../../asset/img/icon03.png");
        margin: 0 auto 20px auto; }
    .common-div .common-title p {
      margin-bottom: 0; }

/* セーブラボ除菌スプレーの特徴 CSS */
.feature {
  background-color: #EBF3FB; }
  .feature .common-title {
    margin-bottom: 80px; }
  .feature a {
    padding-top: 20px;
    padding-bottom: 20px; }
  .feature .feature-point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .feature .feature-point > div {
      background-color: #FFF;
      border-radius: 15px;
      padding-bottom: 30px; }
      .feature .feature-point > div h2 {
        text-align: center;
        color: #FFF;
        font-size: 46px;
        position: relative;
        z-index: 1;
        margin-top: -30px;
        margin-bottom: 0; }
        .feature .feature-point > div h2::before {
          content: "";
          display: inline-block;
          width: 85px;
          height: 85px;
          border-radius: 50%;
          background-color: #1C4B9F;
          z-index: -1;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .feature .feature-point > div h4 {
        text-align: center;
        color: #1C4B9F;
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 20px; }
      .feature .feature-point > div p {
        padding: 0 50px; }

@media (min-width: 992px) {
  .feature .feature-point > div {
    width: calc(100% / 3 - 20px); }
    .feature .feature-point > div:nth-child(n+4) {
      margin-top: 70px; } }
@media (max-width: 991px) {
  .feature .feature-point > div {
    width: calc(50% - 20px); }
    .feature .feature-point > div:nth-child(n+3) {
      margin-top: 70px; } }
@media (max-width: 767px) {
  .feature .feature-point > div {
    width: 100%; }
    .feature .feature-point > div:nth-child(n+2) {
      margin-top: 70px; } }
/* 商品紹介 CSS */
.product {
  padding-bottom: 100px; }
  .product .common-title {
    margin-bottom: 40px; }
  .product .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .product .product-list > div {
      display: flex;
      flex-direction: column; }
      .product .product-list > div img {
        width: 100%;
        margin-bottom: 20px; }
      .product .product-list > div h4 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 5px; }
      .product .product-list > div h6 {
        font-size: 12px;
        text-align: center; }
      .product .product-list > div p {
        margin-top: 30px;
        margin-bottom: 30px; }
        .product .product-list > div p span {
          font-weight: bold; }
      .product .product-list > div a {
        display: block;
        background-color: #1C4B9F;
        color: #FFF;
        text-align: center;
        padding: 10px 15px;
        border-radius: 5px;
        margin-top: auto;
        border: 1px solid #1C4B9F;
        font-weight: bold; }
        .product .product-list > div a:hover {
          background-color: #FFF;
          color: #1C4B9F; }

@media (min-width: 992px) {
  .product .product-list > div {
    width: calc(100% / 2 - 20px); } }
@media (max-width: 991px) {
  .product .product-list > div {
    width: calc(50% - 15px); }
    .product .product-list > div:nth-child(3) {
      margin-top: 40px; } }
@media (max-width: 767px) {
  .product .product-list > div {
    width: 100%; }
    .product .product-list > div:nth-child(n+2) {
      margin-top: 40px; } }
/*中ページスタイル*/
/* Scss Document */
/*-------------------------------------------*/
/* 中ページ共通                                */
/*-------------------------------------------*/
#contents-page {
  /* 中ページ トップ */
  /* 商品紹介 */
  /* 特徴 */
  /* 用途 */
  /* 主な使用施設 */
  /* ついて */
  /* 通信販売 */ }
  #contents-page .contents-page-top .page-title > div p {
    color: #1C4B9F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0; }
  #contents-page .contents-page-top .page-title > div h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0; }
  #contents-page .contents-page-top .page-img {
    width: 100%; }
    #contents-page .contents-page-top .page-img figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      #contents-page .contents-page-top .page-img figure::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 24%; }
      #contents-page .contents-page-top .page-img figure img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        display: block; }
  #contents-page .page-sub-title {
    text-align: center;
    padding: 80px 0; }
    #contents-page .page-sub-title h3 {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 0; }
  #contents-page .product-div .container > p {
    margin: 60px 0;
    text-align: center;
    line-height: 32px; }
  #contents-page .product-div .container .product-list figure {
    margin-bottom: 0;
    position: relative;
    overflow: hidden; }
    #contents-page .product-div .container .product-list figure::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 120%; }
    #contents-page .product-div .container .product-list figure img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
  #contents-page .product-div .container .product-list p {
    color: #FFF;
    background-color: #1C4B9F;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 15px; }
  #contents-page .features {
    background-color: #EBF3FB;
    padding: 60px 0; }
    #contents-page .features .container > h3 {
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 60px; }
    #contents-page .features .container .row .col-12 .features-point {
      background-color: #FFF;
      border-radius: 15px;
      padding: 15px;
      display: flex;
      justify-content: space-between; }
      #contents-page .features .container .row .col-12 .features-point > div:first-child {
        position: relative;
        font-size: 22px;
        color: #FFF;
        font-weight: bold;
        align-self: center;
        text-align: center;
        width: 80px; }
        #contents-page .features .container .row .col-12 .features-point > div:first-child span {
          position: relative; }
        #contents-page .features .container .row .col-12 .features-point > div:first-child::before {
          content: "";
          display: inline-block;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #1C4B9F;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #contents-page .features .container .row .col-12 .features-point > div:last-child {
        width: calc(100% - 80px);
        padding-left: 10px; }
        #contents-page .features .container .row .col-12 .features-point > div:last-child p {
          margin-bottom: 0; }
  #contents-page .use {
    padding: 60px 0; }
    #contents-page .use .container > h3 {
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 60px; }
    #contents-page .use .container .use-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #contents-page .use .container .use-flex > div {
        width: calc(50% - 10px);
        background-color: #EBF3FB;
        text-align: center;
        padding: 30px 15px;
        border-radius: 15px; }
        #contents-page .use .container .use-flex > div h4 {
          margin-bottom: 20px;
          font-size: 28px;
          font-weight: bold; }
        #contents-page .use .container .use-flex > div p {
          margin-bottom: 0; }
        #contents-page .use .container .use-flex > div:nth-child(1) h4::before {
          content: "";
          background-image: url("../../item/img/use01.png");
          background-repeat: no-repeat;
          width: 112px;
          height: 110px;
          display: block;
          margin: 0 auto 20px; }
        #contents-page .use .container .use-flex > div:nth-child(2) h4::before {
          content: "";
          background-image: url("../../item/img/use02.png");
          background-repeat: no-repeat;
          width: 101px;
          height: 105px;
          display: block;
          margin: 0 auto 20px; }
        #contents-page .use .container .use-flex > div:nth-child(n+3) {
          margin-top: 20px; }
  #contents-page .facility {
    background-color: #EBF3FB;
    padding: 60px 0; }
    #contents-page .facility .container > h3 {
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 60px; }
    #contents-page .facility .container > p {
      text-align: center;
      line-height: 32px; }
    #contents-page .facility .container .facility-img {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      #contents-page .facility .container .facility-img > div {
        width: calc(100% / 6 - 10px); }
        #contents-page .facility .container .facility-img > div figure {
          margin-bottom: 0;
          position: relative;
          overflow: hidden; }
          #contents-page .facility .container .facility-img > div figure::before {
            content: "";
            display: block;
            width: 100%;
            padding-top: 100%; }
          #contents-page .facility .container .facility-img > div figure img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            display: block; }
  #contents-page .about {
    padding: 60px 0; }
    #contents-page .about .container {
      background-color: #EBF3FB; }
      #contents-page .about .container .about-div {
        padding: 60px 40px 80px; }
        #contents-page .about .container .about-div .title-in {
          text-align: center;
          margin-bottom: 40px; }
          #contents-page .about .container .about-div .title-in::before {
            content: "";
            background-image: url("../../item/img/about.png");
            background-repeat: no-repeat;
            width: 141px;
            height: 75px;
            display: block;
            margin: 0 auto 20px; }
          #contents-page .about .container .about-div .title-in p {
            font-size: 22px;
            font-weight: bold; }
          #contents-page .about .container .about-div .title-in h3 {
            font-size: 36px;
            font-weight: bold; }
        #contents-page .about .container .about-div .row {
          margin-bottom: 40px; }
        #contents-page .about .container .about-div > p {
          text-align: center;
          line-height: 32px;
          margin-bottom: 0; }
        #contents-page .about .container .about-div .prevention {
          margin-top: 40px;
          padding: 50px 30px;
          background-color: #FFF;
          border: 10px solid #1C4B9F; }
          #contents-page .about .container .about-div .prevention > h4 {
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            color: #1C4B9F;
            margin-bottom: 20px; }
          #contents-page .about .container .about-div .prevention .prevention-div {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            #contents-page .about .container .about-div .prevention .prevention-div > div {
              text-align: center;
              width: calc(25% - 20px); }
              #contents-page .about .container .about-div .prevention .prevention-div > div h5 {
                color: #1C4B9F;
                margin-bottom: 20px; }
                #contents-page .about .container .about-div .prevention .prevention-div > div h5::before {
                  content: "";
                  background-repeat: no-repeat;
                  background-size: 80%;
                  background-position: center center;
                  width: 120px;
                  height: 120px;
                  display: block;
                  margin: 0 auto 20px;
                  background-color: #1C4B9F;
                  border-radius: 50%; }
              #contents-page .about .container .about-div .prevention .prevention-div > div p {
                padding: 0 15px;
                margin-bottom: 0; }
              #contents-page .about .container .about-div .prevention .prevention-div > div:nth-child(1) h5::before {
                background-image: url("../../item/img/prevention01.png"); }
              #contents-page .about .container .about-div .prevention .prevention-div > div:nth-child(2) h5::before {
                background-image: url("../../item/img/prevention02.png");
                background-size: 60%; }
              #contents-page .about .container .about-div .prevention .prevention-div > div:nth-child(3) h5::before {
                background-image: url("../../item/img/prevention03.png");
                background-size: 70%; }
              #contents-page .about .container .about-div .prevention .prevention-div > div:nth-child(4) h5::before {
                background-image: url("../../item/img/prevention04.png");
                background-size: 60%; }
        #contents-page .about .container .about-div > p.contact {
          font-weight: bold;
          margin-top: 40px;
          font-size: 18px; }
        #contents-page .about .container .about-div .about-address {
          margin-top: 40px;
          display: flex;
          justify-content: center; }
          #contents-page .about .container .about-div .about-address > p {
            display: inline-block;
            padding: 15px 30px;
            background-color: #FFF;
            font-weight: bold;
            margin-bottom: 0;
            border-radius: 15px; }
            #contents-page .about .container .about-div .about-address > p br {
              display: none; }
            #contents-page .about .container .about-div .about-address > p span {
              margin-left: 16px; }
        #contents-page .about .container .about-div .price {
          background-color: #FFF;
          width: 75%;
          margin: 40px auto 0;
          padding: 50px;
          border-radius: 15px; }
          #contents-page .about .container .about-div .price h4 {
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            color: #1C4B9F;
            margin-bottom: 20px; }
          #contents-page .about .container .about-div .price p {
            margin-bottom: 20px; }
          #contents-page .about .container .about-div .price ul.guideline {
            margin-bottom: 15px;
            font-size: 18px; }
            #contents-page .about .container .about-div .price ul.guideline > li {
              margin-bottom: 0; }
              #contents-page .about .container .about-div .price ul.guideline > li:last-child {
                border-top: 1px solid #000; }
              #contents-page .about .container .about-div .price ul.guideline > li > div {
                padding: 5px 0; }
                #contents-page .about .container .about-div .price ul.guideline > li > div:first-child {
                  width: 70%; }
                #contents-page .about .container .about-div .price ul.guideline > li > div:last-child {
                  padding-left: 10px;
                  text-align: right; }
          #contents-page .about .container .about-div .price ul.guideline-details {
            list-style: none;
            margin-bottom: 0;
            padding-left: 0;
            font-size: 14px; }
            #contents-page .about .container .about-div .price ul.guideline-details li {
              margin-bottom: 0px;
              text-indent: -14px;
              padding-left: 14px; }
  #contents-page .online {
    padding: 40px 0; }
    #contents-page .online .container > h3 {
      text-align: center;
      font-size: 26px;
      font-weight: bold; }
    #contents-page .online .container > .product-list .col-6 a {
      display: block;
      color: #1C4B9F;
      font-weight: bold;
      background-color: #FFF;
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #1C4B9F;
      text-align: center;
      margin-top: 20px; }
      #contents-page .online .container > .product-list .col-6 a::after {
        content: "\f0a9";
        font-family: 'fontawesome-s';
        margin-left: 5px;
        font-weight: normal; }
      #contents-page .online .container > .product-list .col-6 a:hover {
        background-color: #1C4B9F;
        color: #FFF; }

@media (min-width: 992px) {
  #contents-page {
    margin-top: 100px;
    /* 中ページ トップ */
    /* 特徴 */ }
    #contents-page .contents-page-top {
      display: flex;
      justify-content: space-between;
      padding-top: 40px; }
      #contents-page .contents-page-top .page-title {
        min-width: 300px;
        width: 40%; }
        #contents-page .contents-page-top .page-title > div {
          position: relative; }
          #contents-page .contents-page-top .page-title > div::before {
            position: absolute;
            content: '';
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            left: 0;
            bottom: 0; }
    #contents-page .features .container .col-12:nth-child(n+4) {
      margin-top: 30px; } }
@media (max-width: 991px) {
  #contents-page {
    margin-top: 90px;
    /* 中ページ トップ */
    /* 特徴 */ }
    #contents-page .contents-page-top {
      position: relative; }
      #contents-page .contents-page-top .page-title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10; }
        #contents-page .contents-page-top .page-title > div p {
          display: none; }
        #contents-page .contents-page-top .page-title > div h2 {
          background-color: #FFF;
          padding: 5px 15px; }
    #contents-page .features .container .col-12:nth-child(n+3) {
      margin-top: 30px; }
    #contents-page .about .container .about-div .prevention .prevention-div > div {
      width: calc(50% - 20px); }
      #contents-page .about .container .about-div .prevention .prevention-div > div:nth-child(n+3) {
        margin-top: 20px; }
      #contents-page .about .container .about-div .prevention .prevention-div > div p {
        padding: 0 5px; }
    #contents-page .about .container .about-div .price {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      #contents-page .about .container .about-div .price .list-table > li {
        display: table;
        width: 100%; }
        #contents-page .about .container .about-div .price .list-table > li > div {
          display: table-cell; } }
@media (max-width: 767px) {
  #contents-page {
    margin-top: 90px;
    /* 中ページ トップ */
    /* 商品リスト */
    /*  */
    /* 特徴 */
    /* 主な使用施設 */
    /* 対策 */ }
    #contents-page .contents-page-top {
      position: relative; }
      #contents-page .contents-page-top .page-title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10; }
        #contents-page .contents-page-top .page-title > div p {
          display: none; }
        #contents-page .contents-page-top .page-title > div h2 {
          font-size: 28px;
          background-color: #FFF;
          padding: 5px 15px; }
      #contents-page .contents-page-top .page-img figure::before {
        padding-top: 28%; }
      #contents-page .contents-page-top .page-img figure img {
        width: 120%; }
    #contents-page .page-sub-title {
      padding: 40px 0; }
      #contents-page .page-sub-title h3 {
        font-size: 22px; }
    #contents-page .product-div .product-list .col-6:nth-child(n+3) {
      margin-top: 20px; }
    #contents-page .use .container .use-flex > div {
      width: 100%; }
      #contents-page .use .container .use-flex > div:nth-child(n+2) {
        margin-top: 20px; }
    #contents-page .features .container .col-12:nth-child(n+2) {
      margin-top: 20px; }
    #contents-page .features .container .col-12 .features-point {
      padding: 20px 0; }
    #contents-page .facility .container .facility-img > div {
      width: calc(100% / 3 - 10px); }
      #contents-page .facility .container .facility-img > div:nth-child(n+4) {
        margin-top: 20px; }
    #contents-page .about {
      padding-left: 15px;
      padding-right: 15px; }
      #contents-page .about .container .about-div {
        padding: 60px 0; }
        #contents-page .about .container .about-div .prevention .prevention-div > div {
          width: 100%; }
          #contents-page .about .container .about-div .prevention .prevention-div > div:nth-child(n+2) {
            margin-top: 20px; }
        #contents-page .about .container .about-div .about-address > p {
          text-align: center; }
          #contents-page .about .container .about-div .about-address > p br {
            display: block; }
          #contents-page .about .container .about-div .about-address > p span {
            margin-left: 0; }
        #contents-page .about .container .about-div .price ul.guideline > li > div:first-child {
          width: 55%; } }
/*-------------------------------------------*/
/* 商品紹介                                   */
/*-------------------------------------------*/
/* 共通CSS */
@media (min-width: 992px) {
  #contents-page .contents-page-top .page-title > div {
    padding-left: 63px;
    padding-top: 25px; }
    #contents-page .contents-page-top .page-title > div::before {
      width: 58px;
      height: 96px;
      background-image: url("../../item/img/icon.png"); } }
/* セーブラボ 置き型 */
#contents-page.virukick .product-div {
  padding-bottom: 60px; }
  #contents-page.virukick .product-div .container .product-list .col-12 figure::before {
    padding-top: 59%; }
  #contents-page.virukick .product-div .container .product-list .virukick-only p {
    color: #000;
    text-align: left;
    background-color: transparent;
    margin-top: 0; }
  #contents-page.virukick .product-div .container .product-list .virukick-only > p {
    padding: 0 30px; }
  #contents-page.virukick .product-div .container .product-list .virukick-only > div {
    background-color: #EBF3FB;
    margin-top: 40px;
    padding: 30px; }
    #contents-page.virukick .product-div .container .product-list .virukick-only > div p {
      padding: 0; }
      #contents-page.virukick .product-div .container .product-list .virukick-only > div p:first-child {
        margin-bottom: 30px; }
#contents-page.virukick .facility .container .facility-img > div {
  width: calc(100% / 5 - 10px); }
#contents-page.virukick .about .container .about-div .description {
  margin-bottom: 100px; }
#contents-page.virukick .about .container .about-div .about-box {
  background-color: #FFF;
  border: 10px solid #1C4B9F;
  padding: 60px 40px; }
  #contents-page.virukick .about .container .about-div .about-box h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #1C4B9F;
    margin-bottom: 40px; }
#contents-page.virukick .about .container .about-div .history table tr td {
  border: none;
  line-height: 32px; }
  #contents-page.virukick .about .container .about-div .history table tr td:first-child {
    width: 80px; }
#contents-page.virukick .about .container .about-div .safety {
  margin-top: 60px; }
  #contents-page.virukick .about .container .about-div .safety table tr {
    border-bottom: 1px dotted #707070; }
    #contents-page.virukick .about .container .about-div .safety table tr:last-child {
      border-bottom: none; }
    #contents-page.virukick .about .container .about-div .safety table tr td {
      padding: 1rem;
      border-top: none; }
      #contents-page.virukick .about .container .about-div .safety table tr td:first-child {
        width: 350px; }

@media (max-width: 991px) {
  #contents-page.virukick .about .container .about-div .safety table {
    display: block; }
    #contents-page.virukick .about .container .about-div .safety table tr {
      display: block; }
      #contents-page.virukick .about .container .about-div .safety table tr td {
        display: block; }
        #contents-page.virukick .about .container .about-div .safety table tr td:first-child {
          width: auto;
          font-weight: bold;
          padding-bottom: 0; }
        #contents-page.virukick .about .container .about-div .safety table tr td:last-child {
          padding-top: 0; } }
@media (max-width: 767px) {
  #contents-page.virukick .facility .container .facility-img > div {
    margin-top: 0px !important; }
  #contents-page.virukick .about .container .about-div .about-box {
    padding-left: 15px;
    padding-right: 15px; }
  #contents-page.virukick .about .container .history table tr {
    display: block;
    border-bottom: 1px dotted #707070; }
    #contents-page.virukick .about .container .history table tr td {
      display: block; }
      #contents-page.virukick .about .container .history table tr td:first-child {
        font-weight: bold;
        padding-bottom: 0; }
      #contents-page.virukick .about .container .history table tr td:last-child {
        padding-top: 0; } }
/* 二酸化塩素発生錠剤 */
#contents-page.tablet .product-div {
  padding-bottom: 60px; }
  #contents-page.tablet .product-div .container .product-list .col-12 figure::before {
    padding-top: 59%; }
  #contents-page.tablet .product-div .container .product-list .tablet-only p {
    color: #000;
    text-align: left;
    background-color: transparent;
    margin-top: 0; }
  #contents-page.tablet .product-div .container .product-list .tablet-only > p {
    padding: 0 30px; }
  #contents-page.tablet .product-div .container .product-list .tablet-only > div {
    background-color: #EBF3FB;
    margin-top: 40px;
    padding: 30px; }
    #contents-page.tablet .product-div .container .product-list .tablet-only > div p {
      padding: 0; }
    #contents-page.tablet .product-div .container .product-list .tablet-only > div table tr td {
      border-top: none; }
#contents-page.tablet .use .container .use-flex > div:nth-child(2) h4::before {
  background-position: center;
  background-image: url(../../item/img/use03.png);
  width: 112px;
  height: 110px; }
#contents-page.tablet .use .container .use-flex > div ul li {
  text-align: left;
  margin-bottom: 5px; }
  #contents-page.tablet .use .container .use-flex > div ul li:last-child {
    margin-bottom: 0; }
#contents-page.tablet .facility .container .facility-img > div {
  width: calc(100% / 5 - 10px); }
#contents-page.tablet .about .container .about-div .about-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #contents-page.tablet .about .container .about-div .about-flow > div {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column; }
    #contents-page.tablet .about .container .about-div .about-flow > div:first-child h6 {
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 40px; }
      #contents-page.tablet .about .container .about-div .about-flow > div:first-child h6 span {
        background-color: #FFF;
        padding: 10px 20px; }
    #contents-page.tablet .about .container .about-div .about-flow > div:first-child ol {
      margin-bottom: 40px; }
    #contents-page.tablet .about .container .about-div .about-flow > div:last-child p {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; }
#contents-page.tablet .prevention-point {
  padding-bottom: 60px; }
  #contents-page.tablet .prevention-point .container {
    padding: 0; }
    #contents-page.tablet .prevention-point .container .prevention-point-width .point-div {
      background-color: #FFF;
      border: 10px solid #1C4B9F;
      padding: 60px 40px; }
      #contents-page.tablet .prevention-point .container .prevention-point-width .point-div:nth-child(n+2) {
        margin-top: 60px; }
      #contents-page.tablet .prevention-point .container .prevention-point-width .point-div h4 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #1C4B9F;
        margin-bottom: 40px; }
      #contents-page.tablet .prevention-point .container .prevention-point-width .point-div > p:last-child {
        margin-top: 40px; }
      #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-flow {
        margin-top: 20px; }
        #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-flow h5 {
          background-color: #EBF3FB;
          display: block;
          color: #1C4B9F;
          font-weight: bold;
          font-size: 22px;
          padding: 10px 20px;
          margin-bottom: 20px; }
        #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-flow ul {
          margin-bottom: 20px; }
          #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-flow ul li {
            margin-bottom: 5px; }
            #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-flow ul li:last-child {
              margin-bottom: 0; }
      #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-box {
        margin-top: 40px; }
        #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-box p {
          line-height: 32px; }
          #contents-page.tablet .prevention-point .container .prevention-point-width .point-div .point-box p span {
            color: #1C4B9F; }

@media (max-width: 991px) {
  #contents-page.tablet .about .container .about-div .about-flow > div {
    width: 100%; }
    #contents-page.tablet .about .container .about-div .about-flow > div:first-child {
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  #contents-page.tablet .facility .container .facility-img > div {
    margin-top: 0px !important; }
  #contents-page.tablet .prevention-point .container {
    padding: 0 15px; }
    #contents-page.tablet .prevention-point .container .prevention-point-width .point-div {
      padding-left: 15px;
      padding-right: 15px; } }
/*-------------------------------------------*/
/* 会社概要                                   */
/*-------------------------------------------*/
#contents-page.about-page .information {
  padding-bottom: 60px; }
  #contents-page.about-page .information .container .information-table ul.list-table li {
    border-bottom: 1px dotted #707070;
    margin-bottom: 0; }
    #contents-page.about-page .information .container .information-table ul.list-table li div {
      font-size: 18px; }

@media (min-width: 768px) {
  #contents-page.about-page .information .container .information-table {
    padding: 0 100px; }
    #contents-page.about-page .information .container .information-table ul.list-table li div {
      padding: 15px 10px; }
      #contents-page.about-page .information .container .information-table ul.list-table li div:first-child {
        width: 150px; } }
@media (max-width: 767px) {
  #contents-page.about-page .information .container .information-table ul.list-table li {
    margin-bottom: 15px; }
    #contents-page.about-page .information .container .information-table ul.list-table li div {
      padding: 5px 0; }
      #contents-page.about-page .information .container .information-table ul.list-table li div:first-child {
        text-align: center;
        font-weight: bold; }
      #contents-page.about-page .information .container .information-table ul.list-table li div:last-child {
        padding: 0 5px; } }
/*-------------------------------------------*/
/* お問い合わせ                                */
/*-------------------------------------------*/
#contents-page.contact-page {
  padding-bottom: 60px; }
  #contents-page.contact-page #contact-form form ul.contact-table li {
    border-bottom: 1px dotted #707070;
    margin-bottom: 0; }
    #contents-page.contact-page #contact-form form ul.contact-table li div {
      font-size: 18px; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:first-child span {
        color: red;
        font-size: 90%; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child select,
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child input[type="text"],
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child textarea {
        padding: 5px;
        display: block; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child input[type="text"] {
        width: 100%; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child label {
        margin-right: 20px; }
        #contents-page.contact-page #contact-form form ul.contact-table li div:last-child label input[type="checkbox"] {
          margin-right: 5px; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child textarea {
        width: 100%; }
  #contents-page.contact-page #contact-form form .submit {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between; }
    #contents-page.contact-page #contact-form form .submit input {
      width: calc(50% - 5px);
      padding: 10px 0; }

@media (min-width: 768px) {
  #contents-page.contact-page #contact-form {
    padding: 0 100px; }
    #contents-page.contact-page #contact-form form ul.contact-table li {
      padding: 5px 0; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:first-child {
        width: 240px; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child select {
        padding: 5px; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child input[type="text"] {
        padding: 5px;
        width: 50%; }
      #contents-page.contact-page #contact-form form ul.contact-table li div:last-child textarea {
        padding: 5px;
        width: 70%; }
    #contents-page.contact-page #contact-form form .submit {
      width: 50%; } }
@media (max-width: 767px) {
  #contents-page.contact-page #contact-form form ul.contact-table li {
    padding-bottom: 10px;
    margin-bottom: 10px; } }
/*BLOGスタイル*/
/*------------------------------------*/
/* wordpress用style                   */
/*------------------------------------*/
