@charset "euc-jp";
/* CSS Document */
/* -------------------------------------------------
    cost
-------------------------------------------------- */
#cost table.cost {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border: 1px solid var(--complementary-color-grey-10);
    margin: 15px 0;
}

#cost table.cost th.fixed {
    position: sticky;
    left: 0;
    vertical-align: middle;
}

#cost table.cost th.fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

#cost table.cost thead th {
    background: var(--basic-main-color);
    color: #ffffff;
    border-top: 1px solid var(--complementary-color-grey-10);
    border-right: 1px solid var(--complementary-color-grey-10);
    width: 20%;
}

#cost table.cost thead tr {
    background-color: var(--complementary-color-blue-5);
}

#cost table.cost thead th {
    text-align: center;
    padding: 20px;
}

#cost table.cost tbody tr {
    background-color: #fff;
    border-bottom: 1px solid var(--complementary-color-grey-10);
}

#cost table.cost tbody th {
    border-top: 1px solid var(--complementary-color-grey-10);
    border-right: 1px solid var(--complementary-color-grey-10);
    text-align: center;
    background: var(--complementary-color-blue-5);
    vertical-align: middle;
}

#cost table.cost tbody td {
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid var(--complementary-color-grey-10);
    border-right: 1px solid var(--complementary-color-grey-10);
    vertical-align: middle;
}


#cost table.cost tbody td span {
    margin: 8px 5px 8px 0;
    display: inline-block;
    line-height: 1;
}

#cost table.cost tbody td span.sub-text {
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
}

#cost table.cost tbody td span.sub-text-card {
    font-size: 1.2rem;
    text-align: left;
    margin: 20px 0 0;
    line-height: 1.5;
    font-weight: normal;
}

#cost table.cost thead th.cost-title {
    width: 22%;
}

#cost table.cost tbody tr td.makeshop {
    border-left: 3px solid var(--basic-main-color);
    border-right: 3px solid var(--basic-main-color);
}

#cost table.cost tbody tr:last-child td.makeshop {
    border-bottom: 3px solid var(--basic-main-color);
}


@media (max-width: 640px) {
/* -------------------------------------------------
     cost
-------------------------------------------------- */
    #cost .table-wrap {
        overflow-x: scroll;
    }

    #cost table.cost {
        width: 600px;
    }

    #cost table.cost thead th {
        text-align: center;
        padding: 10px;
    }

    #cost table.cost tbody th {
        border-top: 1px solid var(--complementary-color-grey-10);
        border-right: 1px solid var(--complementary-color-grey-10);
        text-align: center;
        background: var(--complementary-color-blue-5);
    }

    #cost table.cost tbody td {
        padding: 10px;
    }

    #cost table.cost tbody td span.sub-text-card {
        text-align: left;
        margin: 20px 0 0;
        line-height: 1.5;
        font-weight: normal;
    }

    #cost table.cost thead th:nth-of-type(2) {
        background: var(--basic-main-color);
        color: #ffffff;
        border-right: 3px solid var(--basic-main-color);
        border-left: 3px solid var(--basic-main-color);
    }
}

/* -------------------------------------------------
     compare-table
-------------------------------------------------- */
.compare-table .table {
    margin: 15px 0;
}

.compare-table .table thead th {
    background: var(--basic-main-color);
    color: #fff;
    text-align: center;
}

.compare-table .table th {
    background: var(--complementary-color-blue-5);
}

.compare-table .table th,
.compare-table .table td {
    text-align: center;
    border-top: 1px solid var(--complementary-color-grey-10);
    border-right: 1px solid var(--complementary-color-grey-10);
    vertical-align: middle;
}


@media (max-width: 640px) {
    /* -------------------------------------------------
         compare-table
    -------------------------------------------------- */
    .table-scroll{
        overflow: auto;
        white-space: nowrap;
        width:100%;
    }

    .table th.fixed {
        position: sticky;
        left: 0;
        border: 1px solid var(--complementary-color-grey-10);
    }

    .table th.fixed:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
    }

    .compare-table .table th, .compare-table .table td {
        border: 1px solid var(--complementary-color-grey-10);
    }
}

