@charset "UTF-8";

html {
  scroll-padding-top: 87px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.l-main.--slimHeader {
  padding-top: 87px;
}

.c-txt-band {
  background: linear-gradient(to right, #1da24b, #68bf66);
  min-height: 28px;
  padding-inline: 6px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-txt-band {
    padding-inline: 6px;
    /* max-height: 37px; */
  }
}

.c-txt-band::before,
.c-txt-band::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  z-index: 1;
}

.c-txt-band::before {
  top: 2px;
}

.c-txt-band::after {
  bottom: 2px;
}

.c-txt-band__wrap {
  font-weight: bold;
  font-size: 14px;
  line-height: calc(24 / 14);
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-txt-band__wrap {
    font-size: 15px;
    line-height: calc(28 / 15);
  }
}

.c-txt-band__accent {
  zoom: 1.2;
  color: #fff550;
}

.c-txt-band__sub {
  zoom: 0.8;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 55px;
  background: linear-gradient(to right, #ff1c4e, #ff4b73);
  box-shadow: 0 4px 0px rgba(255, 75, 115, 0.4);
  border-radius: 10px;
  padding-block: 13px 11px;
  padding-inline: 55px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-height: 64px;
    padding-inline: 20px 34px;
    text-align: initial;
  }
}

.c-btn::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg) no-repeat
    center / contain;
  background-color: #ff1c4e;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn::before {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}

.c-btn__box {
  background-color: #fff550;
  border-radius: 5px;
  font-size: 15px;
  line-height: calc(9 / 15);
  color: #ff1c4e;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-inline: 6px;
  padding-block: 4px;
  min-width: 40px;
  position: absolute;
  left: 10px;
}

.c-btn__box:has(span) {
  height: 65%;
}
@media screen and (min-width: 768px) {
  .c-btn__box:has(span) {
    height: initial;
  }
  .c-btn__box {
        position: initial;
    }
}


.c-btn__box-sm {
  font-size: 9px;
}

.c-btn__txt {
  font-weight: 800;
  font-size: 20px;
  line-height: calc(28 / 20);
  font-feature-settings: "palt";
  /* word-break: auto-phrase; */
  color: #ffffff;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn__txt {
    font-size: 16px;
    line-height: calc(28 / 16);
  }
}

.c-btn.c-btn--info {
  background: linear-gradient(to right, #0080e2, #00ccd2);
  box-shadow: 0 4px 0px rgba(0, 128, 226, 0.4);
  /* padding-inline: 17px 35px; */
}

.c-btn.c-btn--info::before {
  background-color: #0071d6;
}

.c-btn.c-btn--info .c-btn__box {
  color: #0071d6;
  font-size: 16px;
  line-height: calc(28 / 16);
  font-feature-settings: "palt";
  text-align: center;
  padding-block: initial;
}

.c-discount {
  background: linear-gradient(-140deg, #1da24b, #68bf66);
  border-radius: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-discount {
    position: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 20px; */
  }
}

.c-discount__cp {
  color: #1da24b;
  background-color: #fff550;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -0.075em;
  font-feature-settings: "palt";
  text-align: center;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.9);
  transform-origin: center;
  width: 144%;
}
@media screen and (min-width: 768px) {
  .c-discount__cp {
    /* letter-spacing: -0.09em;
    top: 5px;
    width: 128%; */
    width: 130%;
    position: initial;
    transform: initial;
    margin-top: 4px;
  }
}

/* .c-discount__img {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
}
@media screen and (min-width: 768px) {
  .c-discount__img {
    top: 5px;
    width: 117%;
  }
} */

.c-discount__img-item {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-discount__img-item {
    vertical-align: top;
  }
}

.c-discount__txt {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 20px; */
  padding-top: 13px;
  text-shadow: 0 0 10px rgba(250, 32, 111, 0.3);
}
@media screen and (min-width: 768px) {
  .c-discount__txt {
    font-size: 36px;
    letter-spacing: -0.04em;
    min-height: initial;
    justify-content: center;
    padding-top: initial;
  }
}

.c-discount__txt-main-container {
  color: #fff550;
}

.c-discount__txt-main {
  margin-right: 0.025em;
  letter-spacing: 0;
}

.c-discount__txt-main2 {
  font-size: 17px;
}

.c-discount__txt-sub {
  letter-spacing: -0.04em;
  font-size: 60%;
  margin-top: -0.1em;
}

.c-box {
  background: linear-gradient(to right, #1da24b, #68bf66);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 6px 2px;
  padding-inline: 10px;
}

.c-box__date {
  background-color: #fff550;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
  line-height: calc(23 / 16);
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
  text-align: center;
  color: #39b54a;
  padding-inline: 4px;
  min-width: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-box__date {
    align-items: end;
  }
}

.c-box__date time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .c-box__date time {
    align-items: end;
    margin-bottom: 0.25em;
  }
}

.c-box__date-accent {
  font-size: 16px;
  line-height: calc(23 / 16);
}
@media screen and (min-width: 768px) {
  .c-box__date-accent {
    margin-bottom: -0.175em;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .c-box__date-sub {
    margin-bottom: 0.25em;
    display: inline-block;
  }
}

.c-box__txt {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-box__txt {
    font-weight: bold;
    font-size: 19px;
    line-height: calc(34 / 19);
    margin-top: -0.25em;
  }
}

.c-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 6px 2px;
  padding-inline: 8px;
  position: relative;
  z-index: 0;
}

.c-box2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 44px);
  background: linear-gradient(to right, #1da24b, #68bf66);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.c-box2__date {
  font-weight: bold;
  font-size: 11px;
  line-height: calc(23 / 16);
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
  text-align: center;
  color: #39b54a;
  padding-inline: 7px 4px;
  min-width: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  top: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-box2__date {
    align-items: end;
  }
}

