@charset "utf-8";

/* footer */
.footer_wrap{position: absolute; bottom:0; width: 100%; text-align: right; background-color: #f6fafe; padding-left: 45px; padding-right: 45px; padding-top: 25px; padding-bottom: 25px;}
.footer_wrap .copy_con{display: inline-block; font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; letter-spacing: 0.01em; font-weight: 400; color:#606686;}

@media all and (min-width: 992px){
    .footer_wrap{width: calc(100% - 130px);}
}

@media all and (min-width: 1920px){
    /*.footer_wrap{width: calc(100% - 130px - 368px);}*/
}