#page_header .lang_btn {
    float: right;
    width: 60px;
    margin-top: 15px;
    margin-right: 15px;
}

#page_header .lang_btn a {
    font-weight: bold;
    font-size: 18px;
    background: #2A2F88;
    display: block;
    color: #FFF;
    padding: 3px 0;
    text-align: center;
}

#header_logo {
    width: 500px;
    top: 11px;
    left: 15px;
}

#header_logo img {
    width: 100%;
}

.company .page_top_img .warp {
    background: url(../img/main.webp) center top no-repeat;
    background-position: 0% 30%;
    background-size: cover;
}

.profile_warp .profile_warp_in a {
    text-decoration: underline;
}

.profile_warp .profile_warp_in a:hover {
    text-decoration: none;
}

.profile_warp .map,
.profile_warp .image {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
}

.profile_warp .map iframe,
.profile_warp .image iframe {
    width: 100%;
    height: 600px;
}

footer {
    padding-top: 30px;
}

footer .copyright {
    border-top: none;
}


/*# sourceMappingURL=custom.css.map */