body {
    letter-spacing: 0.05em;
}
.site-title .logo {
    background: url(../../images/en/logo.png) 50% 50% no-repeat;
    background-size: contain;
}
.side-nav li a {
    line-height: 1.5;
    padding: 5px 0;
}
.side-nav > li > a {
    display: inline-block;
    padding: 5px 0 5px 15px;
}
.side-nav > li > a:before {
    position: absolute;
    top: 16px;
    left: 0;
}
.btn.style04 {
    max-width: unset;
}
.info_t {
    font-size: 22px;
    color: #D80000;
    font-weight: 500;
    margin: 15px 0 5px;
    font-family: 'Geologica', sans-serif;
}
.info_t:first-of-type {
    margin-top: 0;
}
.site-map {
    padding: 0 30px;
}
.info_logo {
    position: relative;
    width: 155px;
    height: 156px;
}
.info_logo img {
    display: none;
}
.info_logo::before {
    content: '';
    position: relative;
    display: block;
    width: 155px;
    height: 156px;
    background: url(../../../images/en/logo_ft.png) no-repeat;
}
@media screen and (max-width: 1480px) {
    .wrapper {
        padding-top: 123px;
    }
}
@media screen and (max-width: 1280px) {
    .site-nav .menu > li > a {
        padding: 0 10px;
    }
    .info_logo {
        display: none;
    }
    .site-map {
        padding: 0 15px;
    }
}