@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) {
.cause .cause_ttl {
      font-size: 0.24rem;
  }
    }
.cause .list {
    padding: 0 0.30rem 0.30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.40rem 0;
  }
@media screen and (max-width: 640px) {
.cause .list {
      padding: 0 0.20rem 0.30rem;
  }
    }
.cause .list .detail {
      width: 47%;
    }
.cause .list .detail .ph_wrap {
        width: 100%;
        height: 2.00rem;
        border-radius: 0.10rem;
        overflow: hidden;
      }
@media screen and (max-width: 640px) {
.cause .list .detail .ph_wrap {
          height: 30vw;
      }
        }
.cause .list .detail .ph_wrap img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
.cause .list .detail .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) {
.cause .list .detail .list_ttl {
          font-size: 0.18rem;
      }
        }
.cause .list .detail .txt {
        font-size: 0.16rem;
        line-height: 1.5;
        text-align: justify;
      }
@media screen and (max-width: 640px) {
.cause .list .detail .txt {
          font-size: 0.14rem;
      }
        }



/* こんな症状があれば要注意！ */
.careful {
  background-color: #fefdf0;
  padding-bottom: 0.40rem;
}
.careful .careful_ttl {
    padding: 0.40rem 0;
    font-size: 0.36rem;
    font-weight: 900;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.20rem;
  }
@media screen and (max-width: 640px) {
.careful .careful_ttl {
      font-size: 0.24rem;
      padding-top: 0;
  }
    }
.careful .careful_ttl .icon {
      width: 0.70rem;
    }
@media screen and (max-width: 640px) {
.careful .careful_ttl .icon {
        width: 0.40rem;
    }
      }
.careful .list_wrap {
    position: relative;
    padding: 0 0.30rem;
  }
@media screen and (max-width: 640px) {
.careful .list_wrap {
      padding: 0 0.20rem;
  }
    }
.careful .list_wrap .list {
      width: 100%;
      font-size: 0.26rem;
      font-weight: 700;
      line-height: 1.3;
    }
@media screen and (max-width: 640px) {
.careful .list_wrap .list {
        font-size: 0.18rem;
    }
      }
.careful .list_wrap .list .txt {
        text-indent: -0.34rem;
        margin-left: 0.34rem;
        margin-bottom: 0.10rem;
      }
.careful .list_wrap .list .txt::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;
        }
.careful .list_wrap .ph_wrap {
      width: 36%;
      position: absolute;
      top: 0;
      right: 0.30rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0.20rem 0;
    }
@media screen and (max-width: 640px) {
.careful .list_wrap .ph_wrap {
        width: 34%;
        right: 0.15rem;
    }
      }
.careful .list_wrap .ph_wrap .ph {
        width: 100%;
        height: 1.50rem;
        border-radius: 0.10rem;
        overflow: hidden;
      }
@media screen and (max-width: 640px) {
.careful .list_wrap .ph_wrap .ph {
          height: 28vw;
      }
        }
.careful .list_wrap .ph_wrap .ph img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
.careful .sign {
    padding: 0.15rem 0.30rem;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.10rem;
  }
@media screen and (max-width: 640px) {
.careful .sign {
      font-size: 0.18rem;
  }
    }
.careful .sign .icon {
      width: 0.24rem;
    }
.careful .caption {
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0.30rem;
  }
@media screen and (max-width: 640px) {
.careful .caption {
      padding: 0 0.20rem;
      font-size: 0.16rem;
      line-height: 1.5;
  }
    }
/*# sourceMappingURL=toilet-dist.css.map */