@charset "utf-8";

/* トイレが詰まる主な原因とは？ */
.cause {
  .cause_ttl {
    padding: 0.40rem 0;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 900;
    @media screen and (max-width: 640px) {
      font-size: 0.24rem;
    }
  }
  .list {
    padding: 0 0.30rem 0.30rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.40rem 0;
    @media screen and (max-width: 640px) {
      padding: 0 0.20rem 0.30rem;
    }
    .detail {
      width: 47%;
      .ph_wrap {
        width: 100%;
        height: 2.00rem;
        border-radius: 0.10rem;
        overflow: hidden;
        @media screen and (max-width: 640px) {
          height: 30vw;
        }
        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .list_ttl {
        text-align: center;
        padding: 0.15rem 0;
        font-size: 0.24rem;
        font-weight: 700;
        line-height: 1.3;
        @media screen and (max-width: 640px) {
          font-size: 0.18rem;
        }
      }
      .txt {
        font-size: 0.16rem;
        line-height: 1.5;
        text-align: justify;
        @media screen and (max-width: 640px) {
          font-size: 0.14rem;
        }
      }
    }
  }
}



/* こんな症状があれば要注意！ */
.careful {
  background-color: #fefdf0;
  padding-bottom: 0.40rem;
  .careful_ttl {
    padding: 0.40rem 0;
    font-size: 0.36rem;
    font-weight: 900;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.20rem;
    @media screen and (max-width: 640px) {
      font-size: 0.24rem;
      padding-top: 0;
    }
    .icon {
      width: 0.70rem;
      @media screen and (max-width: 640px) {
        width: 0.40rem;
      }
    }
  }
  .list_wrap {
    position: relative;
    padding: 0 0.30rem;
    @media screen and (max-width: 640px) {
      padding: 0 0.20rem;
    }
    .list {
      width: 100%;
      font-size: 0.26rem;
      font-weight: 700;
      line-height: 1.3;
      @media screen and (max-width: 640px) {
        font-size: 0.18rem;
      }
      .txt {
        text-indent: -0.34rem;
        margin-left: 0.34rem;
        margin-bottom: 0.10rem;
        &::before {
          content: "";
          width: 0.24rem;
          height: 0.24rem;
          background-image: url(../img/common/check_icon.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          margin-right: 0.10rem;
          position: relative;
          top: 0.04rem;
        }
      }
    }
    .ph_wrap {
      width: 36%;
      position: absolute;
      top: 0;
      right: 0.30rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.20rem 0;
      @media screen and (max-width: 640px) {
        width: 34%;
        right: 0.15rem;
      }
      .ph {
        width: 100%;
        height: 1.50rem;
        border-radius: 0.10rem;
        overflow: hidden;
        @media screen and (max-width: 640px) {
          height: 28vw;
        }
        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  }
  .sign {
    padding: 0.15rem 0.30rem;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    gap: 0 0.10rem;
    @media screen and (max-width: 640px) {
      font-size: 0.18rem;
    }
    .icon {
      width: 0.24rem;
    }
  }
  .caption {
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0.30rem;
    @media screen and (max-width: 640px) {
      padding: 0 0.20rem;
      font-size: 0.16rem;
      line-height: 1.5;
    }
  }
}

