@charset "utf-8";


/*===============init================*/
*, *::before, *::after { box-sizing:border-box; }
h1, h2, h3, p, ul, ol,dl,dt,dd { margin:0; padding:0; }
ul, ol { list-style:none; }
em { font-weight:bold ; font-style:normal; }
img { vertical-align:bottom; }
a { text-decoration:none; transition:all .2s; }
a:hover { opacity:.6; }

/*===============module================*/
.change_pc { display:block; }
.change_sp { display:none; }

.cont_inner {
    width: 750px;
    margin: 0 auto;
}
img {width: 100%; image-rendering: crisp-edges;}
p, div {position: relative;}

.cont_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.btn_01_inner,.btn_02_inner {
    position: relative;
}
.btn_01 {
    position: absolute;
    z-index: 10;
    bottom: 28%;
    left: 23%;
    width: 54%;
}
.btn_02 {
    position: absolute;
    z-index: 10;
    bottom: 16%;
    left: 23%;
    width: 54%;
}
.btn_03 {
    position: absolute;
    z-index: 10;
    bottom: 6%;
    left: 23%;
    width: 54%;
}
@media all and (max-width: 850px) {
    .change_pc { display:none; }
    .change_sp { display:block; }
    .cont_inner {
        width: 100%;
    }
    .btn_01 {
        bottom: 48%;
        left: 5%;
        width: 90%;
    }
    .btn_02 {
        bottom: 23%;
        left: 5%;
        width: 90%;
    }
    .btn_03 {
        bottom: 10%;
        left: 5%;
        width: 90%;
    }
}