@charset "utf-8";

body {
  color: #333;
}

a:link {
  color: #c02;
}

.fea_mt0 {
  margin-top: 0 !important;
}

.fea_mt20 {
  margin-top: 20px !important;
}

.fea_mt40 {
  margin-top: 40px !important;
}

.fea_mb30 {
  margin-bottom: 30px !important;
}

.fea_mb40 {
  margin-bottom: 40px !important;
}

.lp_hover a {
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}

.lp_hover a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.cleaning_overlay {
  position: relative;
  &::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

.cleaning_body {
  margin: 0;
}

.cleaning_mv {
  width: 100%;
  margin-bottom: 20px;
  img {
    width: 100%;
  }
}

.cleaning_table {
  max-width: 1066px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
  th,
  td {
    border: 1px solid #707070;
    text-align: center;
    font-weight: bold;
  }
}

.cleaning_table_th {
  background-color: #e5e5e5;
}

.cleaning_table_th--red {
  background-color: #bf0000;
  color: #fff;
}

.cleaning_table_th--short,
.cleaning_table_td--short {
  width: 25%;
}

.cleaning_list {
  margin: 0.5em 0 0;
  padding-left: 20px;
  list-style: none;
  li {
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 0.75em;
      left: -12px;
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: #000;
    }
    &:not(:last-child) {
      margin-bottom: 0.25em;
    }
  }
}

.cleaning_img_box {
  display: grid;
  grid-template-columns:
    minmax(0, 320px) clamp(20px, calc((20px / 320px) * 100vw), 60px)
    minmax(0, 320px);
  grid-auto-rows: auto;
  align-items: center;
  justify-items: center;
  gap: 20px;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 8px;
  .col1 {
    grid-column: 1 / 2;
  }
  .col2 {
    grid-column: 2 / 3;
  }
  .col3 {
    grid-column: 3 /4;
  }
  .row1 {
    grid-row: 1 / 2;
  }
  .row2 {
    grid-row: 2 / 3;
  }
  .row3 {
    grid-row: 3 / 4;
  }
  p,
  picture {
    margin: 0;
  }
  picture {
    width: 100%;
  }
  img {
    display: block;
  }
}

.cleaning_img_box02 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 8px;
  .col1 {
    grid-column: 1 / 2;
  }
  .col2 {
    grid-column: 2 / 3;
  }
  .row1 {
    grid-row: 1 / 2;
  }
  .row2 {
    grid-row: 2 / 3;
  }
  p,
  picture {
    margin: 0;
  }
  img {
    display: block;
  }
}