.c-box2__date::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 25px);
  background-color: #fff550;
  border-radius: 5px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.c-box2__date time {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .c-box2__date time {
    align-items: end;
    margin-bottom: 0.25em;
  }
}

.c-box2__head {
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
}

.c-box2__head-sub {
  zoom: 0.7;
}

.c-box2__foot {
  position: relative;
  top: -9px;
  display: flex;
  align-items: center;
}

.c-box2__date-accent {
  font-size: 28px;
  line-height: calc(30 / 28);
  letter-spacing: -0.04em;
  position: relative;
  margin-bottom: 0.25em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-box2__date-accent {
    margin-bottom: -0.175em;
    display: inline-block;
  }
}

.c-box2__date-sub {
  align-self: end;
  position: relative;
  top: -1.25em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-box2__date-sub {
    margin-bottom: 0.25em;
    display: inline-block;
  }
}

.c-box2__txt {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-box2__txt {
    line-height: calc(32 / 18);
    margin-top: -0.25em;
  }
}

.c-price2__sub {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #1a1a1a;
  margin-right: 60px;
  position: relative;
  left: -3px;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .c-price2__sub {
    line-height: calc(23 / 11);
    margin-right: 40px;
    text-align: initial;
  }
}

@media screen and (min-width: 375px) {
  .c-price2__sub-br-sm {
    display: none;
  }
}

.c-price2__sub-item {
  position: relative;
}

.c-price2__sub-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-15deg);
}

.c-price2__main-container {
  display: flex;
  align-items: end;
}

.c-price2__main {
  font-weight: bold;
  font-size: 23px;
  line-height: calc(32 / 23);
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #ff0000;
  background-image: linear-gradient(
    to top,
    transparent 5px,
    #fff550 5px,
    #fff550 16px,
    transparent 16px
  );
  background-repeat: repeat-x;
  background-position: left bottom;
}

.c-price2__main-accent {
  font-family: Helvetica, sans-serif;
  font-size: clamp(2.438rem, -6.313rem + 40vw, 3.063rem);
  line-height: calc(30 / 29);
  color: #ff0000;
  display: inline-block;
  margin-right: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-price2__main-accent {
    font-size: 49px;
  }
}

.c-price2__tax {
  font-weight: 500;
  font-size: 11px;
  line-height: calc(22 / 11);
  /* letter-spacing: -0.3em; */
  color: #1a1a1a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 0.5em;
}

/* .c-lead {
  background-color: #fdf203;
  font-weight: bold;
  font-size: clamp(0.75rem, -2.75rem + 16vw, 1rem);
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #39b54a;
  padding-inline: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 16px;
    padding-inline: 0.5em;
  }
} */

.l-following {
  display: none;
  position: relative;
  z-index: 1010;
}

.p-courseDetailcp_lead {
  clip-path: initial;
  padding-block: max(calc(7 / 375 * 100%), 7px) max(calc(5 / 375 * 100%), 5px);
}

.p-courseDetailInformation02 {
  padding-top: 22px;
}

.l-top {
  overflow: hidden;
}

