@charset "UTF-8";
/******** style ********/
.cp-body {
  --mv-bg:#E7F9FE;
  --mv-ar-sp:750/764;
  --mv-ar-pc:2000/390;
  --cta-bg: #FFF6BB;
  --title-lead: #CA1927;
  --title-letter: #000;
  --text-color-custom:#CA1927;
  --text-color-custom2:#FFFF00;
  --text-color-custom3:#FFF;
  --text-color-custom4:#333;
  --text-color-underline: linear-gradient(transparent 75%, #FFFF00 0%);
  --bg-main: #CAE9F2;
  --bg-5g: #ca192714;
  --best-v-color: #006EFA;
  --best-color: #14CD0A;
  --both-color: #FF0033;
  --box-bg: #FFF;
  --box-border: 3px solid #131313;
  --box-head-bg: #0450A1;
  --box-head-num: #FFFF00;
  --box-head-text: #FFF;
  --box-line: #E6E6E6;
  --merit-numberbg: #2FD048;
  --merit-numbercolor: #FFF;
  --btn-bg: #B60E33;
  --btn-textcolor: #FFF;
  --btn-border: 2px solid #000;
  --btn-container-bg:#FFF;
  --btn-pop-bg:#00205F;
  --btn-pop-color:#FFF;
  --btn-black-bg: #333333;
  --btn-black-textcolor: #FFF;
  --btn-black-border: none;
  --btn-black-container-bg:#000;
  --btn-white-bg: #FFF;
  --btn-white-textcolor: #333;
  --btn-white-shadow: 0 4px 0 0 #000000;
  --btn-white-border: 2px solid #333;
  --btn-white-container-bg:#333;
  --btn-disabled-bg: #DDDDDD !important;
  --btn-disabled-textcolor: #B4B4B4 !important;
  --btn-disabled-shadow: none !important;
  --btn-disabled-border: 1px solid #DDDDDD !important;
  /******** z-index ********/
}

@-ms-viewport {
  width: device-width;
}
.l-header-bnr-pc, .l-header-bnr {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .l-container {
    padding-top: 64px !important;
  }
  .l-header {
    height: 64px !important;
  }
}
p {
  margin-bottom: 0;
}

.cp-section {
  padding: 40px 0px;
}
@media screen and (min-width: 900px) {
  .cp-section {
    padding: 60px 0px 80px;
  }
}

.cp-inner {
  margin: 0 auto;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 900px) {
  .cp-inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 840px;
  }
}
.cp-inner .c-ttl-index-wrapper:first-child {
  margin-top: 0;
}

.cp-inner .c-bnr .swiper-button-next,
.cp-inner-wide .c-bnr .swiper-button-next {
  right: -20px;
}

.cp-color-custom {
  color: var(--text-color-custom);
}
.cp-color-custom li {
  color: var(--text-color-custom);
}
.cp-color-custom2 {
  color: var(--text-color-custom2);
}
.cp-color-custom2 li {
  color: var(--text-color-custom2);
}
.cp-color-custom3 {
  color: var(--text-color-custom3);
}
.cp-color-custom3 li {
  color: var(--text-color-custom3);
}
.cp-color-custom4 {
  color: var(--text-color-custom4);
}
.cp-color-custom4 li {
  color: var(--text-color-custom4);
}
.cp-color-best-v {
  color: var(--best-v-color);
}
.cp-color-best {
  color: var(--best-color);
}
.cp-color-both {
  color: var(--both-color);
}
.cp-color-bg-custom {
  background-color: var(--bg-main);
}
.cp-color-bg-custom:has(.cp-title-second-wrapper) .cp-title-second-wrapper {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.cp-text-en {
  font-family: "Roboto", sans-serif;
}
.cp-text-plus {
  text-align: center;
}
.cp-text-plus img {
  width: 34px;
}
@media screen and (min-width: 900px) {
  .cp-text-plus img {
    width: 45px;
  }
}
.cp-text-period {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  row-gap: 8px;
}
@media screen and (min-width: 900px) {
  .cp-text-period {
    font-size: 1.6rem;
    row-gap: 10px;
  }
}
.cp-text-period-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.3888888889;
}
.cp-text-period-ini {
  background-color: #EAEAEA;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 8px;
}
.cp-text-period-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 900px) {
  .cp-text-period-num {
    font-size: 2rem;
  }
}

