.maintenance-body {
  min-height: 100vh;
  box-sizing: border-box;
}
.maintenance-body .cmn-header--link_top:hover {
  opacity: 1;
}

.maintenance-section {
  padding: 120px 0;
  margin-bottom: 48px;
  border-bottom: #282828 solid 2px;
  min-height: calc(100vh - 60px - 122px - 48px);
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .maintenance-section {
    padding: 65px 0;
    margin-bottom: 25px;
    min-height: 0;
  }
}

.maintenance-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media (max-width: 428px) {
  .maintenance-title {
    font-size: 18px;
  }
}

.maintenance-text_box {
  line-height: 1.75;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.maintenance-text_box:first-of-type {
  margin-top: 0;
}

.maintenance-list {
  background-color: #f2f2f2;
  width: 520px;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 60px auto 0;
}
@media (max-width: 428px) {
  .maintenance-list {
    width: 100%;
    margin-top: 35px;
  }
}

.maintenance-term {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.maintenance-description {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

/*# sourceMappingURL=maintenance.css.map */
