@charset "utf-8";

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

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

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

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

/* ボタンエリア */
.cta-1 {
    text-align: center;
    margin: 0;
    padding: 25px 0 35px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.cta-1 a {
    display: inline-block;
    width: 93.3%;
    max-width: 700px;
    position: static;
}

.cta-1 a img {
    display: block;
    width: 100%;
    transform-origin: center;
}

.btn1 {
    top: auto;
}