.common-wrap {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}

main.kyushu {
  padding-top: 99px;
}
@media screen and (max-width: 768px) {
  main.kyushu {
    padding-top: 85px;
  }
}

a:hover {
  opacity: 0.7;
}

#kyushu-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
#kyushu-header img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#kyushu-header .header-top {
  background-color: #01349d;
}
#kyushu-header .header-top .txt {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  padding-block: 7px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4166666667;
}
#kyushu-header .header-main {
  padding-block: 4px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
#kyushu-header .header-main .common-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kyushu-header .header-main .common-wrap .logo {
  max-width: 256px;
  width: 57.9710144928%;
}
@media screen and (max-width: 768px) {
  #kyushu-header .header-main .common-wrap .logo {
    max-width: 200px;
    width: 100%;
  }
}
#kyushu-header .header-main .common-wrap .txt {
  font-size: 18px;
  font-weight: 700;
  color: #01349d;
  line-height: 1;
}

footer.footer img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
footer.footer .footer-main {
  padding-block: 40px;
}
footer.footer .footer-main .common-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 425px) {
  footer.footer .footer-main .common-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
footer.footer .footer-main .common-wrap .logo-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-main .common-wrap .logo-cover {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.footer .footer-main .common-wrap .logo-cover .logo {
  max-width: 256px;
  width: 57.9710144928%;
}
footer.footer .footer-main .common-wrap .logo-cover .txt {
  font-size: 18px;
  font-weight: 700;
  color: #01349d;
  line-height: 1;
}
footer.footer .footer-main .common-wrap .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  footer.footer .footer-main .common-wrap .menu-list {
    max-width: 310px;
    width: 100%;
  }
}
footer.footer .footer-main .common-wrap .menu-list .menu-item + .menu-item {
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #333333;
}
footer.footer .footer-main .common-wrap .menu-list .menu-item .menu-link {
  display: block;
  line-height: 1.1;
}
footer.footer .footer-bottom {
  padding-block: 7px;
  background-color: #01349d;
}
footer.footer .footer-bottom .common-wrap .txt {
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}/*# sourceMappingURL=kyushu-common.css.map */