#footer .footerLink a:nth-child(3){
    display: none;
}
h3{
    font-size: 40px; 
    margin: auto; 
    text-align: center;
    font-weight: 900;
}
h4{
    font-size: 18px; 
    margin:auto; 
    text-align: center; 
    font-weight: normal;
}
.pc_box{
    display: block;
    width: 500px;
    padding: 0;
    text-align: center;
    position: relative;
    margin: -150px auto 80px auto;
}
.pc_box img{
    display: block;
    margin: auto;
    padding: 0;
    width: 100%;
}
.sp_box{
    display: none;
}
.m_bottom_20{
    margin-bottom: 20px !important;
}
.m_bottom_30{
    margin-bottom: 30px !important;
}
.qr-code{
    width: 240px; 
    margin: 20px auto 10px auto;
}
.txt_content{
    display: block;
    margin:auto;
    position: relative;
    width: 100%;
}
.txt_content a{
    height: 80px;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
}
.txt_content a:hover{
    width: 100%;
    background-color: #fff;
    opacity: .15;
}
.txt_content a:hover{ 
    color: #333;
}
#main_pict{
    margin-bottom: 0;
}
#entry_button_area, #guide_link, #cancel_button_area, #confirm_button_area{
    min-width: auto;
}
#footerIN {
    width: auto;
    max-width: 980px;
}
#an_headerIN, #testmodeIN, #adult_headerIN{
    width: auto;
    max-width: 940px;
}
img.access{
    margin: 60px auto 30px auto !important;
    width: 70%;
    display: none !important;
}
.sms_cvs_title img{
    margin: auto auto 8vw auto;
    padding: 0;
    display: block;
    width: 80%;
}
.sms_cvs_button a img{
    margin: auto;
    padding: 0;
    display: block;
    width: 84%;
    border:1px solid #000;
    border-radius: 2vw;
    box-shadow: 2px 2px 0 0 #000;
}
@media screen and (max-width: 800px) {
    .pc_box{
        display: none;
    }
    .sp_box{
        display: block;
        margin:0 -28px;
    }
    .sp_box img{
        display: block;
        margin: auto;
        padding: 0;
        width: 100%;
    }
    .txt_content{
        max-width: 90%;
        margin:auto auto 20px auto;
        font-size: 2.6vw;
    }
    .txt_content span{
        display: block;
        font-weight: bold;
        font-size: 110%;
    }
    
    #main_pict{
        padding-bottom: 0 !important;
        display: _none;
    }
    
    
    .sms_cvs_content{
        text-align: center; 
        padding:5px 10px 30px 10px;
    }
    .sms_cvs_content div{
        position: relative; 
        display: block; 
        margin-bottom: 12px;
    }
    .sms_cvs_content input[type=radio]{ 
        position: absolute; 
        top: 0; 
        left: 0; 
        opacity: 0; 
        width: 100%; 
        height: 100%; 
        padding: 0; 
        cursor: pointer;
    }
    .sms_cvs_content label{ 
        box-sizing: border-box; 
        -webkit-transition: background-color 0.2s linear; 
        transition: background-color 0.2s linear; 
        position: relative; 
        display: block; 
        margin: 0 20px; 
        padding: 15px 15px 15px 22px; 
        border-radius: 8px; 
        background-color:#fff; 
        vertical-align: middle; 
        cursor: pointer; 
        border: 2px solid #111;
        font-family: system-ui;
        font-weight: bold;
        font-size: 4vw;
    }
    .sms_cvs_content label:after { 
        -webkit-transition: border-color 0.2s linear; 
        transition: border-color 0.2s linear; 
        position: absolute; 
        top: 50%; 
        left: 15px; 
        display: block; 
        margin-top: -10px; 
        width: 16px; 
        height: 16px; 
        border: 2px solid #111; 
        border-radius: 6px; 
        content: '';
    }
    .sms_cvs_content label:before { 
        -webkit-transition: opacity 0.2s linear; 
        transition: opacity 0.2s linear; 
        position: absolute; 
        top: 50%; 
        left: 20px; 
        display: block; 
        margin-top: -5px; 
        width: 10px; 
        height: 10px; 
        border-radius: 50%; 
        background-color: #000; 
        content: ''; 
        opacity: 0;
    }
    .sms_cvs_content input[type=radio]:checked + label {
        background-color: #f5edd5;
    }
    .sms_cvs_content input[type=radio]:checked + label::before { 
        opacity: 1;
    }
    .sms_cvs_content input[type=radio]:checked + label:after { 
        border-color: #852114;
    }



    .sms_cvs_content .open3 input[type=radio],
    .sms_cvs_content .open4 input[type=radio]{ 
        position: absolute; 
        top: 0; 
        left: 0; 
        opacity: 0; 
        width: 100%; 
        height: 100%; 
        padding: 0; 
        cursor: pointer;
    }
    .sms_cvs_content .open3 label,
    .sms_cvs_content .open4 label{ 
        box-sizing: border-box; 
        -webkit-transition: background-color 0.2s linear; 
        transition: background-color 0.2s linear; 
        position: relative; 
        display: block; 
        margin: 0 20px; 
        padding: 15px 15px 15px 42px; 
        border-radius: 8px; 
        background-color:#eee; 
        vertical-align: middle; 
        cursor: pointer; 
        border: 2px solid #666;
        pointer-events: none !important;
        cursor: default !important;
        color: #999;
    }
    .sms_cvs_content .open3 label:after,
    .sms_cvs_content .open4 label:after { 
        border: 2px solid #ccc; 
    }
    .sms_cvs_content .open3 label:before,
    .sms_cvs_content .open4 label:before { 
        background-color: #ccc;
    }
    .sms_cvs_content .open3 input[type=radio]:checked + label,
    .sms_cvs_content .open4 input[type=radio]:checked + label {
        background-color: #ccc;
    }
    .sms_cvs_content .open3 input[type=radio]:checked + label::before,
    .sms_cvs_content .open4 input[type=radio]:checked + label::before { 
        opacity: 1;
    }
    .sms_cvs_content .open3 input[type=radio]:checked + label:after,
    .sms_cvs_content .open4 input[type=radio]:checked + label:after { 
        border-color: #ccc;
    }

    .open3_open_bk, .open4_open_bk,.open3,.open4{
        display: none !important;
    }
    .sms_cvs_button{
        text-align: center; 
        margin: auto auto 60px auto;
    }
    .social_link{
        width: 90%; 
        margin: 0 auto 20px auto;
    }
    .note_agree_social{
        line-height: 1.3; 
        padding: 0 15px;
    }
    pre{
        padding:0 5vw;
    }
    .guide{
        /*padding:0 0 15px 0;*/
    }
    .text_red{
        color: red;
        margin-top: 15px;
        display: block;
    }
    .sms_cvs_content{
        display: block;
    }
    /*
    .sms_cvs_content div:nth-child(3){
        display: none !important;
    }
    
    .sms_cvs_content div:nth-child(4){}
    .sms_cvs_content div:nth-child(5){}
    .sms_cvs_content div:nth-child(6){
        display: none;
    }
    .sms_cvs_content div:nth-child(7){}
    .sms_cvs_content div:nth-child(8){}
    */
    .sms_cvs_content{
        display: grid;
    }
    .sms_cvs_content div{
        display: block;
        width: 100%;
        text-align: left;
        text-indent: 7vw;
    }
    
    .sms_cvs_title{
        display: block;
        margin: auto auto 5vw auto;
        text-align: center;
        font-size: 6.0vw;
        width: 90%;
        font-family: _auto;
    }
    .sms_cvs_button a{
        display: block;
        background-color: #fe8a01;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        padding: 3vw 0;
        font-size: 6vw;
        font-weight: bold;
        line-height: 1;
        border-radius: 2vw;
        border: 0 solid #00bed4;
        box-shadow: 0px 0px 0 0 #7fa0a4;
        font-family: _auto;
    }
    .sms_cvs_btn{
        margin: -180% auto 170% auto;
        text-align: center;
        height: auto;
        width: 82%;
        position: relative;
        background-color: #fff;
        height: 14vw;
    }
    .sms_cvs_btn a{
        display: block;
        height: auto;
    }
    

    .sms_cvs_btn a{
        font-size: 6vw;
        box-shadow: inset 0px 10.5vw 0px -5vw #fe8a01;
        background: linear-gradient(to bottom, #e68000 5%, #e68000 100%);
        background-color: #e68000;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        border-radius: 5px;
        display: block;
        padding: 3vw 0;
        line-height: 1;
        _font-family: serif;  
        font-weight: bold; 
        margin:0 auto;
        width: 100%;
    }
    .sms_cvs_btn a span{
        display: inline-flex;
        float: right;
        padding-right: 0;
        position: absolute;
        width: 5vw;
        /* background-color: red; */
        right: 6%;
        font-size: 8vw;
        line-height: 1;
        margin-top: -2.2vw;
    }
}


@media screen and (max-width: 430px) {
    .sms_cvs_btn {
        _margin-top: 61%;
    }
}


@media screen and (max-width: 390px) {
    .sms_cvs_btn {
        _margin-top: 62%;
    }
}

@media screen and (max-width: 375px) {
    .sms_cvs_btn {
        _margin-top: 76%;
    }
}