/* -------------------------------------------------
    flow_design
-------------------------------------------------- */
.flow_design {
    background: #f4f9fc;
    padding: 0 0 30px;
    margin: 36px 0;
}

.flow {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    padding: 40px 40px 10px;
  }
  
  .flow > li {
    list-style-type: none;
    display: flex;
    position: relative;
  }
  
  .flow > li .step {
    line-height: 1.1;
    width: 5em;
    height: 5em;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0 auto;
    display: block;
    border-radius: 100vh;
    position: absolute;
    padding: 15px 0 0 0;
    font-size: 14px;
    z-index: 1;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .flow > li .step span {
    font-size: 24px;
  }

  .flow > li dl {
    padding: 30px 14px;
    margin: 0;
    border: 3px solid var(--basic-main-color);
    position: relative;
    background: #ffffff;
    width: 208px;
  }
  
  .flow > li:not(:first-child) dl::before {
    content: "";
    width: 37px;
    border-top: 3px solid var(--basic-main-color);
    border-right: 3px solid var(--basic-main-color);
    position: absolute;
    top: calc(50% - 15px);
    left: -41px;
  }
  
  .flow > li dl dd  p{
    font-size: 18px;
    font-weight: 600;
    color: var(--basic-main-color);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 10px;
    text-align: center;
  }

  .sm {
    display: block;
  }
  
  .flow > li dl dd {
    margin-left: 0;
    font-size: 14px;
    line-height: 200%;
  }

  .flow > li dl dd span.strong {
    font-size: 1.0rem;
    font-weight: 700;
  }

  .flow-icon {
    width: 100%;
    max-width: 90px;
    display: block;
    margin: 30px auto 20px;
  }

  .flow-btn a {
    font-size: 14px;
    font-weight: bold;
    background: #000;
    border: 3px solid #000;
    border-radius: 6px;
    font-weight: 700;
    display: block;
    margin: 10px auto 0;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
  }

  .flow-btn a:hover {
    background: #fff;
    color: var(--basic-main-color); !important;
    border: 3px solid var(--basic-main-color);
    padding: 5px 10px;
  }

  .flow + p {
    text-align: center;
  }
  
  @media(max-width: 767px){
    .flow {
      gap: 10px;
      padding: 0;
    }

    .flow > li {
      display: block;
      margin: 0 0 50px 0;
      width: 80%;
    }

    .flow > li:last-child {
        margin: 0 0 10px;
    }

    .flow > li dl {
        padding: 30px 14px;
        margin: 0;
        border: 3px solid var(--basic-main-color);
        position: relative;
        width: 100%;
        max-height: 400px;
    }

    .flow > li .step {
        line-height: 1;
        width: 4.5em;
        height: 4.5em;
        text-align: center;
        color: #fff;
        background: var(--basic-main-color);
        margin: -30px auto 0;
        display: block;
        border-radius: 100vh;
        position: absolute;
        padding: 14px 0 0 0;
        font-size: 14px;
        z-index: 1;
        top: 2%;
        left: 50%;
    }

    .flow > li .step span {
        font-size: 24px;
    }

    .flow > li:not(:first-child) dl::before {
        display: none;
    }

    .flow > li dl dd p {
        font-size: 16px;
        font-weight: 700;
        color: var(--basic-main-color);
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.5;
        font-size: .875rem;
    }

    .flow > li dl dd span.strong {
        font-size: .875rem;
        font-weight: 700;
    }

    .flow > li dl dd {
        margin-left: 0;
    }

    .flow-icon {
        max-width: 100px;
        display: block;
        margin: 20px auto;
    }

    .flow-btn a {
        font-size: 12px;
        font-weight: bold;
        background: #005bac;
        border: 3px solid #005bac;
        border-radius: 6px;
        font-weight: 700;
        display: block;
        margin: 10px auto 0;
        padding: 5px;
        text-align: center;
        color: #fff;
    }

    .flow-img.box-thumbnail {
        padding: 2rem;
    }
    
  }

.payment-container h3 {
    font-size: 20px;
}

.payment-container .main-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}