@charset "UTF-8";
html {
  scroll-behavior: smooth; }

header {
  width: 100%;
  height: 80px;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  transition: 0.3s; }

header > div {
  position: absolute;
  width: 100%;
  max-width: 1240px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }

header > div > h1 {
  max-width: 200px;
  width: 48%;
  position: relative;
  top: 24px;
  left: 1rem;
  transition: 0.3s; }
  header > div > h1 a img {
    height: auto; }

.active03 header {
  height: 60px; }

.active03 header > div > h1 {
  top: 16px; }

@media (max-width: 1200px) {
  header {
    height: 60px; }

  header > div > h1 {
    top: 16px; } }
@media (max-width: 480px) {
  header > div > h1 {
    max-width: 165px;
    width: 48%; } }
.page-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999; }
  @media (max-width: 480px) {
    .page-top {
      bottom: 12px;
      right: 12px;
      width: 60px;
      height: 60px; } }

/* footer */
footer {
  background-color: #ECFFF2;
  text-align: center;
  padding: 1rem 0; }

footer section > ul {
  display: flex;
  justify-content: center;
  align-items: center; }

footer section > ul a {
  display: block;
  font-size: 115%;
  padding: 0.25rem 1rem;
  margin: 0.25rem 0.5rem;
  position: relative;
  text-decoration: none;
  color: #343434; }

footer section > ul > li a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border: solid 2px #565656;
  border-bottom-width: 0;
  border-left-width: 0;
  position: absolute;
  left: -1px;
  transform: rotate(45deg);
  border-radius: 0px;
  top: 14px; }

footer section > p > a {
  display: block;
  max-width: 362px;
  padding: 1.25rem 1rem;
  background-color: #fff;
  border-radius: 75px;
  margin: 3rem auto 0; }

footer section > p > a img {
  margin: 0 auto; }

footer > small {
  display: inline-block;
  margin-top: 5rem; }

/* main-img */
.main {
  background: linear-gradient(-45deg, #E8F8ED 0%, #E8F8ED 50%, #F8FEFA 50%, #F8FEFA 100%);
  position: relative;
  transition: 0.3s;
  height: 780px;
  display: grid;
  place-items: center; }
  @media (max-width: 1024px) {
    .main {
      height: 600px; } }
  @media (max-width: 820px) {
    .main {
      height: 880px; } }
  @media (max-width: 480px) {
    .main {
      height: 100%; } }
  .main .main-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1240px;
    width: 90%;
    margin: 40px auto 0 auto; }
    @media (max-width: 820px) {
      .main .main-inner {
        flex-direction: column;
        width: 420px;
        margin: 80px auto 0 auto; } }
    @media (max-width: 480px) {
      .main .main-inner {
        width: 90%; } }
    .main .main-inner .main-txt {
      width: 55%; }
      @media (max-width: 820px) {
        .main .main-inner .main-txt {
          width: 100%; } }
      .main .main-inner .main-txt .main-txt-img img {
        width: 100%; }
      .main .main-inner .main-txt p.tyuui {
        font-size: .8rem;
        margin-top: 12px; }
    .main .main-inner .main-img {
      width: 35%;
      position: relative; }
      @media (max-width: 820px) {
        .main .main-inner .main-img {
          width: 60%;
          margin: 40px auto 0 0;
          margin-bottom: 24px; } }
      .main .main-inner .main-img::before {
        content: "";
        background: url("../img/material/kv-hukidashi.svg") no-repeat;
        background-size: contain;
        width: 100%;
        height: 8vw;
        position: absolute;
        top: -126px;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 1024px) {
          .main .main-inner .main-img::before {
            top: -96px; } }
        @media (max-width: 820px) {
          .main .main-inner .main-img::before {
            background: url("../img/material/kv-hukidashi-sp.svg") no-repeat;
            background-size: contain;
            width: 31vw;
            height: 17vw;
            top: 0;
            left: auto;
            right: -28vw; } }
        @media (max-width: 480px) {
          .main .main-inner .main-img::before {
            width: 53vw;
            height: 24vw;
            right: -36vw; } }
      .main .main-inner .main-img img {
        width: 100%; }

.kv-btn {
  background: #37A159;
  padding: 40px 0; }
  @media (max-width: 480px) {
    .kv-btn {
      padding: 24px 0; } }
  .kv-btn .key-btn02 {
    margin: 0 auto; }

/* contents 共通 */
#wrapper section {
  /*padding:5rem 0 4rem;*/ }

#wrapper h2 img {
  margin: 0 auto; }

#wrapper h2.va01 img {
  margin: 6rem auto 0; }

.cta-btn {
  background: #81CC3F;
  border-radius: 16px;
  color: #fff;
  max-width: 740px;
  width: 90%;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all  ease .5s; }
  @media (max-width: 768px) {
    .cta-btn {
      padding: 16px 0;
      font-size: 1.7em;
      margin: 24px auto 0 auto; } }
  @media (max-width: 480px) {
    .cta-btn {
      padding: 12px 0;
      font-size: 1.3em;
      border-radius: 12px; } }
  .cta-btn:hover {
    background: #609B2D; }

.key-btn02 {
  background: #FF8800;
  border-radius: 16px;
  color: #fff;
  max-width: 600px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 2em;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all  ease .5s;
  width: 75%;
  margin: 40px auto 0 auto; }
  .key-btn02:hover {
    background: #FFAA00; }
  @media (max-width: 480px) {
    .key-btn02 {
      margin: 24px auto 0 auto;
      width: 95%;
      padding: 12px 0;
      font-size: 1.2em;
      border-radius: 12px; } }

/* lp_con01 */
#wrapper .lp_con01.first {
  padding-top: 0; }

.lp_con03 {
  padding: 60px 0 60px 0; }

#wrapper .lp_con03.va01 {
  padding-bottom: 1rem; }

#wrapper .lp_con03.va02 {
  padding-top: 1rem; }

.page-title h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  position: relative; }
  @media (max-width: 820px) {
    .page-title h2 {
      font-size: 2rem; } }
  @media (max-width: 480px) {
    .page-title h2 {
      font-size: 1.8rem; } }
  .page-title h2::before {
    content: "";
    background: url("../img/material/title-icon.svg") no-repeat;
    background-size: contain;
    width: 80px;
    height: 49px;
    position: absolute;
    top: -92px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px; }
    @media (max-width: 480px) {
      .page-title h2::before {
        width: 60px;
        height: 40px;
        top: -72px; } }

