@charset "utf-8";

header{
    line-height: 1.75em;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

footer{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.header{
    margin-bottom: 40px;
}

a[class*="blank_link"] {
    position: relative;
    padding-right: calc(8px + 1em);
}

span.blank_link_g:after {
    background: url(/top_assets/img/icon_link_blank_g.png) no-repeat;
    background-size: 100% auto;
}

span.blank_link_b:after {
    background: url(/top_assets/img/ico_blank01.png) no-repeat;
    background-size: 100% auto;
}

span.blank_link_b:after, span.blank_link_w:after, span.blank_link_g:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

/* SMBCライン
--------------------------------------------------------- */
/* ------ smbcLine  ----- */
#smbcLine{
    background-color: #1a4832;
    border-bottom: 5px solid #b6ca3f;
}
#smbcLine .smbcGroupWrap {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#smbcLine .smbcGroupWrap .logoSmbc{

}
#smbcLine .smbcGroupWrap .logoSmbcGroup{
    display: flex;
    align-items: center;
}
@media screen and (max-width:640px) {
    #smbcLine .smbcGroupWrap {
        width: 100%;
        padding: 2.67vw;
    }
}
/*---------------------------------*/
/*共通*/
/*---------------------------------*/
a{
    transition: .5s;
}
a:hover{
    color: #0A8664;
}
img{
    max-width: 100%;
}

.btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3aae89+0,347c65+100 */
    background: #fff;
    color: #0A8664;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 30px;
    transition: 0.2s;
    position: relative;
    z-index: 10;
}
.btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    background: #0A8664;
}
.btn:hover::before{
    width: 100%;
    background: #246852;
}

.btn + .btn{
    margin-left: 35px;
}

.btn_box{
    display: flex;
    justify-content: center;
}

.btn_box .btn{
    width: 320px;
    height: 64px;
    font-size: 18px;
    border-radius: 2px;
    transition: .5s;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_box .btn.green:before{
    background: #246852;
}
.btn_box .btn.white:before{
    background: #0A8664;
}
.btn_box .btn.green{
    background: #0A8664;
    color: #fff;
}
.btn_box .btn.white{
    background: #fff;
    color: #0A8664;
}
.btn_box .btn.transparent{
    color: #0A8664;
    background: rgba(0,0,0,0);
    border: 2px solid #0A8664;
}
.btn_box .btn:hover{
    background: #0A8664;
    color: #fff;
}
.btn_box .btn.transparent{
    border: 2px solid #246852;
}
.btn_box .btn.transparent:hover{
    color: #fff;
}
.btn_box .btn+.btn{
    margin-left: 64px;
}

@media screen and (max-width:640px) {
    .btn{
        padding: 1.6vw 8.0vw;
    }
    .btn_box .btn{
        width: 66.4vw;
        height: 12.8vw;
        font-size: 4.3vw;
    }
}

* + .note-lists{
    margin-top: 15px;
}
.note-lists li{
    position: relative;
    color: #666666;
    font-size: 12px;
    padding-left: 1em;
    line-height: 1.2;
}
.note-lists li::before{
    content: "※";
    position: absolute;
    left: 0;
}
@media screen and (max-width:640px) {
    * + .note-lists{
        margin-top: 4.3vw;
    }
    .note-lists li{
        font-size: 3.2vw;
    }
}
.forPcBlock{
    display: block;
}
.choices_contents_title_pc{
    display: block;
    margin: 0 auto;
}
.forSpBlock{
    display: none;
}
.choices_contents_title_sp{
    display: none;
    margin: 0 auto;
}
@media screen and (max-width:640px) {

    #smbcLine {
        position: relative;
        z-index: 12;
      }
      
    .forPcBlock{
        display: none;
    }
    .choices_contents_title_pc{
        display: none;
        margin: 0 auto;
    }
    .forSpBlock{
        display: block;
    }
    .choices_contents_title_sp{
        display: block;
        margin: 0 auto;
    }
}


