@charset "utf-8";

.header, #footer {
    background-color: #ba1b21;
}
.tenpo_logo .lay-row {
    align-items: center;
}

h4 {
    border-left: 6px solid #ba1b21;
}
a {
    color: #b46124;
}

@media (max-width:767px) {
.tenpo_logo {
    margin-right: 10% !important;
    margin-left: 10% !important;
    padding-top: 60px !important;
    padding-bottom: 36px !important;
}
}