@charset "UTF-8";
/* CSS Document */
.box2 {
    text-indent: 9.3em; /* インデントを追加 */
}
.time-period {
    display: inline-block;
}
.main_cont {
    margin: 15px auto 0;
}


@media screen and (max-width: 750px) {
    .box2 {
       display: none;
    }
    .wid_1 {
        width: calc(100% - 20px);
    }
    .wid_1_spfull {
        width: 100%;
    }
}

.notice2 {
    position:relative;
}
.notice2  p {
    position:absolute;
     top: 50px;
    left:0px;
    color:rgb(255, 0, 0);
    font-weight:600;
}
@media screen and (max-width: 750px) {
    .notice2  p {
        position:absolute;
        bottom: -15px;
        left:0px;
        top:unset;
    }
}
