@charset "UTF-8";
/*      初めての方コンテンツ
 *          ブレイクポイント: 768/480px
 *
 *
 **/

/* ================ base ================ */
.begins {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.begins * {
    color: #484848;
}
.begins h1,
.begins h2,
.begins h3,
.begins h4,
.begins h5 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
    color: #484848;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
}
.begins h3 a,
.begins h4 a,
.begins h3 a:hover,
.begins h4 a:hover {
    color: #006943;
}
.begins p,
.begins ul,
.begins ol,
.begins li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.begins img {
    max-width: 100%;
}
.begins .pc_hide {
    display: none;
}
.begins .sp_hide {
    display: inline-block;
}
.begins .sections {
    margin: 2rem auto 4rem;
    padding: 1rem 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
}
.begins .sections h2 {
    display: inline-block;
    width: auto;
    margin: 0 0 12px;
    padding: 0 1.5em 4px;
    border-bottom: 2px solid #484848;
    font-size: 32px;
    font-weight: bold;
}

/* ======== Grid and Flex and more other ======== */
.begins .grid2cells {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.begins .grid33-66 {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.begins .grid3cells {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.begins .flexboxcenter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.begins .textnowrap {
    display: inline-block;
    text-wrap: nowrap;
}

/* ======== Tabs ======== */
.tabs img {
    max-width: 100%;
}
.tab_button{
    display: none;
}
.tab_label {
    display: inline-block;
    width: auto;
    margin: 0x;
    padding: .25rem 1rem;
    border:  1px solid #484848;
    border-width: 1px 1px 0 1px;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
}
.tabs .tab_label p {
    text-align: center;
}
.tab_contents {
    display: none;
    width: calc(100% - 2px);
    margin-top: -1px;
    padding: 1rem;
    border:  1px solid #484848;
    border-radius: 0 8px 8px 8px;
}
#tab_button01:checked ~ #tab_contents01,
#tab_button02:checked ~ #tab_contents02,
#tab_button03:checked ~ #tab_contents03,
#tab_button04:checked ~ #tab_contents04,
#tab_button05:checked ~ #tab_contents05 {
    display: block;
}

/* ======== sections ======== */
.sections .service_flow,
.sections .fee_structure,
.sections .features,
.sections .faq {
    text-align: left;
}
.begins .section_head {
    margin: 1.75rem auto 4rem;
    padding: 0;
    border: 0 none;
}
.begins .section_head h1 {
    margin: 10px auto;
    line-height: 1.5;
    font-size: 48px;
    font-weight: 700;
    color: #484848;
    text-align: center;
}
.begins .section_head .summary_text {
    max-width: 822px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 1.25rem;
}

/* ======== method ======== */
.section_method .method3 {
    grid-gap: 40px;
    margin: 2rem 1rem;
}
.method3 .method_item {
    padding: 60px .75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f4f8e9;
    background-position: 50% 8px;
    background-repeat: no-repeat;
    line-height: 1.33;
    cursor: pointer;
}
.method3 .method_item.for_tab_btn01 {
    background-image: url(images/begin/method_icon_01.png);
}
.method3 .method_item.for_tab_btn02 {
    background-image: url(images/begin/method_icon_02.png);
}
.method3 .method_item.for_tab_btn03 {
    background-image: url(images/begin/method_icon_03.png);
}
.method3 .method_item.for_tab_btn03 span {
    display: inline-block;
    width: 4px;
    height: 1px;
}
.method3 .method_item h3 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    text-align: center;
}


/* ======== flow ======== */
.section_flow * {
    box-sizing: border-box;
}
.section_flow .service_flow {
    margin-top: .75rem;
}
.section_flow .tab_label {
    width: auto;
    min-width: 100px;
    margin: 0;
    padding: .125rem .5rem;
    border: solid #484848;
    border-width: 1px 1px;
    border-radius: 8px 8px 0 0;
    background-color: #ddd;
    cursor: pointer;
}
.section_flow .tab_button:checked + .tab_label {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}
.section_flow .tab_label p {
    width: 7rem;
    line-height: 1;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #777;
    font-size: 1.125rem;
    font-weight: bold;
}
.section_flow .tab_button:checked + .tab_label p {
    color: #484848;
}
.section_flow .tab_contents {
    margin-top: -2px;
}
.section_flow .flow_item {
    padding: 40px 80px 30px;
    list-style: none;
    counter-reset: step-counter;
}
.section_flow .flow_nm_ttl {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    padding: 10px 10px 10px 70px;
    margin-bottom: 0;
}
.section_flow .flow_nm_ttl::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #006943;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.section_flow .flow_box p {
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 70px;
}
.section_flow .flow_box:not(:last-child) {
    border-bottom: 1px #006943 dashed;
}
.section_flow .flow_box:not(:first-child) {
    margin-top: 20px;
}

