@charset "UTF-8";

.renewal-news {
  padding: 50px 0;
  color: #e60012;
  text-align: center;
}

.renewal-news-inner {
  width: 840px;
  padding: 23px 45px 31px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e60012 !important;
}

.renewal-news-text-01 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #e60012 !important;
}

.renewal-news-text-02 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}

.renewal-news-link a {
  position: relative;
  padding-bottom: 8px;
  font-size: 12px;
  color: #e60012;
  text-decoration: none;
}

.renewal-news-link a::before, .renewal-news-link a::after {
  position: absolute;
  content: "";
  background-color: #e60012;
}

.renewal-news-link a::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.renewal-news-link a::after {
  top: 8px;
  right: -15px;
  width: 9px;
  height: 4.5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.renewal-content {
  padding-bottom: 30px;
  background-color: #fff;
}

.renewal-content-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.renewal-content-head {
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ddd !important;
}

.renewal-content-text-01 {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  color: #6b54ad;
}

.renewal-content-text-02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.renewal-content-tabbtn {
  display: flex;
  justify-content: space-between;
}

.renewal-content-tabbtn-item {
  width: calc(33.3333333333% - 2px);
}

.renewal-content-tabbtn-item button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0 5px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
}

.renewal-content-tabbtn-item button.is-selected-trigger {
  background-color: #d6cbe2;
}

.renewal-content-tabbtn-item span {
  line-height: 1.5;
  letter-spacing: 0;
}

.renewal-content-tabbtn-item .text-01 {
  font-size: 18px;
  font-weight: 700;
  color: #6b54ad;
}

.renewal-content-tabbtn-item .text-02 {
  font-size: 14px;
  font-weight: 700;
  color: #6b54ad;
}

.renewal-content-tabbtn-item .text-03 {
  font-size: 16px;
  font-weight: 700;
  color: #6b54ad;
}

.renewal-content-tabbtn-item .text-04 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #3d2a58;
}

.renewal-content-tabpanel-wrapper {
  padding: 10px;
  background-color: #d6cbe2;
}

.renewal-content-tabpanel-wrapper-inner {
  padding: 50px 165px;
  background-color: #fff;
}

.renewal-content-tabpanel-main-text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}

.renewal-content-tabpanel-box:nth-of-type(1) {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 30px;
}

.renewal-content-tabpanel-box:nth-of-type(1)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #8a6ab2;
  transform: translate(-50%, 0);
}

.renewal-content-tabpanel-title {
  position: relative;
  padding: 10px 26px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  background: #eaeaea;
  background: linear-gradient(0deg, rgb(234 234 234) 0%, rgb(255 255 255) 100%);
}

.renewal-content-tabpanel-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #8a6ab2;
}

.renewal-content-tabpanel-title sup {
  position: relative;
  top: 0;
  font-size: 10px;
  vertical-align: top;
}

.renewal-content-tabpanel-note {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
}

.renewal-content-tabpanel-img {
  padding: 0 0 30px;
}

.renewal-content-tabpanel-set-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background-color: #8a6ab2;
}

.renewal-content-tabpanel-set-detail-bg {
  padding: 15px 19px;
  background-color: #f7f7f7;
}

.renewal-content-tabpanel-set-detail-inner {
  margin-bottom: 15px;
}

.renewal-content-tabpanel-set-detail-inner:last-of-type {
  margin-bottom: 0;
}

.renewal-content-tabpanel-set-list li {
  margin-bottom: 8px;
}

.renewal-content-tabpanel-set-list li:last-of-type {
  margin-bottom: 0;
}

.renewal-content-tabpanel-set-list li a {
  position: relative;
  display: inline-block;
  padding: 0 28px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #6b54ad;
  text-decoration: none;
}

.renewal-content-tabpanel-set-list li a span {
  color: #2c2c2c;
}

.renewal-content-tabpanel-set-list li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-image: url("../../../img/freepage/2025_teiki_liposome_serum_online_add/sp/arrow_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translate(0, -50%);
}

.renewal-content-tabpanel-set-not {
  position: relative;
  display: inline-block;
  min-width: 65px;
  padding: 3px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #8a6ab2;
}

.renewal-content-tabpanel-set-not::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 6px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #8a6ab2;
}

.renewal-content-tabpanel-set-text {
  padding: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.renewal-content-tabpanel-schedule {
  margin-top: 50px;
  text-align: center;
  background-color: #f7f7f7;
}

.renewal-content-tabpanel-schedule-title {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  background-color: #3d2a58;
}

.renewal-content-tabpanel-schedule-inner {
  padding: 15px 20px;
}

.renewal-content-tabpanel-schedule-main-text {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
}

.renewal-content-tabpanel-schedule-wrapper {
  display: flex;
  justify-content: space-between;
}

.renewal-content-tabpanel-schedule-left,
.renewal-content-tabpanel-schedule-right {
  width: 46%;
}

.renewal-content-tabpanel-schedule-left .renewal-content-tabpanel-schedule-list {
  position: relative;
}

.renewal-content-tabpanel-schedule-left .renewal-content-tabpanel-schedule-list::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 13px;
  height: 26px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #8a6ab2;
  transform: translate(0, -50%);
}

.renewal-content-tabpanel-schedule-title-02 {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.renewal-content-tabpanel-schedule-list li {
  padding: 7px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.renewal-content-tabpanel-schedule-list li span {
  line-height: 1;
  color: #e60012;
}

.renewal-content-tabpanel-schedule-list li:nth-of-type(odd) {
  background-color: #fff;
}

.renewal-content-tabpanel-schedule-list li:nth-of-type(even) {
  background-color: #f3eff7;
}

.renewal-content-tabpanel-schedule-more {
  position: relative;
  display: inline-block;
  padding: 20px 26px 20px 0;
  -webkit-tap-highlight-color: transparent;
}

.renewal-content-tabpanel-schedule-more .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.renewal-content-tabpanel-schedule-more .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d8cce2;
  border-radius: 100%;
  transform: translate(0, -50%);
}

.renewal-content-tabpanel-schedule-more .icon::before, .renewal-content-tabpanel-schedule-more .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.renewal-content-tabpanel-schedule-more .icon::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}

.renewal-content-tabpanel-schedule-more.open .icon::after {
  opacity: 0;
}

.renewal-content-tabpanel-schedule-bottom {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

/* 既存CSS 上書き */
.page-liposome-regular .review {
  padding-bottom: 70px;
}