@charset "UTF-8";

/*cv for_pc---------------------------------------*/
@media screen and (min-width: 769px) {

    /*common_cv-----------------------------*/


    .section_cv{
    padding-bottom: 50px;
    }


    section.section_cv .cv_heading {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        left: 0;
        right:0;
        top: -40px;
        margin: auto;
        width: 660px;
    }
    section.section_cv .cv_heading_title {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 3px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: -0.01em;
        text-align: center;
        line-height: 1.3;
    }
    section.section_cv .cv_heading_title .text_large {
        font-size: 24px;
        line-height: 1.2;
    }


    section.section_cv .cv_contents_wrap{
        max-width: 970px;
        width: 100%;
        border:3px solid var(--color_dark_blue);
        border-right:10px solid var(--color_dark_blue);
        border-bottom:10px solid var(--color_dark_blue);
        border-radius: 20px;
        margin: auto;
        position: relative;
        background-color: #fff;
        padding-top: 70px;
        padding-bottom: 20px;
    }

    section.section_cv .cv_wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 0px 0 0;
        flex-wrap: wrap;
    }
    section.section_cv .cv_wrap .cv_item{
        width: 48%;
    }
    section.section_cv .cv_wrap .segment{
        height: 440px;
        width: 2px;
        z-index: 1;
        margin-top: 10px;
        background-color: var(--color_dark_blue);
    }

    section.section_cv .cv_wrap .fukidashi {
        width: 100%;
        margin: auto;
        position: relative;
        margin-bottom: 0px;

    }
    section.section_cv .cv_wrap .fukidashi.user_new .fukidashi_title{
       font-size: 17px;
       color: #fff;
       font-weight: bold;
       position: absolute;
       left: 28%;
       letter-spacing: 0.01em;
       top: 29%;
    }
    section.section_cv .cv_wrap .fukidashi.user_existing .fukidashi_title span{
       font-size: 22px;
    }
    section.section_cv .cv_wrap .fukidashi.user_existing .fukidashi_title{
       font-size: 17px;
       color: #fff;
       font-weight: bold;
       position: absolute;
       left: 28%;
       letter-spacing: 0.04em;
       TEXT-ALIGN: center;
       top: 29%;
       line-height: 0.9em;
    }
    section.section_cv .cv_wrap .fukidashi.user_new .fukidashi_title span{
       font-size: 22px;
    }

    section.section_cv .cv_wrap .fukidashi::after {
    }

    section.section_cv .cv_wrap .fukidashi.user_new,
    section.section_cv .user_new.fukidashi::after {
    }

    section.section_cv .cv_wrap .fukidashi.user_existing,
    section.section_cv .cv_wrap .user_existing.fukidashi::after {
        color: #000;
    }

    section.section_cv .cv_wrap .btn_item{
        width: 320px;
        color: #000;
        text-align: center;
        font-size: 15px;
        margin: auto;
        font-weight: bold;
    }
    section.section_cv .cv_wrap .btn_item span{
        font-size: 20px;
    }
    .cv_btn{
        height: 70px;
        width: 100%;
        font-weight: bold;
        border:2px solid #000;
        border-right: solid 5px #000;
        border-bottom: solid 5px #000;
        font-size: 17px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin-bottom: 20px;
        position: relative;
        letter-spacing: 0.01em;
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: right 10px top 50%;
        letter-spacing: 0.01em;
        color: #000;
        cursor: pointer;
        line-height: 1.3em;
    }

    section.section_cv .cv_wrap .btn_item .cv_btn.btn_new_wimax {background-size: 24px;background-position: right 10px top 50%;background-color: var(--color_purple);color: #fff;}
    section.section_cv .cv_wrap .btn_item a.cv_btn.btn_new_shop{
    }
    section.section_cv .cv_wrap .btn_item a.cv_btn.btn_exist_wimax{
        margin-bottom: 5px;
    }
    section.section_cv .cv_wrap .btn_item a.cv_btn.btn_exist_shop{
    }


    .cv_btn_heading{
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2em;
    }

    section.section_cv .cv_wrap .cv_btn_note{
        text-align: left;
        font-weight: normal;
        font-size: 12px;
        margin-bottom: 14px;
    }

    section.section_cv .cv_wrap .btn_item .btn_new_wimax .gigahodai_web_w{
        position: absolute;
        width: 30px;
        height: 30px;
        left: 20px;
        margin: auto;
    }
    section.section_cv .cv_wrap .btn_item .btn_new_shop .gigahodai_shop_b{
        position:absolute;
        width: 30px;
        left: 20px;
        margin: auto;
    }


    section.section_cv .cv_remarks_link {
        width: 100%;
        text-align: right;
        font-size: 14px;
        padding: 0 20px 20px;
        position: relative;
    }
    section.section_cv .cv_remarks_link a{
        text-decoration: underline;
        color: var(--color_dark_blue);
        display: block;
        font-size: 12px;
        margin: auto;
        position: absolute;
        left: 58%;
        top: -4px;
    }


    .cv_foot {
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 20px;
    }

    .cv_foot a {
        color: #fff;
        text-decoration: underline;
        line-height: 2em;
        position: relative;
        display: inline-block;
    } 

    .cv_foot a::after {
        content: "";
        position: absolute;
        height: 15px;
        width: 15px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        right: -30px;
        top: 20px;
    }



}

/*cv for_pc---------------------------*/
