@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.notosans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.table_grid.table_column2 {
  grid-template-columns: 90px calc((100% - 90px) / 1);
}

.table_grid {
  display: grid;
  grid-template-columns: 90px calc((100% - 90px) / 3) calc((100% - 90px) / 3) calc((100% - 90px) / 3);
  color: #555555;
}

.table_grid .table_row2 {
  grid-row: 1/3;
  grid-column: 1/2;
}

.table_grid:nth-child(2) .table_ttl_left {
  border-radius: 10px 0 0 0;
}

.table_grid:last-child .table_ttl_left {
  border-radius: 0 0 0 10px;
}

.table_grid:last-child .table_cell:last-child {
  border-radius: 0 0 10px 0;
}

.txt_flex_wrapper {
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
}

.icon_balloon_txt {
  position: absolute;
  z-index: 10;
  top: -44px;
  left: -65px;
  width: 121px;
}

.txt_flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.txt_flex em, .txt_flex span, .txt_flex small {
  position: relative;
  z-index: 1;
}

.txt_flex:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  z-index: 0;
  height: 20px;
  background-color: #F8F1DC;
  content: "";
}

.txt_flex span {
  font-size: 21px;
  margin-right: -8px;
  margin-left: 3px;
}

.price_notice {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  background-color: #F9A0AD;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 220px;
  width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .price_notice {
    max-width: 100px;
    width: 100%;
    padding: 4px 4px;
    font-size: 5px;
    line-height: 1.4;
    white-space: normal;
    margin-top: 15px;
  }
}
.txt_left,
.txt_right {
  margin-bottom: -0.6rem;
}

.tax_include_price {
  font-size: 8px;
  text-align: right;
  color: #707070;
}

.deadline {
  font-size: 12px;
  color: #707070;
  margin-top: 5px;
}

.teiki_inner_price {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  word-break: keep-all;
  text-align: center;
}

.teiki_inner_price:has(.icon_none) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
}

.teiki_inner_price .icon_none {
  width: 100%;
  max-width: 70px;
  max-width: 70px;
  height: 1px;
  background-color: #707070;
}

.teiki_inner_price em {
  position: relative;
  top: 2px;
  font-weight: 700;
  font-size: 47px;
  line-height: 1;
  letter-spacing: 0px;
}

.teiki_inner_price small {
  position: relative;
  font-size: 16px;
  bottom: 1px;
}

.table_cell:nth-child(2) .teiki_inner_price em {
  color: #EE9797;
}

.table_cell:nth-child(3) .teiki_inner_price em {
  color: #F3A2A9;
}

.table_cell:nth-child(4) .teiki_inner_price em {
  color: #F3A2A9;
}

.txt_bottom {
  margin-top: 5px;
  font-size: 26px;
}

.table_price_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px 0 10px;
}

.table_price_top .icon_none {
  width: 90%;
  max-width: 70px;
  height: 1px;
  background-color: #707070;
}

.table_time {
  padding: 17px 0 11px;
  font-size: 16px;
}

.table_time strong {
  font-weight: 700;
  font-size: 21px;
}

.table_time small {
  font-size: 15px;
}

.txt_p {
  color: #EE9797;
}

.table_price_bottom {
  padding: 22px 0 11px;
}

.table_price_bottom2 {
  padding: 29px 0 23px;
}

.table_price_bottom,
.table_price_bottom2 {
  font-weight: 700;
  font-size: 22px;
}

.table_price_bottom strong,
.table_price_bottom2 strong {
  font-weight: 700;
  font-size: 25px;
}

.table_price_bottom em,
.table_price_bottom2 em {
  font-weight: 700;
  font-size: 16px;
}

