  article p {
    color: #404040;
  }

  section#itemDetail-wrap .description p.font18 {
    font-size: 18px;
  }

  section#itemDetail-wrap .description p.font20 {
    font-size: 20px;
  }

  section#itemDetail-wrap .description p.font24 {
    font-size: 24px;
  }

  #itemDetail-wrap .description p {}

  .p-item-txt {
    text-align: center;
    line-height: 1.5;
  }

  @media screen and (max-width: 768px) {
    section#itemDetail-wrap .description p.font18 {
      font-size: 14px;
    }

    section#itemDetail-wrap .description p.font20 {
      font-size: 16px;
    }

    section#itemDetail-wrap .description p.font24 {
      font-size: 18px;
    }

    .p-item-txt {
      text-align: left;
    }
  }

  .soap-compare {
    width: 100%;
    overflow-x: auto;
  }

  .soap-compare table {
    margin-bottom: 48px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    overflow: hidden;
    font-family: inherit;
  }

  .soap-compare th,
  .soap-compare td {
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    box-sizing: border-box;
  }

  .soap-compare th:last-child,
  .soap-compare td:last-child {
    border-right: none;
  }

  .soap-compare tbody tr:last-child td {
    border-bottom: none;
  }

  .soap-compare th {
    padding: 24px;
    background: #eaf8fd;
    font-weight: 400;
  }

  .soap-compare td {
    padding: 20px 17px;
    background: #fff;
    font-weight: 400;
  }

  .soap-compare td:nth-child(3) {
    text-align: left;
  }

  .soap-compare__emphasis td {
    background: #fff8fb;
    color: var(--pink);
    font-weight: 700;
  }

  .soap-compare__emphasis td:nth-child(3) {
    text-align: center;
  }

  /* SP */
  @media screen and (max-width: 768px) {
    .p-item-txt {
      text-align: left;
    }

    .soap-compare table {}

    .soap-compare th {
      padding: 16px 10px;
      font-size: 13px;
    }

    .soap-compare td {
      padding: 16px 10px;
      font-size: 13px;
    }

    .soap-compare th:nth-child(3) {
      width: 40%;
    }

  }


  .use-rating {
    margin: 40px 0;
    padding: 15px 20px;
    background: #eaf8fd;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
  }

  .use-rating h3 {
    margin: 0 0 15px;
    color: var(--blue);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--blue);
  }

  .use-rating__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .use-rating__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }

  .use-rating__stars {
    color: #ff8a00;
    letter-spacing: 0.12em;
  }

  /* SP */
  @media screen and (max-width: 768px) {
    .use-rating {
      padding: 20px 10px;
    }

    .use-rating h3 {
      font-size: 18px;
    }

    .use-rating__list {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 18px 10px;
    }

    .use-rating__list li {
      font-size: 16px;
    }
  }

  .p-item-wrap h4 {
    margin-bottom: 32px;
    text-align: center;
    color: var(--blue);
    line-height: 1.5;
  }

  .p-item-wrap h5 {
    margin-bottom: 32px;
    text-align: center;
    color: var(--blue);
    line-height: 1.5;
  }

  section#itemDetail-wrap .description .p-item-wrap p.p-caution {
    padding-left: 1em;
    text-align: left;
    color: #404040;
    text-indent: -1em;
    font-size: 13px;
  }

  .p-review.st-cat-bottom-wrap .p-review-item h5 {
    color: #404040;
  }

  .p-item-how {
    padding-top: 40px;
    margin-top: 40px;
    border-top: dotted 2px var(--mizu);
  }

  .p-item-how h3 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 20px;
    color: var(--blue);
  }