.box {
    background-color: transparent;
}

.img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    color: #fff;
    content: "このセミナーは\a終了いたしました";
    white-space: pre;
    text-align: center;
    font-size: 2.2rem;
    z-index: 2;
}
section:after {
    display: block;
    margin-bottom: 10px;
    content: "※このセミナーは終了いたしました。";
    color: #F2637E;
    text-align: center;
    padding: 1em;

}
.button1{
 display:none;
}
