@charset "utf-8";
/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px){

}

@media screen and (max-width: 768px){

    /* ヘッダ
    ------------------------------------- */
    #header{
        height: 40.1vw;
        width: 100vw;
    }

    #header a img{
        position: absolute;
        width: 31.51vw;
        top: 4.56vw;
        left: 4.82vw;
    }

    #header h1{
        text-align: center;
        padding-top: 16.83vw;
    }

    #header h1 span{
        font-size: 6.77vw;
        border-bottom: solid 0.78vw #78BEFF;
        padding-left: 1.3vw;
        padding-right: 1.3vw;  
    }

    p.msg{
        margin: 6.51vw 6.11vw;
        text-align: left;
        font-size: 3.7vw;
        font-weight: 500;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .boxCaution{
        width: 91.15vw;
        margin: 0 auto 6.5vw;
        padding: 4.7vw;
    }

    .boxCaution p{
        padding: 0.2vw 2.6vw;
        font-size: 3.39vw;
    }

    .boxCaution ul{
        font-size: 3.52vw;
        line-height: 1.41;
        margin: 0 3.5vw 4.7vw 0;
    }

    .boxCaution ul li{
        position: relative;
        margin-top: 5vw;
    }

    .boxCaution ul li::before{
        position: absolute;
        content: "■";
        top: 0;
        left: -4.0vw;
    }

    a p.btnGo{
        display: block;
        background: #FC7600 url("../img/btnStartSp.png") no-repeat;
        background-size: 86.98vw 16.93vw;
        border-radius: 1.56vw;
        width: 86.98vw;
        height: 16.93vw;
        margin: 0 auto 13.02vw;
    }

    #footer{
        font-size: 2.86vw;
    }
}