@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/* ----------------------
- header
- footer
- maintenance_sec
---------------------- */
/*=======================================
　header
=======================================*/
header {
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed !important;
    height: 50px;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 5%;
  }
}
header .hd_logo {
  width: 321px;
}
@media screen and (max-width: 768px) {
  header .hd_logo {
    max-width: 230px;
  }
}

/*=======================================
　footer
=======================================*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: none;
  padding: 0;
}
footer .obi_area {
  height: 40px;
  background: url(../images/common/ft_bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .obi_area .copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #FFF;
}

/*=======================================
　maintenance_sec
=======================================*/
.maintenance_sec {
  padding: 118px 0;
  text-align: center;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .maintenance_sec {
    padding: 100px 0;
  }
}
.maintenance_sec .inner {
  padding: 0;
  max-width: 1420px;
  width: 95%;
  margin: 0 auto;
}
.maintenance_sec .inner > .page__ttl {
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .maintenance_sec .inner > .page__ttl {
    font-size: 21px;
  }
}
.maintenance_sec .inner > p {
  margin-bottom: 14px;
}
.maintenance_sec .inner .item_wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.maintenance_sec .inner .item_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 11px;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=maintenance.css.map */