.cp-box {
  background-color: var(--box-bg);
  border: var(--box-border);
  padding: 27px 5.3333333333vw 40px;
}
@media screen and (min-width: 900px) {
  .cp-box {
    padding: 50px 80px 40px;
  }
}
.cp-box-hashead {
  border-top: unset;
  padding: 20px 5.3333333333vw 40px;
}
@media screen and (min-width: 900px) {
  .cp-box-hashead {
    padding: 40px 80px 40px;
  }
}
.cp-box-head {
  border: var(--box-border);
  border-width: 3px 3px 0;
  background-color: var(--box-head-bg);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-box-head {
    padding: 20px;
    gap: 0 13px;
  }
}
.cp-box-head:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .cp-box-head:not(:first-child) {
    margin-top: 40px;
  }
}
.cp-box-head-num {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  background-color: var(--box-head-num);
  border-radius: 8px;
  font-weight: 700;
  padding: 4px 12px;
}
@media screen and (min-width: 900px) {
  .cp-box-head-num {
    padding: 6px 16px;
  }
}
.cp-box-head-num p:first-child {
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .cp-box-head-num p:first-child {
    font-size: 1.4rem;
  }
}
.cp-box-head-num p:last-child {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-box-head-num p:last-child {
    font-size: 3.2rem;
  }
}
.cp-box-head-text {
  color: var(--box-head-text);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .cp-box-head-text {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 900px) {
  .cp-box-head:has(.cp-box-head-num) {
    padding: 11px 18px;
  }
}
.cp-box-head:has(.cp-box-head-num) .cp-box-head-text {
  font-size: 1.7rem;
}
@media screen and (min-width: 900px) {
  .cp-box-head:has(.cp-box-head-num) .cp-box-head-text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.cp-box-line {
  background-color: var(--box-line);
  margin-top: 40px;
  margin-bottom: 40px;
}

.cp-color-bg-custom:has(.cp-title-second.--stripe) .cp-title-second span {
  --stripe-color:#FFF;
}

.cp-title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .cp-title {
    margin-bottom: 48px;
  }
}
.cp-title-second {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1.6vw;
  display: inline-block;
  line-height: 2;
}
@media screen and (max-width: 540px) {
  .cp-title-second {
    font-size: 6.95vw;
  }
}
@media screen and (min-width: 900px) {
  .cp-title-second {
    font-size: 3.6rem;
    letter-spacing: 6px;
  }
}
.cp-title-second-wrapper {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-title-second-wrapper {
    margin-top: 60px;
    margin-bottom: 32px;
  }
}
.cp-title-second + p {
  margin-top: 24px;
}
.cp-title-second.--stripe span {
  --stripe-color:#FEFFA0;
  background: repeating-linear-gradient(-45deg, var(--stripe-color), var(--stripe-color) 6px, transparent 6px, transparent 12px);
  padding-block: 4px;
  padding-inline: 10px 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 900px) {
  .cp-title-second.--stripe span {
    background: repeating-linear-gradient(-45deg, var(--stripe-color), var(--stripe-color) 8px, transparent 8px, transparent 15px);
  }
}

.cp-button-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  z-index: 3;
  padding-top: 8px;
  width: 100%;
}
.cp-button-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .cp-button-column {
    gap: 16px;
  }
}
@media (width <= 600px) {
  .cp-button-column {
    padding: 0 10px;
  }
  .cp-button-column .cp-button {
    min-width: 150px;
  }
}
.cp-button {
  --cp-btn-bg: var(--btn-bg);
  --cp-btn-textcolor: var(--btn-textcolor);
  --cp-btn-border: var(--btn-border);
  background-color: var(--cp-btn-bg);
  color: var(--cp-btn-textcolor);
  border: var(--cp-btn-border);
  min-width: 200px;
  max-width: 290px;
  width: calc(100% + 4px);
  margin-left: -2px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (min-width: 900px) {
  .cp-button {
    line-height: 1.8;
    min-width: 290px;
    max-width: 400px;
    font-size: 2rem;
    padding: 13px 0;
  }
  .cp-button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 899px) {
  .cp-button {
    font-size: 1.8rem;
    padding: 18px 25px;
  }
}
.cp-button::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--cp-btn-textcolor);
  border-right: 2px solid var(--cp-btn-textcolor);
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.cp-button-container {
  --cp-btn-border: var(--btn-border);
  display: inline-block;
  background-color: var(--btn-container-bg);
  border: var(--cp-btn-border);
  border-radius: 100px;
  width: 100%;
  height: calc(100% - 4px);
  max-width: 290px;
}
@media screen and (min-width: 900px) {
  .cp-button-container {
    max-width: 360px;
  }
}
.cp-button-container .cp-button {
  top: -8px;
  left: -5px;
}
.cp-button-container:hover .cp-button {
  opacity: 1;
  top: -3px;
  left: 0;
}
.cp-button-container.--disabled {
  height: auto;
  border: none;
  background-color: transparent !important;
}
.cp-button-container.--disabled .cp-button {
  border: none;
  background-color: #DDDDDD;
  color: #B4B4B4;
  cursor: default;
  pointer-events: none;
  top: 0;
  left: 0;
}
.cp-button-pop {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.cp-button-pop-inner {
  display: inline-block;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 8px;
  background-color: var(--btn-pop-bg);
  color: var(--btn-pop-color);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-inner {
    border-radius: 6px;
    font-size: 1.4rem;
    padding: 6px 10px 6px;
  }
}
.cp-button-pop::after {
  content: "";
  background-color: var(--btn-pop-bg);
  width: 20px;
  height: 10px;
  margin-top: -3px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (min-width: 900px) {
  .cp-button-pop::after {
    width: 25px;
    height: 12px;
    margin-top: -5px;
  }
}
.cp-button-pop:has(.cp-button-pop-day) .cp-button-pop-inner {
  text-align: center;
  border-radius: 8px;
  padding: 6px 36px;
}
@media screen and (min-width: 900px) {
  .cp-button-pop:has(.cp-button-pop-day) .cp-button-pop-inner {
    padding: 6px 48px 8px;
  }
}
.cp-button-pop-day {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-day {
    font-size: 1.4rem;
  }
}
.cp-button-pop-day-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-day-num {
    font-size: 2.2rem;
  }
}
.cp-button-pop-day i {
  margin-right: 2px;
}
.cp-button-pop-countdown {
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-countdown {
    font-size: 1.4rem;
  }
}
.cp-button-pop-countdown-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-countdown-num {
    font-size: 1.8rem;
  }
}
.cp-button-black .cp-button {
  --cp-btn-bg: var(--btn-black-bg);
  --cp-btn-textcolor: var(--btn-black-textcolor);
  --cp-btn-border: var(--btn-black-border);
}
.cp-button-black:has(.cp-button-container) .cp-button-container {
  background-color: var(--btn-black-container-bg);
}
.cp-button-white .cp-button {
  --cp-btn-bg: var(--btn-white-bg);
  --cp-btn-textcolor: var(--btn-white-textcolor);
  --cp-btn-border: var(--btn-white-border);
}
.cp-button-white:has(.cp-button-container) .cp-button-container {
  background-color: var(--btn-white-container-bg);
}
.cp-button-disabled .cp-button {
  cursor: default !important;
  pointer-events: none !important;
  margin-left: 0;
  width: 100%;
  --cp-btn-bg: var(--btn-disabled-bg);
  --cp-btn-textcolor: var(--btn-disabled-textcolor);
  --cp-btn-border: var(--btn-disabled-border);
}
.cp-button-disabled:has(.cp-button-container) .cp-button-container {
  border: none;
}
.cp-button-disabled:has(.cp-button-container) .cp-button {
  top: -3px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .cp-button-large .cp-button {
    max-width: 500px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-large .cp-button {
    max-width: 290px;
  }
}
@media screen and (min-width: 900px) {
  .cp-button-large:has(.cp-button-container) .cp-button-container {
    max-width: 500px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-large:has(.cp-button-container) .cp-button-container {
    max-width: 290px;
  }
}
@media screen and (min-width: 900px) {
  .cp-button-small .cp-button {
    max-width: 290px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-small .cp-button {
    max-width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .cp-button-small:has(.cp-button-container) .cp-button-container {
    max-width: 290px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-small:has(.cp-button-container) .cp-button-container {
    max-width: 200px;
  }
}
.cp-button-pagetop {
  z-index: 9;
  position: fixed;
  right: 20px;
  bottom: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cp-button-pagetop:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cp-button-pagetop.active {
  visibility: visible;
  opacity: 1;
}
.cp-button-pagetop a {
  text-decoration: none;
}
.cp-button-pagetop-icon {
  width: 60px;
  height: 60px;
  background-color: var(--cta-bg);
  opacity: 0.7;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.cp-button-pagetop-icon i {
  font-size: 2.4rem;
  color: #333;
}
@media screen and (max-width: 899px) {
  .cp-button-pagetop {
    right: 10px;
    bottom: 150px;
  }
  .cp-button-pagetop-icon {
    width: 45px;
    height: 45px;
  }
}

.cp-cta {
  background-color: var(--cta-bg);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .cp-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.cp-cta-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (min-width: 900px) {
  .cp-cta-chat {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.cp-cta-chat-momonkey img {
  width: min(26.6666666667vw, 100px);
  height: min(33.3333333333vw, 125px);
}
@media screen and (min-width: 900px) {
  .cp-cta-chat-momonkey img {
    width: 100px;
    height: 125px;
  }
}
.cp-cta-chat-lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color-custom3);
}
@media screen and (min-width: 900px) {
  .cp-cta-chat-lead {
    font-size: 2.6rem;
  }
}
.cp-cta-footer {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 0 12px;
  background-color: var(--cta-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .cp-cta-footer {
    left: 175px;
    max-width: min(100vw - 173px, 1827px);
  }
}
@media screen and (min-width: 2000px) {
  .cp-cta-footer {
    margin-left: calc((100vw - 2000px) / 2);
  }
}
.cp-cta-footer.active {
  opacity: 1;
  visibility: visible;
}

.cp-mv {
  background-color: var(--mv-bg);
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.cp-mv img {
  display: block;
  margin-inline: auto;
  width: min(100%, 450px);
  aspect-ratio: var(--mv-ar-sp);
}
@media screen and (min-width: 900px) {
  .cp-mv img {
    max-width: none;
    width: auto;
    aspect-ratio: var(--mv-ar-pc);
  }
}

.cp-notice {
  background-color: var(--mv-notice-bg);
  padding: 10px 0;
}
.cp-notice .u-text-notice > li, .cp-notice p {
  color: var(--mv-notice-color);
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .cp-notice .u-text-notice > li, .cp-notice p {
    font-size: 1.4rem;
  }
}

.p-home {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ffffff;
  cursor: pointer;
  border-left: 1px solid #F5F7F9;
  border-bottom: 1px solid #F5F7F9;
}
@media screen and (min-width: 1024px) {
  .p-home {
    display: none;
  }
}
.p-home span {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-home span:nth-child(1) {
  top: 18px;
}
.p-home span:nth-child(2) {
  top: 25px;
}
.p-home span:nth-child(3) {
  top: 32px;
}
.p-home p {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  line-height: 1;
  font-size: 0.8rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}
.p-home-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
}
.p-home-img img {
  width: 34px;
  max-width: none;
}

.p-header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 64px;
  position: absolute;
  right: 64px;
  top: 0;
  border-left: 1px solid #F5F7F9;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list {
    position: relative;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 17px 0 20px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li {
    margin-bottom: 20px;
  }
}
.p-header-menu-list > li a {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  color: #6F2FFF;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 43px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li a {
    width: 135px;
    -webkit-box-shadow: 0 3px 0 0 #3900BA;
            box-shadow: 0 3px 0 0 #3900BA;
    font-size: 1.5rem;
    border: 2px solid transparent;
    padding: 10px 8px 10px 20px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    height: auto;
  }
  .p-header-menu-list > li a:hover {
    opacity: 0.75;
  }
}
.p-header-menu-home {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home a {
    border-color: #6F2FFF !important;
    color: #6F2FFF;
  }
}
.p-header-menu-home a::after {
  display: block;
  content: "";
  background: url("../images/common/icon/ico_login.svg") no-repeat center 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home a::after {
    background: none;
    left: auto;
    right: 12px;
    top: 50%;
    border-top: 2px solid #6F2FFF;
    border-right: 2px solid #6F2FFF;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home a::before {
    display: block;
    content: "";
    background: url("/assets/images/language/process/home_purple.svg") no-repeat center 0px;
    background-size: 100%;
    position: absolute;
    font-size: 1.8rem;
    left: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 20px;
    height: 22px;
  }
}

.cp-table {
  table-layout: fixed;
}
.cp-table tr {
  border-bottom: #C3C3C3 solid 1px;
}
.cp-table th, .cp-table td {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 4px;
}
@media screen and (min-width: 900px) {
  .cp-table th, .cp-table td {
    font-size: 1.8rem;
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .cp-table th, .cp-table td {
    font-size: 1.1rem;
  }
}
.cp-table th {
  color: #333333;
  font-weight: bold;
}
.cp-table-head {
  font-weight: normal !important;
}
.cp-table-head b {
  font-weight: bold;
  display: block;
}
.cp-table-head.bg-green {
  background-color: #A6FF04;
}
.cp-table-head.bg-blue {
  background-color: #81ECFF;
}
.cp-table td.bg-green {
  background-color: #F3FFDD;
}
.cp-table td.bg-blue {
  background-color: #E6FBFF;
}
.cp-table td .subject, .cp-table td .not-subject {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  display: block;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-table td .subject, .cp-table td .not-subject {
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .cp-table td .subject, .cp-table td .not-subject {
    font-size: 1.1rem;
  }
}
.cp-table td .subject::before, .cp-table td .not-subject::before {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .cp-table td .subject::before, .cp-table td .not-subject::before {
    font-size: 3.4rem;
  }
}
.cp-table td .subject {
  color: #14CD0A;
}
.cp-table td .subject::before {
  content: "○";
}
.cp-table td .not-subject {
  color: #8D8D8D;
}
.cp-table td .not-subject::before {
  content: "×";
}
.cp-table td b {
  color: #333333;
  font-size: 1.8rem;
}
@media screen and (min-width: 900px) {
  .cp-table td b {
    font-size: 2.8rem;
  }
}
.cp-table-span {
  color: #333333;
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .cp-table-span {
    font-size: 1.8rem;
  }
}
.cp-table-price {
  --color-pink: #FF4187;
  color: var(--color-pink);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .cp-table-price {
    font-size: 2.4rem;
  }
}
.cp-table-price span {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-table-price span {
    font-size: 1.4rem;
  }
}