@charset "UTF-8";
.sub-eyecatch {
    background: url(../img/header.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
}

.sub-eyecatch h2 {
    margin: 0;
}

.corporate-hdlead {
    padding: 60px 0;
    background: url(../img/office.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 60px;
}

.corporate-hdlead .lead {
    font-size: 1.6rem;
    line-height: 2.0;
    text-align: justify;
    font-weight: 500 !important;
}

.corporate-hdlead {
    background-size: 50%
}

@media screen and (max-width:1200px) {
    .corporate-hdlead {
        background-size: 45%
    }
}

@media screen and (max-width:991px) {
    .corporate-hdlead {
        background: none;
    }
}


.corporate-contents .table th,
.corporate-contents .table td,
.corporate-contents p {
    font-size: 1.4rem;
}

.gmap iframe {
    width: 100%;
}
.gmap h5 br{
    display:none;
}
@media screen and (max-width: 600px) {
    .gmap h5{
        text-align: left;
        margin:20px auto;
    }
    .gmap h5 img{
        display:none
    }
    .gmap h5 br{
        display:block;
    }
}

.container a.btn {
    border: solid 1px #333;
    padding: 6px 12px;
    color: #333;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 1.6rem;
}

.corporate-contents a{
    color: #327660;
    border-bottom: solid 1px #327660;
    font-size: 1.5rem;
    padding: 2px 3px;
}
.corporate-contents a:hover {
    color: #ddd;
    text-decoration: none;
    border-bottom: solid 1px #ddd;
}