@charset "UTF-8";
.p-new_plan {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-new_plan .u-txt-red {
  color: #DD020F;
}
.p-new_plan .u-txt-line {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 767px) {
  .p-new_plan .u-txt-small {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan .u-txt-small {
    font-size: 14px;
  }
}
.p-new_plan img {
  max-width: 100%;
}
.p-new_plan-ttl {
  margin-inline: 0;
  margin-bottom: 1em;
  border-left: 2px solid;
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-new_plan-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-ttl {
    font-size: 26px;
  }
}
.p-new_plan-attention {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-new_plan-attention {
    font-size: 12px;
  }
}
.p-new_plan-attention:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
}
.p-new_plan-transfer {
  min-width: 800px;
}
.p-new_plan-transfer__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8em 1fr 8em;
  grid-template-columns: 1fr 8em 1fr 8em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-new_plan-transfer__row {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-transfer__row {
    font-size: 18px;
  }
}
.p-new_plan-transfer__head {
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.p-new_plan-transfer__head [class$="--new"] {
  background: #ffe99e;
}
.p-new_plan-transfer__body [class$="--new"] {
  background: #fffaeb;
}
.p-new_plan-transfer__body div[class$=__price]:not([class$="--new"]) {
  z-index: 10;
}
.p-new_plan-transfer__body div[class$=__price]:not([class$="--new"]):before, .p-new_plan-transfer__body div[class$=__price]:not([class$="--new"]):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.p-new_plan-transfer__body div[class$=__price]:not([class$="--new"]):before {
  right: 0;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-right: -10px;
  background: #333;
}
.p-new_plan-transfer__body div[class$=__price]:not([class$="--new"]):after {
  width: 0;
  height: 0;
  margin-top: -5px;
  right: -10px;
  border-style: solid;
  border-width: 5px 0px 5px 6px;
  border-color: transparent transparent transparent #333;
}
.p-new_plan-transfer__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em;
  text-align: center;
}
.p-new_plan-transfer__item[class$=__price]:not([class$="--new"]) {
  border-right: 1px solid #ddd;
}
.p-new_plan-transfer__item small {
  font-size: 80%;
}
.p-new_plan-transfer__item em {
  color: #DD020F;
  font-weight: 700;
  font-style: normal;
}
.p-new_plan-transfer__price {
  border-left: 1px dotted #ddd;
}
.p-new_plan-list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.p-new_plan-list:not(:first-child) {
  margin-top: 30px;
}
.p-new_plan-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.p-new_plan-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc((1.6em - 6px) / 2);
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #333;
}
.p-new_plan-user {
  margin-top: min(60px, 8vw);
}
.p-new_plan-user__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px;
  list-style: none !important;
}
.p-new_plan-user__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #DD020F;
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #DD020F !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-new_plan-user__btn {
    height: 70px;
    border-radius: 37px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-user__btn {
    height: 90px;
    border-radius: 47px;
    font-size: 18px;
  }
}
.p-new_plan-user__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 3px solid #DD020F;
  border-right: 3px solid #DD020F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-new_plan-notice {
  margin-top: min(50px, 8vw);
}
.p-new_plan-notice__ttl {
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-new_plan-notice__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-notice__ttl {
    font-size: 30px;
  }
}
.p-new_plan-notice__ttl span {
  padding: 0.2em 0.5em;
  background: #ffdfe1;
}
.p-new_plan-notice__img {
  margin-inline: 0;
  min-width: 600px;
}
.p-new_plan-detail__lead {
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 1.0708rem + 0.2312vw, 1.25rem);
  font-weight: 700;
}
.p-new_plan-detail__btns {
  gap: 15px;
  padding-top: min(30px, 5vw);
}
@media screen and (max-width: 767px) {
  .p-new_plan-detail__btns {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-detail__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-new_plan-detail__btn {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  border: 2px solid #DD020F;
  color: #DD020F !important;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-new_plan-detail__btn {
    width: 100%;
    min-width: 0;
    height: 50px;
    border-radius: 27px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-detail__btn {
    height: 60px;
    border-radius: 32px;
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-new_plan-detail__btn:hover {
    color: #fff !important;
    background: #DD020F;
    opacity: 1;
  }
}
.p-new_plan-detail__btn--red {
  background: #DD020F;
  color: #fff !important;
}
@media (hover: hover) and (pointer: fine) {
  .p-new_plan-detail__btn--red:hover {
    color: #DD020F !important;
    background: #fff;
  }
}
.p-new_plan-detail__info {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin-top: min(30px, 5vw);
}
@media screen and (min-width: 768px) {
  .p-new_plan-detail__info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-new_plan-detail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-new_plan-detail__box p {
  margin: 0 !important;
}
.p-new_plan-detail__box-head {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-new_plan-detail__box-head {
    font-size: 18px;
  }
}
.p-new_plan-detail__box-inner {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: min(40px, 5vw);
  border: 4px solid #333;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.p-new_plan-detail__box-inner .p-new_plan-detail__btns {
  margin-top: auto;
}
.p-new_plan-premium__head {
  background: -webkit-gradient(linear, right top, left top, from(#dab747), color-stop(50%, #fce69f), to(#dab747));
  background: linear-gradient(to left, #dab747 0%, #fce69f 50%, #dab747 100%);
  color: #cb8d01;
  border-top: 4px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__head {
    font-size: 22px;
  }
}
.p-new_plan-premium__head small {
  display: block;
  font-size: 0.7em;
}
.p-new_plan-premium__body {
  padding: min(40px, 5vw);
  border: 4px solid #dab747;
  border-top: none;
  border-radius: 0 0 10px 10px;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__body {
    border-width: 2px;
  }
}
.p-new_plan-premium__lead {
  margin: 0 0 10px !important;
  color: #DD020F;
  font-size: 20px;
  font-weight: 700;
  text-align: center !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__lead {
    font-size: 18px;
  }
}
.p-new_plan-premium__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__price {
    position: relative;
    padding-top: 30px;
  }
}
.p-new_plan-premium__price i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-right: 10px;
  padding-inline: 10px;
  background: #DD020F;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__price i {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-new_plan-premium__price em {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  font-size: 40px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}
.p-new_plan-premium__price small {
  margin-left: 3px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__price-wrap {
    display: -ms-grid;
    display: grid;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-premium__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.p-new_plan-premium__img {
  margin: 30px 0;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.p-new_plan-premium__use {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
}
.p-new_plan-premium__use li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 10px 1fr;
  grid-template-columns: 1em 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-new_plan-premium__use li {
    font-size: 16px;
  }
}
.p-new_plan-premium__use li i {
  margin-top: 0.25em;
}
.p-new_plan-premium__use li svg {
  width: 1em;
  aspect-ratio: 1/1;
  fill: #DD020F;
}
.p-new_plan-flow__inner {
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-new_plan-flow__inner {
    width: 600px;
  }
}
.p-new_plan-flow__inner--basic {
  background: url("/new_plan/local/images/for_basic/flow-bg.png") repeat-y top left;
}
.p-new_plan-flow__plan {
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .p-new_plan-flow__plan {
    padding: 20px 10px;
  }
}
.p-new_plan-article + .p-new_plan-article {
  margin-top: min(100px, 10vw);
}
.p-new_plan-article figure:not([class]) {
  margin: 0;
}
.p-new_plan-customer {
  word-break: break-all;
}
.p-new_plan-customer__cap {
  width: 100%;
  margin-top: 0;
  margin-inline: 0;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-new_plan-customer__cap {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-customer__cap {
    font-size: 20px;
  }
}
.p-new_plan-customer__cap:not(:first-child) {
  margin-top: min(60px, 6vw);
}
.p-new_plan-customer__operating {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-new_plan-customer__operating {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-customer__operating {
    font-size: 18px;
  }
}
.p-new_plan-customer__operating li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  counter-increment: calc-ex9;
  line-height: 1.6;
}
.p-new_plan-customer__operating li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  content: counter(calc-ex9) ".";
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .p-new_plan-customer__operating figure {
    max-width: 600px;
  }
}
.p-new_plan-customer__case {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 10px 1fr;
  grid-template-columns: 1em 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin: 0 0 1em !important;
  padding: 0.5em;
  background: #f2f2f2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-new_plan-customer__case {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-customer__case {
    font-size: 18px;
  }
}
.p-new_plan-customer__case:not(:first-child) {
  margin-top: min(40px, 5vw) !important;
}
.p-new_plan-customer__case i {
  margin-top: 0.25em;
}
.p-new_plan-customer__case svg {
  width: 1em;
  aspect-ratio: 1/1;
  fill: #DD020F;
}
@media screen and (max-width: 767px) {
  .p-new_plan-customer__process {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-customer__process {
    font-size: 18px;
  }
}
.p-new_plan-customer__process dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5em 1fr;
  grid-template-columns: 3.5em 1fr;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}
.p-new_plan-customer__process dt i {
  font-style: normal;
}
.p-new_plan-customer__process dd {
  margin: 0;
}
.p-new_plan-customer__process dd + dt {
  margin-top: 2em;
}
.p-new_plan-customer__process dd p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-new_plan-customer__process dd img {
  width: auto;
  height: 2em;
  vertical-align: text-top;
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
@media screen and (max-width: 767px) {
  .p-new_plan-customer__process dd img {
    height: 1.5em;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
}
.p-new_plan-install {
  margin-top: 30px;
}
.p-new_plan-install img {
  width: 100% !important;
  height: auto !important;
  min-width: 0;
  vertical-align: bottom !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.p-new_plan-install__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-new_plan-install__head {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-install__head {
    font-size: 18px;
  }
}
.p-new_plan-install__head i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-new_plan-install__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 !important;
  margin-top: 12px !important;
  color: #888;
  font-size: 12px;
  line-height: 1.6;
}
.p-new_plan-install__link {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-new_plan-install__link {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-install__link {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p-new_plan-install__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #f2f2f2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-new_plan-install__link-item {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-new_plan-install__link-item {
    padding: 30px;
  }
}
.p-new_plan-install__link-item p {
  margin: 0 !important;
  text-align: center !important;
}
.p-new_plan-install__link-item figure {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
}
.p-new_plan-install__link-item figure .store {
  width: 260px !important;
}
.p-new_plan-install__link-item figure .qr {
  width: 150px !important;
}
.p-new_plan-install__tap {
  width: 300px;
  margin-top: 20px;
  margin-inline: auto;
  text-align: center;
}
.p-new_plan-install__tap img {
  width: auto !important;
}

section.contents#announce .content .u-m0 {
  margin: 0 !important;
}
section.contents#announce .content .u-mt0 {
  margin-top: 0 !important;
}
section.contents#announce .content .u-mb0 {
  margin-bottom: 0 !important;
}

.plan-table {
  border-radius: 5px;
}

.plan-table ul, .plan-table ol {
  padding: 0;
  margin: 0;
}

.plan-table .body {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.plan-table .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan-table .row {
    gap: 10px;
  }
}

.plan-table .row-head {
  background: none;
}

@media only screen and (max-width: 767px) {
  .plan-table .row-head {
    position: sticky;
    top: 50px;
    z-index: 2;
  }
}
.plan-table .row .col:first-child {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.plan-table .row .col:last-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.plan-table .row .col-head {
  border-top: 4px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 24px;
  padding: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col-head {
    border-radius: 5px 5px 0 0;
  }
}
.plan-table .row .col-head small {
  display: block;
  font-size: 0.5em;
}

.plan-table .row .col-head.is-premium {
  background: -webkit-gradient(linear, right top, left top, from(#dab747), color-stop(50%, #fce69f), to(#dab747));
  background: linear-gradient(to left, #dab747 0%, #fce69f 50%, #dab747 100%);
  color: #cb8d01;
}

.plan-table .row .col-head.is-basics {
  background: #d6d6d6;
  color: #7e7e7e;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col-head.is-basics {
    padding: 20px;
  }
}
.plan-table .row .col-section {
  padding: 10px 20px 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px dotted #333;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .plan-table .row .col-section {
    padding: 20px 20px 20px;
  }
}
.plan-table .row .col_title {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #7e7e7e;
}

@media only screen and (max-width: 767px) {
  .plan-table .row .col_title {
    width: 100%;
    font-size: 14px;
    margin-inline: 0;
    text-align: center !important;
  }
}
.plan-table .row .col_text {
  font-size: 14px;
  font-weight: bold;
}

.plan-table .row .col_text .strong {
  font-size: 2em;
}

.plan-table .row .col_text ul:not(.is-disc) {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  list-style-type: none !important;
}
.plan-table .row .col_text ul:not(.is-disc) .attention {
  margin-left: 0;
  color: #DD020F;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col_text ul {
    text-align: left;
    margin: 0 30px;
    font-size: inherit !important;
  }
}
@media only screen and (max-width: 767px) {
  .plan-table .row .col_text ul li + li {
    margin-top: 10px;
  }
}
.plan-table .row .col_text ul small {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col_text ul small {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .plan-table .row .col_text ul small {
    display: block;
  }
}
.plan-table .row .col_text ul.is-disc {
  list-style: disc;
}

@media only screen and (max-width: 767px) {
  .plan-table .row .col_text ul.is-disc {
    text-align: left;
    padding-left: 1.5em;
  }
}
.plan-table .row .col_note {
  font-size: 12px;
  margin-top: 10px;
}

.plan-table .row .col .is-none {
  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;
  color: #7e7e7e;
}

.plan-table .row .col .application-list {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.plan-table .row .col .application-list li.item {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col .application-list li.item {
    line-height: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .plan-table .row .col .application-list li.item {
    text-align: center;
  }
}
.plan-table .row .col .application-list li.item + li.item {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col .application-list li.item small {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .plan-table .row .col .application-list li.item small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .plan-table .row .col .application-list li.item:not(.is-none) {
    text-indent: -2.25em;
  }
}
.plan-table .row .col .application-list li .icon {
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  vertical-align: bottom;
  text-indent: 0;
}

@media only screen and (min-width: 768px) {
  .plan-table .row .col .application-list li .icon {
    display: inline-block;
    margin: 0 0.25em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .plan-table .row .col .application-list li .icon {
    display: block;
    margin: 0 auto 0.25em;
  }
}
.plan-table .row .col .application-list li .icon img {
  max-width: 100%;
}

.plan-table .row .col .application-list_note {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}

.plan-table .row .col .application-list_note summary {
  cursor: pointer;
}

.plan-table .row .col .application-list_note .inner {
  background: #ecf8ff;
  padding: 10px;
}

.plan-table .row .col .application-list_note .inner > *:first-child {
  margin-top: 0 !important;
}

.plan-table .row .col .application-list_note .title {
  color: #4686ff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0.5em;
}

.plan-table .row .col .application-list_note ul {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: disc;
}

@media only screen and (max-width: 767px) {
  section.contents#toTop .link-btn.FB {
    width: 90%;
    margin-inline: auto;
  }
}