.border-under-text {
  border-bottom: 1.5px solid rgba(233, 235, 237, 0.4);
  margin-top: 10px;
  margin-left: -10px;
}

.c-heading-s_resize {
  font-size: 22px !important;
}

@media screen and (max-width: 768px) {
  .c-heading-s_resize {
    font-size: 16px !important;
  }
}

.c-note-merit_custom {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.c-note-merit.c-note-merit_custom::before {
  content: none;
}

.c-sub-text-sell-omakase {
  font-size: 12px;
  line-height: 1;
}

.c-text-sell-omakase_title {
  font-size: 24px;
  line-height: 2;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .c-text-sell-omakase_title {
    font-size: 20px;
    line-height: 1.8;
  }
}

.c-text-sell-omakase_underline {
  text-decoration: underline;
  text-decoration-color: #ffeb0d;
  text-decoration-thickness: 5px;
  text-underline-offset: 3px;
}

.caution-text {
  text-align: left !important;
}

.discription-flex {
  display: flex;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .discription-flex {
    gap: 0;
    flex-direction: column;
  }
}

.p-omakase-block {
  width: 90%;
  margin: 0 auto;
}

.p-omakase-column {
  width: calc(50% - 8px);
  box-sizing: border-box;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-omakase-column {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.sell-layout-columns .p-omakase-column {
  width: 100%;
}

.p-omakase-header-image-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 767.98px) {
  .p-omakase-header-image-row {
    flex-direction: row;
    gap: 16px;
  }
}

.p-omakase-header-image-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.p-omakase-header-image-row h2 {
  margin: 0;
  flex-shrink: 0;
}

.p-omakase-points {
  border: solid 8px rgba(255, 233, 236, 0.5);
  padding-top: 5px;
  padding-left: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-omakase-points {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-sell-fee-info__note-custom {
    text-indent: 0;
    padding-left: 0;
    text-align: left;
  }
}

.p-sell-fee-info__table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .p-sell-fee-info__table-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }

  .p-sell-fee-info__table-wrapper > div {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .p-sell-omakase__desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
  }
}

.sell-index-image-resize__bottom {
  width: 180px;
  height: 153px;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .sell-index-image-resize__bottom {
    width: 140px;
    height: 120px;
    max-width: none;
  }
}

.sell-index-image-resize__top {
  width: 180px;
  height: 153px;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .sell-index-image-resize__top {
    width: 150px;
    height: 128px;
    max-width: none;
  }
}

.sell-layout-columns {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .sell-layout-columns {
    flex-direction: column;
  }
}

.table_header {
  margin-top: 30px;
}

.table_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.72;
}

@media screen and (max-width: 768px) {
  .table_title {
    font-size: 20px;
  }
}

.text-align-left {
  text-align: left !important;
}

.vertical-divider {
  width: 1px;
  background-color: #ccc;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .vertical-divider {
    display: none;
  }
}

.check-circle {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  background-color: #d90d0d;
}

@media screen and (max-width: 767.98px) {
  .check-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-color: #d90d0d;
  }
}

.check-style {
  margin-right: 5px;
}


.small-text {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .small-text {
    font-size: 16px;
  }
}