.table_price_bottom em span,
.table_price_bottom2 em span {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.table_price_bottom small,
.table_price_bottom2 small {
  font-size: 10px;
}

.table_price_txt {
  padding: 22px 0 17px;
}

.table_price_txt .table_price_txt_top em {
  font-size: 18px;
  font-style: normal;
}

.table_price_txt .table_price_txt_top em.txt_2 {
  font-size: 12px;
}

.table_price_txt .table_price_txt_top strong {
  font-size: 22px;
}

.table_price_txt .table_price_txt_top strong.txt_l {
  font-size: 40px;
  line-height: 1;
}

.table_price_txt .table_price_txt_bottom {
  font-size: 10px;
  font-weight: 100;
  color: #4D4D4D;
}

.table_price_txt .table_price_txt_supplement {
  margin-top: 0.2rem;
  font-size: 10px;
  color: #4D4D4D;
  font-weight: 100;
}

.table_ttl_main .table_cell {
  background-color: #fff;
}

.table_ttl_main .table_cell:nth-child(n+5) {
  border-top: 3px dotted #FFECE4;
}

.table_ttl_main .table_cell:nth-child(n+5) .table_price_txt {
  padding: 13px 0;
}

.table_ttl_main:nth-child(n+3) {
  border-top: 2px solid #FFECE4;
}

.table_ttl_main > div:nth-child(n+2) {
  border-left: 2px solid #FFECE4;
}

.lowdosepills em, .lowdosepills strong, .lowdosepills small {
  font-style: normal;
}

.table_cell {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.icon {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 77px;
}

.table_ttl_top .table_cell {
  border-radius: 10px 10px 0 0;
  padding: 23px 0 12px;
  font-size: 18px;
}

.table_ttl_top .teiki-plan-title {
  color: #555555;
}

.table_ttl_top .table_cell strong {
  display: block;
  font-size: 23px;
  margin-bottom: 2px;
  line-height: 1;
}

.table_ttl_top .table_cell:first-child {
  background-color: transparent;
}

.table_ttl_top .table_cell:nth-child(2) {
  background-color: #FFBEBA;
  color: #4D4D4D;
}

.table_ttl_top .table_cell:nth-child(3) {
  background-color: #FFCCBC;
  color: #4D4D4D;
}

.table_ttl_top .table_cell:nth-child(4) {
  background-color: #EDEDED;
  color: #4D4D4D;
  height: 70%;
  min-height: 0;
  align-self: end;
}

.per_sheet_row .table_cell:nth-child(n+2) {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.per_sheet_row .price_notice {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .per_sheet_row .price_notice {
    max-width: 100px;
  }
}
.per_sheet_row .per_sheet_cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  padding: 12px 10px 12px;
  text-align: center;
  position: relative;
  min-height: 0;
}

.per_sheet_row .per_sheet_header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.per_sheet_row .per_sheet_cell .teiki_inner_price_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  position: relative;
  padding-top: 30px;
  min-height: 0;
}

.per_sheet_row .per_sheet_cell .teiki_inner_price {
  min-height: 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  word-break: keep-all;
  padding-top: 8px;
  padding-bottom: 4px;
}

.per_sheet_row .per_sheet_cell .teiki_inner_ttl {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1.1;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.per_sheet_row .per_sheet_cell .txt_flex_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
}

.per_sheet_row .per_sheet_cell .txt_flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.per_sheet_row .per_sheet_cell .txt_flex em,
.per_sheet_row .per_sheet_cell .txt_flex span,
.per_sheet_row .per_sheet_cell .txt_flex small {
  position: relative;
  z-index: 1;
}

.per_sheet_row .per_sheet_cell .txt_flex:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  z-index: 0;
  height: 20px;
  background-color: #F8F1DC;
  content: "";
}

.per_sheet_row .per_sheet_cell .txt_flex span {
  font-size: 21px;
  margin-right: -8px;
  margin-left: 3px;
}

.per_sheet_row .per_sheet_cell .price_tax {
  display: block;
  width: 100%;
  margin-top: 9px;
  font-size: 9px;
  font-weight: 200;
  text-align: right;
}

.per_sheet_row .per_sheet_label {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #555555;
}

.per_sheet_row .per_sheet_label.for_pc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.per_sheet_row .per_sheet_value {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #555555;
  text-align: center;
  padding: 0 6px 2px;
}

.per_sheet_row .per_sheet_value em, .per_sheet_row .per_sheet_value span, .per_sheet_row .per_sheet_value small {
  position: relative;
  z-index: 1;
}

.per_sheet_row .per_sheet_value .lato {
  font-family: "Lato", sans-serif;
  color: #FF9295;
}

.per_sheet_row .per_sheet_value:before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 0;
  height: 18px;
  background-color: #F8F1DC;
  content: "";
}

.per_sheet_row .per_sheet_value .per_sheet_badge {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #F9A0AD;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  white-space: nowrap;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 220px;
}

.per_sheet_row .per_sheet_value em {
  font-style: normal;
  font-size: 36px;
  line-height: 1;
}

.per_sheet_row .per_sheet_value span {
  font-size: 18px;
  line-height: 1.1;
}

.per_sheet_row .table_cell:nth-child(2) .lato {
  color: #EE9797;
}

.per_sheet_row .per_sheet_tax {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #707070;
}

