@charset "UTF-8";
.home-header .mypage {
  position: absolute;
  top: 22px;
  left: 31px;
  display: flex;
  align-items: center;
  width: 116px;
  height: 29px;
  padding-left: 18px;
  color: #FFBEBA;
  border: 1px solid #FFBEBA;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .home-header .mypage {
    top: 33px;
  }
}
.home-header .mypage:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/icon-new.png) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .pill_price-block#plan {
    padding-top: 86px;
  }
}

#how {
  background-color: #FCEEE5;
}

#plan .swiper.plan {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  #plan .swiper.plan {
    padding: 0 7px;
  }
}
#plan .swiper.plan .swiper-wrapper {
  align-items: stretch;
}
#plan .swiper-slide img {
  padding: 0;
}
#plan .plan-pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #plan .plan-pagination {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
#plan .plan-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  border-radius: 50px;
  background: #fff;
  border: 0;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}
#plan .plan-pagination .swiper-pagination-bullet-active {
  border: 0;
  background-color: #DDB182;
  box-shadow: none;
}
#plan .plan-item {
  background-color: #fff;
  border-radius: 50px;
  padding: 52px 20px 40px;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", sans-serif;
}
@media screen and (min-width: 640px) {
  #plan .plan-item {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .plan-item {
    width: 980px;
    height: 860px;
    border-radius: 60px;
    padding: 63px 40px 40px;
  }
}
#plan .plan-title {
  text-align: center;
}
#plan .plan-title__ja {
  font-weight: bold;
  font-size: 23px;
}
@media screen and (min-width: 1024px) {
  #plan .plan-title__ja {
    font-size: 28px;
  }
}
#plan .plan-title__en {
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  font-family: "Adobe Garamond Pro";
}
@media screen and (min-width: 1024px) {
  #plan .plan-title__en {
    margin-top: 4px;
    font-size: 21px;
  }
}
#plan .plan__text {
  margin-top: 11px;
}
@media screen and (min-width: 1024px) {
  #plan .plan__text {
    margin-top: 30px;
    text-align: center;
  }
}
#plan .plan__text p {
  letter-spacing: 0.012em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  #plan .plan__text p {
    font-size: 15px;
    line-height: 2;
  }
}
#plan .plan__button {
  background: #fff;
  border-color: #4D4D4D;
  color: #4D4D4D;
  margin-top: 68px;
}
@media screen and (min-width: 1024px) {
  #plan .plan__button {
    margin-top: 72px;
  }
  #plan .plan__button:hover {
    background-color: rgba(85, 85, 85, 0.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(85, 85, 85, 0.15);
  }
}
#plan .plan__button:after {
  border-color: #4D4D4D;
}
#plan .low-dose-price {
  display: flex;
  justify-content: center;
  margin: 35px auto 0;
  column-gap: 55px;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price {
    margin: 83px auto 55px;
    column-gap: 80px;
  }
}
#plan .low-dose-price__item {
  position: relative;
  flex: 0 0 130px;
}
@media screen and (max-width: 1023px) {
  #plan .low-dose-price__item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    flex: 0 0 255px;
  }
}
#plan .low-dose-price__item:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  display: block;
  width: 0;
  height: 100%;
  border-right: 2px dotted #FFE2D6;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__item:first-child:after {
    right: -40px;
  }
}
#plan .low-dose-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 33px;
  background: #FFE2D6;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  #plan .low-dose-price__title {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__title {
    width: 120px;
    height: 50px;
    order: 1;
    font-size: 23px;
    letter-spacing: 0.15em;
  }
}
#plan .low-dose-price__period {
  letter-spacing: 0.12em;
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  #plan .low-dose-price__period {
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__period {
    margin-top: -20px;
    order: 3;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
  }
}
#plan .low-dose-price__period.always {
  letter-spacing: 0.012em;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__period.always {
    font-size: 28px;
    margin-top: 0;
  }
}
#plan .low-dose-price__amount {
  font-weight: bold;
  color: #FF9FA8;
  line-height: 1;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__amount {
    order: 2;
    grid-row: span 2/span 2;
    font-size: 48px;
  }
}
#plan .low-dose-price__amount span {
  font-family: "Lato", sans-serif;
  font-size: 95px;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-price__amount span {
    font-size: 125px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .low-dose-items {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-items {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #plan .low-dose-item {
    display: inline-block;
    margin: 0 5px 4px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-item {
    flex: 1;
  }
}
#plan .low-dose-item.title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 33px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1023px) {
  #plan .low-dose-item.title {
    margin: 0 auto 20px;
    background-color: #FCEEE5;
    border-radius: 50px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-item.title {
    width: 124px;
    height: 115px;
    padding-top: 0;
    background: url(../images/plan-fuki.png) no-repeat center center;
    background-size: contain;
    font-size: 15px;
  }
}
#plan .low-dose-item__img {
  width: 100%;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-item__img {
    height: 51px;
  }
}
#plan .low-dose-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#plan .low-dose-item__text {
  margin-top: 8px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose-item__text {
    letter-spacing: 0.12em;
    margin-top: 7px;
    font-size: 12px;
  }
}
#plan .low-dose__text {
  margin-top: 9px;
  margin-bottom: 38px;
  font-size: 10px;
}
#plan .low-dose__note {
  margin-left: 1em;
  letter-spacing: 0.1em;
  list-style-type: "※";
  line-height: 1.6;
  margin-top: 39px;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  #plan .low-dose__note {
    text-indent: 0.5em;
  }
}
#plan .uu-low__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1023px) {
  #plan .uu-low__items {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 19px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .uu-low__items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 28px;
    margin-top: 74px;
  }
}
#plan .uu-low__items .uu-low-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  #plan .uu-low__items .uu-low-item:nth-child(1) {
    grid-column: span 2/span 2;
  }
}
#plan .uu-low__items .uu-low-item__img {
  height: 70px;
  margin-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low__items .uu-low-item__img {
    height: 80px;
  }
}
#plan .uu-low__items .uu-low-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#plan .uu-low__items .uu-low-item__text {
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low__items .uu-low-item__text {
    font-size: 12px;
  }
}
#plan .uu-low__items .uu-low-item__price {
  font-weight: bold;
  line-height: 1;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low__items .uu-low-item__price {
    margin-top: 23px;
    font-size: 18px;
  }
}
#plan .uu-low__items .uu-low-item__price strong {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low__items .uu-low-item__price strong {
    font-size: 30px;
  }
}
#plan .uu-low__items .uu-low-item__tax {
  font-size: 7px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low__items .uu-low-item__tax {
    display: block;
    text-align: right;
    margin-top: 3px;
    font-size: 9px;
  }
}
#plan .uu-low-price {
  display: flex;
  justify-content: center;
  column-gap: 35px;
  margin-top: 43px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px dashed #E2C7A0;
  border-bottom: 2px dashed #E2C7A0;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price {
    align-items: center;
    margin: 78px auto 0;
    padding-top: 23px;
    padding-bottom: 23px;
    column-gap: 104px;
    width: 735px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .uu-low-price__item {
    flex: 0 0 130px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__item {
    display: flex;
    align-items: center;
    column-gap: 22px;
  }
}
#plan .uu-low-price__item.postage .uu-low-price__amount {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  #plan .uu-low-price__item.postage .uu-low-price__amount {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__item.postage .uu-low-price__amount {
    font-size: 24px;
  }
}
#plan .uu-low-price__item.postage .uu-low-price__amount strong {
  font-size: 34px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__item.postage .uu-low-price__amount strong {
    font-size: 41px;
  }
}
#plan .uu-low-price__item.postage .uu-low-price__amount .uu-low-price__tax {
  font-size: 9px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__item.postage .uu-low-price__amount .uu-low-price__tax {
    font-size: 10px;
    margin-left: -9px;
  }
}
#plan .uu-low-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 100%;
  height: 33px;
  background-color: #EFE3D3;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__title {
    width: 108px;
    height: 108px;
    border-radius: 100%;
  }
}
#plan .uu-low-price__amount {
  font-weight: bold;
  color: #E2C7A0;
  font-size: 29px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__amount {
    font-size: 35px;
    line-height: normal;
  }
}
#plan .uu-low-price__amount strong {
  font-family: "Lato", sans-serif;
  font-size: 58px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low-price__amount strong {
    font-size: 108px;
  }
}
#plan .uu-low .plan__button {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  #plan .uu-low .plan__button {
    margin-top: 39px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low__item {
    margin-top: 55px;
  }
}
#plan .ultra-low__item .ultra-low-item__img {
  width: 119px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low__item .ultra-low-item__img {
    width: 210px;
    height: 107px;
  }
}
#plan .ultra-low__item .ultra-low-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}
#plan .ultra-low__item .ultra-low-item__name {
  font-weight: bold;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low__item .ultra-low-item__name {
    font-size: 15px;
  }
}
#plan .ultra-low .ultra-low__items {
  width: 153px;
  margin: 15px auto 0;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low .ultra-low__items {
    width: 683px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low .ultra-low-item:not(:last-child) {
    margin-bottom: 28px;
  }
}
#plan .ultra-low .ultra-low-item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  background-color: #FCEEE5;
  border-radius: 12px;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low .ultra-low-item__count {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low .ultra-low-item__count {
    height: 31px;
    border-radius: 16px;
    font-size: 15px;
  }
}
#plan .ultra-low .ultra-low-item__amount {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low .ultra-low-item__amount {
    font-size: 18px;
  }
}
#plan .ultra-low .ultra-low-item__amount strong {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low .ultra-low-item__amount strong {
    font-size: 30px;
  }
}
#plan .ultra-low .ultra-low-item__amount span {
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 7px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low .ultra-low-item__amount span {
    font-size: 9px;
  }
}
#plan .ultra-low-price {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px dashed #E2C7A0;
  border-bottom: 2px dashed #E2C7A0;
  column-gap: 35px;
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low-price {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price {
    align-items: center;
    margin: 60px auto 0;
    padding-top: 23px;
    padding-bottom: 23px;
    column-gap: 28px;
    width: 735px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low-price__item {
    flex: 0 0 130px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price__item {
    column-gap: 22px;
    display: flex;
    align-items: center;
  }
}
#plan .ultra-low-price__item.postage .ultra-low-price__amount {
  letter-spacing: 0.12em;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low-price__item.postage .ultra-low-price__amount {
    margin-top: 25px;
  }
}
#plan .ultra-low-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #EFE3D3;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price__title {
    font-size: 15px;
    width: 108px;
    height: 108px;
    border-radius: 100%;
  }
}
#plan .ultra-low-price__text {
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low-price__text {
    margin-top: 4px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price__text {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
#plan .ultra-low-price__amount {
  font-weight: bold;
  color: #E2C7A0;
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price__amount {
    font-size: 24px;
  }
}
#plan .ultra-low-price__amount strong {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-size: 34px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price__amount strong {
    font-size: 41px;
  }
}
#plan .ultra-low-price__amount .ultra-low-price__tax {
  font-weight: normal;
  letter-spacing: 0.12em;
  font-size: 9px;
}
@media screen and (max-width: 1023px) {
  #plan .ultra-low-price__amount .ultra-low-price__tax {
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low-price__amount .ultra-low-price__tax {
    margin-left: -9px;
    font-size: 10px;
  }
}
#plan .ultra-low .plan__button {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  #plan .ultra-low .plan__button {
    margin-top: 39px;
  }
}
#plan .emergency-items {
  display: grid;
  margin-top: 26px;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-items {
    row-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-items {
    margin-top: 28px;
    column-gap: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1023px) {
  #plan .emergency-item.item1 {
    display: flex;
    flex-wrap: wrap;
  }
  #plan .emergency-item.item1 .emergency-item__img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #plan .emergency-item.item1 .emergency-item__img img {
    width: 81px;
    height: 60px;
    object-fit: contain;
    padding: 0;
  }
  #plan .emergency-item.item1 .emergency-item__head {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #plan .emergency-item.item1 .emergency-item__name,
  #plan .emergency-item.item1 .emergency-item__amount {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  #plan .emergency-item.item2 .emergency-item__title {
    margin-bottom: 7px;
  }
  #plan .emergency-item.item2 .emergency-item__img {
    width: 119px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  #plan .emergency-item.item2 .emergency-item__name {
    margin-top: -5px;
  }
}
#plan .emergency-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  background-color: #FCEEE5;
  border-radius: 50px;
  font-size: 11px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-item__title {
    width: 256px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__title {
    height: 33px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__img {
    height: 75px;
  }
}
#plan .emergency-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#plan .emergency-item__name {
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__name {
    margin-top: 6px;
    font-size: 12px;
  }
}
#plan .emergency-item__amount {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__amount {
    font-size: 18px;
  }
}
#plan .emergency-item__amount strong {
  letter-spacing: 0.02em;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__amount strong {
    font-size: 30px;
  }
}
#plan .emergency-item__amount span {
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 7px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__amount span {
    font-size: 9px;
  }
}
#plan .emergency-item__note {
  list-style-type: "※";
  margin-left: 1em;
  letter-spacing: 0.01em;
  font-size: 10px;
  text-indent: 0.5em;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-item__note {
    margin-top: 24px;
  }
}
#plan .emergency-item__wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 7px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-item__wrap {
    column-gap: 10px;
  }
}
#plan .emergency-price {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px dashed #E2C7A0;
  border-bottom: 2px dashed #E2C7A0;
  column-gap: 35px;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-price {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price {
    align-items: center;
    margin: 60px auto 0;
    padding-top: 23px;
    padding-bottom: 23px;
    column-gap: 28px;
    width: 735px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .emergency-price__item {
    flex: 0 0 130px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price__item {
    column-gap: 22px;
    display: flex;
    align-items: center;
  }
}
#plan .emergency-price__item.postage .emergency-price__amount {
  letter-spacing: 0.12em;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-price__item.postage .emergency-price__amount {
    margin-top: 25px;
  }
}
#plan .emergency-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #EFE3D3;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price__title {
    font-size: 15px;
    width: 108px;
    height: 108px;
    border-radius: 100%;
  }
}
#plan .emergency-price__text {
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-price__text {
    margin-top: 4px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price__text {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
#plan .emergency-price__amount {
  font-weight: bold;
  color: #E2C7A0;
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price__amount {
    font-size: 24px;
  }
}
#plan .emergency-price__amount strong {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-size: 34px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price__amount strong {
    font-size: 41px;
  }
}
#plan .emergency-price__amount .emergency-price__tax {
  font-weight: normal;
  letter-spacing: 0.12em;
  font-size: 9px;
}
@media screen and (max-width: 1023px) {
  #plan .emergency-price__amount .emergency-price__tax {
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  #plan .emergency-price__amount .emergency-price__tax {
    margin-left: -9px;
    font-size: 10px;
  }
}
#plan .emergency .plan__button {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  #plan .emergency .plan__button {
    margin-top: 39px;
  }
}
#plan .mini-items {
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  #plan .mini-items {
    flex-direction: column;
    row-gap: 38px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-items {
    justify-content: center;
    column-gap: 60px;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__img {
    height: 93px;
    display: flex;
    align-items: flex-end;
  }
}
#plan .mini-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  #plan .mini-item__img.pill {
    width: 90px;
    height: 46px;
    margin: 0 auto 12px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__img.pill {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__img.pill img {
    max-height: 74px;
    object-position: bottom;
  }
}
#plan .mini-item__text {
  letter-spacing: 0.12em;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  #plan .mini-item__text {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__text {
    font-size: 12px;
  }
}
#plan .mini-item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  column-gap: 32px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__price {
    column-gap: 37px;
  }
}
#plan .mini-item__amount {
  position: relative;
  color: #F688A8;
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__amount {
    font-size: 25px;
  }
}
#plan .mini-item__amount:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #FDFFD0;
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__amount:after {
    height: 22px;
  }
}
#plan .mini-item__amount strong, #plan .mini-item__amount span {
  position: relative;
  z-index: 1;
}
#plan .mini-item__amount strong {
  letter-spacing: 0.02em;
  font-family: "Lato", sans-serif;
  font-size: 38px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__amount strong {
    font-size: 48px;
  }
}
#plan .mini-item__amount .tax {
  position: absolute;
  display: block;
  width: 3em;
  right: 0;
  bottom: 20px;
  font-size: 6px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-item__amount .tax {
    font-size: 8px;
    bottom: 30px;
  }
}
#plan .mini-price {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px dashed #E2C7A0;
  border-bottom: 2px dashed #E2C7A0;
  column-gap: 35px;
}
@media screen and (max-width: 1023px) {
  #plan .mini-price {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-price {
    align-items: center;
    margin: 60px auto 0;
    padding-top: 23px;
    padding-bottom: 23px;
    column-gap: 28px;
    width: 735px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .mini-price__item {
    flex: 0 0 130px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-price__item {
    column-gap: 22px;
    display: flex;
    align-items: center;
  }
}
#plan .mini-price__item.postage .mini-price__amount {
  letter-spacing: 0.12em;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  #plan .mini-price__item.postage .mini-price__amount {
    white-space: nowrap;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  #plan .mini-price__item.postage strong {
    font-size: 34px;
  }
}
#plan .mini-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #EFE3D3;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1024px) {
  #plan .mini-price__title {
    font-size: 15px;
    width: 108px;
    height: 108px;
    border-radius: 100%;
  }
}
#plan .mini-price__text {
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  #plan .mini-price__text {
    margin-top: 4px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-price__text {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
#plan .mini-price__amount {
  font-weight: bold;
  color: #E2C7A0;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  #plan .mini-price__amount {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-price__amount {
    font-size: 24px;
  }
}
#plan .mini-price__amount strong {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-size: 58px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-price__amount strong {
    font-size: 41px;
  }
}
#plan .mini-price__amount .mini-price__tax {
  font-weight: normal;
  letter-spacing: 0.12em;
  font-size: 9px;
  margin-left: -14px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-price__amount .mini-price__tax {
    margin-left: -9px;
    font-size: 10px;
  }
}
#plan .mini-pill-price {
  margin-top: 22px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price {
    margin-top: 30px;
  }
}
#plan .mini-pill-price__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__inner {
    flex-direction: row;
    justify-content: center;
    column-gap: 18px;
  }
}
#plan .mini-pill-price__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: #f3e8dd;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #7d6b5b;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__label {
    min-width: 190px;
    font-size: 15px;
  }
}
#plan .mini-pill-price__amount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 6px;
  font-weight: 700;
  color: #6c6054;
  line-height: 1.1;
}
@media screen and (max-width: 1023px) {
  #plan .mini-pill-price__amount {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__amount {
    column-gap: 8px;
  }
}
#plan .mini-pill-price__number {
  font-family: "Lato", sans-serif;
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__number {
    font-size: 42px;
  }
}
#plan .mini-pill-price__yen {
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__yen {
    font-size: 22px;
  }
}
#plan .mini-pill-price__tax {
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__tax {
    font-size: 13px;
  }
}
#plan .mini-pill-price__note {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  #plan .mini-pill-price__note {
    margin-top: 10px;
    font-size: 12px;
  }
}
#plan .mini .plan__button {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  #plan .mini .plan__button {
    margin-top: 39px;
  }
}
#plan .mini__note {
  margin: 18px auto 0 1em;
  letter-spacing: 0.1em;
  list-style-type: "※";
  line-height: 1.6;
  font-size: 10px;
  text-indent: 0.5em;
}
@media screen and (min-width: 1024px) {
  #plan .mini__note {
    width: 735px;
    margin: 24px auto;
    transform: translateX(1em);
  }
}

