@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.pc-only {
  display: block;
}
@media not screen and (min-width: 576px) {
  .pc-only {
    display: none;
  }
}

.sm-only {
  display: none;
}
@media not screen and (min-width: 576px) {
  .sm-only {
    display: block;
  }
}

body {
  color: #222;
  overflow-x: hidden;
}

.page-ttl30 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
@media not screen and (min-width: 576px) {
  .page-ttl30 {
    font-size: 18px;
  }
}

.page-intro .page-section-inner2 {
  padding-bottom: 0 !important;
}

.maintenance .page-ttl30 {
  text-align: center;
}
.maintenance__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5%;
  margin: 30px calc(50% - 50vw) 0;
  padding: 54px 40px;
  background: #dbdfe4;
}
@media not screen and (min-width: 576px) {
  .maintenance__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.maintenance__item {
  width: 258px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  background: #1c293e;
  color: #fff;
  border-radius: 50%;
}
@media not screen and (min-width: 576px) {
  .maintenance__item {
    width: 42.66vw;
    font-size: 14px;
    line-height: 1.7;
  }
}
.maintenance__item-circle-height {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  height: 0;
  position: relative;
}
.maintenance__item-circle-height p {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.maintenance .trouble {
  margin-top: 60px;
}
@media not screen and (min-width: 576px) {
  .maintenance .trouble {
    margin-top: 80px;
  }
}
.maintenance .trouble__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 50px;
}
@media not screen and (min-width: 576px) {
  .maintenance .trouble__list {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
}
.maintenance .trouble__item {
  max-width: 360px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .maintenance .trouble__item {
    max-width: inherit;
    width: 76vw;
  }
}
.maintenance .inspection {
  margin-top: 140px;
}
@media not screen and (min-width: 576px) {
  .maintenance .inspection {
    margin-top: 80px;
  }
}
.maintenance .inspection .page-ttl30 {
  display: inline-block;
  padding: 8px 70px;
  background: #1c293f;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .maintenance .inspection .page-ttl30 {
    padding: 7px 20px;
  }
}
.maintenance .inspection__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10.2%;
  margin: 60px auto 0;
  max-width: 980px;
}
@media not screen and (min-width: 576px) {
  .maintenance .inspection__container {
    flex-direction: column-reverse;
    gap: 40px;
    margin-top: 20px;
  }
}
.maintenance .inspection__txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media not screen and (min-width: 576px) {
  .maintenance .inspection__txt {
    font-size: 14px;
    letter-spacing: 0.07em;
  }
}

.check {
  padding-top: 40px;
}
@media not screen and (min-width: 576px) {
  .check {
    padding-top: 0;
  }
}
.check .page-section-inner2.check {
  padding-bottom: 60px;
}
@media not screen and (min-width: 576px) {
  .check .page-section-inner2.check {
    padding-bottom: 40px;
  }
}
.check__part {
  margin-top: 30px;
}
.check__part .page-ttl30 {
  margin-bottom: 30px;
}
@media not screen and (min-width: 576px) {
  .check__part .page-ttl30 {
    margin-top: 40px;
  }
}
.check__part + .check__part {
  margin-top: 50px;
}
@media not screen and (min-width: 576px) {
  .check__part + .check__part {
    margin-top: 40px;
  }
}
.check__part table {
  border: 1px solid #000;
}
@media not screen and (min-width: 576px) {
  .check__part table {
    display: none;
  }
}
.check__part table tbody tr:first-child td {
  border-top: 1px solid #000 !important;
}
.check__part table td {
  padding: 7px 16px;
  width: 73.22%;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #000;
}
.check__part table td.td-head {
  padding: 0 16px;
  width: 26.78%;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}