@charset "UTF-8";
.count-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 45px;
}
  @media (max-width: 575px) {
    .count-list {
      gap: 20px 0;
      justify-content: space-between;
      margin-bottom: 25px;
    }
  }

.count-list-item {
  width: calc((100% - 60px) / 4);
}
  @media (max-width: 575px) {
    .count-list-item {
      width: calc((100% - 10px) / 2);
    }
  }

.count-list-item-img {
  margin-bottom: 10px;
}
  @media (max-width: 575px) {
    .count-list-item-img {
      margin-bottom: 5px;
    }
  }

.count-list-item-ttl {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0097AC;
  margin-bottom: 10px;
}
  @media (max-width: 575px) {
    .count-list-item-ttl {
      margin-bottom: 5px;
    }
  }

.option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
  @media (max-width: 575px) {
    .option-list {
    }
  }

.option-list-item {
  width: calc((100% - 5px) / 2);
  font-size: 12px;
  font-weight: 500;
  background: #F7F7F7;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
}
  @media (max-width: 575px) {
    .option-list-item {
      width: 100%;
    }
  }

.option-list-item a,
.option-list-item a:link,
.option-list-item a:visited {
  color: #000000;
  text-decoration: none;
}
  @media (max-width: 575px) {
  }

.notice {
  font-size: 12px;
  margin: 0;
}
  @media (max-width: 575px) {
  }

.brands_title {
  background: #0097AC;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px;
}
  @media (max-width: 575px) {
    .brands_title {
      font-size: 18px;
    }
  }

.brands_detail {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #B5B5B6;
  border-top: 0;
  padding: 35px 40px 50px;
}
  @media (max-width: 575px) {
    .brands_detail {
      padding: 20px 15px 30px;
    }
  }

.brands_img {
  width: 50%;
}
  @media (max-width: 575px) {
    .brands_img {
      width: 100%;
      margin-bottom: 15px;
    }
  }

.brands_desc {
  width: 50%;
  font-size: 16px;
}
  @media (max-width: 575px) {
    .brands_desc {
      width: 100%;
      font-size: 14px;
    }
  }

.brands_desc h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
  @media (max-width: 575px) {
  }

.brands_desc h4 strong {
  color: #0097AC;
}

.brands_desc .notice {
  margin-top: 40px;
}
  @media (max-width: 575px) {
    .brands_desc .notice {
      margin-top: 20px;
    }
  }

.option-detail {
  margin-bottom: 60px;
}
.option-detail:last-child {
  margin-bottom: 0;
}
  @media (max-width: 575px) {
    .option-detail {
      margin-bottom: 30px;
    }
  }

.option-detail-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
  @media (max-width: 575px) {
    .option-detail-item {
      padding: 0;
    }
  }

.option-detail-item-img {
  width: 300px;
  margin-right: 30px;
}
  @media (max-width: 575px) {
    .option-detail-item-img {
      width: 100%;
      margin: 0 0 15px;
    }
  }

.option-detail-item-desc {
  font-size: 14px;
  line-height: 1.9;
  max-width: 510px;
}
  @media (max-width: 575px) {
    .option-detail-item-desc {
      width: 100%;
      max-width: none;
    }
    .option-detail-item-desc p {
      font-size: 14px;
      /* line-height: 1.9; */
      text-align: justify;
    }
  }


.ng-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-bottom: 40px;
}
  @media (max-width: 575px) {
    .ng-list {
      gap: 10px 0;
      justify-content: space-between;
      margin-bottom: 20px;
    }
  }

.ng-list-item {
  width: calc((100% - 48px) / 3);
}
  @media (max-width: 575px) {
    .ng-list-item {
      width: calc((100% - 10px) / 2);
    }
  }

.ng-list-item-wide {
  width: calc( ((100% - 48px) / 3 * 2) + 24px);
}
  @media (max-width: 575px) {
    .ng-list-item-wide {
      width: 100%;
    }
  }

.ng-other-item {
  margin-bottom: 40px;
}
  @media (max-width: 575px) {
    .ng-other-item {
      margin-bottom: 20px;
    }
  }

.ng-other-item h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
  @media (max-width: 575px) {
    .ng-other-item h4 {
      font-size: 18px;
      margin-bottom: 15px;
    }
  }

.ng-other-item h4:before {
  content: "";
  width: 25px;
  height: 33px;
  background: url('https://cleaners.itembox.design/item/rinavis/img/irui_excluded/ico_notice.svg') no-repeat center /contain;
  margin-right: 15px;
  flex-shrink: 0;
}
  @media (max-width: 575px) {
    .ng-other-item h4:before {
      font-size: 20px;
      margin-right: 8px;
    }
  }

.ng-other-item-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 40px;
}
  @media (max-width: 575px) {
    .ng-other-item-detail {
      padding: 0;
    }
  }

.ng-other-item-detail-desc {
  width: 420px;
  font-size: 14px;
  /* line-height: 1.9; */
}
  @media (max-width: 575px) {
    .ng-other-item-detail-desc {
      width: 100%;
      text-align: justify;
    }
  }

.ng-other-item-detail-img {
  width: 295px;
  margin: 0 auto;
}
  @media (max-width: 575px) {
    .ng-other-item-detail-img {
      width: 100%;
      order: -1;
      margin: 0 0 15px;
      text-align: center;
    }
  }