/*------------------------------------------------------------------*/
/*header*/
/*------------------------------------------------------------------*/
.header{
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #cecece;
    min-width: 1000px;
}
.header_inner{
    background: rgba(255,255,255,0.9);
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 2px;
}
/*---------------------------------*/
.header_logo{
    margin-right: 30px;
    font-size: 0;
}
.header_logo img{
    display: inline-block;
    vertical-align: middle;
    width: 133px;
}
.header_logo:before{
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
    margin-left: -1px;
}
@media screen and (max-width:640px) {
    .header_logo{
        margin-right: 14.667vw;
        width: 34.933vw;
    }
    .header{
        min-width: auto;
    }
    .header_inner{
        width: 100%;
        margin: 0;
        border-radius: 0;
        position: relative;
        height: 12.8vw;
        padding: 2.133vw 5.333vw;
    }
}
/*---------------------------------*/
.gnavi{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    flex:1 1 auto;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.gnavi .serch_navi{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gnavi_left_item,.gnavi_right_item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.gnavi_item_name{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    color: #000000;
}
.gnavi_item_name.jsActive{
    color: #0A8664;
}

.gnavi_left_item .gnavi_item + .gnavi_item .gnavi_item_name{
    margin-left: 0;
}

.gnavi_left_item .gnavi_item + .gnavi_item.gnavi_join .gnavi_item_name{
    margin-right: 15px;
}
.gnavi_left_item .gnavi_item + .gnavi_item.gnavi_join .gnavi_item_name.corporation_mstore{
    margin-left: 0;
}



.gnavi_item_name:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
}

.gnavi_item_name a{
    text-decoration: none;
    color: #000000;
    transition: .5s;
}
.gnavi_item_name a:hover,.gnavi_item_name a:hover{
    color: #0A8664;
}
/*---------------------------------*/

.gnavi_item.gnavi_support{
    margin-left: 24px;
}

/*---------------------------------*/
.gnavi_item.gnavi_vpass{
    margin-left: 12px;
}
.gnavi_vpass .btn{
    height: 32px;
    font-size: 18px;
    width: 136px;
    padding: 0;
    background: #0A8664;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    transition: .5s;
    border: 1px solid #0A8664;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.gnavi_vpass .btn:hover{
    border: 1px solid #246852;
}
.gnavi_vpass .btn:hover::before{
    background: #246852;
}

@media screen and (max-width:640px) {
    .gnavi_vpass .btn{
        width: 27.733vw;
        height: 8.533vw;
        font-size: 3.2vw;
        padding: 0;
    }

    .gnavi_title{
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
    }

    .pcvisible{
        display: none;
    }
}

@media screen and (min-width:641px) {

    .gnavi_title{
        display: none;
    }

    .spvisible{
        display: none;
    }

    .login{
        border-right: 1px solid #DDDDDD;
        padding-right: 30px;
    }

    .daikin{
        margin-top: 61px;
    }

    .omclink{
        margin-top: 49px;
    }

    .gnavi_item_name.jsActive{
        color:#246852;
    }

    .gnavi_item.gnavi_join .gnavi_item_name {
        margin-right: 15px;
        padding-bottom: 16.5px;
        margin-bottom: -16.5px;
        box-sizing: content-box;
    }
    .gnavi_item.gnavi_search .gnavi_item_name {
        margin-right: 15px;
        padding-bottom: 16.5px;
        margin-bottom: -16.5px;
        box-sizing: content-box;
    }
}


/*---------------------------------*/
.gnavi_item.gnavi_search{
    flex: 1 1 auto;
    text-align: right;
    cursor: pointer;
}
.gnavi_search_name.jsActive{
    color: #e59700;
}
.gnavi_search_name{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
}
.gnavi_search_name:hover{
    color: #0A8664;
}

.gnavi_search_name:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/top_assets/img/icon_search.png);
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
}
/*---------------------------------*/
.gnavi_bottom-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05) inset;
    max-height: 0;
    transition: .5s;
    z-index: 3;
    margin-top: 1px;
    border-radius: 0 0 2px 2px;
    max-width: 1000px;
    margin: 0 auto;
}
/*---------------------------------*/
.gnavi-sp_navi{
    display: flex;
    justify-content: flex-start;
}
.gnavi_join .gnavi_item_name{
    transition: 1s;
}
.gnavi_join span{
    position: relative;
    padding-right: calc(8px + 12px);
    transition: .5s;
}
.gnavi_join span::after{
    position: absolute;
    content: "";
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
    width: 12px;
    height: 13px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
}
.gnavi_join .gnavi_item_name.jsActive span::after{
    transform: rotate(-90deg);
}

.gnavi_join .gnavi_item_name,
.gnavi_store .gnavi_item_name,
.gnavi_support .gnavi_item_name{
    position: relative;
}

.gnavi_support .gnavi_item_name{
    height: 34px;
    width: 136px;
    margin: 0;
    display: flex;
}
.gnavi_support .gnavi_item_name a{
    color: #0A8664;
    font-weight: bold;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #0A8664;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    transition: .5s;
    position: relative;
    z-index: 10;
    white-space: nowrap;
}
.gnavi_support .gnavi_item_name a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    background: #0A8664;
}
.gnavi_support .gnavi_item_name a:hover::before{
    width: 100%;
}
.gnavi_support .gnavi_item_name a:hover{
    color: #fff;
    background: #0A8664;
    border: 1px solid #0A8664;
}

