@charset "UTF-8";
#Contents {
    background: url(../img/qa_bg.png?3) repeat center top;
    min-height: calc(100svh - 276px);
}
.page_wrap {
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
}
.page-ttl {
    line-height: 1;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 55px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", serif;
}
.c-btn {
    width: 300px;
    height: 60px;
    margin: 0 auto;
}
.c-btn a {
    font-size: 16px;
}
@media only screen and (max-width: 896px) {
    #Contents {
        background: url(../img/qa_bg.png?3) repeat center top / 867px auto;
        min-height: calc(100svh - 227px);
    }
    .page_wrap {
        padding: 70px 15px;
    }
    .page-ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .c-btn {
        width: 100%;
        height: 45px;
    }
    .c-btn a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 374px) {
}