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

.c-hdg2 {
    background-color: #e10319;
    color: #fff;
}

.c-hdg8 {
    color: #a88916;
}

.p-top2 {
    text-align: center;
}

.c-btn1 {
    background: #fddf50 url(../images/bg_03.png) center/cover;
    width: 600px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.c-btn1.red {
    background: red url(../images/bg_03.png) center/cover;
    box-shadow: 0 6px #cf5050;
}

.c-btn1.red:hover {
    box-shadow: 0 0 #cf5050;
}

.c-text5 {
    margin-top: 40px;
    font-weight: bold;
}

.c-text6 {
    font-size: 3rem;
    color: #d90024;
    margin-top: 40px;
    font-weight: bold;
    line-height: 1.8;
}

.c-footer1 {
    background-color: #a88916;
}

@media screen and (max-width: 1080px) {
    .c-btn1 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-btn1 {
        margin-top: 5px;
    }

    .c-btn1.red {
        box-shadow: 0 3px #cf5050;
    }

    .c-btn1.red:hover {
        box-shadow: 0 3px #cf5050;
    }

    .c-text3 {
        font-size: 1.4rem;
    }

    .c-text4 {
        font-size: 1.2rem;
    }

    .c-text5 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .c-text6 {
        font-size: 1.8rem;
        margin-top: 20px;
        line-height: 1.6;
    }
}
