@charset "UTF-8";
.footer_inner{
    background: #d5ba99!important;
    color: black!important;
    font-size: 0.9em!important;
    padding: 2em 1.5em !important;
}

.footer_inner .footer_logo img{
    width: 175px!important;
}

.footer_inner .company_info{
    padding: 1.5em 0 0!important;
}

.footer_inner .company_number{
    padding-bottom: 1.0em!important;
}

.footer_inner .privacy_policy a{
    color: black!important;
}

/* PC */
@media screen and (min-width: 768px) {
}

/* SP */
@media screen and (max-width: 767px) {
}