.gnavi_join .gnavi_item_name:after,
.gnavi_store .gnavi_item_name:after,
.gnavi_support .gnavi_item_name:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #0A8664;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    transition: 0.3s;
}
.gnavi_item_name.jsActive{
    color:#246852;
}

/*---------------------------------*/
.gnavi_item_name.jsActive + .gnavi_bottom-menu{
    max-height: 10000px;
    transition: 4s;
    border-radius: 0 0 2px 2px;
    max-width: 1000px;
    margin: 0 auto;
}
.gnavi_item .gnavi_bottom-menu_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    padding: 0;
    padding: 45px 80px;
}
.gnavi_item.gnavi_search .gnavi_bottom-menu_inner{
    margin: 16px;
    padding: 0;
}

/*---------------------------------*/
.gnavi_link-item_wrap{
    width: 248px;
}
.gnavi_link-item_wrap.individual{
    
}
.gnavi_link-item_wrap.designated{

}
.gnavi_link-item_wrap.corporation{

}
.gnavi_link-item_wrap .gnavi_link-title{
    padding-bottom: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    padding-left: 28px;
    position: relative;
}
.gnavi_link-item_wrap .gnavi_link-title::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 2px;
    width: 20px;
    height: 20px;
}
.gnavi_link-item_wrap.individual .gnavi_link-title::before{
    background: url(/top_assets/img/icon_individual.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.designated .gnavi_link-title::before{
    background: url(/top_assets/img/icon_designated.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.corporation .gnavi_link-title::before{
    background: url(/top_assets/img/icon_beginner.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.store .gnavi_link-title::before{
    background: url(/top_assets/img/icon_store.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.lock .gnavi_link-title::before{
    background: url(/top_assets/img/icon_lock.png) no-repeat center/cover;
}
.gnavi_link-items{
    width: 100%;
    margin: 0 auto;
}

.gnavi_link-items li + li{
    margin-top: 29px;
}
.gnavi_link-items a{
    display: block;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    position: relative;
}
.gnavi_link-items a:hover{
    color: #0A8664;
}
.gnavi_link-items a:before{
    content: "";
    width: 12px;
    height: 13px;
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0px;
}
.gnavi_link-items a.link_blank:before{
    width: 12px;
    height: 12px;
    background: url(/top_assets/img/icon_link_blank_g.png) no-repeat center/cover;
}

/*---------------------------------*/


.gnavi_search input[type="text"]{
    flex: 1 1 auto;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    background: #F5F5F5;
    font-size: 18px;
    padding: 0 12px;
    margin-right: 12px;
}
.gnavi_search input[type="text"]::placeholder{
    color: rgba(0,0,0,0.3);
}
.gnavi_search input[type="text"]:focus{
    outline: none;
    border: 3px solid #e59700 !important;
    background: #fff;
    color: #000;
}

.gnavi_search button[type="submit"].btn{
    height: 40px;
    width: 80px;
    background: #0A8664;
    border-radius: 2px;
    color: #fff;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    transition: .5s;
    border: none;
}
.gnavi .gloval_nav_btn{
    display: none;
}
.gnavi .serch_navi form{
    display: none;
}


.gnavi .toggle{
    display: none;
}
.gnavi_join span.toggle_btn::after{
    display: none;
}




@media screen and (max-width:640px) {
    .gnavi{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .gnavi .gnavi_right_item{
        /* display: none; */
    }
    .gnavi .gnavi_item.gnavi_search{
        display: none;
    }
    .gnavi .gnavi_item.gnavi_support{
        display: none;
    }
    .gnavi .gnavi_item.gnavi_vpass{
        margin-left: 0;
        margin-right: 3.2vw;
    }
    .gnavi .gloval_nav_btn{
        cursor: pointer;
        height: 6.933vw;
        display: flex;
        align-items: center;
    }
    .gnavi .gloval_nav_btn .btn_Menu{
        position: relative;
        text-align: center;
        top: -1.867vw;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu{
        position: relative;
        top: 0px;
        left: 0;
        float: right;
        width: 7.467vw;
        height: 2px;
        background: #0A8664;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu::before,.gnavi .gloval_nav_btn .btn_Menu .itemMenu::after{
        content: '';
        position: absolute;
        float: right;
        width: 7.467vw;
        height: 2px;
        background: #0A8664;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu::before{
        top: 1.867vw;
        left: 0;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu::after{
        top: 3.733vw;
        left: 0;
    }
    
    .gnavi .serch_navi{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #ffffff;
        position: fixed;
        overflow-y: scroll;
        flex-direction: column;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .gnavi #search{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 5.333vw;
        padding: 3.2vw 0;
        position: relative;
    }
    .gnavi #search li:first-child{
        text-align: left;
        position: relative;
        width: 100%;
    }
    .gnavi #search li{
        background: none;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .gnavi #search input[type=text]{
        height: 10.667vw;
        width: 100%;
        border: solid 1px #DDDDDD;
        -webkit-appearance: none;
        border-radius: 5px;
        padding: 2.933vw 11.733vw 2.933vw 3.2vw;
        background: #F5F5F5;
        font-size: 3.733vw;
    }

    .gnavi #search button{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8.533vw;
        color: #cecece;
        border: none;
        font-size: 20px;
        padding: 0;
        background: transparent;
    }

    .gnavi #search input[type=text]:focus{
        border:solid 2px #e59700;
        padding-left: 10.5px;
    }

    .gnavi_search input[type="text"]:hover{
        border: 1px solid #e59700 !important;
    }

    .gnavi #search button:after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto auto;
        width: 5.333vw;
        height: 5.333vw;
        background: url(/top_assets/img/icon_search.png) no-repeat center/cover;
    }
    .gnavi #search li .sub_close{
        display: inline-block;
        width: 8.533vw;
        height: 8.533vw;
        cursor: pointer;
        vertical-align: bottom;
        margin-left: 2.933vw;
    }
    .gnavi #search li .sub_close::before, .gnavi #search li .sub_close::after{
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
        width: 6.933vw;
        height: 2px;
        background: #0A8664;
    }
    .gnavi #search li .sub_close::before{
        transform: rotate(-45deg);
    }
    .gnavi #search li .sub_close::after{
        transform: rotate(45deg);
    }

    .gnavi .serch_navi form{
        display: block;
    }
    .gnavi .gnavi-sp_navi{
        flex-direction: column;
        padding: 8px 5.33vw 6.4vw;
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05) inset;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name{
        display: none;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name{
        display: flex;
        margin-left: 0;
        position: relative;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name a{
        display: block;
        width: 100%;
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        color: #333333;
        border-bottom: 1px solid #F5F5F5;
        position: relative;
    }
    .gnavi_link-item_wrap .gnavi_link-title::before{
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        top: 4.3vw;
        width: 20px;
        height: 20px;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name a::before{
        content: "";
        background: url(/top_assets/img/icon_store.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
        width: 8.533vw;
        height: 8.533vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name a:after{
        content: "";
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        width: 4.267vw;
        height: 4.267vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member{
        margin-top: 6.4vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name{
        display: flex;
        margin-left: 0;
        position: relative;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name::before{
        content: "";
        background: url(/top_assets/img/icon_member_sp.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 3.2vw;
        width: 12.8vw;
        height: 12.8vw;
        z-index: 11;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a{
        display: block;
        width: 100%;
        padding: 3.2vw 3.2vw 3.2vw 19.2vw;
        background: #0A8664;
        margin: 0;
        font-size: 4.267vw;
        color: #fff;
        border-bottom: 1px solid #F5F5F5;
        position: relative;
        border-radius: 2px;
        z-index: 10;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a span{
        font-size: 3.2vw;
        display: block;
        font-weight: normal;
        margin-top: 1.6vw;
        line-height: 1.3;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        display: block;
        z-index: -1;
        transition: .5s;
        background: #246852;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a:hover:before{
        width: 100%;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a:after{
        content: "";
        background: url(/top_assets/img/ico_arrow_02_white.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 4.267vw;
        width: 4.267vw;
        height: 4.267vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_bottom-menu{
        position: static;
        overflow: visible;
        max-height: none;
        margin-top: 0;
        box-shadow: none;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support{
        display: block;
        margin-left: 0;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name{
        display: flex;
        height: auto;
        width: 100%;
        border: none;
        position: relative;
        padding: 0;
        border-bottom: 1px solid #DDDDDD;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name::before{
        width: 8.533vw;
        height: 8.533vw;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background: url(/top_assets/img/icon_suport.png) no-repeat center/cover;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name a{
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        color: #333333;
        border-bottom: 1px solid #DDDDDD;
        width: 100%;
        position: relative;
        border: none;
        justify-content: flex-start;
        transition: .5s;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name a::before{
        content: "";
        width: 4.267vw;
        height: 4.267vw;
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        left: auto;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name a:hover{
        background: none;
        color: #0A8664;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner{
        padding: 0;
        flex-direction: column;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap{
        width: 100%;
    }

    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-title{
        width: 100%;
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        color: #333333;
        font-size: 4.267vw;
        border-bottom: 1px solid #DDDDDD;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-title::before{
        width: 8.533vw;
        height: 7.433vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li a{
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        color: #333333;
        border-bottom: 1px solid #DDDDDD;
        transition: .5s;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li a:hover{
        color: #0A8664;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items a:before{
        width: 4.267vw;
        height: 4.267vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li + li{
        margin-top: 0;
    }




    /**/
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-title_menu{
        width: 100%;
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        border-bottom: 1px solid #DDDDDD;
        font-weight: bold;
        color: #000;
        position: relative;
    }
    .gnavi_bottom-menu_inner .gnavi_link-title_menu::before {
        background: url(/top_assets/img/icon_individual.png) no-repeat center/cover;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 8.533vw;
        height: 8.533vw;
    }

    .gnavi_item .individual ,
    .gnavi_item .designated ,
    .gnavi_item .gift {
        height: 0;
        overflow: hidden;
    }
    .gnavi_link-items {
        width: auto;
        background-color: #EDF8F5;
        margin: 0;
    }


    /*開閉時*/
    .gnavi_item .toggle:checked + .Label + .individual ,
    .gnavi_item .toggle:checked + .Label + .individual + .designated ,
    .gnavi_item .toggle:checked + .Label + .individual + .designated + .gift {
        height: auto;
        transition: all 0;
        margin: 0 -5.33vw 0 -5.33vw;
        width: auto;
        background-color: #EDF8F5;
    }
    .gnavi_link-items a:before {
        right: 20px;
    }
    .gnavi_bottom-menu_inner .toggle:checked + .Label > .gnavi_link-title_menu > .toggle_btn::before {
        display:none;
    }

    .gnavi_bottom-menu_inner span.toggle_btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #EDF8F5;
        display: block;
        width: 28px;
        height: 28px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 50%;
    }
    .gnavi_bottom-menu_inner span.toggle_btn:before,
    .gnavi_bottom-menu_inner span.toggle_btn:after {
        display: block;
        content: '';
        background-color: #0A8664;
        position: absolute;
        width: 12px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .gnavi_bottom-menu_inner span.toggle_btn:before {
        width: 2px;
        height: 12px;
    }
    .gnavi_bottom-menu_inner span.toggle_btn:after {
        bottom: auto;
    }
    .gnavi_item .corporation .gnavi_link-items ,
    .gnavi_item .store .gnavi_link-items {
        height: 0;
        overflow: hidden;
    }

    .gnavi_item .lock .gnavi_link-items ,
    .gnavi_item .store .gnavi_link-items {
        height: 0;
        overflow: hidden;
    }

    /*開閉時*/
    .gnavi_item .toggle:checked + .Label + .gnavi_link-items {
        height: auto;
        transition: all 0;
        margin: 0 -5.33vw 0 -5.33vw;
    }
    .gnavi_item .toggle:checked + .Label + .gnavi_link-items a:before {
        right: 20px;
    }
    .gnavi_item .toggle:checked + .Label > .gnavi_link-title > .toggle_btn::before {
        display:none;
    }

    .gnavi_item .gnavi_link-items li a{
        position: relative;
    }
    .gnavi_item .gnavi_link-items li a::after{
        position: absolute;
        content: '';
        display: block;
        left: 5%;
        bottom: 0;
        border-bottom: 1px solid #fff;
        width: 90%;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li a{
        border-bottom: none;
    }

    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan {
        display: block;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan {
        display: block;
        position: relative;
        padding-left: 11.733vw;
        font-size: 4.267vw;
        padding:4.8vw 0 4.8vw 11.733vw;
        border-bottom: 1px solid #DDDDDD;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan::before {
        background: url(/top_assets/img/icon_loan.png) no-repeat center/cover;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 8.533vw;
        height: 8.533vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan a::before{
        content: "";
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
        width: 4.267vw;
        height: 4.267vw;
    }

}

/*---------------------------------*/

.fix_header{
    position: fixed;
    top: -100vw;
    left: 0;
    right: 0;
    transition: 0.5s;
    background: #ffffff;
    z-index: 11;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.fix_header.act{
    display: none;
}
@media screen and (max-width:640px) {
    .fix_header.act{
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
    }
}

/*------------------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------------------*/
footer{
    min-width: 1000px;
}

.footer_link-list{
    background: #3f3f3f;
}

.footer_inner{
    margin: 0 auto;
    padding: 48px 8px;
}


.footer_link-list .link-list_contents{
    display: flex;
    justify-content: center;
}

.footer_link-list .footer_content-left{
    width: 360px;
}
.footer_link-list .footer_content-left .logo_top{
    line-height: 1;
}
.footer_link-list .footer_content-left .logo_top img{
    width: 128px;
}
.footer_link-list .footer_items{
    display: flex;
    flex-direction: column;
}
.footer_link-list .footer_items li{
    line-height: 1.3;
}
.footer_link-list .footer_content-left .footer_items{
    margin-top: 30px;
}
.footer_link-list .footer_content-left .footer_items li+li{
    margin-top: 17px;
}
.footer_link-list .footer_content-right .footer_items li+li{
    margin-top: 19px;
}
.footer_link-list .footer_content-right .footer_items li:nth-child(6) {
    margin-top: 22px;
}
.footer_link-list .footer_content-left .footer_items li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.footer_link-list .footer_content-left .footer_items li a:hover{
    text-decoration: underline;
}
.footer_link-list .footer_content-right .footer_content_wrap{
    display: flex;
    justify-content: space-between;
    width: 488px;
}
.footer_link-list .footer_content-right .footer_items.left{
    width: 158px;
}
.footer_link-list .footer_content-right .footer_items.right{
    width: 267px
}
.footer_link-list .footer_content-right .footer_items li a{
    font-size: 12px;
    display: block;
    color: #DDDDDD;
    text-decoration: none;
}
.footer_link-list .footer_content-right .footer_items li a:hover{
    text-decoration: underline;
}

.footer_content-sns{
    width: 267px;
    margin-top: 7px;
    float: right;
}
.footer_content-sns{
    color: #DDDDDD;
    font-size: 12px;
}
.footer_content-sns .sns-links{
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content-sns a{
    width: 40px;
    transition: 0.2s;
    opacity: 1;
}
.footer_content-sns a:hover{
    opacity: 0.7;
}
.footer_content-sns img{
    width: 32px;
    height: auto;
}
.footer_group_link-contents .footer_inner{
    max-width: 850px;
}
.footer_group_link{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
}
.footer_group_link ul{
    width: calc(100% + 50px);
    font-size: 0;
}
.footer_group_link ul li{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 40px;
    min-width: 100px;
}
.footer_group_link img{
    display: block;
}


.footer_inner ul.text-link li{
    display: inline-block;
    padding-right: 20px;
}
.footer_inner ul.text-link li a{
    font-size: 14px;
    color: #0370c5;
    white-space: nowrap;
}
.privacymark{
    margin-top: 0px;
}
.privacymark img{
    width: 52px;
    height: 53px;
}
.footer_copy{
    border-top: 1px solid #DDDDDD;
    padding: 29px 0 31px;
    text-align: center;
}
.footer_copy #copyArea{
    font-size: 10px;
    color: #000000;
    line-height: 1.4;
}
.footer_fixed_navi{
    display: none;
}
.sns-links-title{
    text-align: center;
    margin-top: 40px;
}
.sns-links-title a{
    color: #DDDDDD;
    text-decoration: none;
    transition: none;
    opacity: inherit;
}
.sns-links-title a:hover{
    text-decoration: underline;
}

@media screen and (max-width:640px) {
    footer{
        min-width: auto;
        width: 100%;
        margin-bottom: 22.4vw;
    }
    .footer_inner{
        width: 100%;
        padding: 12.8vw 12.0vw 15.2vw;
    }
    .footer_link-list .link-list_contents{
        flex-direction: column;
    }
    .footer_link-list .footer_content-right{
        margin-top: 10.133vw;
    }
    .footer_link-list .footer_content-right .footer_content_wrap{
        width: 100%;
        flex-direction: column;
    }
    .footer_link-list .footer_content-right .footer_items.left{
        width: 100%;
    }
    .footer_link-list .footer_content-right .footer_items.right{
        width: 100%;
        margin-top: 4.533vw;
    }
    .footer_link-list .footer_content-right .footer_items li+li{
        margin-top: 4.533vw;
    }
    .footer_link-list .footer_content-right .footer_items li a{
        font-size: 3.2vw;
    }
    .footer_link-list .footer_content-left{
        width: 100%;
    }
    .footer_link-list .footer_content-left .footer_items{
        margin-top: 10.13vw;
        flex-direction: row;
        flex-wrap: wrap;
        white-space: nowrap;
    }
    .footer_link-list .footer_content-left .footer_items li+li{
        margin-top: 0;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(2){
        margin-left: 24.866vw;
        margin-right: 12.333vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(4){
        margin-left: 24.667vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(5){
        margin-right: 20vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(7){
        margin-left: 24.667vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(n+3){
        margin-top: 6.667vw;
    }
    .footer_link-list .footer_content-left .footer_items li a{
        font-size: 3.73vw;
    }
    .footer_link-list .footer_content-left .logo_top img{
        width: 35.2vw;
    }
    .footer_link-list .footer_items li{
        flex-direction: row;
    }
    .footer_group_link-contents .footer_inner{
        width: 100%;
        margin: 0;
        padding: 12.0vw 5.333vw 9.333vw;
    }
    .footer_group_link{
        flex-direction: column;
    }
    .footer_group_link ul{
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 8.0vw;
    }
    .footer_group_link ul li{
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-left: 0;
    }
    .footer_group_link ul li:nth-child(2n){
        margin-left: 3.2vw;
    }
    .footer_group_link ul li:nth-child(n+3){
        margin-top: 5.333vw;
    }
    .footer_group_link img{
        height: auto !important;
    }
    .footer_group_link .logo_01 img{
        width: 50.133vw;
    }
    .footer_group_link .logo_02 img{
        width: 27.2vw;
    }
    .footer_group_link .logo_03 img{
        width: 29.6vw;
    }
    .footer_group_link .logo_04 img{
        width: 50.667vw;
    }
    .footer_group_link .logo_05 img{
        width: 30.667vw;
    }
    .footer_group_link .logo_06 img{
        width: 46.667vw;
    }
    .footer_group_link .logo_07 img{
        width: 30.667vw;
    }
    .footer_group_link .logo_08 img{
        width: 48.733vw;
    }
    .footer_group_link .logo_09 img{
        width: 50.933vw;
    }
    .footer_inner ul.text-link li{
        padding-right: 0;
    }
    .footer_inner ul.text-link li + li{
        margin-left: 1.6vw;
    }
    .footer_inner ul.text-link li a{
        font-size: 3.2vw;
        padding-right: calc(1.6vw + 1em);
    }
    .footer_content-sns{
        float :none;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 3.2vw;
        flex-direction: column;
        text-align: center;
    }

    .footer_content-sns img{
        width: 9.6vw;
    }
    .footer_copy{
        padding: 4.8vw;
    }
    .footer_copy #copyArea{
        font-size: 2.667vw;
    }
    .footer_fixed_navi{
        display: block;
        height: 22.4vw;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
    }
    .footer_fixed_navi .footer_fixed_navi-items{
        display: flex;
        width: 100%;
        height: 100%;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
        font-size: 2.667vw;
        color: #999999;
        position: relative;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item::before{
        content: "";
        position: absolute;
        width: 6.4vw;
        height: 6.4vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 1.6vw;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.join::before{
        background: url(/top_assets/img/icon_footer_fixed_join.png) no-repeat center/cover;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.reason::before{
        background: url(/top_assets/img/icon_footer_fixed_reason.png) no-repeat center/cover;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.campaign::before{
        background: url(/top_assets/img/icon_footer_fixed_campaign.png) no-repeat center/cover;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.support::before{
        background: url(/top_assets/img/icon_footer_fixed_support.png) no-repeat center/cover;
    }
    .privacymark{
        margin-top: 0vw;
    padding-bottom: 7vw;
        position: relative;
        text-align: right;
    }
    .privacymark a{
        position: absolute;
        top: -6vw;
        left: 0vw;
        display: block;
    }
    .privacymark img{
        width: 8.0vw;
    }
}



/*---------------------------------*/

.pageTop{
    background: #246852;
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 100px;
    margin-left: 440px;
    color: rgba(0,0,0,0);
    opacity: 0;
    transition: 0.2s;
}
.pageTop.on{
    opacity: 0.8;
}

.pageTop:before{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -8px;
}
.pageTop:after{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: #246852;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 1px;
    margin-left: -8px;
}

.pageTop.on:hover{
    opacity: 0.6;
}
@media screen and (max-width:640px) {
    .pageTop{
        right: 0;
    }
}

/*note*/
.section_create-card ul.note {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 1;
    
}
.section_create-card ul.note li {
    width: 100%;
    margin-top: 5px;
}
.slick-prev, .slick-next {
    color :#333333;
}

/* よくあるご質問 */
.faqList{
    margin: 10px 0 10px;
    vertical-align: bottom;
}

p.btn {
  cursor: pointer;
}

.gnavi_mouseoverBlock {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 99;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  top: 100%;
}

.gnavi_mouseoverBlock.is-activePcMenu {
  opacity: 1;
}

.gnavi_mouseoverBlock.js-pcBlock {
  display: block;
}

.gnavi_mouseoverBlock .gnavi_moInner {
  background-color: white;
  position: relative;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dflex .colItem {
  text-align: center;
}

.dflex .colItem .title {
  display: inline-block;
  text-align: center;
  color: #0A8664;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.dflex .colItem.webvpass .title {
    margin-bottom: 28px;
}


.dflex .colItem .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.dflex .colItem .txtlink {
  text-decoration: none;
  color: black;
  position: relative;
  padding-right: 18px;
  margin-top: 24px;
  display: inline-block;
  font-weight: bold;
}

.dflex .colItem .txtlink:hover {
  opacity: .4;
}

.dflex .colItem .txtlink:not([target="_blank"])::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: solid 2px #0A8664;
  border-right: solid 2px #0A8664;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dflex .colItem .txtlink[target="_blank"] {
  padding-right: 28px;
}

.dflex .colItem .txtlink[target="_blank"]::after {
  width: 14px;
  height: 14px;
  background: url(/top_assets/img/icon_link_blank_g.png) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.webvpass {
  padding: 35px 100px 45px;
}

.webvpass .title::before {
  background-image: url(/top_assets/img/icon_web_vpass.svg);
}

.webvpass .loginbtn {
  background-color: #0A8664;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  padding: 18px 0;
  width: 320px;
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.webvpass .loginbtn span {
  position: relative;
  z-index: 2;
}

.webvpass .loginbtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  background: #0A8664;
}

.webvpass .loginbtn:hover::before {
  width: 100%;
  background: #246852;
}

.appvpass {
  padding: 35px 0;
}

.appvpass .title::before {
  background-image: url(/top_assets/img/icon_app_vpass.svg);
}

.appvpass .lead {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.appvpass .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.appvpass .col::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ccc;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.appvpass .col .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
.appvpass .col .item:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    margin-left: 10px;
}

.appvpass .col .item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    margin-right: 10px;
}
.appvpass .col .item p {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 20px;
  text-align: left;
}

.appvpass .col .item img {
  display: block;
}

.appvpass .note-lists{
    text-align: left;
}
.appvpass .note-lists li{
    font-size: 10px !important;
    line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  #smbcLine {
    position: relative;
    z-index: 12;
  }
  .header_inner {
    z-index: 12;
  }
  .gnavi_mouseoverBlock {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 11;
  }
  .gnavi_mouseoverBlock.is-activeSpMenu {
    opacity: 1;
  }
  .gnavi_mouseoverBlock.js-spBlock {
    display: block;
  }
  .gnavi_mouseoverBlock .gnavi_moInner {
    text-align: center;
    height: 100vh;
    padding-top: calc(65px + 12.8vw);
    overflow: auto;
  }
  .fix_header.is-activeSpMenu {
    top: 0px;
    z-index: 12;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .fix_header.is-activeSpMenu + .gnavi_mouseoverBlock .gnavi_moInner {
    padding-top: 12.8vw;
  }
  .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.3vw;
  }
  .dflex > .colItem {
    border-bottom: 1px solid #ccc;
  }
  .dflex > .colItem .title {
    padding-right: 15px;
  }
  .dflex > .colItem.webvpass .title {
      margin-bottom: 20px;
  }
  .dflex .colItem .txtlink {
      margin-right: 8px;
  }
  
  .webvpass {
    padding: 35px 0 30px;
  }
  .webvpass .loginbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 420px;
  }
  .appvpass {
    padding: 30px 0;
  }
  .appvpass .lead {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  .appvpass .col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .appvpass .col::before {
    content: none;
  }
  .appvpass .col .colItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
  }
  .appvpass .col .colItem:first-child {
    width: 145px;
  }
  .appvpass .col .colItem:last-child {
    margin-right: -3.3vw;
  }
  .appvpass .col .colItem img {
    width: 100%;
    display: block;
  }
  .vplogin_closeBtn {
    color: #999999;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 90px;
    line-height: 1.4;
    display: inline-block;
    cursor: pointer;
  }
  .vplogin_closeBtn:hover {
    opacity: .7;
  }
  .vplogin_closeBtn span {
    position: relative;
    padding-left: 20px;
  }
  .vplogin_closeBtn span::before {
    content: "×";
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
    _:lang(x)+_:-webkit-full-screen-document, .vplogin_closeBtn {
        margin-bottom: 180px;
    }
}



