
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    background-color: hsl(0, 0%, 96%);
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0;
}

.h-logo {
    position: absolute;
    width: 25.641vw;
    padding: 20px 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
}

.mv,
.cta_1,
.cta_2,
.sec6 {
    position: relative;
}

.form_btn a:hover {
    opacity: .8;
}

.form_btn {
    position: absolute;
    bottom: 10.256vw;
    width: 80.769vw;
    left: 50%;
    transform: translate(-50%, 0);
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
    display: inline-block;
    overflow: hidden;
}

.form_btn.cta1 {
    bottom: 5.128vw;
}

.form_btn.cta2 {
    bottom: 6.928vw;
}

footer.site-footer {
    background: #f8f4e9;
    padding: 40px 0;
    text-align: center;
}

.f-box {
    width: 85%;
    border-bottom: solid 1px;
    margin: auto;
    padding-bottom: 20px;
}

.footer_logo {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 69%;
}

a.f-link {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

@media screen and (min-width: 600px) {

    .form_btn {
        position: absolute;
        max-width: 450px;
        bottom: 70px;
        left: 50%;
        transform: translate(-50%, 0);
        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
        display: inline-block;
        overflow: hidden;
    }

    .form_btn.cta1 {
        bottom: 20px;
    }

    .form_btn.cta2 {
        bottom: 50px;
    }

}