/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
.content-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .content-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.step__content {
  margin-bottom: 0;
}
.step__content-header {
  padding: 0 20px;
  margin-top: 2em;
}
.step__content-title {
  font-size: 30px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .step__content-title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .step__content-subtitle {
    text-align: left;
  }
}

.plan-img {
  max-width: 250px;
  margin: 0 auto 30px;
  display: block;
}
@media (min-width: 992px) {
  .plan-img {
    max-width: 285px;
    margin: 0 auto 40px;
  }
}

.section {
  padding: 70px 20px 76px;
  max-width: 990px;
  margin: 0 auto;
  color: #211c15;
  text-align: center;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 20px 86px;
  }
}
.section--full {
  max-width: none;
}
.section--gray {
  padding-bottom: 60px;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .section--gray {
    padding-bottom: 65px;
  }
}
.section--full .section__inner {
  max-width: 955px;
  margin: 0 auto;
}
.section__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section__title {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 1;
  }
}
.section__text {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
@media (min-width: 992px) {
  .section__text {
    font-size: 26px;
    line-height: 1.6;
    text-align: left;
  }
}
.section__btn {
  max-width: 250px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  border-width: 2px;
  margin: 0 auto;
  color: #fff;
  background: #FD0050;
  border-color: #FD0050;
}
.section__btn:not(:disabled):not(.btn--disabled):focus, .section__btn:not(:disabled):not(.btn--disabled):active {
  color: #fff;
  background: #DE0046;
  border-color: #DE0046;
}
@media (min-width: 992px) {
  .section__btn:not(:disabled):not(.btn--disabled):hover {
    color: #fff;
    background: #DE0046;
    border-color: #DE0046;
  }
}
@media (min-width: 992px) {
  .section__btn {
    height: 60px;
    font-size: 24px;
  }
}
.section__note {
  font-size: 14px;
  text-align: left;
}
.section-plan, .section-skip {
  padding-top: 0;
}

.section-new {
  padding: 70px 20px 70px;
}
@media (min-width: 768px) {
  .section-new {
    padding: 80px 20px 80px;
  }
}
@media (min-width: 992px) {
  .section-new {
    padding: 90px 20px 60px;
  }
}

.info-box {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .info-box {
    max-width: none;
  }
}
.info-box__icon {
  color: #FD0050;
  font-size: 85px;
  line-height: 1.6;
}
.info-box__title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .info-box__title {
    font-size: 28px;
  }
}
.info-box__desc {
  line-height: 1.875;
  text-align: center;
}

.compare-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  top: 70px;
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  .compare-select {
    display: none;
  }
}
.compare-select-title {
  color: #888;
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .compare-select-title {
    display: none;
  }
}
.compare-select__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.compare-select__control {
  font-size: 16px;
  line-height: 1.15;
  width: 100%;
  color: #333;
  min-height: 44px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 30px 10px 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='177 45 42 42'%3E%3Cpath fill='%23666' d='M204 63.686l-1.371-1.371L198 66.942l-4.628-4.628L192 63.686l6 6 6-6z'/%3E%3C/svg%3E") right center no-repeat;
}

