@charset "UTF-8";
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  margin: 0;
}

div.cmn-footer {
  background-color: #f7f9fa;
}
@media screen and (min-width: 768px) {
  div.cmn-footer {
    margin: 50px auto 0;
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  div.cmn-footer {
    padding: 48px 0 15px;
  }
}
div.cmn-footer div.head {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  div.cmn-footer div.head {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  div.cmn-footer div.head {
    text-align: center;
    padding: 0 10px 15px;
  }
}
div.cmn-footer div.head img {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  div.cmn-footer div.foot {
    margin-top: 20px;
    padding: 0 15px;
  }
}
div.cmn-footer div.foot ul {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  div.cmn-footer div.foot ul {
    width: 600px;
    margin: 30px auto 0;
    gap: 10px 0px;
    padding: 20px 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  div.cmn-footer div.foot ul {
    justify-content: baseline;
    gap: 20px 0px;
    padding: 20px 0;
  }
}
div.cmn-footer div.foot ul li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  div.cmn-footer div.foot ul li {
    width: 50%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  div.cmn-footer div.foot ul li {
    width: 50%;
    line-height: 1;
  }
}
div.cmn-footer div.foot ul li a {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-decoration: none;
  transition: 0.4s;
  color: #212121;
}
@media screen and (min-width: 768px) {
  div.cmn-footer div.foot ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.cmn-footer div.foot ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  div.cmn-footer div.foot ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  div.cmn-footer div.foot ul li a:hover {
    opacity: 0.8;
  }
}
div.cmn-footer div.foot p.copyright {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #919191;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  div.cmn-footer div.foot p.copyright {
    width: 600px;
    margin: 60px auto 0;
    padding: 20px 0 0;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  div.cmn-footer div.foot p.copyright {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 11px;
    line-height: 1.3;
  }
}