@charset "UTF-8";
/* CSS Document */

#common footer {
  background: #fff;
}
#common footer .gfooter {
  font-family: "Noto Sans JP", sans-serif; /*Regular 400 Bold 700*/
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%; /*スマホ文字拡大対策*/
}
#common a {
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /*リンクタップ時のハイライト表示無効*/
}
#common a:hover {
  text-decoration: none;
}
/* --OTHER TAGS-- */
#common p {
  margin-bottom: 0;
  text-align: left;
  width: auto;
  max-height: 100%; /*android chrome対策*/
}
#common img,
#common {
  max-width: unset;
  height: unset;
}
#common img,
#common svg {
  display: unset;
  vertical-align: unset;
}
/*=======================================
  tuka
=======================================*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kwdmhv");
  src:
    url("../fonts/icomoon.eot?kwdmhv#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?kwdmhv") format("truetype"),
    url("../fonts/icomoon.woff?kwdmhv") format("woff"),
    url("../fonts/icomoon.svg?kwdmhv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

#common [class^="icon-"],
#common [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#common .icon-tsuka_l:before {
  content: "\e902"; /*PC*/
  font-size: 90% !important;
}
#common .icon-tsuka_m:before {
  content: "\e901";
  font-size: 90% !important;
}
@media screen and (min-width: 960px) {
  #common footer .gfooter {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  #common footer .gfooter ul {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  #common footer #gfooterTop ul {
  }
  #common footer #gfooterTop ul img {
    height: 19px;
    width: auto;
  }
  #common footer #gfooterTop .logo img {
    height: 36px;
    width: auto;
  }

  #common footer #gfooterBottom {
    background: #eeeeee;
    color: #828282;
  }
  #common footer #gfooterBottom ul {
    padding: 7px 0;
  }
  #common footer #gfooterBottom li:nth-child(n + 2) {
    margin-left: 10px;
  }
  #common footer #gfooterBottom a {
    color: #828282;
    text-decoration: none;
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  #common footer .gfooter {
    img {
      display: inline;
      vertical-align: unset;
    }
  }
  #common footer .gfooter * {
    text-align: center;
    font-size: 1vw;
  }
  #common footer .gfooter ul li {
    text-align: center;
    font-size: 1vw;
    border-bottom: 1px solid #e6e6e6;
  }
  #common footer .gfooter a {
    display: block;
    text-align: center;
    padding: 2vw 0;
    color: #828282;
    text-decoration: none;
    font-size: 3.2vw;
  }
  #common footer .gfooter a * {
    color: #828282;
    text-decoration: none;
    font-size: 3.2vw;
  }
  #common footer #gfooterTop {
    border-top: 1px solid;
  }
  #common footer #gfooterTop ul img {
    height: 5vw;
    width: auto;
  }
  #common footer #gfooterTop .logo img {
    height: 10vw;
    width: auto;
  }

  #common footer #gfooterBottom .copyRight {
    background: #eeeeee;
    padding: 2vw 0;
    color: #828282;
  }
  #common footer #gfooterBottom .copyRight small {
    font-size: 1.5vw;
  }
}