.progestinonlypills_main .sp_txt_p,
.progestinonlypills_main .txt_p {
  color: #B693B7;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .table_cell {
  background-color: #fefef2;
  border: 5px solid #f37495 !important;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .table_cell.table_ttl_left {
  background-color: #f37495;
  color: #FFF;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .price_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .price_block .txt_flex:before {
  display: none;
  content: none;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .price_block .txt_left,
.progestinonlypills_main .table_ttl_main.campaign_appeal .price_block .txt_flex,
.progestinonlypills_main .table_ttl_main.campaign_appeal .price_block .notosans,
.progestinonlypills_main .table_ttl_main.campaign_appeal .price_block .txt_right {
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .table_cell:nth-child(2) .teiki_inner_price em {
  color: #f37495;
}

.progestinonlypills_main .table_ttl_main.campaign_appeal .table_price_right {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  word-break: keep-all;
  font-size: 7px;
  color: #a4a49d;
}

.progestinonlypills_main .table_ttl_main .table_cell.two_lines {
  grid-row: 1/3;
  grid-column: 4/4;
}

.progestinonlypills_main .table_ttl_main .table_cell {
  background-color: #fff;
}

.progestinonlypills_main .table_ttl_main .table_cell:nth-child(n+5) {
  border-top: 3px dotted #F0E8F0;
}

.progestinonlypills_main .table_ttl_main .table_cell:nth-child(n+5) .table_price_txt {
  padding: 13px 0;
}

.progestinonlypills_main .table_ttl_main .table_cell:nth-child(2) .teiki_inner_price em {
  color: #845486;
}

.progestinonlypills_main .table_ttl_main .table_cell:nth-child(3) .teiki_inner_price em {
  color: #B693B7;
}

.progestinonlypills_main .table_ttl_main:nth-child(n+3) {
  border-top: 2px solid #E2D3E2;
}

.progestinonlypills_main .table_ttl_main > div:nth-child(n+2) {
  border-left: 2px solid #E2D3E2;
}

.progestinonlypills_main .table_ttl_top .teiki-plan-title::before,
.progestinonlypills_main .table_ttl_top .teiki-plan-title::after {
  content: unset;
}

.progestinonlypills_main .table_ttl_top .table_cell {
  border-radius: 10px 10px 0 0;
  padding: 23px 0 12px;
  font-size: 18px;
}

.progestinonlypills_main .table_ttl_top .table_cell strong {
  display: block;
  font-size: 23px;
  margin-bottom: 2px;
  line-height: 1;
}

.progestinonlypills_main .table_ttl_top .table_cell:first-child {
  background-color: transparent;
}

.progestinonlypills_main .table_ttl_top .table_cell:nth-child(2) {
  background-color: #845486;
  color: #FFF;
}

.progestinonlypills_main .table_ttl_top .table_cell:nth-child(3) {
  background-color: #B693B7;
  color: #FFF;
}

.progestinonlypills_main .table_ttl_top .table_cell:nth-child(4) {
  background-color: #EDEDED;
  color: #4D4D4D;
  min-height: 40px;
  height: 70%;
  align-self: flex-end;
}

.progestinonlypills_main .table_ttl_top .teiki-plan-title {
  color: #555555;
}

.progestinonlypills_main .per_sheet_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 0;
  color: #845486;
}

.progestinonlypills_main .per_sheet_price .per_sheet_amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.progestinonlypills_main .per_sheet_price .per_sheet_amount .lato {
  font-family: "Lato", sans-serif;
}

.progestinonlypills_main .per_sheet_price .per_sheet_amount strong {
  font-size: 32px;
  font-weight: 700;
  z-index: 2;
}

.progestinonlypills_main .per_sheet_price .per_sheet_amount span {
  font-size: 16px;
  font-weight: 700;
}

.progestinonlypills_main .per_sheet_price .per_sheet_tax {
  font-size: 13px;
  color: #5f5060;
  font-weight: 200;
}

.progestinonlypills_main .discount-badge {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 7px;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.progestinonlypills_main .badge-10 {
  background-color: #F37495;
}

.progestinonlypills_main .badge-5 {
  background-color: #F8AABF;
}

.progestinonlypills_main .discount-cell {
  flex-direction: column;
  gap: 4px;
  padding: 18px 14px 14px;
}

.progestinonlypills_main .discount-cell .table_price_txt {
  padding: 0;
}

.progestinonlypills_main .per-sheet-row .table_cell:nth-child(4) .txt_flex:before {
  display: none;
}

.progestinonlypills_main .per-sheet-row .table_cell:nth-child(4) .per_sheet_amount strong,
.progestinonlypills_main .per-sheet-row .table_cell:nth-child(4) .per_sheet_amount span {
  color: #6A6A6A;
}

.table_ttl_left {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.table_notes {
  padding-top: 19px;
  text-align: left;
}

.table_notes p {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 10px;
  line-height: 1.6;
}

.ttl_balloon_wrapper {
  text-align: center;
}

.ttl_balloon_inner {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.ttl_balloon_inner .ttl_balloon_txt {
  position: absolute;
  right: 27px;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 1px;
}

.ttl_balloon {
  display: inline-block;
  position: relative;
  padding: 21px 69px 17px;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  line-height: 1;
  letter-spacing: 2px;
}

.ttl_balloon:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 14px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

.ttl_balloon em {
  margin: 0 3px;
  font-weight: 700;
  font-size: 28px;
  color: #FF9FA8;
  line-height: 1;
  letter-spacing: 1px;
}

.price_inner_ttl {
  margin: 15px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3px;
  color: #4D4D4D;
}

.price_inner_ttl em {
  margin: 0 12px;
  font-size: 70px;
}

.table_wrapper {
  padding-top: 35px;
}

@media (max-width: 910px) {
  .p-home-price-inner {
    min-width: unset;
  }
  .table_wrapper {
    transform: scale(0.95, 0.95);
  }
  .icon_balloon_txt {
    transform: scale(0.8, 0.8);
  }
  .table_price_top strong {
    letter-spacing: 0;
  }
  .table_price_top em {
    letter-spacing: 0;
    font-size: 40px;
  }
  .table_price_txt .table_price_txt_top strong {
    letter-spacing: 0;
  }
  .table_time small {
    letter-spacing: 0;
  }
  .table_price_txt .table_price_txt_top em.txt_2 {
    letter-spacing: 0;
  }
  .table_notes {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lowdosepills_main .main .inner {
    width: 100%;
  }
  .main.campaign,
  .contnt_box.nopad {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .table_wrapper_container {
    width: 100%;
    overflow-x: scroll;
  }
  .table_wrapper {
    padding: 8vw 8vw 3.2vw;
    width: 113.333vw;
    transform: scale(1, 1);
    margin-right: 16vw;
  }
  .ttl_balloon_inner {
    padding-bottom: 4.533vw;
  }
  .ttl_balloon_inner .ttl_balloon_txt {
    right: 1.333vw;
    bottom: 0;
    font-size: 2.4vw;
    letter-spacing: 1px;
  }
  .ttl_balloon_wrapper {
    margin-top: -3vw;
  }
  .ttl_balloon {
    padding: 3.466vw 13.866vw 2.666vw;
    font-size: 4vw;
    border-radius: 13.333vw;
    letter-spacing: 0.266vw;
  }
  .ttl_balloon:after {
    border-top: 1.866vw solid #fff;
    border-right: 1.066vw solid transparent;
    border-left: 1.066vw solid transparent;
  }
  .ttl_balloon em {
    margin: 0 0.533vw;
    font-size: 6.133vw;
    letter-spacing: 1px;
  }
  .price_inner_ttl {
    font-size: 7.466vw;
    letter-spacing: 0.266vw;
    line-height: 1.4;
  }
  .price_inner_ttl em {
    margin: 0 1.6vw;
    font-size: 12.8vw;
  }
  .table_grid.table_cell_large {
    grid-template-columns: 16vw 34.666vw 34.666vw 34.666vw;
  }
  .table_grid.table_cell_large.table_grid.table_column2 {
    grid-template-columns: 16vw 104vw;
  }
  .table_grid {
    display: grid;
    grid-template-columns: 16vw 34.666vw 34.666vw 34.666vw;
  }
  .table_grid:nth-child(2) .table_ttl_left {
    border-radius: 2.666vw 0 0 0;
  }
  .table_grid:last-child .table_ttl_left {
    border-radius: 0 0 0 2.666vw;
  }
  .table_grid:last-child .table_cell:last-child {
    border-radius: 0 0 2.666vw 0;
  }
  .table_price_top_container {
    display: inline-block;
  }
  .table_price_top {
    display: block;
    width: 100%;
    padding: 6.933vw 0 4.533vw;
  }
  .table_price_top:has(.icon_none) {
    display: flex;
  }
  .table_price_top .table_price_right {
    word-break: keep-all;
  }
  .table_price_top .table_price_right_sp {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    word-break: keep-all;
    font-size: 2.4vw;
    margin-top: 0.533vw;
  }
  .table_price_top .table_price_right_sp em {
    font-size: 2.4vw;
    margin-top: 0;
    font-style: normal;
  }
  .table_price_top strong {
    display: flex;
    align-items: flex-end;
    font-size: 6.933vw;
    word-break: keep-all;
    text-align: left;
    line-height: 1;
  }
  .table_price_top strong span {
    display: inline-block;
    position: relative;
    top: -0.5vw;
    font-size: 4vw;
    line-height: 1;
    margin-left: 0.8vw;
  }
  .table_price_top .icon_none {
    width: 9.066vw;
    max-width: 9.066vw;
    height: 1px;
  }
  .table_time {
    padding: 4vw 0 3.733vw;
    font-size: 2.666vw;
    letter-spacing: 0;
  }
  .table_time * {
    letter-spacing: 0;
  }
  .table_time strong {
    font-size: 3.466vw;
  }
  .table_time small {
    font-size: 2.666vw;
  }
  .table_price_bottom {
    padding: 4vw 0 3.2vw;
  }
  .table_price_bottom2 {
    padding: 5.066vw 0 4vw;
  }
  .table_price_bottom,
  .table_price_bottom2 {
    font-size: 3.733vw;
  }
  .table_price_bottom strong,
  .table_price_bottom2 strong {
    font-size: 4.533vw;
  }
  .table_price_bottom em,
  .table_price_bottom2 em {
    font-size: 2.666vw;
  }
  .table_price_bottom em span,
  .table_price_bottom2 em span {
    font-size: 3.733vw;
  }
  .table_price_bottom small,
  .table_price_bottom2 small {
    font-size: 2.666vw;
  }
  .table_price_txt {
    padding: 2.4vw 0 1.866vw;
  }
  .table_price_txt .table_price_txt_top em {
    display: block;
    font-size: 3.2vw;
  }
  .table_price_txt .table_price_txt_top em.txt_2 {
    font-size: 2.4vw;
  }
  .table_price_txt .table_price_txt_top strong {
    font-size: 4.8vw;
  }
  .table_price_txt .table_price_txt_top strong.txt_l {
    font-size: 7.2vw;
  }
  .table_price_txt .table_price_txt_top small {
    font-size: 3.2vw;
  }
  .table_price_txt .table_price_txt_bottom {
    font-size: 1.866vw;
    font-weight: 100;
    color: #4D4D4D;
  }
  .table_price_txt .table_price_txt_supplement {
    margin-top: 0.1rem;
    font-size: 6px;
    color: #4D4D4D;
    font-weight: 100;
  }
  .per_sheet_price {
    gap: 0.8vw;
    padding: 3.2vw 1.6vw;
  }
  .per_sheet_price .per_sheet_amount strong {
    font-size: 6.4vw;
  }
  .per_sheet_price .per_sheet_amount span {
    font-size: 3.2vw;
  }
  .per_sheet_price .per_sheet_tax {
    font-size: 2.933vw;
  }
  .discount-badge {
    font-size: 2.933vw;
    padding: 2.4vw 2.666vw;
  }
  .progestinonlypills_main .per_sheet_price .per_sheet_amount strong {
    font-size: 25px;
  }
  .table_ttl_main .table_cell:nth-child(n+6) {
    border-top: 0.8vw dotted #FFECE4;
  }
  .table_ttl_main .table_cell:nth-child(n+6) .table_price_txt {
    padding: 1.6vw 0 1.066vw;
  }
  .table_ttl_main:nth-child(n+3) {
    border-top: 2px solid #FFECE4;
  }
  .table_ttl_main > div:nth-child(n+2) {
    border-left: 2px solid #FFECE4;
  }
  .lowdosepills em, .lowdosepills strong, .lowdosepills small {
    font-style: normal;
  }
  .table_cell {
    letter-spacing: 1px;
  }
  .icon {
    bottom: calc(100% - 2vw);
    width: 12.533vw;
  }
  .table_ttl_top .table_cell {
    border-radius: 10px 10px 0 0;
    padding: 3.733vw 0 1.866vw;
    font-size: 2.933vw;
  }
  .table_ttl_top .table_cell strong {
    font-size: 3.733vw;
    margin-bottom: 0.266vw;
  }
  .per_sheet_row .per_sheet_label {
    display: none;
  }
  .per_sheet_row .price_notice {
    max-width: 100px;
  }
  .per_sheet_row .per_sheet_cell {
    padding: 8px 4px 8px;
    gap: 8px;
    align-items: center;
    min-height: 0;
  }
  .per_sheet_row .per_sheet_cell .teiki_inner_price_wrapper {
    padding-top: 14px;
    min-height: 0;
  }
  .per_sheet_row .per_sheet_cell .teiki_inner_price {
    min-height: auto;
    font-size: 16px;
  }
  .per_sheet_row .per_sheet_cell .teiki_inner_ttl {
    display: none;
  }
  .per_sheet_row .per_sheet_cell .txt_flex:before {
    height: 14px;
  }
  .per_sheet_row .per_sheet_cell .txt_flex span {
    display: inline-block;
    font-size: 4vw;
    margin-right: 0;
    margin-left: 1vw;
    line-height: 1;
  }
  .per_sheet_row .per_sheet_value {
    gap: 2px;
    font-size: 22px;
    padding: 0 4px 2px;
  }
  .per_sheet_row .per_sheet_value:before {
    height: 14px;
  }
  .per_sheet_row .per_sheet_value .per_sheet_badge {
    font-size: 9px;
    padding: 3px 8px;
    top: -18px;
  }
  .per_sheet_row .per_sheet_value em {
    font-size: 28px;
  }
  .per_sheet_row .per_sheet_value span {
    font-size: 14px;
  }
  .per_sheet_row .per_sheet_tax {
    font-size: 8px;
    text-align: center;
  }
  .table_ttl_top .table_cell .sp_strong {
    font-size: 3.733vw;
  }
  .table_ttl_left {
    font-size: 2.933vw;
  }
  .table_notes {
    padding-top: 4.533vw;
    letter-spacing: 0;
    padding-right: 6.133vw;
  }
  .table_notes p {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 2.666vw;
    letter-spacing: 0;
  }
  .ttl_balloon_inner {
    padding-bottom: 5.333vw;
  }
  .ttl_balloon_inner .ttl_balloon_txt {
    right: 2.666vw;
    font-size: 2.4vw;
    letter-spacing: 1px;
  }
  .ttl_balloon {
    padding: 4.266vw 13.866vw 3.733vw;
    font-size: 4vw;
    border-radius: 13.333vw;
    letter-spacing: 0.266vw;
  }
  .ttl_balloon:after {
    border-top: 3.733vw solid #fff;
    border-right: 2.133vw solid transparent;
    border-left: 2.133vw solid transparent;
    content: "";
  }
  .ttl_balloon em {
    margin: 0 0.533vw;
    font-size: 6.133vw;
    letter-spacing: 1px;
  }
  .price_inner_ttl {
    margin: 2vw 0 -2vw;
    font-size: 7.466vw;
    letter-spacing: 0.533vw;
  }
  .price_inner_ttl em {
    margin: 0 1.6vw;
    font-size: 12.8vw;
  }
  .teiki_inner_price {
    display: inline-block;
    font-size: 2.4vw;
    letter-spacing: 0.266vw;
    padding-left: 1.333vw;
  }
  .teiki_inner_price:has(.icon_none) {
    padding: 8.266vw 0;
  }
  .teiki_inner_price .icon_none {
    width: 100%;
    max-width: 10.666vw;
    height: 1px;
  }
  .teiki_inner_price em {
    top: 0;
    font-size: 6.933vw;
  }
  .teiki_inner_price small {
    display: inline-block;
    font-size: 1.866vw;
    bottom: unset;
    margin-bottom: 0.266vw;
    line-height: 1;
  }
  .txt_bottom {
    position: relative;
    z-index: 10;
    margin-top: 0.533vw;
    padding-right: 1.333vw;
    font-size: 2.4vw;
    text-align: right;
  }
  .teiki_table_container .txt_flex:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: 0;
    height: 20px;
    background-color: #F8F1DC;
    content: "";
  }
  .teiki_table_container .txt_flex span {
    display: inline-block;
    font-size: 4vw;
    margin-right: 0;
    margin-left: 1vw;
    line-height: 1;
  }
  .icon_balloon_txt {
    top: -7.5vw;
    left: -9vw;
    width: 18.133vw;
    transform: scale(1, 1);
  }
  .sp_txt_p,
  .txt_p {
    color: #F27077;
  }
}
@media screen and (min-width: 768px) {
  .table_price_bottom.sp_txt_p .for_pc {
    display: inline !important;
  }
}
