/* お問い合わせボタン */
a.btn--green {
    color: #fff;
    background-color: #094;
}

a.btn--green:hover {
    color: #fff;
    background: #00a349;
}

a.btn--green.btn--cubic {
    border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #00662d;
}

a.btn-c {
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
    border-radius: 100vh;
}

a.btn-c i.fa {
    margin-right: 1rem;
}

.contact-box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}

.contact_page {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.contact-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 24px 0 8px 0;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .contact-box {
        max-width: 95vw;
    }
}
@media screen and (max-width: 600px) {
    .contact-box {
        max-width: 95vw;
    }
    a.btn-c {
        font-size: 1.1rem;
        padding: 0.7rem 1rem 0.7rem 1rem;
    }
    a.btn-c i.fa {
        margin-right: 0.6rem;
    }
}