#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: -160px auto 100px auto;
    height: 50px;
}
.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;
    height: 50px;
    width: 100%;
}
.txt_content a{
    height: 50px;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
}
.txt_content a:hover{
    height: 50px;
    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: 767px) {
    .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%;
    }
    .sms_cvs_btn{
        margin: -195% auto 170% auto;
        text-align: center;
        height: 23vw;
        width: 90%;
        position: relative;
    }
    .sms_cvs_btn a{
        display: block;
        height: 23vw;
    }
    #main_pict{
        padding-bottom: 0 !important;
    }
    
    .sms_cvs_title{
        display: block;
        margin: auto auto 5vw auto;
        text-align: center;
        font-size: 5.2vw;
        width: 80%;
    }
    .sms_cvs_button a{
        display: block;
        background-color: #d70000;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        padding: 3vw 0;
        font-size: 7vw;
        font-weight: bold;
        line-height: 1;
        border-radius: 2vw;
        border: 1px solid #000;
        box-shadow: 3px 3px 0 0 #666;
    }
    .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;
    }
    
}






