main.p-top {
    background: #fff url(../images/bg_02.png) repeat-y center top;
}

h1.c-hdg1 {
    background: url(../images/bg_01.png) center / cover;
}

a.c-btn1 {
    background-color: #006837;
    box-shadow: 0 6px #004525;
}

h2.c-hdg2 {
    background: none;
}

h2.c-hdg8 {
    color: #eb490b;
}

.p-top5 .c-text4 {
    margin-bottom: 40px;
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    a.c-btn1 {
        box-shadow: 0 3px #004525;
    }

    .p-top5 .c-text4 {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}