.l-mv-container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-mv-container {
    overflow: initial;
  }
}

.p-mv-container {
  position: relative;
}

.p-mv-container__txt-container {
  position: absolute;
  top: calc(155 / 375 * 100%);
  left: 14px;
}
@media screen and (min-width: 768px) {
  .p-mv-container__txt-container {
    top: 168px;
    left: 70px;
  }
}

.p-mv-container__txt-img {
  max-width: 156px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv-container__txt-img {
    max-width: 181px;
  }
}

.p-mv-container__txt {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  color: #06b537;
  text-align: center;
  position: relative;
  padding-inline: 0.5em;
  margin-inline: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-mv-container__txt {
    font-size: 13px;
    padding-inline: 0.75em;
  }
}

.p-mv-container__txt::before,
.p-mv-container__txt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-image: linear-gradient(to bottom, #00a43e 60%, #78dc40 100%);
  position: absolute;
  top: calc(50% + 2px);
}
@media screen and (min-width: 768px) {
  .p-mv-container__txt::before,
  .p-mv-container__txt::after {
    height: 17px;
  }
}

.p-mv-container__txt::before {
  left: 0;
  transform: translateY(-50%) rotate(-18deg);
}

.p-mv-container__txt::after {
  right: 0;
  transform: translateY(-50%) rotate(18deg);
}

.p-mv-container__txt-accent {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-mv-container__txt-accent {
    font-size: 23px;
  }
}

