@charset "utf-8";

.lp_wp {
  margin-top: 20px;
}

.lp_wp img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#FW4_wrap {
  line-height: calc(42 / 25);
}

.JS h2 {
  margin: 24px 0 0 24px;
}

.cleaning_message {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-weight: bold;
  width: calc(100% - 16px * 2);
  z-index: 2;
  font-weight: bold;
  font-size: 1.125rem;
  background-color: #fff;
  text-align: center;
  max-width: calc(375px - 20px - 16px * 2);
  margin-bottom: 50vh;
}

.cleaning_message_wrapper {
  position: sticky;
  top: 100vh;
  left: 0;
  z-index: 2;
}

.cleaning_message_red {
  color: #bf0000;
}

.cleaning_title_h2 {
  width: fit-content;
  background-color: #2566a8;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 1.125rem;
  padding: 6px 16px 0;
  font-weight: bold;
}

.cleaning_text_blue {
  font-size: 1.125rem;
  color: #2566a8;
  font-weight: bold;
  margin: 0;
}

.cleaning_img_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  max-width: 1030px;
  margin: 0 auto;
}

.cleaning_img_arrow {
  max-width: 86px;
}

.cleaning_img_shadow {
  border-radius: 10px;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.16));
  width: 320px;
}

.cleaning_box_inner {
  background-color: #fcfbe7;
  border-width: 3px 0;
  border-color: #2566a8;
  border-style: solid;
  padding: 24px;
  p {
    &:first-child,
    &:last-child {
      margin: 0;
    }
  }
}

.cleaning_text_box_red {
  box-sizing: border-box;
  max-width: 890px;
  margin: 0 auto;
  color: #bf0000;
  font-weight: bold;
  border: 6px solid #bf0000;
  background-color: #fff;
  padding: 12px;
  font-size: 0.875rem;
}

.cleaning_text_box_red_title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.cleaning_table_th {
  font-size: 0.875rem;
  background-color: #e5e5e5;
  padding: 4px 8px;
}

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

.cleaning_table_td {
  padding: 8px;
  height: 60px;
  font-size: 0.875rem;
  .thin {
    font-weight: 400;
    font-size: 0.625rem;
  }
}

.cleaning_table_td--red {
  color: #bf0000;
  font-size: 1rem;
}

.cleaning_table_th--short,
.cleaning_table_td--short {
  width: 144px;
}

.cleaning_text_black {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.cleaning_list_asterisk {
  padding-left: 1em;
  font-size: 0.875rem;
  margin: 0.5em 0 0;
  > li {
    &::marker {
      content: "※";
    }
    &:not(:last-child) {
      margin-bottom: 0;
    }
  }
}

.cleaning_list_number {
  padding-left: 0;
  margin: 0;
  counter-reset: listnum;
  list-style: none;
  > li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 0;
    &::before {
      counter-increment: listnum;
      content: counter(listnum) ".";
      font-size: 1.25em;
      font-weight: bold;
    }
    &:not(:last-child) {
      margin-bottom: 1em;
    }
  }
}

.cleaning_button {
  box-sizing: border-box;
  background-color: #bf0000;
  color: #fff;
  font-weight: bold;
  font-size: 1.3125rem;
  position: relative;
  max-width: 472px;
  width: calc(100% - 32px * 2);
  margin: 0 32px;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  &::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 11px;
    height: 18px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    background-image: url(/lp/ra_clean2025/img/icon_01.svg);
    background-size: contain;
    background-position: center;
  }
}

.cleaning_button_wrapper {
  margin-top: 24px;
  text-align: center;
  a:link, a:visited, a:hover {
    color: #fff;
  }
  a.disabled {
    background-color: #606060;
  }
}