#medicine {
  position: relative;
  padding-top: 46px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url(../images/medicine-bg_top.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  #medicine {
    padding-top: 126px;
    padding-bottom: 82px;
  }
}
#medicine:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-color: transparent;
  background-image: url(../images/medicine-bg_bottom.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  #medicine:after {
    bottom: -100px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #medicine .section-title {
    margin-bottom: 20px;
  }
}
#medicine .section-title h3 {
  text-align: center;
}
#medicine .medicine__text {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  #medicine .medicine__text {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 1024px) {
  #medicine .medicine__text {
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #medicine .medicine-block {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #medicine .medicine-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 55px;
    width: 775px;
    margin: 45px auto 0;
  }
}
#medicine .medicine-item {
  border-radius: 20px;
  padding: 30px 20px 35px;
}
@media screen and (min-width: 1024px) {
  #medicine .medicine-item {
    padding: 30px 30px 35px;
  }
}
#medicine .medicine-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 25px;
}
#medicine .medicine-item__list {
  margin-left: 1.5em;
  list-style-type: "●";
  line-height: 1.79;
  font-size: 14px;
}
#medicine .medicine-item__list li {
  text-indent: 0.5em;
}
#medicine .medicine-item__list li span {
  color: inherit;
}
#medicine .medicine-item.item1 {
  background-color: #fff7f4;
}
#medicine .medicine-item.item1 .medicine-item__title {
  background-color: #FFE2D6;
}
#medicine .medicine-item.item1 .medicine-item__list li::marker {
  color: #FFE2D6;
}
#medicine .medicine-item.item2 {
  background-color: #F8F8F8;
}
#medicine .medicine-item.item2 .medicine-item__title {
  background-color: #E0E2E1;
}
#medicine .medicine-item.item2 .medicine-item__list li::marker {
  color: #E0E2E1;
}


/* 202512 */
.lead-block-bottom-title {
  font-size: 23px;
  line-height: 1.2173913043;
  letter-spacing: 1.2px;
}