@charset "utl-8";

body,p,img{
    padding: 0;
    margin: 0;
}

img{
    vertical-align: bottom;
    max-width: 100%;
}

body{
    width: 100%;
    background-color: #fff;
}

.all{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.cta{position: relative;}

.cta a img{
    position: absolute;
    bottom: 11.5%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 82%;
}

.point_btn{position: relative;}

.point_btn a img{
    position: absolute;
    bottom: 0.7%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 82%;
}

.cta a img:hover{
    opacity: 0.8;
}

.point_btn a img:hover{
    opacity: 0.8;
}