
.mv {
  position: relative;
  display: block;
}
.mv__box {
  position: absolute;
  top: 4.5%;
  left: 4.2%;
  color: #fff;
  z-index: +2;
}
.mv__ttl {
  font-weight: 600;
  font-size: 6.65vw;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: 2.5%;
}
.mv__txt {
  font-size: 4.125vw;
}
.box {
  position: relative;
  background-color: rgba(255, 0, 0, 10%);
  border-radius: 10px;
  padding: 25px;
}
.box.is-color01 {
  background-color: rgba(25, 146, 0, 10%);
}
.box.is-color02 {
  background-color: rgba(0, 128, 193, 10%);
}
.box.is-color03 {
  background-color: rgba(0, 0, 0, 5%);
}
.box.is-img::after {
  content: "";
  width: 14%;
  max-width: 143px;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: calc(100% - 20px);
  right: 1%;
}
.box.is-img01::after {
  background: url(/jp/energy/maintenance/emergency_generator/img/img_inspection_06.png)no-repeat center /contain;
}
.box.is-img02::after {
  background: url(/jp/energy/maintenance/emergency_generator/img/img_inspection_07.png)no-repeat center /contain;
}
.box__list {
  display: grid;
  gap: 7px;
}
.box__list li {
  display: grid;
  grid-template-columns: 15px 1fr;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}
.box__list li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url(/jp/energy/maintenance/emergency_generator/img/icon_inspection_01.svg)no-repeat center /contain;
}
.box__list.is-icon02 li::before {
  background: url(/jp/energy/maintenance/emergency_generator/img/icon_inspection_02.svg)no-repeat center /contain;
}
.txt-source {
  word-wrap: break-word;
}
.table {
  overflow-x: auto;
  padding-bottom: 5px;
}
.table table {
  background: #fff;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.table tr {
  border-bottom: 1px solid #CECECE;
}
.table tbody tr:last-child {
  border-bottom: none;
}
.table th,
.table td {
  padding: 3px 10px;
  text-align: center;
  white-space: nowrap;
}
.table th {
  font-weight: 600;
}
.table th.table__heading01 {
  background-color: #DC1E37;
  color: #fff;
}
.table .table__data01 {
  background-color: #E5F2F9;
}
.bg01 {
  background: #000000;
  color: #fff;
}
@media screen and (min-width: 661px) {
  .pc-none {
    display: none;
  }
  .mv__box {
    top: 25.5%;
  }
  .mv__ttl {
    font-size: 2.85vw;
  }
  .mv__txt {
    font-size: 1.425vw;
  }
  .box {
    padding: 35px;
  }
  .box.is-img {
    padding: 30px;
  }
  .box.is-img::after {
    width: 30%;
    bottom: auto;
    top: -8px;
    right: 4.5%;
  }
  .table {
    font-size: 18px;
  }
  .box__list li {
    font-size: 16px;
  }
  .bg01 {
    padding: 55px 0;
  }
}
@media screen and (max-width: 1160px) {
  .box.is-img::after {
    width: 21%;
    right: 1.5%;
  }
}
@media screen and (max-width: 1000px) {
  .box.is-img::after {
    width: 14%;
    top: -30px;
  }
}
@media screen and (max-width: 660px) {
  .txt-source {
    font-size: 12px;
  }
}