/*閉鎖*/

#endbox{
    background: #FEF388;
    padding: 50px 0;
}

#endbox .endbox_inner {
    background: #FEE7E5;
    color: #FC432F;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 1em;
    border: 3px solid #FC432F;
    border-radius: 10px;
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.entry_box ul li a,
.application_box ul.step1 li:last-child div a{
    pointer-events: none;
    box-shadow: none!important;
    background: #ccc!important;
    opacity: 0.5;
}

.application_box ul.step1 li:last-child div a

.entry_box ul li a::after,
.application_box ul.step1 li:last-child div a::after{
    filter: grayscale(100%);
}

/*
#bottom_box .bottom_box_inner_2{
    border-top: 0px;
    margin-top: 0;
    padding-top: 0;
}
*/


/*

.entry_box ul,
.application_box ul.step1 li{
    position: relative;
}

.entry_box ul li a,
.application_box ul.step1 li a{
    pointer-events: none;
    opacity: 0.4;
}

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

.application_box ul.step1 li:last-child::after {
    content: 'キャンペーンは終了いたしました。';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 0 1em;
    height: 70%;
    align-content: center;
    width: 80%;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 10px;
}
*/

@media screen and (max-width:767px){
    #endbox{
        padding: 30px 0;
    }
    #endbox .endbox_inner {
        font-size: 16px;
        padding: 10px 1em;
/*        margin: 10px auto auto auto;*/
    }
    
/*
    .entry_box ul::after {
        content: 'キャンペーンは\A終了いたしました。';
        white-space: pre;
        padding: 0 1em;
        height: 80%;
        align-content: center;
        font-size: 16px;
    }
    
    .application_box ul.step1 li:last-child::after {
        content: 'キャンペーンは\A終了いたしました。';
        white-space: pre;
        left: 50%;
        width: 80%;
    }
*/
}