/* ======== fees ======== */
.fee_structure h3 {
    font-size: 20px;
}
.fee_structure .basic_fees {
    grid-gap: 80px;
    margin: 1rem auto 1.5rem;;
    padding: 1.5rem 2rem;
    background-color: #f4f8e9;
    border-radius: 10px;
}
.fee_structure .basic_fees p {
    position: relative;
    padding: .5rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.fee_structure .basic_fees p::after {
    position: absolute;
    display: block;
    top: calc( 50% - 1rem );
    right: -52px;
    width: 1rem;
    height: 1rem;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 20px;
}
.fee_structure .basic_fees p:nth-child(3n)::after {
    display: none;
    content: "";
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
}
.fee_structure .basic_fees_note {
    margin-left: 3rem;
}
.fee_structure .basic_fees_note p:first-child {
    margin-bottom: .5rem;
}

/* ======== cta ======== */
.section_cta .cta_btns {
    display: flex;
    margin: 2.5rem auto;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.section_cta .contact_btnset {
    list-style: none;
    margin: 0 1.1rem;
    padding: 0;
    text-align: center;
}
.section_cta .contact_btnset a {
    display: inline-block;
    width: 200px;
    margin: .75rem 0;
    padding: 15px 1.5em;
    border-radius: 25px;
    background-color: #f29600;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}
.section_cta .contact_btnset a i {
    color: #fff;
}

/* ======== features ======== */
.sections.section_features {
    background-color: #f4f8e9;
    padding-right: 5%;
    padding-left: 5%;
}
.features {
    max-width: 680px;
    margin: 1rem auto 2rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 10px;
}
.features h3 {
    margin-bottom: .5rem;
    font-size: 24px;
    font-weight: bold;
}
.features h3 span {
    display: inline-block;
    padding-right: 2rem;
}

/* ======== faq ======== */
.section_faq .faq {
    margin: 1rem 2rem 1rem 3rem;
}
.section_faq .acd {
    margin-bottom: .5rem;
}
.section_faq .acd:last-child {
    margin-bottom: 0;
}
.section_faq .acd:has(> .acd_chk:checked) {
    background-color: #fffff0;
}
.section_faq .acd .acd_name::before {
    height: 18px;
    margin-top: 0;
    margin-right: 12px;
    vertical-align: top;
    font-size: 1.2rem;
    content: "\f067";
}
.section_faq .acd .acd_chk:checked + .acd_name::before {
    content: "\f068";
}
.section_faq .acd .acd_head {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
    color: #484848;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25em;
    text-align: left;
    font-weight: bold;
}
.section_faq .acd .acd_content p {
    margin: 0 2rem 1.5rem 4rem;
}

/* ======== responsive ======== */
@media screen and (max-width: 767px) {
    .begins .pc_hide {
        display: inline-block;
    }
    .begins .sp_hide {
        display: none;
    }
    .begins .grid2cells,
    .begins .grid3cells {
        display: block;
    }
    .begins .textnowrap {
        display: inline;
        text-wrap: wrap;
    }

    .begins .section_head h1 {
        margin-top: 0px;
        margin-bottom: 17px;
        font-size: 32px;
    }
    .begins .sections {
        margin-right: .5rem;
        margin-left: .5rem;
        padding: 1rem 1rem;
    }
    .begins .sections h2 {
        font-size: 24px;
    }

    .section_method .method3 {
    }
    .method3 .method_item {
        max-width: 480px;
        margin-right: auto;
        margin-bottom: 1.5rem;
        margin-left: auto;
    }
    .method3 .method_item:last-child {
        margin-bottom: 0;
    }
    .method3 .method_item.for_tab_btn03 span {
        display: none;
    }

    .section_flow .flow_item {
        padding: 20px 10px 10px;
        margin-left: 0;
    }
    .section_flow .flow_nm_ttl {
        font-size: 20px;
        padding-left: 50px;
    }
    .section_flow .flow_nm_ttl::before {
        width: 35px;
        height: 35px;
        line-height: 37px;
    }
    .section_flow .flow_box p {
        padding-left: 0px;
        padding-top: 0;
        font-size: 12px;
    }

    .fee_structure .basic_fees p {
        width: 340px;
        margin: 0 auto 3rem;
    }
    .fee_structure .basic_fees p:last-child {
        margin-bottom: 0;
    }
    .fee_structure .basic_fees p::after {
        position: absolute;
        display: block;
        top: auto;
        bottom: -20px;
        right: calc( 50% - 10px);
        width: 1rem;
        height: 1rem;
        content: "\f067";
        font-family: FontAwesome;
        font-size: 20px;
    }
    .fee_structure .basic_fees p:nth-child(3n)::after {
        display: none;
        content: "";
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
    }
    .fee_structure .basic_fees_note {
        margin-left: 2rem;
    }
    .section_faq .faq {
        margin: 1rem;
    }

    .section_flow .flow_box p a,
    .fee_structure .basic_fees_note a,
    .section_faq .faq a {
        color: #007d00;
        text-decoration: underline;
    }

}
@media screen and (max-width: 479px) {
    .begins .section_head h1 {
        margin-top: 4px;
        margin-bottom: 16px;
        font-size: 22px;
    }
    .begins .sections h2 {
        font-size: 1.1875rem;
    }
    .section_flow .tab_label {
        width: 94px;
        min-width: 90px;
        padding: .125rem .25rem;
    }
    .section_flow .tab_label p {
        width: auto;
        font-size: 12px;
    }
    .fee_structure .basic_fees p {
        width: 200px;
        margin: 0 auto 3rem;
    }
    .fee_structure .basic_fees_note {
        margin-left: 1.5rem;
    }
}