.p-mv-container__txt-band {
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.p-mv__txt {
  width: calc(253 / 375 * 100%);
  position: absolute;
  top: calc(14 / 357 * 100%);
  left: 14px;
  object-fit: cover;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv__txt {
    width: 253px;
    top: 15px;
    left: 70px;
  }
}

.p-mv__txt-item {
  width: 100%;
  height: auto;
}

.p-mv__img-item {
  width: 100%;
  height: auto;
}

.p-mv__txt2 {
  width: calc(98 / 375 * 100%);
  position: absolute;
  top: -9px;
  right: -7px;
}
@media screen and (min-width: 768px) {
  .p-mv__txt2 {
    width: 105px;
    top: 10px;
    right: 11px;
  }
}

.p-mv__txt2-item {
  width: 100%;
  height: auto;
}

.p-mv__img2 {
  position: absolute;
  left: 50%;
  bottom: 66px;
  transform: translateX(-50%);
  width: calc(313 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .p-mv__img2 {
    top: 137px;
    left: 52px;
    bottom: initial;
    transform: initial;
    width: 282px;
  }
}

.p-mv__img2-item {
  width: 100%;
  height: auto;
}

.l-info {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .l-info {
    display: none;
  }
}

.p-info__head {
  background: linear-gradient(to bottom, #fff9d5 80%, transparent 80%);
}

.p-info__inner {
  max-width: 380px;
  margin-inline: auto;
  /* margin-top: -27px; */
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
}

.p-info__lead-container {
  position: relative;
  top: 5px;
  left: -2px;
  z-index: 1;
  display: flex;
  justify-content: end;
  width: calc(100% - 50px);
}

.p-info__lead {
  width: calc(217 / 375 * 100%);
  /* max-width: 164px; */
}

.p-info__foot {
  width: calc(355 / 375 * 100%);
  margin-inline: auto;
  /* margin-top: 30px; */
}

.p-info__sub {
  margin-top: 18px;
}

.p-info-sub__txt {
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  pointer-events: none;
  margin-bottom: calc(-30 / 356 * 100%);
}

.p-info-sub__txt-item {
  width: 100%;
  height: auto;
}

.p-info-sub__btn {
  list-style-type: "";
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-info-sub__btn {
    gap: 8px;
  }
}

.p-info-sub__btn-item {
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
}

.p-info-sub__btn-item:last-child .c-btn {
  z-index: 1;
}

.p-price {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-block: 17px 4px;
}

.p-price__discount {
  position: absolute;
  top: -36px;
  right: -8px;
  width: 75px;
  z-index: 1;
}

.p-price__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

/* .p-price__box {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
} */

.p-price__item {
  /* max-width: 224px; */
  margin-inline: auto;
}

.p-notice {
  font-size: 12px;
  line-height: calc(20 / 12);
  font-feature-settings: "palt";
  color: #333333;
  /* border: 1px solid #e6e6e6; */
  padding-block: 12px 24px;
}
@media screen and (min-width: 768px) {
  .p-notice {
    padding-top: 20px;
    padding-bottom: initial;
  }
}

.p-notice__ttl {
  font: inherit;
  font-weight: bold;
}

.p-notice__txt-container,
.p-notice__txt-container2 {
  list-style-type: "";
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 0.5em;
}

.p-notice__txt::before {
  content: "・";
  font-feature-settings: initial;
}

.p-notice__txt-link,
.p-notice__txt-link2 {
  color: #0071bc;
  text-decoration: underline;
}

.p-notice__txt2-note {
  font: inherit;
}

@media screen and (min-width: 768px) {
  .teaching-section .c-headingSmall {
    font-size: 20px;
  }
}

.teaching-section.--under {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .teaching-section.--under {
    grid-template-columns: 1fr 350px;
    gap: 24px;
  }
}

.teaching-section .p-courseDetailTextContents {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .teaching-section .p-courseDetailTextContents {
    text-align: initial;
  }
}

.p-courseDetailTextContents {
  font-size: calc(90vw / 24);
  margin: 1vw auto 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-courseDetailTextContents {
    font-size: calc(260px / 24);
    margin: 10px auto !important;
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .main-flex-container
    .l-main.--slimHeader
    .p-courseDetailContainer
    .p-courseDetailMain
    .c-anchorSection
    .curriculumTextContents {
    width: initial;
  }
}

.curriculumTextContents .p-courseDetailTextContents {
  font-size: 14px;
}

.price_course__list_cp .cam {
  /* background: #f14950 !important; */
  background: linear-gradient(to right, #ff1c4e, #ff4b73);
  box-shadow: 0 8px 0px rgba(241, 73, 80, 0.3);
}

.price_course__list_cta_btn:nth-of-type(1) {
  border: none;
  /* background: rgba(47, 134, 213, 1); */
  background: linear-gradient(to right, #0080e2, #00ccd2);
  box-shadow: 0 6px 0 rgba(47, 134, 213, 0.3);
  color: #fff;
}

.price_course__list_cta_btn
  .price_course__list_cta
  .price_course__list_cta_main:nth-of-type(1) {
  color: #fff;
}

.price_course__list_cta_main .blue span {
  color: #fff;
}

.price_course__list_cta .price_course__list_cta_main span:nth-of-type(1) {
  background: #fff;
  color: rgba(47, 134, 213, 1);
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 3px;
}

.price_course__list_cta .price_course__list_cta_main:nth-of-type(1) {
  color: #fff;
}

.price_course__list_cta_btn:nth-of-type(1) .price_course__list_cta_sub {
  background-color: #fff;
  border: rgba(47, 134, 213, 1) 1px solid;
  color: rgba(47, 134, 213, 1);
}

.price_course__list_cta_btn:nth-of-type(1) .price_course__list_cta_main {
  color: #fff;
}

.price_course__list_cta .price_course__list_cta_btn:nth-of-type(1)::after {
  background-image: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg) !important;
}

.p-bottomCta .p-bottomCtaButton {
  padding: 27px 4px 15px 9px;
  background: linear-gradient(to right, #ff1c4e, #ff4b73) !important;
  position: relative;
  border: none;
}

.p-bottomCta .p-bottomCtaButton__upperText:nth-of-type(1) {
  background: #fff;
  border: 1px solid #f14950;
  color: #f14950;
}

.p-bottomCta .p-bottomCtaButton:last-of-type {
  background: linear-gradient(to right, #0080e2, #00ccd2) !important;
  position: relative;
  border: none;
}

.p-bottomCta .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__upperText {
  border: 1px solid rgba(47, 134, 213, 1);
  color: rgba(47, 134, 213, 1);
}

.p-bottomCta .p-bottomCtaButton:last-of-type .p-bottomCtaButton__mainText span {
  background: #fff;
  color: rgba(47, 134, 213, 1);
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 3px;
}

.p-bottomCtaButton::after {
  width: 15px;
  height: 15px;
  transform: translateY(0%);
  background-image: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg) !important;
}

.p-bottomCtaButton__mainText {
  color: #fff !important;
}

.p-courseDetailLicense {
  min-height: 77px;
  height: initial;
}

.reviewWidget_title {
  margin-top: 0 !important;
}

.p-courseDetailLessonFee__introduction .label02 span {
  font-size: 120%;
}

/* PCのみ */
@media screen and (min-width: 768px) {
  .main-flex-container
    .l-main.--slimHeader
    .p-courseDetailContainer
    .p-courseDetailRight
    .lesson {
    /* background-color: #fff9d5; */
    /* padding-block: 9px 19px; */
    padding: 0;
  }

  .p-courseDetailInformation {
    background-color: #fff;
  }

  .p-courseDetailInformation02 {
    padding-inline: 12px;
    padding-block: 21px;
    margin-top: 64px;
  }

  .p-courseDetailInformation__box {
    background: linear-gradient(to bottom, #fff9d5 80%, transparent 80%);
    padding: 25px 12px;
    padding-block: 24px 9px;
    border-radius: 8px;
  }

  .p-courseDetailInformation__lead {
    margin-top: -7px;
    margin-left: -3px;
  }

  .p-courseDetailInformation__btn {
    list-style-type: "";
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 11px;
  }

  .p-courseDetailInformation .p-courseDetailshadow_btn {
    margin-bottom: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .pc .p-price {
    padding-block: 0 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .pc .p-price__body {
    position: relative;
    gap: 0;
  }

  .pc .p-price__body-head {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .pc .p-price__box {
    margin-left: -4px;
    padding-inline: 6px;
    align-self: start;
    /* max-width: 145px; */
    padding-bottom: 0;
    margin-top: initial;
  }

  .pc .p-price__discount {
    width: 82px;
    min-height: 82px;
    position: relative;
    top: 0;
    left: 3px;
    margin-top: -16px;
    margin-left: auto;
  }

  .pc .p-btn__txt {
    position: relative;
    z-index: 0;
    pointer-events: none;
    margin-inline: -12px;
    margin-bottom: -33px;
  }

  .pc .p-btn__txt-item {
    width: 100%;
    height: auto;
  }

  .main-flex-container
    .l-main.--slimHeader
    .p-courseDetailContainer
    .p-courseDetailMain
    .pc
    .c-anchorSection
    .curriculumBox {
    padding-block-start: 30px;
  }

  .pc .p-courseDetailHeadingWrapper {
    margin-bottom: 20px;
  }

  .pc .p-courseDetailPriceWrapper {
    box-shadow: initial;
    margin-top: initial;
    background: initial;
    padding: initial;
  }

  .pc .p-courseDetailInformation02 .p-courseDetailPriceWrapper {
    padding-inline: 10px;
    padding-block: 10px 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}

/* 250822 */

.p-info__lead {
    position: relative;
    top: 17px;
    left: -8px;
    z-index: 1;
    width: calc(356 / 375 * 100%);
}
.c-box {
    background: linear-gradient(to right, #1da24b, #68bf66);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 6px 2px;
    padding-inline: 6px;
}
.p-price__box {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
}
.c-lead {
    display: grid;
    grid-template-columns: 56px calc(calc(100% - 56px) + 14px);
    align-items: center;
    background-color:transparent;
}
.c-lead__point {
    position: relative;
    z-index: 1;
}
.c-lead__point-item {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.c-lead__img {
    padding-inline: 21px 43px;
    padding-block: 8px;
    background-color: #ffe449;
    border-radius: 0 10px 10px 0;
    position: relative;
    left: -14px;
    z-index: 0;
}
.c-lead__img-item {
    width: auto;
    height: 28px;
}

.p-price__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1px;
}

.c-price2__sub {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    color: #1a1a1a;
    margin-bottom: -4px;
    margin-right: 60px;
    text-align: center;
}

.p-price__discount {
    position: absolute;
    top: -26px;
    right: -8px;
    width: 75px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-courseDetailInformation__lead {
        margin-top: -5px;
        margin-left: -15px;
        margin-bottom:10px;
    }
    .c-lead {
        grid-template-columns: 45px calc(calc(100% - 45px) + 14px);
    }
    .c-lead__img {
        padding-inline: 19px 12px;
        padding-block: 6px;
    }
    .c-price2__sub {
        line-height: calc(23 / 11);
        margin-right: 40px;
        text-align: initial;
    }
  }

  .p-courseDetailcp_lead {
    background: linear-gradient(-30deg, rgba(155, 225, 93, 0.85) 0%, rgba(0, 156, 73, 0.85) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.5vw 1vw 6vw;
    height: fit-content;
    position: fixed;
    top: 124px;
    left: 0;
    display: block;
    z-index: 1000;
    width: 100%;
    visibility: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
}

@media screen and (max-width: 767px) {
.p-price__body {
  padding-bottom:10px;
}
}
