@charset "UTF-8";
h1 {
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 36px; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 40px; } }
  @media screen and (min-width: 1400px) {
    h1 {
      font-size: 38px; } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 32px; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 36px; } }
  @media screen and (min-width: 1400px) {
    h2 {
      font-size: 40px; } }
  @media screen and (min-width: 1600px) {
    h2 {
      font-size: 44px; } }

h3 {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 28px; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 32px; } }
  @media screen and (min-width: 1400px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 1600px) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 28px; } }
  @media screen and (min-width: 1400px) {
    h4 {
      font-size: 32px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 36px; } }

h5 {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 20px; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 24px; } }
  @media screen and (min-width: 1400px) {
    h5 {
      font-size: 28px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 32px; } }

h6 {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 13px; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 20px; } }
  @media screen and (min-width: 1400px) {
    h6 {
      font-size: 24px; } }
  @media screen and (min-width: 1600px) {
    h6 {
      font-size: 28px; } }

p {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    p {
      font-size: 18px; } }
  @media screen and (min-width: 1400px) {
    p {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    p {
      font-size: 22px; } }

a {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    a {
      font-size: 13px; } }
  @media screen and (min-width: 1200px) {
    a {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    a {
      font-size: 18px; } }
  @media screen and (min-width: 1400px) {
    a {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    a {
      font-size: 22px; } }

div {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    div {
      font-size: 13px; } }
  @media screen and (min-width: 1200px) {
    div {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    div {
      font-size: 18px; } }
  @media screen and (min-width: 1400px) {
    div {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    div {
      font-size: 22px; } }

.text__black {
  color: #111112; }

.bg__black {
  background-color: #111112; }

.text__gray {
  color: #95a5a6; }

.bg__gray {
  background-color: #95a5a6; }

.text__white {
  color: #ecf4ff; }

.bg__white {
  background-color: #ecf4ff; }

.text__natureblue {
  color: #3666ca; }

.bg__natureblue {
  background-color: #3666ca; }

.text__blue {
  color: #2197e4; }

.bg__blue {
  background-color: #2197e4; }

.text__green {
  color: #2ecc71; }

.bg__green {
  background-color: #2ecc71; }

.text__yellow {
  color: #f1c40f; }

.bg__yellow {
  background-color: #f1c40f; }

.text__dark_blue {
  color: #003d60; }

.bg__dark_blue {
  background-color: #003d60; }

.text__light_gray {
  color: #ecf0f1; }

.bg__light_gray {
  background-color: #ecf0f1; }

.text__planewhite {
  color: #ffffff; }

.bg__planewhite {
  background-color: #ffffff; }

body {
  font-family: tot-shizukardgo-stdn, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #003d60; }

p {
  letter-spacing: 0.5px; }

.bl_header img {
  display: block;
  max-width: 100%;
  height: auto; }

.hp_only_pc {
  display: none; }
  @media screen and (min-width: 1200px) {
    .hp_only_pc {
      display: block; } }

.hp_only_sp {
  display: block; }
  @media screen and (min-width: 1200px) {
    .hp_only_sp {
      display: none; } }

.bl_stickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  background-color: #002b4d; }
  .bl_stickyFooter__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px; }
    @media screen and (min-width: 1200px) {
      .bl_stickyFooter__inner {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px; } }
    .bl_stickyFooter__inner .bl_stickyFooter__msgUnit {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: -40px;
      margin-bottom: 10px;
      margin-left: 8px; }
      @media screen and (min-width: 1200px) {
        .bl_stickyFooter__inner .bl_stickyFooter__msgUnit {
          margin-top: 0;
          margin-bottom: 0;
          margin-left: 0; } }
      .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__bubble {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        background-color: #ffffff;
        border-radius: 10px; }
        @media screen and (min-width: 1200px) {
          .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__bubble {
            padding: 0;
            background-color: transparent;
            border-radius: 0; } }
        .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__bubble::after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 70px;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #ffffff transparent transparent transparent; }
          @media screen and (min-width: 1200px) {
            .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__bubble::after {
              display: none; } }
        .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__bubble .bl_stickyFooter__bubbleText {
          display: inline-block;
          padding-bottom: 2px;
          font-size: 0.7rem;
          font-weight: 800;
          line-height: 1.3;
          color: #002b4d;
          text-align: center;
          border-bottom: 2px dashed #002b4d; }
          @media screen and (min-width: 1200px) {
            .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__bubble .bl_stickyFooter__bubbleText {
              font-size: 1.6rem;
              color: #ffffff;
              border-bottom-color: #ffffff;
              white-space: nowrap; } }
      .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__arrow {
        display: none; }
        @media screen and (min-width: 1200px) {
          .bl_stickyFooter__inner .bl_stickyFooter__msgUnit .bl_stickyFooter__arrow {
            display: block;
            margin-left: 20px;
            border-style: solid;
            border-width: 15px 0 15px 20px;
            border-color: transparent transparent transparent #ffffff; } }
    .bl_stickyFooter__inner .bl_stickyFooter__actionUnit {
      display: flex;
      justify-content: center;
      gap: 8px;
      width: 97%;
      margin: 0 auto; }
      @media screen and (min-width: 1200px) {
        .bl_stickyFooter__inner .bl_stickyFooter__actionUnit {
          flex: none;
          width: auto;
          margin: 0;
          gap: 15px; } }
      .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        min-height: 50px;
        padding: 8px;
        border-radius: 10px;
        text-decoration: none;
        transition: opacity 0.3s; }
        @media screen and (min-width: 1200px) {
          .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn {
            flex: none;
            min-width: 320px;
            padding: 15px 25px; }
            .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn:hover {
              opacity: 0.8; } }
        .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn--orange {
          background-color: #f39200; }
        .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn--blue {
          background-color: #2497e3; }
        .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn .bl_stickyFooter__btnText {
          display: block;
          font-size: 0.95rem;
          font-weight: 700;
          line-height: 1.4;
          color: #ffffff;
          text-align: center; }
          @media screen and (min-width: 1200px) {
            .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn .bl_stickyFooter__btnText {
              font-size: 1.3rem;
              white-space: nowrap; } }
          .bl_stickyFooter__inner .bl_stickyFooter__actionUnit .bl_stickyFooter__btn .bl_stickyFooter__btnText .bl_stickyFooter__btnEmphasis {
            font-size: 1.2em;
            font-weight: 900; }

@media screen and (min-width: 1200px) {
  .u_hidden_pc {
    display: none !important; } }

.u_hidden_sp {
  display: none !important; }
  @media screen and (min-width: 1200px) {
    .u_hidden_sp {
      display: block !important; } }

.bl_skew_heading_blue,
.bl_skew_heading_darkblue,
.bl_skew_heading_white,
.bl_skew_heading_purple,
.bl_skew_heading_blue_center {
  position: relative;
  display: block;
  width: 91%;
  margin: 0 auto 30px;
  padding: 15px 20px;
  transform: skewX(-20deg);
  transform-origin: center;
  box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .bl_skew_heading_blue,
    .bl_skew_heading_darkblue,
    .bl_skew_heading_white,
    .bl_skew_heading_purple,
    .bl_skew_heading_blue_center {
      width: 1000px;
      padding: 30px 50px;
      margin: 0 auto; } }
  .bl_skew_heading_blue::after,
  .bl_skew_heading_darkblue::after,
  .bl_skew_heading_white::after,
  .bl_skew_heading_purple::after,
  .bl_skew_heading_blue_center::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 3px;
    height: 100%;
    z-index: 1; }
    @media screen and (min-width: 1200px) {
      .bl_skew_heading_blue::after,
      .bl_skew_heading_darkblue::after,
      .bl_skew_heading_white::after,
      .bl_skew_heading_purple::after,
      .bl_skew_heading_blue_center::after {
        right: 10px;
        width: 5px; } }
  .bl_skew_heading_blue__inner,
  .bl_skew_heading_darkblue__inner,
  .bl_skew_heading_white__inner,
  .bl_skew_heading_purple__inner,
  .bl_skew_heading_blue_center__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: skewX(20deg);
    transform-origin: center; }
  .bl_skew_heading_blue__num,
  .bl_skew_heading_darkblue__num,
  .bl_skew_heading_white__num,
  .bl_skew_heading_purple__num,
  .bl_skew_heading_blue_center__num {
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em; }
    @media screen and (min-width: 1200px) {
      .bl_skew_heading_blue__num,
      .bl_skew_heading_darkblue__num,
      .bl_skew_heading_white__num,
      .bl_skew_heading_purple__num,
      .bl_skew_heading_blue_center__num {
        left: 20px;
        font-size: 50px; } }
  .bl_skew_heading_blue__text,
  .bl_skew_heading_darkblue__text,
  .bl_skew_heading_white__text,
  .bl_skew_heading_purple__text,
  .bl_skew_heading_blue_center__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left; }
    @media screen and (min-width: 1200px) {
      .bl_skew_heading_blue__text,
      .bl_skew_heading_darkblue__text,
      .bl_skew_heading_white__text,
      .bl_skew_heading_purple__text,
      .bl_skew_heading_blue_center__text {
        text-align: center;
        font-size: 35px;
        margin-bottom: -5px; } }
    @media screen and (min-width: 1200px) {
      .bl_skew_heading_blue__text br,
      .bl_skew_heading_darkblue__text br,
      .bl_skew_heading_white__text br,
      .bl_skew_heading_purple__text br,
      .bl_skew_heading_blue_center__text br {
        display: none; } }

.bl_skew_heading_blue {
  background-color: #003d60;
  color: #ecf4ff; }
  .bl_skew_heading_blue::after {
    background-color: #ecf4ff;
    box-shadow: 6px 0 0 #003d60; }

.bl_skew_heading_white {
  background-color: #ecf4ff;
  color: #003d60; }
  .bl_skew_heading_white::after {
    background-color: #2197e4; }

.bl_skew_heading_purple {
  background-color: #ecf4ff;
  color: #003d60; }
  .bl_skew_heading_purple::after {
    background-color: #3566ca; }

.bl_skew_heading_darkblue {
  background-color: #ecf4ff;
  color: #003d60; }
  .bl_skew_heading_darkblue::after {
    background-color: #003d60; }

.bl_skew_heading_blue_center {
  width: 90%;
  background-color: #003d60;
  color: #ffffff; }
  .bl_skew_heading_blue_center::after {
    background-color: #2197e4; }

.bl_cta_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .bl_cta_btn {
      align-items: inherit;
      flex-direction: row;
      gap: 120px;
      padding: 50px 0; } }
  .bl_cta_btn__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 380px; }
    @media screen and (min-width: 1200px) {
      .bl_cta_btn__group--bottom-align {
        justify-content: flex-end; } }
  .bl_cta_btn__lead {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    white-space: normal; }
    @media screen and (min-width: 1200px) {
      .bl_cta_btn__lead {
        margin: 0 0 20px 0;
        font-size: 20px;
        white-space: nowrap; } }
  .bl_cta_btn__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    height: 70px;
    border-radius: 900px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    box-sizing: border-box; }
    .bl_cta_btn__link:hover {
      text-decoration: none; }
    @media screen and (min-width: 1200px) {
      .bl_cta_btn__link {
        width: 480px;
        height: 97px;
        font-size: 18px; } }
    .bl_cta_btn__link:hover {
      transform: translateY(2px);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .bl_cta_btn__link::after {
      content: "";
      position: absolute;
      right: 20px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
  .bl_cta_btn__link--orange {
    background: linear-gradient(90deg, #ff9900 0%, #ff5555 100%); }
    .bl_cta_btn__link--orange::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border: 2px solid #ecf4ff;
      border-radius: 9999px;
      pointer-events: none; }
      @media screen and (min-width: 1200px) {
        .bl_cta_btn__link--orange::before {
          top: 7px;
          left: 7px;
          right: 7px;
          bottom: 7px; } }
  .bl_cta_btn__link--blue {
    background-color: #1da1f2; }

.sec_hero {
  display: grid;
  width: 100%;
  height: 90vh;
  min-height: auto;
  background-image: url("../images/001_hero/hero_003.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center; }
  @media screen and (min-width: 1200px) {
    .sec_hero {
      height: 100vh;
      min-height: 500px; } }
  .sec_hero__content {
    display: block;
    width: 100%;
    height: auto; }
    .sec_hero__content_001 {
      display: none; }
      @media screen and (min-width: 1200px) {
        .sec_hero__content_001 {
          display: grid;
          padding: 40px 0 0 0;
          width: 80%;
          margin: 0 auto; } }
    .sec_hero__content_002 {
      display: none; }
      @media screen and (min-width: 1200px) {
        .sec_hero__content_002 {
          display: grid;
          width: 50%;
          margin: 0 auto; } }
    .sec_hero__content_001_sp {
      display: block;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 50px 0 0 0; }
      @media screen and (min-width: 1200px) {
        .sec_hero__content_001_sp {
          display: none; } }
    .sec_hero__content_002_sp {
      display: block;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 10px 0 30px; }
      @media screen and (min-width: 1200px) {
        .sec_hero__content_002_sp {
          display: none; } }

.sec_worry {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 60px 0;
  background-color: #f0f8ff; }
  @media screen and (min-width: 1200px) {
    .sec_worry {
      padding: 100px 0; } }
  .sec_worry::after {
    content: "";
    position: absolute;
    bottom: -39.5px;
    left: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50vw 0 50vw;
    border-color: #f0f8ff transparent transparent transparent; }
    @media screen and (min-width: 1200px) {
      .sec_worry::after {
        bottom: -49.5px;
        border-width: 50px 50vw 0 50vw; } }
  .sec_worry .sec_worry__inner {
    display: block;
    width: 100%; }
    .sec_worry .sec_worry__inner .sec_worry__title {
      display: block;
      padding-right: 15px;
      padding-left: 15px;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.4;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .sec_worry .sec_worry__inner .sec_worry__title {
          padding-right: 0;
          padding-left: 0;
          font-size: 2rem; } }
      .sec_worry .sec_worry__inner .sec_worry__title .sec_worry__title-highlight {
        font-weight: 900;
        font-size: calc(1.2rem + 1rem); }
        @media screen and (min-width: 1200px) {
          .sec_worry .sec_worry__inner .sec_worry__title .sec_worry__title-highlight {
            font-size: calc(2rem + 1rem); } }
    .sec_worry .sec_worry__inner .sec_worry__visual img {
      display: none; }
      @media screen and (min-width: 1200px) {
        .sec_worry .sec_worry__inner .sec_worry__visual img {
          display: block;
          height: auto;
          margin: 20px auto 0;
          width: 50%; } }

.sec_point {
  display: block;
  width: 100%;
  padding: 60px 0;
  background-color: #2197e4; }
  @media screen and (min-width: 1200px) {
    .sec_point {
      display: grid;
      padding: 100px 0; } }
  .sec_point__title {
    display: block;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8;
    color: #ffffff; }
    @media screen and (min-width: 1200px) {
      .sec_point__title {
        padding: 0;
        margin-bottom: 50px;
        font-size: 2.4rem; } }
    .sec_point__title-box {
      display: inline-block;
      vertical-align: middle;
      padding: 1px 10px;
      margin-right: 1px;
      margin-bottom: 5px;
      background-color: #f4f8fc;
      border-radius: 4px; }
      @media screen and (min-width: 1200px) {
        .sec_point__title-box {
          padding: 4px 15px;
          margin-bottom: 0; } }
      .sec_point__title-box span {
        background: linear-gradient(to right, #ffc107, #f39200);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        display: inline-block;
        font-weight: bold; }
  .sec_point__content img {
    display: block;
    width: 85%;
    max-width: 100%;
    height: auto;
    margin: 30px auto 30px; }
    .sec_point__content img:nth-child(2) {
      display: none; }
      @media screen and (min-width: 1200px) {
        .sec_point__content img:nth-child(2) {
          margin: 30px auto;
          display: block; } }
    @media screen and (min-width: 1200px) {
      .sec_point__content img {
        width: 768px; } }

.sec_limited {
  display: block;
  width: 100%;
  padding: 60px 0 0 0;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .sec_limited {
      display: grid;
      padding: 100px 0 0 0; } }
  .sec_limited__text {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #ecf4ff; }
    @media screen and (min-width: 1200px) {
      .sec_limited__text {
        margin-bottom: 20px;
        font-size: 2rem; } }
    .sec_limited__text span {
      font-size: 1.5em; }
      @media screen and (min-width: 1200px) {
        .sec_limited__text span {
          font-size: 2em; } }
  .sec_limited img {
    display: block;
    width: 100%;
    max-width: 95%;
    height: auto;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      .sec_limited img {
        width: 768px; } }

.sec_goodvalue {
  display: block;
  width: 100%; }
  .sec_goodvalue__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
    background-color: #f0f5fa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; }
    @media screen and (min-width: 1200px) {
      .sec_goodvalue__inner {
        padding: 100px 0;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px; } }
    .sec_goodvalue__inner .bl_skew_heading {
      margin-bottom: 30px; }
      @media screen and (min-width: 1200px) {
        .sec_goodvalue__inner .bl_skew_heading {
          margin-bottom: 40px; } }
  .sec_goodvalue__text {
    margin-bottom: 30px;
    padding: 0 40px;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
    font-size: 1rem; }
    @media screen and (min-width: 1200px) {
      .sec_goodvalue__text {
        padding: 0;
        margin-bottom: 40px;
        font-size: 2rem; } }
  .sec_goodvalue__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px; }
    .sec_goodvalue__content img {
      width: 100%;
      max-width: 100%;
      height: auto; }
      @media screen and (min-width: 1200px) {
        .sec_goodvalue__content img {
          max-width: 460px; } }

.sec_cpmpareruter {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 60px 5px;
  box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .sec_cpmpareruter {
      display: grid;
      justify-items: center;
      padding: 100px 0; } }
  .sec_cpmpareruter__text {
    width: 100%;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    padding: 0 0px; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter__text {
        max-width: 60%;
        font-size: 2rem;
        padding: 30px 0 0 0; }
        .sec_cpmpareruter__text br {
          display: none; } }
    .sec_cpmpareruter__text span {
      font-weight: bolder;
      font-size: 1.5rem; }
      @media screen and (min-width: 1200px) {
        .sec_cpmpareruter__text span {
          font-size: 2.5rem; } }
  .sec_cpmpareruter__astalisk {
    width: 100%;
    padding: 0 10px;
    margin-top: -20px;
    text-align: left;
    font-size: 10px; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter__astalisk {
        width: 50%;
        font-size: 15px;
        margin-top: -50px; } }
  .sec_cpmpareruter img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter img {
        max-width: 750px;
        padding: 50px 0; } }
    .sec_cpmpareruter img:nth-child(4) {
      display: none; }
      @media screen and (min-width: 1200px) {
        .sec_cpmpareruter img:nth-child(4) {
          display: block;
          padding: 50px 0 0 0;
          max-width: 960px; } }
    .sec_cpmpareruter img:nth-child(5) {
      display: block;
      width: 90%; }
      @media screen and (min-width: 1200px) {
        .sec_cpmpareruter img:nth-child(5) {
          display: none; } }
  .sec_cpmpareruter .bl_compareTable {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin: 50px 0 0 0; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter .bl_compareTable {
        display: none; } }
    .sec_cpmpareruter .bl_compareTable__header {
      display: flex;
      align-items: stretch; }
    .sec_cpmpareruter .bl_compareTable__headCol {
      flex: 1;
      text-align: center;
      position: relative;
      padding: 15px 5px 15px; }
      .sec_cpmpareruter .bl_compareTable__headCol--biglobe {
        background: linear-gradient(135deg, #ff9a00 0%, #ff5e00 100%);
        border-radius: 10px 0px 0 0;
        z-index: 2;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: grid;
        align-items: center; }
        .sec_cpmpareruter .bl_compareTable__headCol--biglobe .bl_compareTable__brandName {
          color: #fff;
          font-weight: bold;
          font-size: 18px;
          line-height: 1.2; }
      .sec_cpmpareruter .bl_compareTable__headCol--other {
        background-color: #dbe2e9;
        border-top: 1px solid #ccc; }
        .sec_cpmpareruter .bl_compareTable__headCol--other:last-child {
          border-radius: 0 10px 0 0; }
        .sec_cpmpareruter .bl_compareTable__headCol--other .bl_compareTable__brandName {
          color: #003d6d;
          font-weight: normal;
          font-size: 18px;
          line-height: 1.2;
          text-align: center; }
    .sec_cpmpareruter .bl_compareTable__brandName {
      margin: 0; }
    .sec_cpmpareruter .bl_compareTable__routerImgBox {
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      max-width: 60px;
      height: auto;
      z-index: 3; }
    .sec_cpmpareruter .bl_compareTable__routerImg {
      width: 50%;
      height: auto;
      display: block; }
    .sec_cpmpareruter .bl_compareTable .ruter_img_001 {
      margin-left: 80px; }
    .sec_cpmpareruter .bl_compareTable .ruter_img_002 {
      margin-left: 60px; }
    .sec_cpmpareruter .bl_compareTable .ruter_img_003 {
      margin-left: 70px; }
    .sec_cpmpareruter .bl_compareTable__body {
      background-color: #fff;
      padding: 0 0 10px 0;
      border-radius: 10px; }
    .sec_cpmpareruter .bl_compareTable__row {
      margin-bottom: 20px; }
    .sec_cpmpareruter .bl_compareTable__rowTitle {
      background-color: #eef1f5;
      color: #003d6d;
      font-size: 14px;
      font-weight: bold;
      padding: 20px 15px;
      margin: 0 0 15px;
      text-align: left; }
    .sec_cpmpareruter .bl_compareTable__rowContent {
      display: flex;
      align-items: flex-start; }
    .sec_cpmpareruter .bl_compareTable__cell {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 5px;
      text-align: center; }
    .sec_cpmpareruter .bl_compareTable__text {
      font-size: 14px;
      line-height: 1.5;
      color: #333;
      margin: 10px 0 0;
      word-break: break-all; }
      .sec_cpmpareruter .bl_compareTable__text strong {
        font-weight: bold;
        color: #000; }
    .sec_cpmpareruter .bl_compareTable__icon {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      margin-bottom: 5px; }
      .sec_cpmpareruter .bl_compareTable__icon--doubleCircle::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid #f37021;
        box-sizing: border-box; }
      .sec_cpmpareruter .bl_compareTable__icon--doubleCircle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 60%;
        border-radius: 50%;
        border: 3px solid #f37021;
        box-sizing: border-box; }
      .sec_cpmpareruter .bl_compareTable__icon--circle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
        border-radius: 50%;
        border: 2px solid #333;
        box-sizing: border-box; }
      .sec_cpmpareruter .bl_compareTable__icon--triangle::before {
        content: "";
        position: absolute;
        top: 56.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 16px 28px 16px;
        border-color: transparent transparent #333 transparent; }
      .sec_cpmpareruter .bl_compareTable__icon--triangle::after {
        content: "";
        position: absolute;
        top: 58.8%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 23px 13px;
        border-color: transparent transparent #fff transparent; }

.sec_cpmpareruter_002 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px 60px 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .sec_cpmpareruter_002 {
      display: grid;
      justify-items: center;
      padding: 0px 0 100px 0; } }
  .sec_cpmpareruter_002__text {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter_002__text {
        max-width: 60%;
        font-size: 2rem;
        padding: 30px 0 0 0; } }
    .sec_cpmpareruter_002__text span {
      font-weight: bolder;
      font-size: 1.5rem; }
      @media screen and (min-width: 1200px) {
        .sec_cpmpareruter_002__text span {
          font-size: 2.5rem; } }
  .sec_cpmpareruter_002__astalisk {
    width: 100%;
    padding: 0 10px;
    margin-top: -20px;
    text-align: left;
    font-size: 10px; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter_002__astalisk {
        width: 50%;
        font-size: 15px;
        margin-top: -50px; } }
  .sec_cpmpareruter_002 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0; }
    @media screen and (min-width: 1200px) {
      .sec_cpmpareruter_002 img {
        max-width: 750px;
        padding: 50px 0; } }
    .sec_cpmpareruter_002 img:nth-child(4) {
      display: none; }
      @media screen and (min-width: 1200px) {
        .sec_cpmpareruter_002 img:nth-child(4) {
          display: block;
          max-width: 1080px; } }
    .sec_cpmpareruter_002 img:nth-child(5) {
      display: block;
      width: 90%; }
      @media screen and (min-width: 1200px) {
        .sec_cpmpareruter_002 img:nth-child(5) {
          display: none; } }

.sec_info {
  display: block;
  width: 100%;
  padding: 30px 0 30px 0; }
  @media screen and (min-width: 1200px) {
    .sec_info {
      padding: 50px 0 50px 0; } }
  .sec_info__inner {
    width: 92%;
    max-width: 1080px;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      .sec_info__inner {
        width: 100%; } }
  .sec_info__price-label {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: solid 5px #2197e4;
    color: #2197e4;
    line-height: 1.1; }
  .sec_info__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    padding: 0 0 30px 0;
    list-style: none; }
    @media screen and (min-width: 1200px) {
      .sec_info__nav {
        gap: 7px;
        padding: 0 0 50px 0; } }
    .sec_info__nav-item {
      flex: 1;
      min-width: calc(100% / 3 - 5px); }
    .sec_info__nav-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 5px 2px;
      box-sizing: border-box;
      border: 1.5px solid #2197e4;
      border-radius: 4px;
      text-decoration: none; }
      .sec_info__nav-link:hover {
        text-decoration: none; }
      @media screen and (min-width: 1200px) {
        .sec_info__nav-link {
          border: 2px solid #2197e4;
          flex-direction: row;
          padding: 10px 0; } }
      .sec_info__nav-link::after {
        content: "";
        display: none; }
        @media screen and (min-width: 1200px) {
          .sec_info__nav-link::after {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-left: 4px;
            border-top: 2px solid #2197e4;
            border-right: 2px solid #2197e4;
            transform: rotate(45deg); } }
      .sec_info__nav-link img {
        width: 24px;
        padding-bottom: 5px; }
        @media screen and (min-width: 1200px) {
          .sec_info__nav-link img {
            width: 40px;
            padding-right: 20px;
            padding-bottom: 0; } }
    .sec_info__nav-text {
      font-weight: 700;
      line-height: 1.2;
      font-size: 10px; }
      @media screen and (min-width: 1200px) {
        .sec_info__nav-text {
          line-height: 1;
          font-size: 16px; } }
  .sec_info__price-box {
    font-weight: 600; }
  .sec_info__price-main {
    font-size: 1.4rem; }
    @media screen and (min-width: 1200px) {
      .sec_info__price-main {
        font-size: 2rem; } }
  .sec_info__price-sub {
    margin-top: -10px;
    font-size: 1.4rem; }
    @media screen and (min-width: 1200px) {
      .sec_info__price-sub {
        font-size: 2rem;
        margin-top: -9px; } }
  .sec_info__text {
    font-size: 1.1rem;
    font-weight: bold;
    margin: -5px 0; }
    @media screen and (min-width: 1200px) {
      .sec_info__text {
        margin: 5px 0;
        font-size: 2rem; } }
  .sec_info__cost-text, .sec_info__cost-unit {
    font-size: 1.5rem;
    font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .sec_info__cost-text, .sec_info__cost-unit {
        font-size: 2rem; } }
  .sec_info__card {
    background-color: #ecf4ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto 24px auto; }
    .sec_info__card-title {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 12px;
      text-align: center;
      font-weight: 700;
      font-size: 1.4rem; }
      @media screen and (min-width: 1200px) {
        .sec_info__card-title {
          font-size: 1.8rem; } }
    .sec_info__card-body {
      padding: 30px 15px;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .sec_info__card-body {
          padding: 20px 50px; } }
      .sec_info__card-body--empty {
        min-height: 60px; }
  .sec_info .sec_info__price-amount {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    font-size: 2.2rem; }
    @media screen and (min-width: 1200px) {
      .sec_info .sec_info__price-amount {
        font-size: 5rem; } }
    .sec_info .sec_info__price-amount::before, .sec_info .sec_info__price-amount::after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-style: solid; }
    .sec_info .sec_info__price-amount::after {
      border-width: 0 0.12em 0.55em 0.12em;
      border-color: transparent transparent currentColor transparent;
      top: -0.3em;
      right: -0.3em;
      transform: rotate(228deg); }
    .sec_info .sec_info__price-amount::before {
      border-width: 0 0.1em 0.35em 0.1em;
      border-color: transparent transparent currentColor transparent;
      top: -0.25em;
      right: -0em;
      transform: rotate(180deg); }
  .sec_info__cost-amount {
    font-weight: 700;
    font-size: 2.2rem; }
    @media screen and (min-width: 1200px) {
      .sec_info__cost-amount {
        font-size: 5rem; } }
  .sec_info__area-lead {
    margin: 0 0 15px 0;
    font-size: 0.9rem;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .sec_info__area-lead {
        font-size: 2rem; } }
  .sec_info__text-highlight {
    font-weight: 800; }
  .sec_info__area-button {
    font-size: 0.9rem;
    padding: 5px 0;
    border-radius: 5px; }
    @media screen and (min-width: 1200px) {
      .sec_info__area-button {
        font-size: 1.5rem; } }
  .sec_info__map-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px 0; }
  .sec_info__area-text {
    margin: 0;
    line-height: 1.6;
    text-align: left;
    font-size: 0.7rem;
    padding: 10px 0; }
    @media screen and (min-width: 1200px) {
      .sec_info__area-text {
        font-size: 1.5rem; } }
  .sec_info__area-note {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4px;
    text-align: left; }
    @media screen and (min-width: 1200px) {
      .sec_info__area-note {
        font-size: 11px; } }

.sec_QA {
  display: block;
  width: 100%;
  padding: 40px 0px; }
  @media screen and (min-width: 1200px) {
    .sec_QA {
      padding: 60px 0; } }
  .sec_QA__inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; }
    @media screen and (min-width: 1200px) {
      .sec_QA__inner {
        max-width: 768px;
        padding-top: 50px; } }

.bl_accordion {
  width: 100%;
  margin-bottom: 20px; }
  .bl_accordion__trigger {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    text-align: left;
    background-color: #ffffff;
    color: #003d60;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 1200px) {
      .bl_accordion__trigger {
        padding: 25px 30px;
        font-size: 18px; } }
    .bl_accordion__trigger[aria-expanded="true"] .bl_accordion__icon::after {
      transform: translate(-50%, -50%) rotate(225deg);
      top: 55%; }
  .bl_accordion__label {
    display: inline-block;
    min-width: 25px;
    font-size: 20px;
    font-weight: 900;
    color: #003d60; }
    .bl_accordion__label--answer {
      color: #003d60; }
  .bl_accordion__vLine {
    display: block;
    width: 0.1px;
    height: 30px;
    background-color: #003d60;
    margin: 0 10px;
    opacity: 0.6; }
    @media screen and (min-width: 1200px) {
      .bl_accordion__vLine {
        margin: 0 20px;
        width: 2px;
        height: 30px; } }
  .bl_accordion__content {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.3s ease-out, visibility 0.3s; }
    .bl_accordion__content[aria-hidden="false"] {
      visibility: visible; }
  .bl_accordion__contentInner {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 1200px) {
      .bl_accordion__contentInner {
        padding: 25px 30px; } }
  .bl_accordion__text {
    flex-grow: 1;
    margin: 0;
    line-height: 1.6;
    color: #333;
    font-size: 15px; }
    @media screen and (min-width: 1200px) {
      .bl_accordion__text {
        font-size: 17px; } }
  .bl_accordion__icon {
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: auto;
    background-color: #003d60;
    border-radius: 50%;
    flex-shrink: 0; }
    @media screen and (min-width: 1200px) {
      .bl_accordion__icon {
        width: 36px;
        height: 36px; } }
    .bl_accordion__icon::after {
      content: "";
      position: absolute;
      top: 45%;
      left: 50%;
      width: 4px;
      height: 4px;
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: transform 0.3s, top 0.3s; }
      @media screen and (min-width: 1200px) {
        .bl_accordion__icon::after {
          width: 8px;
          height: 8px;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff; } }

.bl_astalisk_001 {
  position: relative;
  display: inline-block;
  line-height: 0;
  z-index: 99;
  z-index: 99; }
  .bl_astalisk_001::after {
    content: "※割引対象プランあり";
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 8px;
    pointer-events: none;
    line-height: 1.2;
    font-weight: 200;
    color: #002b4d; }
    @media screen and (min-width: 1200px) {
      .bl_astalisk_001::after {
        display: none; } }

@media screen and (min-width: 1200px) {
  .bl_astalisk_001-2 {
    position: relative;
    display: inline-block;
    line-height: 0;
    z-index: 99;
    z-index: 99; } }
@media screen and (min-width: 1200px) {
  .bl_astalisk_001-2::after {
    content: "＊割引対象プランあり";
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 8px;
    pointer-events: none;
    line-height: 1.2;
    font-weight: 200;
    color: #002b4d; } }

.bl_astalisk_002 {
  position: relative;
  display: inline-block;
  line-height: 0; }
  .bl_astalisk_002::after {
    content: "※10ギガ対応ルーターが必要です。";
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 8px;
    pointer-events: none;
    line-height: 1.2;
    font-weight: 200; }
    @media screen and (min-width: 1200px) {
      .bl_astalisk_002::after {
        bottom: 20px;
        font-size: 16px; } }

.bl_astalisk_003 {
  position: relative;
  display: inline-block;
  line-height: 0; }

.bl_source_note {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 8px;
  text-align: left;
  max-width: 345px; }
  @media screen and (min-width: 1200px) {
    .bl_source_note {
      font-size: 11px;
      max-width: 500px; } }

.bl_astalisk_004 {
  position: relative;
  display: inline-block;
  line-height: 0; }
  .bl_astalisk_004::after {
    content: "※中国製機器で情報セキュリティリスクあり";
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 8px;
    pointer-events: none;
    line-height: 1.2;
    font-weight: 200; }
    @media screen and (min-width: 1200px) {
      .bl_astalisk_004::after {
        bottom: 40px;
        font-size: 16px; } }

.bl_astalisk_005 {
  position: relative;
  display: inline-block;
  line-height: 0; }
  .bl_astalisk_005::after {
    content: "※中国製機器で情報セキュリティリスクあり";
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 8px;
    pointer-events: none;
    line-height: 1.2;
    font-weight: 200; }
    @media screen and (min-width: 1200px) {
      .bl_astalisk_005::after {
        display: none; } }

.sec_cpmpareruter__img_chart {
  display: none; }
  @media screen and (min-width: 1200px) {
    .sec_cpmpareruter__img_chart {
      display: block; } }

.sec_worry__visual_sp_wapper {
  display: grid;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .sec_worry__visual_sp_wapper {
      display: none; } }

.sec_worry__visual_sp_img {
  width: 80%;
  margin: 0 auto; }

.sec_worry__visual_sp {
  background-color: #00385d;
  border-radius: 16px;
  padding: 20px 10px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto; }

.bl_worryList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .bl_worryList__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }
  .bl_worryList__iconBox {
    flex: 0 0 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .bl_worryList__icon {
    display: block;
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    box-sizing: border-box;
    position: relative; }
    .bl_worryList__icon::after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 2px;
      width: 23px;
      height: 11px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-45deg);
      transform-origin: bottom left;
      box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
  .bl_worryList__text {
    background-color: #ebf4fc;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    word-break: break-all; }

.bl_reason {
  padding: 0px 10px;
  background-color: #2197e4; }
  @media screen and (min-width: 1200px) {
    .bl_reason {
      display: none; } }

.bl_reasonGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
  max-width: 500px;
  margin: 0 auto; }
  .bl_reasonGrid__item {
    position: relative;
    background-color: #f4f7fa;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right; }
    .bl_reasonGrid__item--01 {
      background-image: url("../images/003_point/sp_point_004.png");
      background-position: bottom right;
      background-size: 50% auto; }
    .bl_reasonGrid__item--02 {
      background-image: url("../images/003_point/sp_point_002.png");
      background-position: bottom center;
      background-size: 80% auto; }
    .bl_reasonGrid__item--03 {
      background-image: url("../images/003_point/sp_point_003.png");
      background-position: bottom right;
      background-size: 80% auto; }
    .bl_reasonGrid__item--04 {
      background-image: url("../images/003_point/sp_point_001.png");
      background-position: bottom center;
      background-size: 80% auto; }
  .bl_reasonGrid__badge {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 8px;
    background-color: #003d6d;
    border-radius: 0px 0px 4px 4px; }
    .bl_reasonGrid__badge::before {
      content: attr(data-number);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 32px;
      height: 32px;
      background-color: #003d6d;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
  .bl_reasonGrid__inner {
    padding: 20px 10px 10px; }
  .bl_reasonGrid__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: left; }
  .bl_reasonGrid__highlight {
    display: inline-block;
    color: #f37021;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 4px; }

.bl_campaign {
  display: none;
  background-color: #003859;
  padding: 30px 10px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden; }
  .bl_campaign *,
  .bl_campaign *::before,
  .bl_campaign *::after {
    box-sizing: border-box; }
  .bl_campaign__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-bottom: 30px; }
  .bl_campaign__item {
    position: relative;
    padding: 15px 5px 15px 5px;
    display: flex;
    flex-direction: column;
    min-height: 110px;
    justify-content: flex-start;
    background-image: url("../images/004_limited/sp_limited_001.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-color: transparent; }
  .bl_campaign__title {
    font-size: 14px;
    font-weight: bold;
    color: #f29526;
    margin: 0 0 4px;
    line-height: 1.3; }
  .bl_campaign__price {
    margin: 0 0 4px;
    color: #003355;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  .bl_campaign__priceNum {
    font-size: 26px;
    letter-spacing: -0.02em;
    margin-right: 2px; }
  .bl_campaign__priceUnit {
    font-size: 14px; }
  .bl_campaign__note {
    font-size: 14px;
    color: #003355;
    margin: 0;
    line-height: 1.2; }
  .bl_campaign__total {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    width: 100%; }
  .bl_campaign__totalLeading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px; }
  .bl_campaign__arrow {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 22% 0%, 22% 42%, 45% 42%, 45% 22%, 75% 54%, 43% 85%, 43% 62%, 0% 62%); }
  .bl_campaign__totalLabel {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    margin-right: 0px;
    margin-bottom: 4px;
    text-align: center; }
  .bl_campaign__totalPrice {
    display: flex;
    align-items: baseline; }
  .bl_campaign__totalNum {
    font-size: 40px;
    font-weight: bold;
    line-height: 0.9;
    background: linear-gradient(to right, #f29526, #e65c5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-right: 5px; }
  .bl_campaign__totalUnit {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap; }

.bl_privacy {
  padding: 60px 0;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  @media screen and (max-width: 768px) {
    .bl_privacy {
      padding: 40px 0; } }
  .bl_privacy__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
  .bl_privacy__mainTitle {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .bl_privacy__mainTitle {
        font-size: 24px;
        margin-bottom: 40px; } }
  .bl_privacy__block {
    margin-bottom: 60px; }
    .bl_privacy__block:last-child {
      margin-bottom: 0; }
  .bl_privacy__heading {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    margin-bottom: 24px;
    padding-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .bl_privacy__heading {
        font-size: 20px;
        margin-bottom: 20px; } }
  .bl_privacy__subBlock {
    margin-top: 40px; }
  .bl_privacy__subHeading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #333; }
    @media screen and (max-width: 768px) {
      .bl_privacy__subHeading {
        font-size: 18px; } }
  .bl_privacy__minHeading {
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 12px; }
  .bl_privacy__text {
    font-size: 16px;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .bl_privacy__text {
        font-size: 14px; } }
  .bl_privacy__meta {
    text-align: right;
    font-size: 14px;
    margin-bottom: 8px; }
  .bl_privacy__signer {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px; }
  .bl_privacy__list {
    margin: 20px 0;
    padding-left: 1.5em; }
    .bl_privacy__list li {
      margin-bottom: 12px;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .bl_privacy__list li {
          font-size: 14px; } }
  .bl_privacy__unorderedList {
    margin: 16px 0;
    padding-left: 1.5em;
    list-style-type: disc; }
    .bl_privacy__unorderedList li {
      margin-bottom: 8px;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .bl_privacy__unorderedList li {
          font-size: 14px; } }
  .bl_privacy__dl {
    margin-bottom: 24px; }
    .bl_privacy__dl dt {
      font-weight: bold;
      margin-top: 16px; }
    .bl_privacy__dl dd {
      margin-left: 0;
      padding-left: 1em; }
    .bl_privacy__dl.-table {
      display: flex;
      flex-wrap: wrap;
      border-top: 1px solid #ccc;
      margin-top: 16px; }
      .bl_privacy__dl.-table dt {
        width: 30%;
        background-color: #e0f3ff;
        padding: 12px 15px;
        margin-top: 0;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .bl_privacy__dl.-table dt {
            width: 100%;
            border-right: none; } }
      .bl_privacy__dl.-table dd {
        width: 70%;
        padding: 12px 15px;
        margin-left: 0;
        border-bottom: 1px solid #ccc;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .bl_privacy__dl.-table dd {
            width: 100%; } }
  .bl_privacy__contact {
    margin-top: 40px;
    padding: 30px;
    background-color: #e0f3ff;
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      .bl_privacy__contact {
        padding: 20px; } }
  .bl_privacy__contactTitle {
    font-weight: bold;
    margin-bottom: 12px; }
  .bl_privacy__address {
    font-style: normal;
    font-size: 15px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .bl_privacy__address {
        font-size: 13px; } }

.bl_tokushoho {
  padding: 60px 0;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  @media screen and (max-width: 768px) {
    .bl_tokushoho {
      padding: 40px 0; } }
  .bl_tokushoho__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
  .bl_tokushoho__mainTitle {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .bl_tokushoho__mainTitle {
        font-size: 24px;
        margin-bottom: 40px; } }
  .bl_tokushoho__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      .bl_tokushoho__table {
        font-size: 13px; } }
    .bl_tokushoho__table th,
    .bl_tokushoho__table td {
      padding: 16px 20px;
      border: 1px solid #ccc;
      text-align: left;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .bl_tokushoho__table th,
        .bl_tokushoho__table td {
          padding: 12px 14px; } }
    .bl_tokushoho__table th {
      width: 200px;
      background-color: #e0f3ff;
      font-weight: 700;
      white-space: nowrap; }
      @media screen and (max-width: 768px) {
        .bl_tokushoho__table th {
          width: 100%;
          display: block;
          border-bottom: none; } }
    @media screen and (max-width: 768px) {
      .bl_tokushoho__table td {
        width: 100%;
        display: block; } }
    .bl_tokushoho__table td a {
      color: #2197e4;
      text-decoration: underline; }
      .bl_tokushoho__table td a:hover {
        text-decoration: none; }

.bl_heder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  .bl_heder img {
    width: 150px;
    height: auto;
    padding: 10px; }
    @media screen and (min-width: 1200px) {
      .bl_heder img {
        width: 360px;
        padding: 20px; } }
  .bl_heder--subpage {
    position: relative;
    padding: 16px; }
    @media screen and (min-width: 1200px) {
      .bl_heder--subpage {
        padding: 20px 24px; } }
    .bl_heder--subpage a {
      display: inline-block;
      line-height: 0; }
    .bl_heder--subpage img {
      width: 140px;
      padding: 0; }
      @media screen and (min-width: 1200px) {
        .bl_heder--subpage img {
          width: 260px;
          padding: 0; } }

.bl_dealer {
  width: 100%;
  margin: 0;
  padding: 6px 12px 32px 160px;
  background-color: #2197e4;
  border-bottom: 1px solid #2197e4;
  font-size: 10px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 1200px) {
    .bl_dealer {
      font-size: 11px;
      padding: 8px 20px 48px; } }
  .bl_dealer--subpage {
    padding: 8px 16px; }
    @media screen and (min-width: 1200px) {
      .bl_dealer--subpage {
        padding: 10px 24px; } }

.bl_footer {
  width: 100%; }
  .bl_footer--separated {
    border-top: 1px solid #ddd; }
  .bl_footer__inner {
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .bl_footer__inner {
        max-width: 768px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto; } }
  .bl_footer__nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px; }
    @media screen and (min-width: 1200px) {
      .bl_footer__nav {
        flex-direction: row;
        gap: 100px;
        padding: 60px 20px;
        padding-bottom: 60px; } }
    .bl_footer__nav .bl_footer__group {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .bl_footer__nav .bl_footer__group .bl_footer__title {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700;
        text-decoration: none;
        transition: opacity 0.3s; }
        @media screen and (min-width: 1200px) {
          .bl_footer__nav .bl_footer__group .bl_footer__title:hover {
            opacity: 0.7; } }
      .bl_footer__nav .bl_footer__group .bl_footer__list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none; }
        .bl_footer__nav .bl_footer__group .bl_footer__list .bl_footer__item {
          margin: 0; }
          .bl_footer__nav .bl_footer__group .bl_footer__list .bl_footer__item .bl_footer__link {
            text-decoration: none;
            transition: opacity 0.3s; }
            @media screen and (min-width: 1200px) {
              .bl_footer__nav .bl_footer__group .bl_footer__list .bl_footer__item .bl_footer__link:hover {
                opacity: 0.7; } }
    .bl_footer__nav .bl_footer__mainList {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .bl_footer__nav .bl_footer__mainList .bl_footer__mainItem {
        margin: 0; }
        .bl_footer__nav .bl_footer__mainList .bl_footer__mainItem .bl_footer__mainLink {
          font-weight: 700;
          text-decoration: none;
          transition: opacity 0.3s; }
          @media screen and (min-width: 1200px) {
            .bl_footer__nav .bl_footer__mainList .bl_footer__mainItem .bl_footer__mainLink:hover {
              opacity: 0.7; } }
  .bl_footer__company {
    padding: 0 20px 30px;
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding-top: 30px; }
    @media screen and (min-width: 1200px) {
      .bl_footer__company {
        padding: 0 20px 40px;
        padding-top: 40px; } }
  .bl_footer__companyTitle {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px; }
    @media screen and (min-width: 1200px) {
      .bl_footer__companyTitle {
        font-size: 18px; } }
  .bl_footer__companyInfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-size: 13px;
    line-height: 1.8; }
    @media screen and (min-width: 1200px) {
      .bl_footer__companyInfo {
        font-size: 14px; } }
    .bl_footer__companyInfo dt {
      width: 100px;
      font-weight: 700;
      margin: 0;
      padding: 4px 0; }
      @media screen and (min-width: 1200px) {
        .bl_footer__companyInfo dt {
          width: 120px; } }
    .bl_footer__companyInfo dd {
      width: calc(100% - 100px);
      margin: 0;
      padding: 4px 0; }
      @media screen and (min-width: 1200px) {
        .bl_footer__companyInfo dd {
          width: calc(100% - 120px); } }
  .bl_footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      .bl_footer__bottom {
        padding-top: 40px;
        padding-bottom: 30px; } }
    .bl_footer__bottom .bl_footer__logo {
      display: flex;
      justify-content: center;
      margin-bottom: 15px; }
      .bl_footer__bottom .bl_footer__logo img {
        display: block;
        max-width: 100%;
        height: auto; }
    .bl_footer__bottom .bl_footer__copyright {
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
    .bl_footer__bottom .bl_footer__dealer {
      margin-top: 8px;
      margin-bottom: 0;
      font-size: 10px;
      text-align: center;
      color: #fff;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 1200px) {
        .bl_footer__bottom .bl_footer__dealer {
          font-size: 11px; } }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: tot-shizukardgo-stdn, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #ecf4ff;
  color: #111112;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #2197e4;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    a {
      font-size: 15px; } }
  a:hover {
    text-decoration: none; }

.site-header {
  background-color: #2197e4;
  color: #ecf4ff;
  padding: 80px 16px 50px;
  text-align: left;
  margin: 0; }
  .site-header .page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500; }

.main-content {
  margin-top: -40px;
  padding-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px; }

.container {
  width: 100%;
  max-width: 890px;
  margin: 0 auto; }

.form-card {
  width: 100%;
  background-color: #ecf4ff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin: 0 auto;
  max-width: 900px; }

.stepper {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  background: #ccc;
  border-radius: 6px;
  overflow: hidden;
  align-items: center; }

.step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  background: #ccc;
  color: #ecf4ff;
  font-size: 12px;
  position: relative;
  border-radius: 4px 0px 0px 4px; }
  @media screen and (min-width: 768px) {
    .step {
      border-radius: 4px 0px 0px 4px; } }
  .step .step-num {
    display: inline-block;
    width: 28px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #ecf4ff;
    color: #ccc;
    font-weight: 700;
    font-size: 12px;
    margin-right: 6px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .step .step-num {
        width: 18px; } }
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 5px 32px 6px;
    border-color: transparent transparent transparent #ccc;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .step:not(:last-child)::after {
        right: -8px;
        border-width: 14px 0 14px 8px; } }

.step.is-active {
  background: #2197e4; }
  .step.is-active .step-num {
    color: #2197e4; }
  .step.is-active:not(:last-child)::after {
    border-color: transparent transparent transparent #2197e4; }

@media screen and (min-width: 768px) {
  .site-header {
    padding: 150px 0 150px; }
    .site-header .page-title {
      font-size: 28px; }

  .main-content {
    margin-top: -60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px; }

  .form-card {
    padding: 40px; }

  .stepper {
    margin-bottom: 50px;
    padding: 0;
    border-bottom: 1px solid #ddd; }

  .step {
    padding: 15px 10px;
    font-size: 14px; }
    .step .step-num {
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-right: 8px;
      font-size: 12px; }
    .step:not(:last-child)::after {
      right: -15px;
      border-width: 83px 0 83px 16px; }
    .step:not(:first-child) {
      padding-left: 25px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .step:not(:first-child) {
        padding-left: 25px; } }

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 8px;
  align-items: stretch; }
  @media screen and (min-width: 768px) {
    .form-row {
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 30px; } }

.form-label {
  width: 100%;
  padding: 0;
  font-weight: 500;
  color: #111112;
  display: flex;
  align-items: center;
  gap: 8px; }
  @media screen and (min-width: 768px) {
    .form-label {
      width: 250px;
      padding-top: 5px;
      padding-right: 20px;
      flex-shrink: 0; } }

.badge-required {
  color: #ff4d4f;
  font-size: 14px; }

.form-input {
  width: 100%;
  min-width: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background-color: #ecf4ff;
  appearance: none;
  line-height: 1.4; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #2197e4;
  box-shadow: 0 0 0 3px rgba(42, 161, 239, 0.1); }

textarea {
  resize: vertical;
  min-height: 120px; }

input::placeholder,
textarea::placeholder {
  color: #ccc; }

.radio-group {
  display: flex;
  gap: 10px;
  width: 100%; }

.radio-box {
  flex: 1;
  position: relative;
  cursor: pointer; }
  .radio-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
  .radio-box .radio-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #ecf4ff;
    color: #666;
    font-weight: 500;
    transition: all 0.2s ease; }
    .radio-box .radio-text::before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #ccc;
      border-radius: 50%;
      margin-right: 8px;
      background: #ecf4ff;
      box-shadow: inset 0 0 0 3px #ecf4ff;
      transition: background-color 0.2s, border-color 0.2s; }
  .radio-box input:checked + .radio-text {
    border-color: #2197e4; }
  .radio-box input:checked + .radio-text::before {
    background-color: #2197e4;
    border-color: #2197e4; }

.select-wrapper {
  position: relative; }
  .select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #111112;
    pointer-events: none; }

@media screen and (min-width: 768px) {
  .form-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px; }

  .form-label {
    width: 250px;
    padding-top: 10px;
    padding-right: 20px; }

  .form-input {
    flex: 1;
    min-width: 300px; }

  .radio-group {
    gap: 20px; }

  .radio-box .radio-text {
    height: 50px;
    border-radius: 4px; } }
.error-msg {
  display: none;
  color: #ff4d4f;
  font-size: 13px;
  margin-top: 6px; }
  .error-msg.is-visible {
    display: block; }

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: #ff4d4f;
  background-color: #fff6f6; }

.privacy-note {
  text-align: center;
  font-size: 13px;
  margin: 20px 0 24px; }

.form-actions {
  text-align: center; }

.btn-submit {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 12px;
  background-color: #2197e4;
  border: none;
  color: white;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 1; }
  .btn-submit:hover {
    opacity: 0.9; }
  .btn-submit.is-loading {
    color: transparent;
    position: relative;
    cursor: not-allowed; }
    .btn-submit.is-loading::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 18px;
      height: 18px;
      border: 2px solid #ccc;
      border-top-color: #333;
      border-radius: 50%;
      animation: spin 0.8s linear infinite; }

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
.success-inner {
  text-align: center;
  padding: 32px 16px; }

.btn-back {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background: #2197e4;
  color: #ecf4ff;
  border-radius: 6px;
  text-decoration: none; }

.confirm-value {
  font-weight: 500;
  color: #111112;
  padding-top: 6px;
  margin: 0;
  word-break: break-all;
  overflow-wrap: anywhere;
  min-width: 0;
  flex: 1; }
  @media screen and (min-width: 768px) {
    .confirm-value {
      padding-top: 5px;
      margin: 0; } }

#section-complete {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  margin-top: -40px; }

.complete-card {
  background: #ecf4ff;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }

.complete-msg {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
  color: #111112; }

.btn-home {
  display: inline-block;
  background-color: #2197e4;
  color: #ecf4ff;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none; }

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center; }

.btn-back-link {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 12px;
  background-color: #ecf4ff;
  border: 1px solid #ccc;
  color: #111112;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s; }
  .btn-back-link:hover {
    background-color: #f9f9f9;
    border-color: #bbb; }

@media screen and (min-width: 768px) {
  .complete-card {
    padding: 80px 40px; }

  .complete-msg {
    margin-bottom: 40px;
    font-size: 16px; }

  .btn-group {
    flex-direction: row;
    justify-content: center;
    gap: 16px; }

  .btn-back-link {
    font-size: 14px; } }
#val-message {
  white-space: pre-wrap;
  line-height: 1.6; }
