.product-info__description .prose + .prose {
  margin-top: 2em;
}
.sentaku_section {
  .sentaku_section_title {
    font-size: 14px !important;
  }
  .sentaku_blocks {
    display: flex;
    gap: 8px;
    .sentaku_block {
      width: calc(100% / 6);
      margin: 0 !important;
      text-align: center;
      border: 1px solid #ededed;
      border-radius: 8px;
      overflow: hidden;
      .sentaku_block_title {
        font-size: 16px !important;
        font-weight: bold;
        border-bottom: 1px solid #ededed;
        padding: 10px 0;
        color: #fff;
      }
      .is_1 {
        background: #f29d25;
      }
      .is_2 {
        background: #ed7b3e;
      }
      .is_3 {
        background: #3cbaf3;
      }
      .is_4 {
        background: #42bb9d;
      }
      .is_5 {
        background: #ea719d;
      }
      .is_6 {
        background: #90c535;
      }
      img {
        width: 50%;
        margin: 20px auto !important;
      }
    }
  }
  .sentaku_section_link {
    margin-top: 10px;
    a {
      text-decoration: underline;
    }
  }
}
@media screen and (max-width: 768px) {
.sentaku_section {
  .sentaku_blocks {
    flex-wrap: wrap;
    .sentaku_block {
      width: calc((100% / 3) - 6px);
      .sentaku_block_title {
        font-size: 14px !important;
      }
      img {
        margin: 10px auto !important;
      }
    }
  }
}
}
