/* カスタマイズ用CSS */
/**
 * Author: Ryosuke HAYASHI
 * Version: 1.0.0
 */
.sct-wrapper h2 {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .sct-wrapper h2 {
    font-size: 18px;
  }
}

.sct-wrapper h2 .ttl-large {
  font-size: 24px;
}

.sct-wrapper h2 .ttl-large:after {
  display: block;
  content: "";
  width: 80px;
  margin: auto;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(120deg, #02afff, #1565eb);
}

@media screen and (max-width: 750px) {
  .sct-wrapper h2 .ttl-large:after {
    margin-top: 1.33333vw;
  }
}

@media screen and (max-width: 750px) {
  .sct-wrapper h2 .ttl-large {
    font-size: 18px;
  }
}

.sct-wrapper h2 .ttl-small {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .sct-wrapper h2 .ttl-small {
    font-size: 12px;
    margin-top: 1.33333vw;
  }
}

@media screen and (max-width: 750px) {
  .sct-wrapper .sct-area {
    margin: auto 5.33333vw;
  }
}

.sct-wrapper .sct-area .info {
  width: 600px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .sct-wrapper .sct-area .info {
    width: 100%;
  }
}

.sct-wrapper .sct-area .info dl {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .sct-wrapper .sct-area .info dl {
    margin-top: 8vw;
  }
}

.sct-wrapper .sct-area .info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #1565eb;
  font-size: 24px;
  line-height: 1.8;
}

.sct-wrapper .sct-area .info dl dt:before {
  display: block;
  content: "";
  width: 8px;
  height: 30px;
  background: #1565eb;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .sct-wrapper .sct-area .info dl dt:before {
    width: 2vw;
    height: 4vw;
    margin-right: 2vw;
  }
}

@media screen and (max-width: 750px) {
  .sct-wrapper .sct-area .info dl dt {
    font-size: 16px;
  }
}

.sct-wrapper .sct-area .info dl dd {
  margin: 30px 20px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .sct-wrapper .sct-area .info dl dd {
    margin: 4vw 5.33333vw 0 5.33333vw;
    font-size: 14px;
  }
}

.sct-wrapper .sct-area .info dl dd a {
  color: #02afff;
}

#footer {
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  #footer {
    margin-top: 16vw;
  }
}

#footer #pagetop {
  position: relative;
  text-align: right;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 20px 10% 20px auto;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #footer #pagetop {
    text-align: center;
    margin: 5.33333vw 0;
  }
}

#footer .footer-area {
  padding-bottom: 26px;
  background: #1b133b;
  color: #fff;
}

#footer .footer-area .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 1160px;
}

@media screen and (max-width: 750px) {
  #footer .footer-area .links {
    display: block;
    width: 100%;
  }
}

#footer .footer-area .links li {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #1b133b;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
    #footer .footer-area .links li {
        height: 50px;
    }
}

#footer .footer-area .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 20px;
  padding: 0;
  color: #fff;
  font-size: 12px;
}

#footer .footer-area p {
  background: #1b133b;
  color: #fff;
}

#footer .footer-area #footer-logo {
  width: 460px;
  line-height: 1;
  padding-top: 26px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  #footer .footer-area #footer-logo {
    width: 100%;
  }
}

#footer .footer-area #footer-logo a {
  display: block;
  background: url(../../assets/img/logo/logo_w.png) 0 0 no-repeat;
  background-size: 60%;
  background-position: center;
  width: 100%;
  margin: auto;
  height: 50px;
  font-size: 0;
}

#footer .footer-area #copyright {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  #footer .footer-area #copyright {
    margin-top: 2.4vw;
    font-size: 10px;
  }
}
/*# sourceMappingURL=hokuriku-ichiba.css.map */