@charset "UTF-8";


footer {
    padding: 300px 0 0;
}

.footer_logo {
    font-family: 'aileron';
    color: #fff;
    font-size: 3rem;
    width: 100%;
    text-align: right;
    letter-spacing: 1px;
}

.footer_logo span {
    margin-left: 8px;
    font-size: 1.3rem;
}

.footer_inner {
    padding: 5%;
    display: flex;
    justify-content: space-between;
}

small {
    font-size: 1.1rem;
    font-weight: 300;
    width: 100%;
    text-align: right;
    color: #fff;
    margin-top: 10px;
    display: block;
    opacity: 0.5;
}

table.footer_table {
    width: 50%;
}

table.footer_table td {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 12px 0 0 12px;
}

table.footer_table th {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 8px;
    border-bottom: 0.5px solid;
}

.svg-footer-logo {
    width: 100px;
    margin-left: auto;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
footer {
    padding: 100px 0 0;
}

.footer_inner {
    display: block;
}

table.footer_table {
    width: 100%;
}

.footer_last {
    margin: 30px 0 60px;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.footer_logo {
    text-align: center;
}

small {
    text-align: center;
}

.svg-footer-logo {
    width: 70px;
    margin: 0 auto;
}
}