.table-compare {
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
  margin: 0 0 25px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .table-compare {
    position: relative;
    background: transparent;
    overflow-x: initial;
    overflow-y: initial;
  }
}
@media (min-width: 992px) {
  .table-compare:before {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    width: 60%;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}
.table-compare__row {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .table-compare__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    position: relative;
  }
}
.table-compare-case {
  color: #555555;
  text-align: center;
  position: relative;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .table-compare-case {
    padding-top: 20px;
  }
}
.table-compare-case--primary {
  color: #FD0050;
}
.table-compare-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FD0050;
  line-height: 1;
  border-radius: 20px;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .table-compare-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 0 30px;
  }
}
.table-compare-pricebox {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 0 5px;
}
.table-compare-pricebox-unit {
  margin: 0 5px 0 0;
}
.table-compare-pricebox-num {
  font-size: 38px;
}
.table-compare-desc {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.25;
  min-height: 2.8em;
}
.table-compare-btn {
  width: 140px;
  margin: 0 auto;
}
.table-compare-btn:not(:disabled):not(.btn--disabled):focus, .table-compare-btn:not(:disabled):not(.btn--disabled):active {
  color: #fff;
}
@media (min-width: 992px) {
  .table-compare-btn:not(:disabled):not(.btn--disabled):hover {
    color: #fff;
  }
}
.table-compare__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  -ms-flex: 0 0 59%;
      flex: 0 0 59%;
  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;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .table-compare__cell {
    margin: 0;
    padding: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .table-compare__head .table-compare__cell {
    padding: 0 0 50px;
  }
}
@media (min-width: 1440px) {
  .table-compare__head .table-compare__cell {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .table-compare__head .table-compare__cell {
    font-size: 24px;
  }
}
.table-compare__cell .tag-win {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 992px) {
  .table-compare__cell .tag-win {
    bottom: initial;
    top: 0;
    right: 5px;
  }
}
.table-compare__cell:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  color: #888;
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
  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-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .table-compare__cell:first-child {
    position: static;
    background: transparent;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    line-height: initial;
    border-bottom: 1px solid #888;
  }
}
@media (min-width: 1440px) {
  .table-compare__cell:first-child {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .table-compare__cell:first-child {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .table-compare__head .table-compare__cell:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .table-compare__cell:first-child .table-compare__cell-value {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .table-compare__cell:last-child:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .table-compare__head .table-compare__cell:last-child {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FC9AB9+0,#FFD6E4+100 */
  }
}
@media (min-width: 992px) {
  .table-compare__head .table-compare__cell:last-child:before {
    display: block;
    background: #FD0050;
    width: 100%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .table-compare__cell-value {
    padding: 15px 15px 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.table-compare__cell-icon {
  font-size: 30px;
}
.table-compare__tips {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.table + .table-compare__tips {
  margin-top: -10px;
}

.tag-win {
  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;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #FD0050;
  padding: 3px 10px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tag-win {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    font-size: 20px;
    width: 38px;
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    pointer-events: none;
  }
}

.plan {
  border: 1px solid #19b394;
  background: #f7f7f7;
  padding: 0 25px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .plan {
    max-width: 950px;
  }
}
@media (min-width: 992px) {
  .plan {
    min-width: 950px;
  }
}
.plan__imgbox {
  max-width: 100px;
  margin: -50px auto 15px;
}
@media (min-width: 768px) {
  .plan__imgbox {
    max-width: 142px;
    margin: -42px auto 15px;
  }
}
.plan__desc {
  font-weight: bold;
  line-height: 1.5;
  color: #211c15;
  font-size: 24px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .plan__desc {
    font-size: 38px;
  }
}
.plan__num {
  font-size: 60px;
  vertical-align: text-top;
  line-height: 1;
  margin: 0 0 0 5px;
}
.plan__desc2 {
  color: #211c15;
  margin: 0 0 20px;
}
.plan__btn {
  font-size: 18px;
  height: 50px;
  max-width: 260px;
  margin: 0 auto;
}
.collapse__body-container {
  font-size: 16px;
  line-height: 24px;
}

.listtext__item {
  font-size: 16px;
  line-height: 24px;
}
.listtext__item:not(:last-child) {
  margin-bottom: 12px;
}

.fee-rules {
  margin-top: 30px;
}
.fee-rules__warning {
  font-size: 14px;
  color: #FD0050;
  margin-bottom: 14px;
}
.fee-rules__table {
  color: #211c15;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 26px;
}
.fee-rules__table thead tr {
  background: #eeeeee;
  font-size: 16px;
  font-weight: bold;
}
.fee-rules__table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.fee-rules__table tbody tr td {
  background: #fff;
}
.fee-rules__table tbody tr td:first-child {
  background: #FDF2F6;
  font-weight: bold;
  white-space: nowrap;
}
.fee-rules__table tbody tr:nth-child(even) td {
  background: #f1f3f4;
}
.fee-rules__table tbody tr:nth-child(even) td:first-child {
  background: #FDE7EE;
}
.fee-rules__table tbody tr.span-even td:first-child {
  background: #FDE7EE;
}
.fee-rules__table tbody tr.row-first-hide td:first-child {
  display: none;
}
.fee-rules__table td,
.fee-rules__table th {
  padding: 14px 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .fee-rules__table thead {
    display: none;
  }
  .fee-rules__table td,
.fee-rules__table th {
    background: transparent !important;
    padding: 0;
  }
  .fee-rules__table td:first-child,
.fee-rules__table th:first-child {
    color: #FD0050;
    margin-bottom: 10px;
  }
  .fee-rules__table td:not(:first-child),
.fee-rules__table th:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fee-rules__table td:not(:first-child):before,
.fee-rules__table th:not(:first-child):before {
    font-weight: bold;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .fee-rules__table td:nth-child(2)::before,
.fee-rules__table th:nth-child(2)::before {
    content: var(--col2);
  }
  .fee-rules__table td:nth-child(3)::before,
.fee-rules__table th:nth-child(3)::before {
    content: var(--col3);
  }
  .fee-rules__table td:nth-child(4)::before,
.fee-rules__table th:nth-child(4)::before {
    content: var(--col4);
  }
  .fee-rules__table td:empty,
.fee-rules__table th:empty {
    display: none;
  }
  .fee-rules__table tbody tr {
    background: #fff;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 6px;
    border-bottom: none;
    padding: 14px 10px;
  }
  .fee-rules__table tbody tr:not(:last-child) {
    margin-bottom: 18px;
  }
  .fee-rules__table tbody tr.row-first-hide {
    margin-top: -18px;
    padding-top: 0;
  }
  .fee-rules__table tbody tr.row-first-hide::before {
    content: "";
    font-size: 14px;
    border-top: 1px solid #EAEAEA;
    margin-bottom: 8px;
  }
}
.fee-rules .listtext--mark .listtext__item {
  font-size: 14px;
}

.section-other .collapse {
  text-align: left;
}

.faq_title {
  margin: 0 0 5px;
}

.section-other .collapse.collapse--lg-collapsible .collapse__body-container .faq_title + .listtext {
  margin-bottom: 30px;
}

.faq_p {
  margin: 0 0 30px;
}