  html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
  }

  #content {
    font-size: 16px;
  }

  #content * {
    all: unset;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.75;
    color: #333;
  }

  #content input,
  #content textarea,
  #content select,
  #content button {
    all: revert;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
  }

  #content div,
  #content section,
  #content article,
  #content header,
  #content footer,
  #content main,
  #content nav,
  #content aside,
  #content p,
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6,
  #content ul,
  #content ol,
  #content figure,
  #content figcaption,
  #content address,
  #content pre,
  #content blockquote,
  #content dl,
  #content dt,
  #content dd,
  #content video,
  #content audio,
  #content canvas,
  #content iframe,
  #content picture,
  #content a,
  #content img {
    display: block;
  }

  #content img {
    max-width: 100%;
  }

  #content li {
    display: list-item;
    list-style: none;
  }

  #content table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
  }

  #content thead {
    display: table-header-group;
  }

  #content tbody {
    display: table-row-group;
  }

  #content tfoot {
    display: table-footer-group;
  }

  #content tr {
    display: table-row;
  }

  #content td,
  #content th {
    display: table-cell;
  }

  #content caption {
    display: table-caption;
  }

  #content a,
  #content button {
    cursor: pointer;
    transition: 0.3s;
  }

  #content a:hover,
  #content button:hover {
    opacity: 0.7;
  }

  #content sup {
    font-size: 58.3%;
    font-weight: inherit;
    vertical-align: super;
  }

  #content .note {
    font-size: 87.5%;
  }

  #content .note+.note {
    margin-top: 8px;
  }

  #content .note:has(.note_num) {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 0.8em;
  }

  #content .note_num {
    font-weight: bold;
    display: inline-block;
  }

  #content .only_pc {
    display: inline;
  }

  #content .only_sp {
    display: none;
  }

  #content h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }

  #content h2 .h2_label {
    display: inline-block;
    line-height: 1;
    font-size: 50%;
  }

  #content .btn {
    background: #e60055;
    border-radius: 9999px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: grid;
    grid-template-columns: auto 7px;
    align-items: center;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
  }

  #content .btn::after {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.04 11.96'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 1.5px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.53 .53 5.98 5.98 .53 11.43'/%3E%3C/svg%3E") no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.18 15.74'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 1.97px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.7 .69 7.8 7.87 .7 15.05'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  #content .btn.btn_medium {
    max-width: 415px;
    padding: 19px 2%;
    font-size: 21px;
  }

  #content .section_inner {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
  }

  #content #page_nav {
    width: 100%;
    background: #ffd000;
    padding: 10px 0;
    font-size: 14px;
  }

  #content #page_nav.is_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  #content #page_nav .section_inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    max-height: initial;
  }

  #content #page_nav .page_nav_anchorlink {
    max-width: 590px;
    display: grid;
    grid-template-columns: repeat(5, auto);
    -moz-column-gap: 4%;
    column-gap: 4%;
  }

  #content #page_nav .page_nav_anchorlink a {
    color: #333;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  #content #page_nav .page_nav_anchorlink a::after {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.35 6.17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='10.85 .5 5.67 5.67 .5 .5'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  #content #page_nav .btn {
    margin-left: auto;
    padding: 8px 3%;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    width: 258px;
  }

  #content #page_nav .sp_nav_open_btn {
    display: none;
  }

  #content #page_nav.is_fixed+#hero {
    margin-top: 60px;
  }

  #content #hero {
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/bg-pattern.webp) repeat left top/180px;
    padding: 24px 0;
  }

  #content #hero .hero_title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  #content #hero .hero_visual {
    margin-top: 24px;
  }

  #content #hero .hero_cta_area {
    position: relative;
    top: -40px;
  }

  #content #hero .btn {
    margin: 0 auto 24px;
  }

  #content #hero .note {
    text-align: center;
  }

  #content #myricoh_invoice_denchouhou {
    background: #ffffe2;
    padding: 80px 0 84px;
  }

  #content #myricoh_invoice_denchouhou .h2_label {
    width: 192px;
    height: 68px;
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/speech_bubble.webp) no-repeat center/contain;
    margin: 0 auto;
    padding-top: 14px;
  }

  #content #myricoh_invoice_denchouhou .myricoh_invoice_denchouhou_cards {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  #content #myricoh_invoice_denchouhou .myricoh_invoice_denchouhou_cards>li {
    display: grid;
    align-content: space-between;
  }

  #content #myricoh_invoice_denchouhou .myricoh_invoice_denchouhou_cards h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: grid;
    justify-items: center;
    line-height: 1.3;
  }

  #content #ricoh_dencho_free {
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-bg-flag-garland-l.webp) no-repeat calc(50% - 520px) 120px/386px 206px, url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-bg-flag-garland-r.webp) no-repeat calc(50% + 520px) 120px/373px 206px, url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/bg-pattern.webp) repeat left top/180px;
    padding: 120px 0 80px;
    position: relative;
  }

  #content #ricoh_dencho_free::before {
    content: "";
    display: block;
    width: 281px;
    height: 78px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 201 77.29'%3E%3Cpolygon fill='%23ffffe2' points='201 0 100.55 77.29 0 0 201 0' /%3E%3C/svg%3E") no-repeat center/contain;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    margin: auto;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_box {
    border: 2px solid #333;
    font-size: 24px;
    font-weight: bold;
    margin: 16px auto 0;
    max-width: 550px;
    text-align: center;
    padding: 0 13px;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards {
    margin: 165px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3%;
    column-gap: 3%;
    row-gap: 56px;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards>li {
    border-radius: 12px;
    background: #fff;
    padding: 80px 7% 16px;
    box-shadow: 7px 7px #ffd900;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards>li img {
    padding: 0 60px;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards_title_label {
    display: block;
    width: 154px;
    height: 90px;
    margin: 0 auto;
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-bg-cloud.webp) no-repeat center/cover;
    line-height: 1;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 16px;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards_title_label strong {
    font-size: 31px;
    line-height: 1;
  }

  #content #ricoh_dencho_free .ricoh_dencho_free_cards_title {
    font-size: 22px;
  }

  #content #cta_block {
    margin: 0 auto;
    padding-top: 76px;
  }

  #content #cta_block .cta_2col {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 4%;
    align-items: center;
  }

  #content #cta_block .cta_howto {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }

  #content #cta_block .cta_howto::before,
  #content #cta_block .cta_howto::after {
    content: "";
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    background: red;
  }

  #content #cta_block .cta_howto::before {
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-character-decoration-l.webp) no-repeat center/contain;
  }

  #content #cta_block .cta_howto::after {
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-character-decoration-r.webp) no-repeat center/contain;
  }

  #content #cta_block .cta_label {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
  }

  #content #cta_block .cta_title {
    font-size: 38px;
    font-weight: bold;
  }

  #content #cta_block .btn {
    margin: 0 auto;
  }

  #content #about_dencho,
  #content #free_and_solid_welcome_plan,
  #content #easy_start_to_welcome_plan {
    background: #ffffe2;
    padding-top: 100px;
  }

  #content #about_dencho .about_dencho_box {
    margin: 0 auto;
    padding: 48px 4.3%;
    border: 2px solid #000;
    border-radius: 16px;
    background: #ffe;
  }

  #content #about_dencho h2 {
    font-size: 32px;
  }

  #content #about_dencho .heading_sub {
    font-size: 72%;
  }

  #content #about_dencho .about_dencho_lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
  }

  #content #about_dencho .adb_item {
    display: grid;
    grid-template-columns: 74% 21%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    max-width: 840px;
    margin: 48px auto 0;
  }

  #content #about_dencho .adb_item+.adb_item {
    margin-top: 32px;
  }

  #content #about_dencho .adb_question,
  #content #about_dencho .adb_answer {
    display: grid;
    grid-template-columns: 41px 1fr;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }

  #content #about_dencho .adb_question::before,
  #content #about_dencho .adb_answer::before {
    content: "";
    display: inline-block;
    width: 41px;
    background: red;
  }

  #content #about_dencho .adb_question {
    font-size: 24px;
    font-weight: bold;
  }

  #content #about_dencho .adb_question::before {
    height: 39px;
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-icon-q.webp) no-repeat center/contain;
  }

  #content #about_dencho .adb_answer {
    margin-top: 16px;
  }

  #content #about_dencho .adb_answer::before {
    width: 26px;
    height: 22px;
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/img-icon-a.webp) no-repeat right bottom/contain;
    margin-left: auto;
  }

  #content #free_and_solid_welcome_plan h2 {
    line-height: 1.2;
  }

  #content #free_and_solid_welcome_plan .heading_sub {
    font-size: 72%;
  }

  #content #free_and_solid_welcome_plan .feature_list {
    margin-top: 40px;
  }

  #content #free_and_solid_welcome_plan .feature_block {
    background: #fff;
    padding: 20px 1.8% 20px 2.9%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4.6%;
    column-gap: 4.6%;
    align-items: center;
  }

  #content #free_and_solid_welcome_plan .feature_block+.feature_block {
    margin-top: 20px;
  }

  #content #free_and_solid_welcome_plan .feature_title {
    font-size: 24px;
    font-weight: bold;
  }

  #content #free_and_solid_welcome_plan .feature_title span {
    background: #9af2e8;
  }

  #content #free_and_solid_welcome_plan .feature_text p {
    margin-top: 24px;
  }

  #content #easy_start_to_welcome_plan {
    padding-bottom: 100px;
  }

  #content #easy_start_to_welcome_plan h2 {
    line-height: 1.2;
  }

  #content #easy_start_to_welcome_plan .heading_sub {
    font-size: 50%;
  }

  #content #easy_start_to_welcome_plan .steps_list {
    max-width: 944px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1fr 52px 1fr 52px 1fr;
  }

  #content #easy_start_to_welcome_plan .steps_list::before,
  #content #easy_start_to_welcome_plan .steps_list::after {
    content: "";
    display: block;
    width: 52px;
    height: 100%;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.5 41.84'%3E%3Cpolygon fill='%23666' points='21.5 20.92 0 0 0 41.84 21.5 20.92'/%3E%3C/svg%3E") no-repeat center/22px 42px;
  }

  #content #easy_start_to_welcome_plan .steps_list::before {
    order: 2;
  }

  #content #easy_start_to_welcome_plan .steps_list::after {
    order: 4;
  }

  #content #easy_start_to_welcome_plan .step_item {
    background: #fff;
    border: 2px solid #666;
    padding: 16px 6.4%;
  }

  #content #easy_start_to_welcome_plan .step_item:nth-child(1) {
    order: 1;
  }

  #content #easy_start_to_welcome_plan .step_item:nth-child(2) {
    order: 3;
  }

  #content #easy_start_to_welcome_plan .step_item:nth-child(3) {
    order: 5;
  }

  #content #easy_start_to_welcome_plan .step_icon {
    width: 37.5%;
    margin: 0 auto;
  }

  #content #easy_start_to_welcome_plan .step_number {
    margin: 0 auto;
    display: grid;
    align-content: center;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    background: #fff000;
    width: 33px;
    height: 33px;
    border-radius: 9999px;
  }

  #content #easy_start_to_welcome_plan .step_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  #content #easy_start_to_welcome_plan .step_text {
    margin-top: 16px;
  }

  #content #easy_start_to_welcome_plan .step_link {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #e60055;
    margin-top: 10px;
  }

  #content #easy_start_to_welcome_plan .step_link::before {
    content: "> ";
  }

  #content #easy_start_to_welcome_plan .bottom_message {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  #content #cta_section {
    background: url(/-/media/Ricoh/Sites/co_jp/special/electronic-voucher-storage-welcome-plan/img/bg-pattern.webp) repeat left top/180px;
    padding: 0 0 136px;
  }

  #content .slidein {
    opacity: 0;
    filter: blur(14px);
    transform: translateY(40px);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #content .slidein.active {
    opacity: 1;
    filter: blur(0) !important;
    transform: translateY(0);
  }

  #content .blur {
    opacity: 0;
    filter: blur(14px);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: .2s;
  }

  #content .blur.active {
    opacity: 1;
    transform: translateZ(0);
    filter: blur(0) !important;
  }

  @media screen and (max-width: 1100px) {
    #content #page_nav {
      padding-top: 0;
      padding-bottom: 0;
      background: #fff;
    }

    #content #page_nav .sp_nav_open_btn {
      width: 100%;
      height: 44px;
      cursor: pointer;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.28 8.55'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='13.57 .71 7.14 7.14 .71 .71'/%3E%3C/svg%3E") no-repeat center right 10px/20px 10px;
      display: block;
    }

    #content #page_nav .sp_nav_open_btn.is_open {
      transform: scale(1, -1);
    }

    #content #page_nav .section_inner {
      grid-template-columns: auto;
      max-height: initial;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease;
      box-sizing: content-box;
    }

    #content #page_nav .section_inner.is_open {
      padding-bottom: 40px;
    }

    #content #page_nav .page_nav_anchorlink {
      grid-template-columns: auto;
      max-width: 100%;
    }

    #content #page_nav .page_nav_anchorlink a {
      border-bottom: 1px solid #c2c2c2;
      grid-template-columns: auto;
      padding: 9.3px 0;
    }

    #content #page_nav .page_nav_anchorlink a::after {
      content: none;
    }

    #content #page_nav .btn {
      font-size: 13px;
      margin: 24px auto 0;
      width: 80%;
    }

    #content #page_nav.is_fixed+#hero {
      margin-top: 44px;
    }
  }

  @media screen and (max-width: 640px) {
    #content h2 {
      font-size: 24px;
    }

    #content h2 .h2_label {
      font-size: 16px;
    }

    #content .only_pc {
      display: none;
    }

    #content .only_sp {
      display: initial;
    }

    #content .btn {
      grid-template-columns: auto 24px;
    }

    #content .btn.btn_medium {
      padding-top: 13px;
      padding-bottom: 13px;
      font-size: 16px;
    }

    #content #hero {
      padding: 8px 0 16px;
    }

    #content #hero .section_inner {
      display: block;
      padding: 0;
    }

    #content #hero .hero_title {
      font-size: 18px;
    }

    #content #hero .hero_visual {
      margin-top: 0;
    }

    #content #hero .hero_cta_area {
      position: static;
    }

    #content #hero .btn {
      width: 90%;
      margin: 0 auto;
    }

    #content #hero .note {
      margin-top: 16px;
    }

    #content #myricoh_invoice_denchouhou {
      padding: 24px 0 40px;
    }

    #content #myricoh_invoice_denchouhou .h2_label {
      font-size: 20px;
    }

    #content #myricoh_invoice_denchouhou h2 {
      font-size: 23px;
    }

    #content #myricoh_invoice_denchouhou .myricoh_invoice_denchouhou_cards {
      grid-template-columns: auto;
      row-gap: 40px;
    }

    #content #myricoh_invoice_denchouhou .myricoh_invoice_denchouhou_cards h3 {
      font-size: 22px;
    }

    #content #myricoh_invoice_denchouhou .myricoh_invoice_denchouhou_cards img {
      width: 40%;
      margin: 0 auto;
    }

    #content #ricoh_dencho_free {
      padding-top: 80px;
      padding-bottom: 40px;
    }

    #content #ricoh_dencho_free::before {
      width: 65px;
      height: 25px;
    }

    #content #ricoh_dencho_free h2 {
      font-size: 26px;
      line-height: 1.4;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_box {
      width: 80%;
      font-size: 16px;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards {
      margin-top: 80px;
      grid-template-columns: 1fr;
      row-gap: 64px;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards>li {
      padding: 56px 3% 16px;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards>li h3 {
      margin-bottom: 0;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards>li img {
      padding: 0 56px;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards_title_label {
      top: -90px;
      width: 123px;
      height: 70px;
      font-size: 13px;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards_title_label strong {
      font-size: 24px;
    }

    #content #ricoh_dencho_free .ricoh_dencho_free_cards_title {
      font-size: 21px;
    }

    #content #ricoh_dencho_free .note {
      text-align: center;
      width: 88%;
      margin: 0 auto;
    }

    #content #cta_block {
      padding-top: 40px;
    }

    #content #cta_block .cta_2col {
      grid-template-columns: 1fr;
    }

    #content #cta_block .cta_label {
      font-size: 18px;
    }

    #content #cta_block .cta_title {
      font-size: 24px;
    }

    #content #cta_block .cta_visual {
      width: 72%;
      margin: 0 auto;
    }

    #content #cta_block .cta_howto {
      font-size: 14px;
      margin-top: 16px;
    }

    #content #cta_block .btn {
      margin-top: 4px;
    }

    #content #about_dencho,
    #content #free_and_solid_welcome_plan,
    #content #easy_start_to_welcome_plan {
      padding-top: 40px;
    }

    #content #about_dencho .about_dencho_box {
      padding-top: 16px;
      padding-bottom: 16px;
    }

    #content #about_dencho h2 {
      font-size: 24px;
    }

    #content #about_dencho .about_dencho_lead {
      font-size: 16px;
    }

    #content #about_dencho .adb_item {
      grid-template-columns: 1fr;
    }

    #content #about_dencho .adb_question {
      font-size: 18px;
      grid-template-columns: 30px 1fr;
    }

    #content #about_dencho .adb_question::before {
      width: 30px;
      height: 28px;
    }

    #content #about_dencho .adb_img {
      width: 40%;
      margin: 0 auto;
    }

    #content #free_and_solid_welcome_plan .heading_sub {
      font-size: 16px;
    }

    #content #free_and_solid_welcome_plan .feature_block {
      grid-template-columns: 1fr;
    }

    #content #free_and_solid_welcome_plan .feature_title {
      font-size: 18px;
    }

    #content #easy_start_to_welcome_plan {
      padding-bottom: 32px;
    }

    #content #easy_start_to_welcome_plan .heading_sub {
      font-size: 16px;
    }

    #content #easy_start_to_welcome_plan .steps_list {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 60px 1fr 60px 1fr;
    }

    #content #easy_start_to_welcome_plan .steps_list::before,
    #content #easy_start_to_welcome_plan .steps_list::after {
      width: 100%;
      height: 60px;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.84 21.5'%3E%3Cpolygon fill='%23666' points='20.92 21.5 41.84 0 0 0 20.92 21.5' /%3E%3C/svg%3E") no-repeat center/42px 22px;
    }

    #content #easy_start_to_welcome_plan .step_item {
      margin: 0 auto;
      width: 84%;
      padding: 12px 6.4%;
    }

    #content #easy_start_to_welcome_plan .step_icon {
      width: 28%;
    }

    #content #easy_start_to_welcome_plan .step_number {
      width: 24px;
      height: 24px;
      font-size: 18px;
    }

    #content #easy_start_to_welcome_plan .step_title {
      font-size: 16px;
    }

    #content #easy_start_to_welcome_plan .step_text {
      font-size: 14px;
      margin-top: 0;
    }

    #content #easy_start_to_welcome_plan .step_link {
      margin-top: 0;
    }

    #content #easy_start_to_welcome_plan .bottom_message {
      margin: 24px auto 0;
      width: 84%;
      font-size: 18px;
    }

    #content #cta_section {
      padding-bottom: 48px;
    }
  }