
/* PC用スタイル */
@media screen and (max-width: 1280px) {
    .purchase_btn {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px 0;
    }
}


/* タブレット用スタイル */
@media screen and (max-width: 959px) {

    .head_btn.sp {
        display: inline;
    }

    .head_btn.pc {
        display: none;
    }

    .register_btn {
        width: 400px;
    }
    
    .faq_btn {
        width: 300px;
    }

    .img_bg3 {
        width: 100%!important;
        margin-top: 50px!important;
    }

    .img_bg4 {
        width: 100%!important;
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }

    .img_bg5 {
        width: 100%!important;
    }
    
    .img_q1 {
        width: 100%!important;
    }
    
    .img_q2 {
        width: 100%!important;
    }

    .purchase_btn {
        width: 400px;
        position: relative;
        top: 0;
        left: 0;
        margin: 10px 0;
    }

    footer {
        font-size: 13px;
        padding: 50px 20px;
    }
}

/* スマホ用スタイル */
@media screen and (max-width: 480px) {

    .head_btn.sp {
        display: inline;
    }

    .head_btn.sp a {
        font-size: 20px;
    }


    .head_btn.pc {
        display: none;
    }

    .register_btn {
        width: 250px;
    }

    .faq_btn {
        width: 150px;
    }

    .img_bg3 {
        width: 100%!important;
        margin-top: 50px!important;        
    }

    .img_bg4 {
        width: 100%!important;
        margin-top: 50px!important;
        margin-bottom: 50px!important;    
    }

    .img_bg5 {
        width: 100%!important;
    }
    
    .img_q1 {
        width: 100%!important;
    }
    
    .img_q2 {
        width: 100%!important;
    }

    .purchase_btn {
        width: 250px;
        position: relative;
        top: 0;
        left: 0;
        margin: 10px 0;
    }

    footer {
        font-size: 10px;
        padding: 50px 10px;
    }
}
