.mod-treatment-list_other {
	margin-top: 25px;
}

/* Basic new */
.basic-new-lead {
  margin-top: 20px;
  text-align: center;
}

.basic-new-line {
  color: #231815;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.4;
}

.basic-new-intro {
  margin-top: 8px;
  color: #333;
  font-size: 1.5em;
  line-height: 1.7;
}

.basic-new-cards {
  display: flex;
  gap: 18px;
  align-items: stretch;
  margin-top: 34px;
}

.basic-new-card {
  position: relative;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  border: 1px solid #c8c3c0;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
}

.basic-new-card-primary {
  /* flex: 1.2 1 0; */
  border-color: #d8b12b;
}

.basic-new-card-media {
  position: relative;
  height: 270px;
  padding: 20px 20px 24px;
  background: white;
  text-align: center;
}

.basic-new-card-primary .basic-new-card-media {
  height: 270px;
}

.basic-new-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 220px;
  padding: 0;
}

.basic-new-image-link img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  object-position: center;
}

.basic-new-card-primary .basic-new-image-link img {
  width: 220px;
  height: 220px;
}

.basic-new-special {
  position: absolute;
  top: 20px;
  right: 5px;
  z-index: 2;
  width: 92px;
  height: 92px;
  padding-top: 26px;
  border-radius: 50%;
  background: #d9b300;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.basic-new-card-body {
  padding: 18px 22px 24px;
}

.basic-new-type {
  display: inline-block;
  min-height: 27px;
  padding: 5px 12px;
  border-radius: 5px;
  background: #2a2a2a;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

.basic-new-name {
  margin-top: 14px;
  color: #231815;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.35;
}

.basic-new-sp-price {
  margin-top: 10px;
  color: #c1001f;
  font-size: 1.3em;
  font-weight: bold;
}

.basic-new-price {
  margin-top: 14px;
  color: #231815;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.4;
}

.basic-new-description {
  margin-top: 14px;
  color: #333;
  font-size: 1.4em;
  line-height: 1.8;
  min-height: 126px;
}

.basic-new-actions {
  margin-top: 22px;
}

.basic-new-cart,
.basic-new-detail {
  display: block;
  width: 100%;
  border-radius: 999px;
  color: #fff !important;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.basic-new-cart {
  background: #a50319;
}

.basic-new-detail {
  margin-top: 12px;
  background: #000;
}

.basic-new-notes {
  margin-top: 18px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.8;
}

.basic-new-banner {
  display: block;
  margin-top: 24px;
}

.basic-new-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.basic-new-banner .pc_only {
  display: block;
}

.basic-new-banner .sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .basic-new-banner .pc_only {
    display: none;
  }

  .basic-new-banner .sp_only {
    display: block;
  }

  .basic-new-line {
    font-size: 2.2em;
  }

  .basic-new-intro {
    font-size: 1.3em;
  }

  .basic-new-cards {
    display: block;
    margin-top: 24px;
  }

  .basic-new-card,
  .basic-new-card-primary {
    width: auto;
    margin-top: 18px;
  }

  .basic-new-card:first-child {
    margin-top: 0;
  }

  .basic-new-card-media,
  .basic-new-card-primary .basic-new-card-media {
    min-height: 0;
  }

  .basic-new-image-link {
    min-height: 170px;
  }

  .basic-new-image-link img,
  .basic-new-card-primary .basic-new-image-link img {
    width: 250px;
    height: 250px;
  }

  .basic-new-description {
    min-height: 0;
  }
}
