@charset "UTF-8";
/* CSS Document */


/*att_text*/
.close_box{
    border: 2px solid #fff;
    background: rgba(255,0,0,1);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    max-width: 800px;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    display: block;
}

#entry ul,
#entry2 ul,
.application_box .flow div:first-child ul li:last-child{
    position: relative;
    
}

#entry ul::after,
#entry2 ul::after{
    content: 'キャンペーンは終了いたしました。';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 20px 1em;
    width: 80%;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.application_box .flow div:first-child ul li:last-child::after{
    content: 'キャンペーンは終了いたしました。';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 40px 0.5em;
    width: 90%;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.entry_box ul li a,
.application_box .flow div:first-child ul li:last-child a{
    pointer-events: none;
}


@media screen and (max-width:767px){
    .close_box{
        font-size: 16px;
        margin: 10px 1em;
    }
    
    #entry ul::after,
    #entry2 ul::after {
        content: 'キャンペーンは\A終了いたしました。';
        white-space: pre;
        padding: 0 1em;
        height: 80%;
        align-content: center;
        font-size: 16px;
    }
    
    .application_box .flow div:first-child ul li:last-child::after {
        content: 'キャンペーンは\A終了いたしました。';
        white-space: pre;
/*        padding: 0 1em;*/
/*        height: 80%;*/
        align-content: center;
        font-size: 16px;
        margin-top: 13px;
    }
}

}

