.price {
  padding-bottom: 5%;
  color: #303850;
}
.price .common-container {
  width: 80%;
  margin: 4% auto;
}
@media screen and (max-width: 767px) {
  .price .common-container {
    width: 92%;
  }
}
.price h2 {
  font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
  color: #3556c3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price h2 {
    padding: 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .price h2 {
    padding: 4% 0;
  }
}
.price .price-intro {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .price .price-intro {
    gap: 40px;
    width: 80%;
    margin: 40px auto 50px;
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .price .price-intro {
    gap: 20px;
    margin: 40px auto 50px;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
.price .price-intro .price-intro-text {
  text-align: center;
}
.price .price-intro .price-intro-text b {
  text-decoration: underline;
}
.price .price-intro .price-intro-img {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .price .price-intro .price-intro-img {
    width: 100%;
  }
}
.price .price-intro ul {
  width: 55%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .price .price-intro ul {
    width: 100%;
  }
}
.price .price-table {
  max-width: 720px;
  margin: 20px auto 40px;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .price .price-table {
    padding: 3% 1.6%;
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .price .price-table {
    padding: 3%;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
.price .price-table .price-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price .price-table .price-title-wrapper .price-title {
  display: flex;
  align-items: center;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .price .price-table .price-title-wrapper .price-title {
    padding: 2% 0;
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .price .price-table .price-title-wrapper .price-title {
    padding: 5% 0;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
.price .price-table .price-title-wrapper .price-title img {
  margin-right: 5px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .price .price-table .price-title-wrapper .price-title img {
    width: 8%;
  }
}
.price .price-table .price-title-wrapper .price-plus-icon {
  width: 4%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .price .price-table .price-title-wrapper .price-plus-icon {
    width: 6%;
  }
}
.price .price-table .price-table-content {
  margin: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out 0.05s, margin-top 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .price .price-table .price-table-content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .price .price-table .price-table-content {
    width: 100%;
  }
}
.price .price-table.is-open .price-table-content {
  max-height: 5000px;
  opacity: 1;
  margin-top: 20px;
  padding: 0;
  transition: max-height 0.4s ease-in, opacity 0.3s ease-in, margin-top 0.3s ease-in, padding 0.3s ease-in;
}
.price .price-table .detail-btn {
  text-align: center;
  width: 60%;
  display: block;
  margin: 4% auto 0;
}
@media screen and (max-width: 767px) {
  .price .price-table .detail-btn {
    width: 96%;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #303850;
}
table th,
table td {
  border: 1px solid #797979;
  vertical-align: middle;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  table th,
  table td {
    padding: 18px 16px;
  }
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 3% 0;
  }
}
table th {
  font-weight: 400;
  text-align: left;
}
table .plan-label,
table .dose {
  background-color: #edf4ff !important;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  table .plan-label,
  table .dose {
    width: 28%;
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    padding: 18px 16px;
  }
}
@media screen and (max-width: 767px) {
  table .plan-label,
  table .dose {
    width: 40%;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    padding: 3% 3%;
  }
}
table .period {
  background-color: #2b87dd;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  table .period {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  table .period {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  table .plan-title {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  table .plan-title {
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}
table .plan-type {
  width: 24%;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  table .plan-type {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  table .plan-type {
    width: 27%;
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
  }
}
@media screen and (min-width: 768px) {
  table .plan-price {
    padding: 5% 3%;
    width: 48%;
    font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  table .plan-price {
    padding: 5% 3%;
    width: 50%;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
  }
}
table .plan-price br {
  content: "";
}
table .plan-price .plan-price-adj {
  margin-top: 10px;
}
table .coupon {
  display: inline-block;
  margin-top: 4px;
  color: #2b87dd;
}
@media screen and (min-width: 768px) {
  table .coupon {
    font-size: clamp(11px, 13 / 1920 * 100vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  table .coupon {
    font-size: clamp(10px, 12 / 750 * 100vw, 14px);
  }
}