@charset "utf-8";
/* ●mv***********************************************************************/
section#submv{
    width: 100%;
    height: 30vh;
    min-height: 400px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background: url("../img/point_box3_pic01.jpg") no-repeat center;
    background-size: cover;
}
section#submv::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}
    section#submv h2{
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2;
        color: #fff;
        text-shadow: 0 2px 0px rgba(0,0,0,1);
        font-size: 2.8rem;
}
/* ●thanks***********************************************************************/
section#thanks{
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
    section#thanks h2{
    }
        section#thanks p{
        }
@media screen and (max-width: 599px) {
/* ●mv **********************************/
section#submv{
    height: 50vh;
    min-height: 300px;
    max-height: 400px;
}
section#submv::after{
}
    section#submv h2{
        font-size: 2.2rem;
}
/* ●thanks***********************************************************************/
}