@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.note {
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
  padding: 0.7em 0;
}
.note-r {
  text-align: right;
}
.note-L {
  text-align: center;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  padding: 2em 0 0;
}
.note-L span {
  font-weight: 700;
}

.tbl-wrap {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .tbl-wrap {
    overflow-x: inherit;
    margin-bottom: 40px;
  }
}

.tbl-plan {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  position: relative;
}
.tbl-plan th, .tbl-plan td {
  padding: 8px 5px;
  border: solid 1px #707070;
  font-size: clamp(1.3rem, 1.55vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  .tbl-plan th, .tbl-plan td {
    padding: 20px 12px;
  }
}
.tbl-plan th {
  font-weight: 700;
  white-space: nowrap;
}
.tbl-plan th.th-bg-gry {
  background: #F4F4F4 !important;
  width: 1em;
  white-space: pre-wrap;
}
@media screen and (min-width: 769px) {
  .tbl-plan th.th-bg-gry {
    writing-mode: vertical-lr;
    white-space: nowrap;
  }
}
.tbl-plan th.txtL {
  font-weight: 500;
}
.tbl-plan th.fixed {
  position: sticky;
  left: 0;
  background: #fff;
  border: solid 1px #707070;
  z-index: 1;
}
.tbl-plan td {
  text-align: center;
  line-height: 1;
}
.tbl-plan td img {
  width: 15px;
}
@media screen and (min-width: 769px) {
  .tbl-plan td img {
    width: 23px;
  }
}
.tbl-plan td p {
  line-height: 1.8;
}
.tbl-plan td span {
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
}
.tbl-plan .bd-btm-no {
  border-bottom: none;
}
.tbl-plan .plan-link-btn-wrap {
  border-top: none;
  padding-top: 0;
}
.tbl-plan .plan-detail-wrap {
  display: flex;
  flex-direction: column;
  height: 24em;
}
@media screen and (min-width: 769px) {
  .tbl-plan .plan-detail-wrap {
    height: auto;
  }
}
.tbl-plan .plan-detail-wrap .plan-link-btn {
  margin-top: auto;
}
.tbl-plan .plan-detail-wrap .pconly {
  opacity: 0;
  display: none;
}
@media screen and (min-width: 769px) {
  .tbl-plan .plan-detail-wrap .pconly {
    display: inline;
  }
}
.tbl-plan .price-base {
  background: #003E92;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  line-height: 1;
}
.tbl-plan .price-base span {
  font-size: clamp(1.9rem, 3.6vw, 4rem);
}
.tbl-plan .price-base.base-okurn {
  background: #474645;
  width: 70%;
}
.tbl-plan .price-base.base-sharern {
  background: #DD6818;
  width: 70%;
}
.tbl-plan .plan-num {
  text-align: center;
  font-size: clamp(1.8rem, 2.55vw, 2.8rem);
  line-height: 1.1;
}
.tbl-plan .bg-rcm {
  background: #CDE8FE;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root .tbl-plan th.th-bg-gry {
  writing-mode: inherit;
  white-space: pre-wrap;
}

.plan-head {
  max-width: 410px;
  margin: auto;
}

.plan-name {
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  font-weight: 700;
  padding: 18px 10px 14px;
  line-height: 1.1;
  border-radius: 10px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .plan-name {
    padding: 20px 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .plan-name {
    padding: 24px;
  }
}
.plan-name > span {
  font-size: clamp(1.8rem, 2.55vw, 3.2rem);
}
.plan-name > span.eng {
  font-weight: 400;
  font-size: clamp(1.8rem, 2.55vw, 3.2rem);
}
.plan-name > span.ja {
  font-weight: 700;
}
.plan-name.standard {
  background: #F2F9FF;
  color: #003E92;
}
.plan-name.advanced {
  background: #fff;
  color: #003E92;
  border: solid 2px #F12656;
}
.plan-name.advanced::before {
  content: url(/assets/img/plan/icon_rcm.svg);
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
  transform-origin: center center;
}
@media screen and (min-width: 769px) {
  .plan-name.advanced::before {
    transform: scale(1) translateX(-50%);
  }
}
.plan-name.premium {
  background: #3264A7;
  color: #fff;
}
.plan-name.name-okurn {
  background: #E5E5E5;
  color: #003E92;
  line-height: 1;
}
.plan-name.name-sharern {
  background: #E5E5E5;
  color: #D5530E;
  line-height: 1;
}

.plan-price {
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.1em 0;
  line-height: 1.2;
  max-width: 250px;
}
.plan-price dt {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 1.4vw, 1.6rem);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .plan-price dt {
    width: 5rem;
    text-align: left;
  }
}
.plan-price dd {
  width: 100%;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .plan-price dd {
    width: calc(100% - 5rem);
    text-align: right;
  }
}
.plan-price dd span {
  font-weight: 700;
}
.plan-price.txtC {
  margin: 0 auto 10px;
}
@media screen and (min-width: 1024px) {
  .plan-price.txtC {
    justify-content: center;
  }
}
.plan-price-share {
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 10px;
}
.plan-price-share dt {
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  display: block;
}
.plan-price-share dt span {
  font-size: clamp(1.7rem, 2.36vw, 2.8rem);
  font-weight: 700;
}
.plan-price-share dd {
  width: 100%;
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  font-weight: 400;
  text-align: center;
}

.plan-link-btn li:not(:last-of-type) {
  margin-bottom: 10px;
}
.plan-link-btn li a {
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  font-weight: 700;
  border-radius: 30px;
  white-space: nowrap;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
.plan-link-btn li.trial a {
  background: #64BAFA;
  color: #fff;
}
.plan-link-btn li.apply a {
  background: #fff;
  color: #003E92;
  border: solid 2px #64BAFA;
}
@media screen and (min-width: 769px) {
  .plan-link-btn.btn-okurn li a {
    padding: 0.8em 1em;
  }
}
.plan-link-btn.btn-okurn li.trial a {
  background: #003E92;
}
.plan-link-btn.btn-okurn li.apply a {
  border: solid 2px #003E92;
  color: #003E92;
}
@media screen and (min-width: 769px) {
  .plan-link-btn.btn-sharern li a {
    padding: 0.8em 1em;
  }
}
.plan-link-btn.btn-sharern li.trial a {
  background: #DD6818;
}
.plan-link-btn.btn-sharern li.apply a {
  border: solid 2px #DD6818;
  color: #DD6818;
}

.plan-detail {
  font-size: clamp(1.5rem, 1.55vw, 1.7rem);
  line-height: 1.8;
}
.plan-detail dt {
  color: #003E92;
  font-weight: 700;
  text-align: left;
}
.plan-detail dd {
  color: #f12656;
  font-weight: 700;
  text-align: center;
  margin: 0.3em auto 0.5em;
}
.plan-detail dd span {
  font-size: clamp(1.7rem, 2.36vw, 2.8rem);
  font-weight: 700;
}

.sec06 {
  margin-bottom: auto;
}

.step_bg {
  padding: 50px 0px;
  background-color: #CDE8FE;
}
@media screen and (min-width: 769px) {
  .step_bg {
    padding: 120px 0px;
  }
}

.step_wrap {
  padding: 0px 20px;
}

.step_txt {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .step_txt {
    margin-bottom: 60px;
    text-align: center;
  }
}
.step_txt span {
  font-weight: 700;
  font-size: 124%;
}

.step_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .step_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.step_item {
  width: calc((100% - 30px) / 2);
}
@media screen and (min-width: 769px) {
  .step_item {
    width: calc((100% - 120px) / 5);
  }
}

.step_ttl {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 30px;
}