@charset "utf-8";

/* ==========================================================

    footer

========================================================== */
footer { margin-top: 156px;}

.ftr_group {
    background: linear-gradient(180deg,rgba(255, 245, 234, 1) 0%, rgba(255, 244, 224, 1) 100%);
    height: 60px;
}

.ftr_maker {
    margin-bottom: -22px;
    text-align: right;
}












/* ==========================================================

    copyright

========================================================== */
.copy_r {
    background: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center; align-items: center;
    padding-top: 0.3em; padding-bottom: 0.3em;
}