/* ================= Useful WiFi for bizとは =================*/
.lp_con01 {
  padding: 92px 0 60px 0; }
  @media (max-width: 480px) {
    .lp_con01 {
      padding: 80px 0 40px 0; } }
  .lp_con01 .page-title h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    position: relative; }
    @media (max-width: 820px) {
      .lp_con01 .page-title h2 {
        font-size: 2rem; } }
    @media (max-width: 480px) {
      .lp_con01 .page-title h2 {
        font-size: 1.8rem; } }
    .lp_con01 .page-title h2::before {
      content: "";
      background: url("../img/material/title-icon.svg") no-repeat;
      background-size: contain;
      width: 80px;
      height: 49px;
      position: absolute;
      top: -92px;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 12px; }
      @media (max-width: 480px) {
        .lp_con01 .page-title h2::before {
          width: 60px;
          height: 40px;
          top: -72px; } }
  .lp_con01 .about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px 60px;
    max-width: 1240px;
    width: 90%;
    margin: 100px auto 0 auto; }
    @media (max-width: 1024px) {
      .lp_con01 .about-list {
        gap: 80px 32px; } }
    @media (max-width: 768px) {
      .lp_con01 .about-list {
        grid-template-columns: 1fr; } }
    @media (max-width: 480px) {
      .lp_con01 .about-list {
        margin: 60px auto 0 auto; } }
    .lp_con01 .about-list .about-box {
      position: relative; }
      .lp_con01 .about-list .about-box::before {
        content: "";
        width: 142px;
        height: 71px;
        position: absolute;
        top: -71px;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 1240px) {
          .lp_con01 .about-list .about-box::before {
            width: 112px;
            height: 56px;
            top: -55px; } }
      .lp_con01 .about-list .about-box .about-title {
        background: #E8F8ED;
        border-top: 3px solid #37A159;
        border-bottom: 3px solid #37A159; }
        .lp_con01 .about-list .about-box .about-title h3 {
          font-size: 2rem;
          text-align: center;
          padding: 12px 0; }
          @media (max-width: 1240px) {
            .lp_con01 .about-list .about-box .about-title h3 {
              font-size: 1.8rem;
              padding: 8px 0; } }
          @media (max-width: 1024px) {
            .lp_con01 .about-list .about-box .about-title h3 {
              font-size: 1.6rem; } }
          @media (max-width: 480px) {
            .lp_con01 .about-list .about-box .about-title h3 {
              font-size: 1.2rem; } }
      .lp_con01 .about-list .about-box .about-img img {
        width: 100%; }
      .lp_con01 .about-list .about-box p {
        font-size: 1.2rem;
        margin-top: 12px;
        font-weight: bold;
        line-height: 1.8; }
        @media (max-width: 480px) {
          .lp_con01 .about-list .about-box p {
            font-size: 1rem;
            line-height: 1.6;
            font-weight: normal; } }
      .lp_con01 .about-list .about-box:nth-child(1)::before {
        background: url("../img/material/about-count01.svg") no-repeat;
        background-size: contain; }
      .lp_con01 .about-list .about-box:nth-child(2)::before {
        background: url("../img/material/about-count02.svg") no-repeat;
        background-size: contain; }
      .lp_con01 .about-list .about-box:nth-child(3)::before {
        background: url("../img/material/about-count03.svg") no-repeat;
        background-size: contain; }
      .lp_con01 .about-list .about-box:nth-child(4)::before {
        background: url("../img/material/about-count04.svg") no-repeat;
        background-size: contain; }
      .lp_con01 .about-list .about-box:nth-child(5)::before {
        background: url("../img/material/about-count05.svg") no-repeat;
        background-size: contain; }
      .lp_con01 .about-list .about-box:nth-child(6)::before {
        background: url("../img/material/about-count06.svg") no-repeat;
        background-size: contain; }

/* ================= 利用用途に合わせて選べる料金プラン =================*/
.lp_con02 {
  background: #ECFFF2;
  padding: 92px 0 60px 0; }
  @media (max-width: 480px) {
    .lp_con02 {
      padding: 80px 0 40px 0; } }
  .lp_con02 .page-title {
    margin-bottom: 24px; }
    .lp_con02 .page-title h2 {
      font-size: 2.8rem;
      font-weight: bold;
      text-align: center;
      position: relative; }
      @media (max-width: 1024px) {
        .lp_con02 .page-title h2 {
          font-size: 2rem; } }
      @media (max-width: 480px) {
        .lp_con02 .page-title h2 {
          font-size: 1.8rem; } }
      .lp_con02 .page-title h2 br {
        display: none; }
        @media (max-width: 1024px) {
          .lp_con02 .page-title h2 br {
            display: block; } }
      .lp_con02 .page-title h2::before {
        content: "";
        background: url("../img/material/title-icon.svg") no-repeat;
        background-size: contain;
        width: 80px;
        height: 49px;
        position: absolute;
        top: -92px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 12px; }
        @media (max-width: 1024px) {
          .lp_con02 .page-title h2::before {
            top: -140px; } }
        @media (max-width: 480px) {
          .lp_con02 .page-title h2::before {
            width: 60px;
            height: 40px;
            top: -120px; } }
  .lp_con02 .plan-contents {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto; }
    .lp_con02 .plan-contents .tab-wrap {
      display: flex;
      flex-wrap: wrap;
      margin: 5px 0;
      /* アクティブなタブ */
      /* ラジオボタン非表示 */ }
      .lp_con02 .plan-contents .tab-wrap .tab-label {
        color: White;
        background-color: lightgray;
        text-align: center;
        padding: 1em 1em;
        font-size: 1.2rem;
        order: -1;
        position: relative;
        z-index: 1;
        cursor: pointer;
        flex: 1;
        border-radius: 6px 6px 0 0;
        position: relative; }
        @media (max-width: 820px) {
          .lp_con02 .plan-contents .tab-wrap .tab-label {
            padding: .5em 1em;
            font-size: 1.1rem; } }
        @media (max-width: 480px) {
          .lp_con02 .plan-contents .tab-wrap .tab-label {
            font-size: 1rem; } }
        @media (max-width: 415px) {
          .lp_con02 .plan-contents .tab-wrap .tab-label {
            font-size: .9rem; } }
      .lp_con02 .plan-contents .tab-wrap .tab-label:not(:last-of-type) {
        margin-right: 5px; }
      .lp_con02 .plan-contents .tab-wrap .tab-content {
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        background: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
        .lp_con02 .plan-contents .tab-wrap .tab-content h3 {
          font-size: 3.2rem;
          text-align: center;
          font-weight: bold;
          padding: 12px 0; }
          @media (max-width: 820px) {
            .lp_con02 .plan-contents .tab-wrap .tab-content h3 {
              font-size: 2.6rem; } }
          @media (max-width: 480px) {
            .lp_con02 .plan-contents .tab-wrap .tab-content h3 {
              font-size: 1.8rem;
              padding: 8px 0; } }
        .lp_con02 .plan-contents .tab-wrap .tab-content h4 {
          text-align: center;
          margin-bottom: 24px;
          font-size: .9rem; }
        .lp_con02 .plan-contents .tab-wrap .tab-content table.price {
          width: 100%;
          border-top: 1px solid #CCCCCC; }
          .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr {
            border-bottom: 1px solid #CCCCCC; }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th {
              width: 250px;
              background: #00B050;
              font-size: 1.2rem;
              color: #fff;
              font-weight: bold;
              text-align: center;
              vertical-align: middle;
              padding: 12px 0; }
              @media (max-width: 1024px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th {
                  width: 210px;
                  font-size: 1.1rem; } }
              @media (max-width: 820px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th {
                  width: 160px;
                  font-size: .9rem; } }
              @media (max-width: 480px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th {
                  width: 125px; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th .plan-btn {
                font-size: 1rem;
                text-align: center;
                color: #fff;
                padding: 12px 0;
                line-height: 1;
                width: 90%;
                display: block;
                margin: 24px auto 0 auto;
                border-radius: 50px;
                background: #FF8800;
                border: 2px solid #fff;
                text-decoration: none; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th .plan-btn {
                    font-size: .9rem;
                    border: 1px solid #fff; } }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th .plan-btn {
                    font-weight: normal;
                    margin: 16px auto 0 auto;
                    padding: 8px 0;
                    font-size: .8rem; } }
                @media (max-width: 480px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr th .plan-btn {
                    width: 95%;
                    margin: 12px auto 0 auto;
                    font-size: .7rem; } }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .gray {
              background: #F3F3F3;
              color: #000; }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td {
              padding: 16px 0;
              font-size: 1rem;
              text-align: center;
              vertical-align: middle;
              line-height: 1.2;
              text-align: left;
              padding-left: 21vw;
              font-weight: bold; }
              @media (max-width: 820px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td {
                  font-size: .9rem;
                  padding-left: 0;
                  text-align: center; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .sp {
                display: none; }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .sp {
                    display: block; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td strong {
                font-size: 3rem;
                font-weight: bold; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td strong {
                    font-size: 2.4rem; } }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td strong {
                    font-size: 1.7rem; } }
                @media (max-width: 480px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td strong {
                    font-size: 1.6rem; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1 {
                position: relative;
                margin-left: 100px; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1 {
                    margin-left: 70px; } }
                @media (max-width: 480px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1 {
                    margin-left: 0; } }
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1::before {
                  content: "一括払い";
                  font-size: .9rem;
                  color: #fff;
                  font-weight: bold;
                  padding: 6px 12px;
                  border-radius: 4px;
                  background: #00B050;
                  position: absolute;
                  top: 6px;
                  bottom: 0;
                  margin: auto;
                  height: fit-content;
                  left: -100px; }
                  @media (max-width: 1024px) {
                    .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1::before {
                      font-size: .8rem;
                      padding: 4px 8px;
                      left: -74px; } }
                  @media (max-width: 820px) {
                    .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1::before {
                      font-size: .8rem;
                      padding: 2px 6px;
                      left: -68px; } }
                  @media (max-width: 480px) {
                    .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon1::before {
                      top: -50px;
                      left: 0;
                      right: 0; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2 {
                position: relative;
                margin-left: 120px; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2 {
                    margin-left: 90px; } }
                @media (max-width: 480px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2 {
                    margin-left: 0; } }
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2::before {
                  content: "1～36ヶ月目";
                  font-size: .9rem;
                  color: #fff;
                  font-weight: bold;
                  padding: 6px 12px;
                  border-radius: 4px;
                  background: #00B050;
                  position: absolute;
                  top: 6px;
                  bottom: 0;
                  margin: auto;
                  height: fit-content;
                  left: -120px; }
                  @media (max-width: 1024px) {
                    .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2::before {
                      font-size: .8rem;
                      padding: 4px 8px;
                      left: -94px; } }
                  @media (max-width: 820px) {
                    .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2::before {
                      font-size: .8rem;
                      padding: 2px 6px;
                      left: -88px; } }
                  @media (max-width: 480px) {
                    .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .icon2::before {
                      top: -50px;
                      left: -12px;
                      right: 0;
                      width: 80px; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td span {
                font-size: .8rem;
                font-weight: bold; }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td span {
                    font-size: .7rem;
                    letter-spacing: .001rem; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr td .red {
                color: #E50000;
                font-weight: bold; }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .icon2-td {
              padding: 36px 0 16px 0; }
              @media (max-width: 480px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .icon2-td {
                  padding: 36px 0 16px 0; } }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku01 {
              position: relative; }
              @media (max-width: 1024px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku01 {
                  padding-top: 32px; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku01::before {
                content: "利用開始月０ヶ月目～12ヶ月目";
                font-size: .9rem;
                color: #000;
                font-weight: bold;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                height: fit-content;
                left: 24px; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku01::before {
                    font-size: .8rem;
                    padding: 4px 8px;
                    top: 10px;
                    left: 0;
                    right: 0;
                    bottom: auto;
                    margin: auto;
                    width: fit-content; } }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku01::before {
                    font-size: .7rem;
                    padding: 2px 6px;
                    left: 8px; } }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku02 {
              position: relative; }
              @media (max-width: 1024px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku02 {
                  padding-top: 32px; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku02::before {
                content: "13ヶ月目～24ヶ月目";
                font-size: .9rem;
                color: #000;
                font-weight: bold;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                height: fit-content;
                left: 24px; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku02::before {
                    font-size: .8rem;
                    padding: 4px 8px;
                    top: 10px;
                    left: 0;
                    right: 0;
                    bottom: auto;
                    margin: auto;
                    width: fit-content; } }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku02::before {
                    font-size: .7rem;
                    padding: 2px 6px;
                    left: 8px; } }
            .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku03 {
              position: relative; }
              @media (max-width: 1024px) {
                .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku03 {
                  padding-top: 32px; } }
              .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku03::before {
                content: "利用開始月0ヶ月目～24ヶ月目";
                font-size: .9rem;
                color: #000;
                font-weight: bold;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                height: fit-content;
                left: 24px; }
                @media (max-width: 1024px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku03::before {
                    font-size: .8rem;
                    padding: 4px 8px;
                    top: 10px;
                    left: 0;
                    right: 0;
                    bottom: auto;
                    margin: auto;
                    width: fit-content; } }
                @media (max-width: 820px) {
                  .lp_con02 .plan-contents .tab-wrap .tab-content table.price tr .tyuusyaku03::before {
                    font-size: .7rem;
                    padding: 2px 6px;
                    left: 8px; } }
        .lp_con02 .plan-contents .tab-wrap .tab-content .title-other {
          font-size: 2rem;
          text-align: center;
          font-weight: bold;
          color: #00B050;
          margin: 60px 0 12px 0; }
          @media (max-width: 480px) {
            .lp_con02 .plan-contents .tab-wrap .tab-content .title-other {
              font-size: 1.4rem;
              margin: 40px 0 8px 0; } }
        .lp_con02 .plan-contents .tab-wrap .tab-content .tyuui-box {
          background: #F6F6F6;
          padding: 24px;
          margin-top: 24px; }
          @media (max-width: 480px) {
            .lp_con02 .plan-contents .tab-wrap .tab-content .tyuui-box {
              margin-top: 16px;
              padding: 16px; } }
          .lp_con02 .plan-contents .tab-wrap .tab-content .tyuui-box li {
            font-size: 1rem;
            margin-top: 6px; }
            @media (max-width: 480px) {
              .lp_con02 .plan-contents .tab-wrap .tab-content .tyuui-box li {
                font-size: .9rem; } }
      .lp_con02 .plan-contents .tab-wrap .tab-switch:checked + .tab-label {
        background-color: #00B050;
        /*背景色*/ }
      .lp_con02 .plan-contents .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
        height: auto;
        overflow: auto;
        padding: 24px 32px;
        opacity: 1;
        transition: .5s opacity; }
        @media (max-width: 820px) {
          .lp_con02 .plan-contents .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
            padding: 16px 24px; } }
        @media (max-width: 480px) {
          .lp_con02 .plan-contents .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
            padding: 16px 16px; } }
      .lp_con02 .plan-contents .tab-wrap .tab-switch:checked + .tab-label + .tab-inner {
        height: auto;
        overflow: auto;
        padding: 24px 0 0 0;
        opacity: 1;
        transition: .5s opacity; }
        @media (max-width: 820px) {
          .lp_con02 .plan-contents .tab-wrap .tab-switch:checked + .tab-label + .tab-inner {
            padding: 16px 0 0 0; } }
      .lp_con02 .plan-contents .tab-wrap .tab-switch {
        display: none; }

/* ================= 端末情報 =================*/
.lp_con03 {
  padding: 120px 0 60px 0; }
  @media screen and (max-width: 768px) {
    .lp_con03 {
      padding: 80px 0 40px 0; } }
  @media screen and (max-width: 480px) {
    .lp_con03 {
      padding: 80px 0 8px 0; } }

.c_list03 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  border-radius: 50px; }
  .c_list03 .tanmatsu-wrap {
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .c_list03 .tanmatsu-wrap {
        border-radius: 16px; } }
    .c_list03 .tanmatsu-wrap h3 {
      font-size: 2rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      background: #37A159;
      width: 100%;
      line-height: 1;
      padding: 16px 0; }
      @media screen and (max-width: 1024px) {
        .c_list03 .tanmatsu-wrap h3 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .c_list03 .tanmatsu-wrap h3 {
          font-size: 1.4rem; } }
    .c_list03 .tanmatsu-wrap ul.tanmatsu-list {
      display: flex;
      justify-content: space-between;
      padding: 0 24px 24px 24px;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .c_list03 .tanmatsu-wrap ul.tanmatsu-list {
          flex-direction: column;
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .c_list03 .tanmatsu-wrap ul.tanmatsu-list {
          padding: 0 16px 16px 16px; } }
      .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box {
        width: 100%;
        padding: 24px 16px;
        border: 1px solid #707070;
        border-radius: 30px;
        background: #fff;
        margin: 24px 0 0 0; }
        @media screen and (max-width: 1024px) {
          .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box {
            flex-direction: column;
            padding: 24px 16px;
            width: 100%;
            border-radius: 16px; } }
        @media screen and (max-width: 480px) {
          .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box {
            margin: 16px 0 0 0; } }
        .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box h4 {
          font-size: 2rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.3; }
          @media screen and (max-width: 1024px) {
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box h4 {
              font-size: 1.6rem; } }
          @media screen and (max-width: 768px) {
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box h4 {
              font-size: 1.4rem; } }
        .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box p.tyuui {
          font-size: .8rem;
          text-align: center;
          margin-top: 16px; }
        .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 1024px) {
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner {
              flex-direction: column; } }
          .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img {
            width: 33%; }
            @media screen and (max-width: 1024px) {
              .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img {
                width: 60%;
                margin: 0 auto 16px auto; } }
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img img {
              width: 100%;
              height: auto; }
          .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt {
            width: 65%; }
            @media screen and (max-width: 1024px) {
              .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt {
                width: 100%; } }
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul {
              display: flex;
              justify-content: center;
              flex-wrap: wrap;
              width: 100%;
              margin-top: 20px; }
              @media screen and (max-width: 1024px) {
                .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul {
                  margin-top: 0; } }
              .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li {
                width: 31%;
                font-size: .9rem;
                line-height: 1.1;
                padding: 12px 0;
                margin: 3px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center; }
                .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li:nth-child(-n+3) {
                  background: #6CC789;
                  color: #fff; }
                .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li:nth-child(n+4) {
                  background: #E6E6E6; }
                @media screen and (max-width: 480px) {
                  .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li {
                    margin: 3px;
                    font-size: .9rem;
                    width: 31%; }
                    .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li br {
                      display: none; } }
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt .btn-wrap .js-modal-open {
              border: 0;
              background: #6CC789;
              color: #fff;
              width: fit-content;
              text-decoration: none;
              padding: 8px 45px;
              border-radius: 50px;
              display: block;
              margin: 24px auto 0 auto;
              font-size: 1rem;
              cursor: pointer;
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
            .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt .modal {
              display: none;
              height: 100vh;
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              z-index: 999; }
              .c_list03 .tanmatsu-wrap ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt .modal .modal__bg {
                background: rgba(0, 0, 0, 0.5);
                height: 100vh;
                position: absolute;
                width: 100%;
                right: 0;
                z-index: 999;
                top: 0; }
  .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner {
    border-radius: 16px;
    width: 100%;
    position: relative; }
    .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h4 {
      font-size: 2rem;
      font-weight: bold;
      color: #37A159;
      text-align: center;
      margin-bottom: 16px; }
      @media screen and (max-width: 1024px) {
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h4 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h4 {
          font-size: 1.4rem;
          margin-bottom: 0px; } }
    .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h5 {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      @media screen and (max-width: 1024px) {
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h5 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h5 {
          font-size: 1.4rem;
          margin-bottom: 8px; } }
      .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner h5 span {
        vertical-align: super;
        font-size: 14px; }
    .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list {
          flex-direction: column;
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list {
          padding: 0 16px 8px 16px; } }
      .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box {
        width: 100%;
        padding: 24px 16px;
        border: 1px solid #707070;
        border-radius: 30px;
        background: #fff;
        margin: 24px 0 0 0; }
        @media screen and (max-width: 1024px) {
          .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box {
            flex-direction: column;
            padding: 24px 16px;
            width: 100%;
            border-radius: 16px; } }
        @media screen and (max-width: 480px) {
          .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box {
            margin: 16px 0 0 0; } }
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box h4 {
          font-size: 2rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.3; }
          @media screen and (max-width: 1024px) {
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box h4 {
              font-size: 1.6rem; } }
          @media screen and (max-width: 768px) {
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box h4 {
              font-size: 1.4rem; } }
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box p.tyuui {
          font-size: .8rem;
          text-align: center;
          margin-top: 16px; }
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 1024px) {
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner {
              flex-direction: column; } }
          .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img {
            width: 33%; }
            @media screen and (max-width: 1024px) {
              .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img {
                width: 60%;
                height: 275px;
                margin: 0 auto 16px auto; } }
            @media screen and (max-width: 480px) {
              .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img {
                height: auto; } }
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-img img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
          .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt {
            width: 65%; }
            @media screen and (max-width: 1024px) {
              .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt {
                width: 100%; } }
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul {
              display: flex;
              justify-content: center;
              flex-wrap: wrap;
              width: 100%;
              margin-top: 20px; }
              @media screen and (max-width: 1024px) {
                .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul {
                  margin-top: 0; } }
              .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li {
                width: 31%;
                font-size: .9rem;
                line-height: 1.1;
                padding: 12px 0;
                margin: 3px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center; }
                .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li:nth-child(-n+3) {
                  background: #6CC789;
                  color: #fff; }
                .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li:nth-child(n+4) {
                  background: #E6E6E6; }
                @media screen and (max-width: 480px) {
                  .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li {
                    margin: 3px;
                    font-size: .9rem;
                    width: 31%; }
                    .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt ul li br {
                      display: none; } }
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt .btn-wrap .js-modal-open {
              border: 0;
              background: #6CC789;
              color: #fff;
              width: fit-content;
              text-decoration: none;
              padding: 8px 45px;
              border-radius: 50px;
              display: block;
              margin: 24px auto 0 auto;
              font-size: 1rem;
              cursor: pointer;
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt .modal {
              display: none;
              height: 100vh;
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              z-index: 999; }
              .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list li.tanmatsu-box .tanmatsu-inner .tanmatsu-txt .modal .modal__bg {
                background: rgba(0, 0, 0, 0.5);
                height: 100vh;
                position: absolute;
                width: 100%;
                right: 0;
                z-index: 999;
                top: 0; }
      .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list p {
        width: 100%; }
        .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list p .pager {
          display: block;
          width: 100%;
          border-radius: 50px;
          background: #6CC789;
          padding: 12px 0;
          color: #fff;
          text-align: center;
          font-size: 1.4rem;
          text-decoration: none;
          margin: 24px auto 0 auto;
          transition: all ease .5s; }
          @media screen and (max-width: 1024px) {
            .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list p .pager {
              padding: 8px 0;
              font-size: 1.2rem; } }
          .c_list03 .tanmatsu-wrap2 .tanmatsu-wrap2-inner ul.tanmatsu-list p .pager:hover {
            background: #37A159; }
  .c_list03 .tanmatsu-wrap2 p.tyuui {
    font-size: 1rem;
    margin-top: 16px; }
    @media screen and (max-width: 480px) {
      .c_list03 .tanmatsu-wrap2 p.tyuui {
        margin-top: 6px; } }

.modal-guts {
  padding: 57px 32px 20px 32px;
  position: absolute;
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .modal-guts {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    .modal-guts {
      padding: 24px 16px 20px 16px; } }
  .modal-guts h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px; }
    @media screen and (max-width: 480px) {
      .modal-guts h4 {
        font-size: 1rem; } }
  .modal-guts table {
    width: 100%; }
    .modal-guts table tbody tr {
      border: 1px solid #B4B4B4; }
      .modal-guts table tbody tr th {
        font-size: 1rem;
        line-height: 1.1;
        background: #DFDFDF;
        text-align: center;
        vertical-align: middle;
        padding: 0 6px; }
        @media screen and (max-width: 768px) {
          .modal-guts table tbody tr th {
            font-size: .9rem;
            width: 100px; } }
        @media screen and (max-width: 480px) {
          .modal-guts table tbody tr th {
            font-size: .8rem;
            width: 90px; } }
      .modal-guts table tbody tr td {
        font-size: 1rem;
        line-height: 1.1;
        background: #fff;
        text-align: center;
        vertical-align: middle;
        padding: 6px;
        border-left: 1px solid #B4B4B4; }
        @media screen and (max-width: 768px) {
          .modal-guts table tbody tr td {
            font-size: .9rem;
            width: auto; } }

.js-modal-close {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 8px 12px 9px 12px;
  line-height: 1; }

.tanmatsu-wrap2-pa {
  padding: 32px 0 96px 0 !important; }
  @media screen and (max-width: 1024px) {
    .tanmatsu-wrap2-pa {
      padding: 24px 0 50px 0 !important; } }
  @media screen and (max-width: 480px) {
    .tanmatsu-wrap2-pa {
      padding: 24px 0 40px 0 !important; } }

.toggle {
  display: none; }

.Label {
  /*タイトル*/
  padding: 16px;
  display: block;
  color: #fff;
  width: 94%;
  border-radius: 50px;
  font-size: 1.4rem;
  text-align: center;
  background: #6BC789;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: auto; }
  .Label:hover {
    opacity: .7; }
  @media screen and (max-width: 1024px) {
    .Label {
      font-size: 1rem;
      bottom: 8px;
      padding: 8px; } }
  @media screen and (max-width: 480px) {
    .Label {
      font-size: .9rem;
      bottom: 6px;
      padding: 7px; } }

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg); }

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .Label,
    .content {
      flex-direction: column; } }

.content {
  /*本文*/
  height: 0;
  overflow: hidden; }

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 8px;
  transition: all .3s;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .toggle:checked + .Label + .content {
      padding: 4px; } }

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important; }

/* ================= 端末の保証サービス =================*/
.lp_con04 {
  max-width: 1240px;
  width: 90%;
  margin: 120px auto; }
  @media screen and (max-width: 768px) {
    .lp_con04 {
      margin: 80px auto; } }
  @media screen and (max-width: 480px) {
    .lp_con04 {
      margin: 80px auto 40px auto; } }
  .lp_con04 p.intro {
    font-size: 1.1rem;
    text-align: center;
    margin: 24px 0 48px 0;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .lp_con04 p.intro {
        font-size: 1rem;
        margin: 24px 0 16px 0;
        text-align: left;
        font-weight: normal; }
        .lp_con04 p.intro br {
          display: none; } }
  .lp_con04 table {
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .lp_con04 table {
        overflow-x: scroll;
        /* 横スクロール処理 */
        white-space: nowrap;
        /* 自動改行させない */
        display: block; } }
    .lp_con04 table tr {
      border: 1px solid #CCCCCC;
      width: 100%; }
      .lp_con04 table tr th {
        background: #E6E6E6;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
        border: 1px solid #CCCCCC;
        vertical-align: middle; }
        @media screen and (max-width: 1240px) {
          .lp_con04 table tr th {
            font-size: 1rem; } }
      .lp_con04 table tr .caption {
        background: #00B050;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        padding: 12px 0; }
        @media screen and (max-width: 1024px) {
          .lp_con04 table tr .caption {
            white-space: normal; } }
      .lp_con04 table tr .left {
        width: 180px; }
        @media screen and (max-width: 1240px) {
          .lp_con04 table tr .left {
            width: 168px; } }
        @media screen and (max-width: 1024px) {
          .lp_con04 table tr .left {
            width: 168px; } }
      .lp_con04 table tr .sub-title {
        background: #E6F6EB;
        padding: 12px 0;
        font-size: 1.2rem;
        font-weight: bold;
        color: #37A159;
        text-align: center; }
        @media screen and (max-width: 1240px) {
          .lp_con04 table tr .sub-title {
            font-size: 1.1rem; } }
      .lp_con04 table tr td {
        padding: 16px;
        border: 1px solid #CCCCCC;
        width: 28%; }
        @media screen and (max-width: 1240px) {
          .lp_con04 table tr td {
            width: 29%;
            padding: 12px; } }
        @media screen and (max-width: 1024px) {
          .lp_con04 table tr td {
            width: 300px; } }
        .lp_con04 table tr td p {
          font-size: 1rem; }
        .lp_con04 table tr td .suport {
          margin-top: 8px; }
          .lp_con04 table tr td .suport .suport-price {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4px 0 8px 0;
            flex-wrap: wrap;
            background: #F2F2F2; }
            .lp_con04 table tr td .suport .suport-price p {
              font-size: 1rem;
              font-weight: bold; }
              .lp_con04 table tr td .suport .suport-price p strong {
                color: #E50000;
                font-size: 1.8rem;
                font-weight: bold;
                margin-left: 32px;
                position: relative; }
                .lp_con04 table tr td .suport .suport-price p strong::before {
                  content: "";
                  background: url("../img/material/suport-arrow.svg") no-repeat;
                  background-size: contain;
                  width: 9px;
                  height: 14px;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  margin: auto;
                  right: 28px; }
              .lp_con04 table tr td .suport .suport-price p .text-small {
                font-size: .7rem; }
              .lp_con04 table tr td .suport .suport-price p .red {
                color: #E50000; }
          .lp_con04 table tr td .suport .suport-title {
            background: #E6F6EB;
            padding: 12px 0;
            margin-top: 36px;
            position: relative; }
            .lp_con04 table tr td .suport .suport-title::before {
              content: "";
              background: url("../img/material/suport-arrow2.svg") no-repeat;
              background-size: contain;
              width: 28px;
              height: 18px;
              position: absolute;
              left: 0;
              right: 0;
              top: -26px;
              margin: auto; }
            .lp_con04 table tr td .suport .suport-title p {
              font-size: 1.2rem;
              font-weight: bold;
              color: #37A159;
              text-align: center; }
      .lp_con04 table tr .price {
        text-align: center;
        font-size: 2rem;
        font-weight: bold; }
        @media screen and (max-width: 1240px) {
          .lp_con04 table tr .price {
            font-size: 1.6rem; } }
        .lp_con04 table tr .price span {
          font-size: 1.2rem; }
          @media screen and (max-width: 1240px) {
            .lp_con04 table tr .price span {
              font-size: 1rem; } }
      .lp_con04 table tr .maru, .lp_con04 table tr .batsu {
        vertical-align: middle; }
        .lp_con04 table tr .maru img, .lp_con04 table tr .batsu img {
          display: block;
          margin: 0 auto; }
      .lp_con04 table tr .kome {
        position: relative; }
        .lp_con04 table tr .kome::after {
          content: "※";
          font-size: 1rem;
          position: absolute;
          top: 8px;
          right: -64px;
          left: 0;
          margin: auto;
          width: fit-content; }
  .lp_con04 .tyuui {
    margin-top: 8px; }
  .lp_con04 .tyuui-box {
    background: #F6F6F6;
    padding: 24px;
    margin-top: 24px; }
    @media screen and (max-width: 480px) {
      .lp_con04 .tyuui-box {
        padding: 16px;
        margin-top: 16px; } }
    .lp_con04 .tyuui-box p {
      font-size: 1rem; }
      @media screen and (max-width: 480px) {
        .lp_con04 .tyuui-box p {
          font-size: .9rem; } }

/* ================= ご利用の流れ =================*/
.lp_con06 {
  padding: 120px 0 60px 0;
  background: #ECFFF2;
  margin-top: 120px; }
  @media screen and (max-width: 960px) {
    .lp_con06 {
      margin-top: 200px; } }
  @media screen and (max-width: 650px) {
    .lp_con06 {
      margin-top: 80px;
      padding: 100px 0 60px 0; } }
  @media screen and (max-width: 480px) {
    .lp_con06 {
      margin-top: 0;
      padding: 60px 0 24px 0; } }

.c_list06 {
  width: 90%;
  max-width: 1200px;
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 24px; }
  @media screen and (max-width: 1024px) {
    .c_list06 {
      flex-direction: column;
      padding: 24px 48px; } }
  @media screen and (max-width: 768px) {
    .c_list06 {
      padding: 0 0 24px 0; } }

.c_list06 > li {
  width: 23%; }
  @media screen and (max-width: 1024px) {
    .c_list06 > li {
      width: 100%;
      margin-top: 40px; } }

.c_list06 > li figure {
  padding-top: 12px; }

.c_list06 > li img {
  margin: 0 auto; }

.c_list06 > li h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6CC789;
  margin: 1rem 0;
  text-align: center; }
  @media screen and (max-width: 1240px) {
    .c_list06 > li h3 {
      font-size: 1.4rem; } }

.c_list06 > li p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 1.5rem auto 0; }
  @media screen and (max-width: 1240px) {
    .c_list06 > li p {
      font-size: 1rem; } }
  @media screen and (max-width: 1024px) {
    .c_list06 > li p {
      width: 90%;
      margin: 0 auto; } }
  .c_list06 > li p br {
    display: none; }
    @media screen and (max-width: 1024px) {
      .c_list06 > li p br {
        display: block; } }

/* ================= WiMAX ＋ 5G対応エリア =================*/
.area {
  margin-top: 120px; }
  @media screen and (max-width: 1024px) {
    .area {
      width: 90%;
      margin: 100px auto; } }
  @media screen and (max-width: 480px) {
    .area {
      width: 90%;
      margin: 80px auto 24px auto; } }
  .area .c_txt02 {
    width: 90%;
    text-align: center;
    margin: 1rem auto;
    font-size: 120%;
    font-weight: 500; }
    @media screen and (max-width: 480px) {
      .area .c_txt02 {
        font-size: 110%; } }
  .area .area-box {
    width: 920px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .area .area-box {
        width: 100%; } }
    .area .area-box .area-box02 {
      width: 100%; }
      .area .area-box .area-box02 .area-text .area-text09 {
        text-align: center;
        font-weight: bold;
        font-size: 22px; }
        @media screen and (max-width: 1024px) {
          .area .area-box .area-box02 .area-text .area-text09 {
            font-size: 18px; } }
      .area .area-box .area-box02 .area-text .area-text02 {
        width: 920px;
        margin: 14px auto;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 1024px) {
          .area .area-box .area-box02 .area-text .area-text02 {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .area .area-box .area-box02 .area-text .area-text02 {
            width: 350px; } }
        .area .area-box .area-box02 .area-text .area-text02 .area-text06 {
          width: 20px;
          height: 20px; }
          @media screen and (max-width: 480px) {
            .area .area-box .area-box02 .area-text .area-text02 .area-text06 {
              width: 10px;
              height: 10px; } }
        .area .area-box .area-box02 .area-text .area-text02 .area-text07 {
          font-size: 18px;
          line-height: 19px;
          margin-right: 25px; }
          @media screen and (max-width: 480px) {
            .area .area-box .area-box02 .area-text .area-text02 .area-text07 {
              font-size: 12px;
              line-height: 9px;
              margin-right: 8px; } }
        .area .area-box .area-box02 .area-text .area-text02 .area-text08 {
          line-height: 19px; }
          @media screen and (max-width: 480px) {
            .area .area-box .area-box02 .area-text .area-text02 .area-text08 {
              font-size: 12px;
              line-height: 9px; } }
        .area .area-box .area-box02 .area-text .area-text02 .area-text04 {
          font-size: 10px; }
    .area .area-box .area-text03 {
      font-size: 13px; }
      @media screen and (max-width: 480px) {
        .area .area-box .area-text03 {
          font-size: 10px; } }
    .area .area-box .area-text04 {
      font-size: 10px; }
  .area .iframe-box {
    width: 920px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .area .iframe-box {
        width: 100%;
        height: 700px; } }
    @media screen and (max-width: 768px) {
      .area .iframe-box {
        height: 500px; } }
    .area .iframe-box .iframe-box02 iframe {
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .area .iframe-box .iframe-box02 iframe {
          width: 100%;
          height: 700px; } }
      @media screen and (max-width: 768px) {
        .area .iframe-box .iframe-box02 iframe {
          height: 500px; } }

/* =================　よくある質問 =================*/
.lp_con07 {
  padding: 120px 0 60px 0;
  background: #ECFFF2;
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .lp_con07 {
      padding: 80px 0 40px 0;
      margin-top: 80px; } }
  @media screen and (max-width: 480px) {
    .lp_con07 {
      margin-top: 40px; } }

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */ }
  .tab-wrap .tab-label {
    color: White;
    background-color: lightgray;
    text-align: center;
    padding: 1em 1em;
    font-size: 1.2rem;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    border-radius: 6px 6px 0 0;
    position: relative; }
    @media (max-width: 820px) {
      .tab-wrap .tab-label {
        padding: .5em 1em;
        font-size: 1.1rem; } }
    @media (max-width: 480px) {
      .tab-wrap .tab-label {
        font-size: 1rem; } }
    @media (max-width: 415px) {
      .tab-wrap .tab-label {
        font-size: .9rem; } }
  .tab-wrap .tab-label:not(:last-of-type) {
    margin-right: 5px; }
  .tab-wrap .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0; }
    .tab-wrap .tab-content dl {
      background: #fff; }
      .tab-wrap .tab-content dl:first-child {
        padding-top: 24px; }
    .tab-wrap .tab-content dt, .tab-wrap .tab-content dd {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0.5rem 55px;
      position: relative;
      font-size: 150%;
      line-height: 1.6; }
    .tab-wrap .tab-content dt {
      font-weight: 500;
      padding-right: 55px;
      cursor: pointer;
      border-top: solid 1px #676767;
      padding: 1.5rem 55px; }
      @media (max-width: 480px) {
        .tab-wrap .tab-content dt {
          padding: 16px 45px; } }
      @media (max-width: 480px) {
        .tab-wrap .tab-content dt p {
          font-size: 1rem; } }
    .tab-wrap .tab-content dd {
      display: none; }
      .tab-wrap .tab-content dd p {
        position: relative;
        left: -5px;
        transition: 0.2s 0s; }
        @media (max-width: 480px) {
          .tab-wrap .tab-content dd p {
            font-size: 1rem;
            margin-bottom: 12px; } }
        .tab-wrap .tab-content dd p a {
          color: #00B050;
          transition: all ease .5s; }
          .tab-wrap .tab-content dd p a:hover {
            color: #6CC789; }
    .tab-wrap .tab-content dl dt.open + dl dd p {
      left: 0;
      opacity: 1;
      transition: 0.2s 0.3s; }
    .tab-wrap .tab-content dl dt:before,
    .tab-wrap .tab-content dl dt:after,
    .tab-wrap .tab-content dl dd:before {
      content: "";
      width: 41px;
      height: 41px;
      border-radius: 10px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
      box-sizing: border-box; }
    .tab-wrap .tab-content dl dt:before {
      background-color: #6CC789;
      color: #fff;
      content: "Q";
      left: 0; }
    .tab-wrap .tab-content dl dd:before {
      border: solid 1px #676767;
      content: "A";
      left: -5px;
      opacity: 0;
      transition: 0.2s 0s; }
    .tab-wrap .tab-content dl dt.open + dl dd:before {
      left: 0;
      opacity: 1;
      transition: 0.2s 0.3s; }
    .tab-wrap .tab-content dl dt:after {
      background-color: #6CC789;
      right: 0; }
    .tab-wrap .tab-content dt p:before, .tab-wrap .tab-content dt p:after {
      content: "";
      width: 12px;
      height: 3px;
      background-color: #fff;
      display: block;
      position: absolute;
      right: 14px;
      top: 43px;
      z-index: 1;
      transform: rotate(90deg);
      transition: 0.3s; }
    .tab-wrap .tab-content dl dt p:before, .tab-wrap .tab-content dl dt.open p:after {
      transform: rotate(0deg); }
  .tab-wrap .contact-box {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 24px; }
    .tab-wrap .contact-box .contact-title {
      background: #37A159;
      border-radius: 15px 15px 0 0; }
      .tab-wrap .contact-box .contact-title h3 {
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        font-weight: bold;
        line-height: 1;
        padding: 16px 0; }
        @media (max-width: 768px) {
          .tab-wrap .contact-box .contact-title h3 {
            font-size: 1.2rem; } }
        @media (max-width: 480px) {
          .tab-wrap .contact-box .contact-title h3 {
            font-size: 1.1rem; } }
        @media (max-width: 415px) {
          .tab-wrap .contact-box .contact-title h3 {
            font-size: 1rem; } }
    .tab-wrap .contact-box .contact-detail {
      border-left: 7px solid #37A159;
      border-bottom: 7px solid #37A159;
      border-right: 7px solid #37A159;
      border-radius: 0 0 15px 15px;
      background: #fff;
      padding: 24px 0;
      display: grid;
      place-items: center; }
      @media (max-width: 768px) {
        .tab-wrap .contact-box .contact-detail {
          padding: 16px 0;
          border-left: 4px solid #37A159;
          border-bottom: 4px solid #37A159;
          border-right: 4px solid #37A159; } }
      .tab-wrap .contact-box .contact-detail p {
        font-size: 1rem;
        text-align: center; }
        @media (max-width: 768px) {
          .tab-wrap .contact-box .contact-detail p {
            font-size: .9rem; } }
        .tab-wrap .contact-box .contact-detail p br {
          display: none; }
          @media (max-width: 480px) {
            .tab-wrap .contact-box .contact-detail p br {
              display: block; } }
      .tab-wrap .contact-box .contact-detail ul {
        background: #F2F2F2;
        padding: 12px 32px;
        display: inline-grid;
        margin: 12px 0; }
        @media (max-width: 480px) {
          .tab-wrap .contact-box .contact-detail ul {
            padding: 12px 16px; } }
        .tab-wrap .contact-box .contact-detail ul li {
          font-size: 1rem; }
  .tab-wrap .tab-switch:checked + .tab-label {
    background-color: #00B050;
    /*背景色*/ }
  .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity; }
    @media (max-width: 820px) {
      .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
        padding: 16px 0; } }
    @media (max-width: 480px) {
      .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
        padding: 16px 0; } }
  .tab-wrap .tab-switch:checked + .tab-label + .tab-inner {
    height: auto;
    overflow: auto;
    padding: 24px 0 0 0;
    opacity: 1;
    transition: .5s opacity; }
    @media (max-width: 820px) {
      .tab-wrap .tab-switch:checked + .tab-label + .tab-inner {
        padding: 16px 0 0 0; } }
  .tab-wrap .tab-switch {
    display: none; }

/* tab */
.tab_box .btn_area {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin: 2rem auto 0; }

.tab_box .btn_area p {
  width: 32%;
  font-size: 150%;
  text-align: center;
  padding: 1rem 1rem;
  border-radius: 30px;
  border: solid 1px #676767;
  background-color: #fff;
  transition: 0.3s;
  margin: 0.5rem auto 0;
  cursor: pointer; }

.tab_box .btn_area p:hover {
  opacity: 0.8; }

.tab_box .btn_area p.active {
  background-color: #00B050;
  border-color: #707070;
  color: #fff; }

.tab_box .panel_area {
  margin: 3rem auto 0;
  width: 90%;
  max-width: 1200px; }

.tab_box .panel_area .tab_panel {
  display: none; }

.tab_box .panel_area .tab_panel.active {
  display: block; }

/* c_form */
.lp_con08 {
  padding: 120px 0 60px 0; }
  @media screen and (max-width: 768px) {
    .lp_con08 {
      padding: 60px 0 40px 0; } }
  .lp_con08 .c_txt02 {
    text-align: center;
    margin: 24px 0 0 0; }
    @media screen and (max-width: 768px) {
      .lp_con08 .c_txt02 {
        padding: 0 12px; } }

.c_form {
  width: 95%;
  max-width: 1200px;
  margin: 2rem auto 0;
  background-color: #fff;
  border-radius: 50px;
  padding: 4rem 0;
  border: 1px solid #707070;
  border-radius: 50px; }
  @media screen and (max-width: 768px) {
    .c_form {
      border-radius: 20px; } }
  @media screen and (max-width: 480px) {
    .c_form {
      margin: 2rem auto 0 auto; } }

.c_form ul {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto; }

.c_form ul > li {
  border-top: solid 1px #898989;
  padding: 0.75rem 0;
  display: flex;
  align-items: flex-start; }

.c_form ul > li > label {
  width: 325px;
  font-size: 115%;
  padding: 0.5rem 2rem;
  position: relative; }

.c_form ul > li > label.hissu:after {
  content: "※必須";
  position: absolute;
  right: 0;
  color: #CE3535; }

.c_form ul > li > div {
  width: calc(100% - 430px);
  margin-left: auto; }

.c_form ul > li > div > p {
  margin-top: 0.5rem;
  padding: 0 0.25rem; }

.c_form ul > li > div > span.c_error {
  display: block;
  margin-top: 0.5rem;
  padding: 0 0.25rem;
  color: #CE3535; }

.c_form ul input {
  font-size: 110%;
  padding: 0.75rem 1rem; }

.c_form ul select {
  border: solid 1px rgba(0, 0, 0, 0.25);
  padding: 0.75rem 1rem;
  font-size: 110%;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer; }

.c_form ul div.selbox {
  position: relative; }

.c_form ul div.selbox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #424242;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0; }

/* c_btn */
.c_btn01 {
  width: 95%;
  max-width: 1000px;
  border-top: solid 1px #898989;
  text-align: center;
  margin: 2rem auto 0;
  padding: 4rem 0 0; }

.c_btn01 label {
  font-size: 115%; }

.c_btn01 label input {
  margin-right: 0.5rem; }

.c_btn02 {
  margin: 3rem;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .c_btn02 {
      margin: 1rem; } }

.c_btn02 input {
  color: #fff;
  font-size: 135%;
  text-align: center;
  width: 90%;
  max-width: 325px;
  background-color: #ED7C84;
  border-radius: 30px;
  padding: 0.6rem 0 0.85rem;
  transition: 0.3s; }

.c_btn02 input:hover {
  background-color: #F11F1F;
  border-color: #F11F1F; }

/* other */
.commingsoon {
  text-align: center;
  margin: 3.5rem 0 0;
  font-size: 115%;
  font-weight: 500; }

.commingsoon span {
  font-size: 265%;
  font-weight: 700;
  color: #6CC789;
  display: block; }

@media (max-width: 1150px) {
  .c_txt01 h2 {
    font-size: 5vw; }

  .c_txt01 p {
    font-size: 1.75vw; }

  .c_list01 > li > p {
    min-height: 100px;
    font-size: 135%; }

  .c_txt02 {
    line-height: 1.5; }

  .c_list04 li h3 {
    font-size: 190%; }

  .c_list05 {
    max-width: 755px; }

  .c_list05 > li {
    width: 48%; }

  .c_list05 > li i img {
    max-height: 40px; }

  .c_list05 > li h3 {
    margin: 0.5rem 0; }

  .c_list05 > li figure {
    background: #fff;
    padding-top: 12px; }

  .c_list05 > li figure img {
    max-height: 150px; }

  .c_list05 > li p {
    font-size: 110%;
    text-align: center;
    margin-top: 0.5rem; } }
@media (max-width: 960px) {
  #wrapper section {
    /*		padding-bottom:7%;
    		padding-top:10%;*/ }

  #wrapper h2 img {
    max-width: 90%; }

  .c_list01 {
    max-width: 585px;
    margin-top: 10%; }

  .c_list01 > li {
    width: 49%; }

  .c_list02 {
    font-size: 90%;
    align-items: flex-start; }

  .c_list02 dt > h3 strong {
    font-size: 150%; }

  .c_list02 > dt {
    width: 55%; }

  .c_list02 > dd {
    width: 45%; }

  .commingsoon {
    font-size: 100%; }

  #wrapper h2.va01 img {
    margin-top: 10%; }

  .c_list04 {
    max-width: 600px; }

  .c_list04 li {
    width: 48%; }

  .c_list03.va02 {
    padding-bottom: 15%; }

  .c_list06 table {
    font-size: 75%; }

  .tab_box .btn_area p {
    width: inherit;
    font-size: 2.2vw;
    margin: 1rem 0.25rem;
    padding: 0.5rem; }

  .tab_box .panel_area .tab_panel dl dt, .tab_box .panel_area .tab_panel dl dd {
    font-size: 120%; }

  .tab_box .panel_area .tab_panel dl dt:before, .tab_box .panel_area .tab_panel dl dt:after, .tab_box .panel_area .tab_panel dl dd:before {
    width: 36px;
    height: 36px; }

  .tab_box .panel_area .tab_panel dl dt p:before, .tab_box .panel_area .tab_panel dl dt p:after {
    right: 12px; }

  .c_txt02.va01 {
    font-size: 100%;
    text-align: left; }

  .c_txt02.va01 br {
    display: none; }

  .c_form ul {
    max-width: 800px; }

  .c_form ul > li {
    display: block; }

  .c_form ul > li > label {
    width: 100%;
    font-size: 105%;
    padding: 0.25rem 0rem;
    position: relative;
    display: block; }

  .c_form ul > li > div {
    width: 100%; }

  .c_form ul input,
  .c_form ul select,
  .c_form ul textarea {
    font-size: 100%; }

  .c_btn01,
  .c_btn01 {
    margin-top: 4%;
    padding-top: 2rem; }

  footer section > ul a {
    font-size: 105%; }

  footer section > ul > li a:before {
    top: 15px; } }
@media (max-width: 750px) {
  .c_txt01 p {
    font-size: 100%;
    width: 90%;
    max-width: 500px;
    margin: 0.5rem auto 0; }

  .c_img01 {
    max-width: 85%;
    margin: 5% auto 0; }

  .c_list02 {
    flex-wrap: wrap;
    margin: 7% auto 0; }

  .c_list02 > dt {
    order: 2;
    width: 100%; }

  .c_list02 dt > span {
    line-height: 1.5; }

  .c_list02 dt > p {
    width: 90%;
    max-width: 360px;
    margin-top: 1rem; }

  .c_list02 dd {
    order: 1;
    width: 90%;
    max-width: 465px;
    margin: 0 auto 3%; }

  footer section > ul a {
    font-size: 105%; }

  footer section > ul > li a {
    font-size: 90%; }

  footer section > ul > li a:before {
    top: 15px;
    width: 4px;
    height: 4px; }

  .tab_box .btn_area {
    flex-wrap: wrap;
    margin-top: 8%; }

  .tab_box .btn_area p {
    margin: 0.25rem 1%;
    width: 48%;
    font-size: 110%; } }
@media (max-width: 650px) {
  footer section > ul {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto; }

  footer section > ul li {
    width: 300px;
    text-align: left; }

  footer section > ul a {
    margin-top: inherit;
    margin-bottom: inherit; }

  footer section > p > a {
    margin-top: 1.25rem; }

  footer > small {
    margin-top: 10%;
    font-size: 85%; } }
@media (max-width: 600px) {
  .c_txt01 h2 {
    width: 90%;
    font-size: 200%;
    max-width: 375px;
    margin: 0 auto;
    line-height: 1.3; }

  .c_txt01 p {
    max-width: 325px; }

  .c_list01 {
    max-width: 350px;
    margin-top: 17%; }

  .c_list01 > li {
    width: 100%;
    margin-top: -0.5rem;
    padding-bottom: 3rem; }

  .c_list01 > li > i {
    width: 40px; }

  .c_list01 > li figure {
    top: -10px; }

  .c_list01 > li figure img {
    height: 110px; }

  .c_list01 > li > p {
    min-height: inherit; }

  .c_list02 dt > span {
    font-size: 145%; }

  .c_list02 dt > h3 {
    font-size: 150%; }

  .c_list02 dt > h3 strong {
    font-size: 140%;
    line-height: 1.3; }

  .c_txt02 {
    font-size: 110%; }

  .c_txt03 {
    font-size: 100%; }

  .commingsoon {
    margin-top: 10%; }

  .commingsoon span {
    font-size: 220%;
    font-weight: 800; }

  .c_list04 {
    max-width: 325px; }

  .c_list04 li {
    width: 100%; }

  .c_list04 li h3 {
    font-size: 6vw; }

  .c_list04 li p {
    font-size: 100%; }

  .c_list04 li p br {
    display: none; }

  .c_list05 {
    max-width: 350px;
    width: 90%; }

  .c_list05 > li {
    width: 100%;
    border: solid 1px #ED7C84;
    border-radius: 20px;
    padding: 1.5rem 1.5rem;
    margin-top: 0.75rem;
    background-color: #fff; }

  .c_list05 > li i img {
    max-height: 35px; }

  .c_list05 > li h3 {
    font-size: 155%; }

  .c_list05 li figure {
    background: #fff;
    padding-top: 12px; }

  .c_list05 > li figure img {
    max-height: 125px; }

  .c_list05 > li p {
    font-size: 105%; }

  .c_list06 table tbody > tr td {
    font-size: 110% !important;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center; }

  .tab_box .panel_area .tab_panel dl dt:before, .tab_box .panel_area .tab_panel dl dt:after, .tab_box .panel_area .tab_panel dl dd:before {
    width: 34px;
    height: 34px; }

  .tab_box .panel_area .tab_panel dl dt p:before, .tab_box .panel_area .tab_panel dl dt p:after {
    top: 0;
    bottom: 0;
    margin: auto; }

  .tab_box .btn_area p {
    width: 98%;
    font-size: 105%; }

  a.c_link {
    position: absolute;
    margin-top: -30px;
    height: 1px;
    display: block; } }
.step {
  background: #EBEBEB; }
  .step .step-bg {
    background: #FDF2F8; }
