.bold {
    font-weight: bold;
}

.green {
    color: #27d1d1 !important;
}

.no-padding {
    padding: 0;
}

#top #top-img {
    padding: 0;
    overflow: hidden;
    background: url("/images/company-top-pc.jpg") no-repeat center center;
    height: 190px;
    width: 100%;
}

#top #top-label {
    width: 1200px;
    margin: 0 auto;
    padding: 57px 0 0 20px;
}

#top #top-label .top-label-l {
    font-size: 35px;
    letter-spacing: -1px;
}

#top #top-label .top-label-s {
    font-size: 15px;
    color: #666;
    letter-spacing: -1px;
}

.title {
    position: relative;
    margin: 110px 0 60px;
    text-align: center;
}

.title .title-line {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.title .title-label-wrap {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.title .title-label-wrap .title-label {
    display: inline-block;
    background-color: white;
    padding: 0 25px;
}

.title .title-label .title-label-l {
    font-size: 35px;
    letter-spacing: -1px;
}

.title .title-label .title-label-m {
    font-size: 17px;
    color: #252525;
    letter-spacing: -1px;
}

.title .title-label .title-label-s {
    font-size: 15px;
    color: #999;
    letter-spacing: -1px;
}

#visual {
    margin-bottom: 40px;
}

#visual #visual-wrap {
    width: 1200px;
    overflow: hidden;
    height: 615px;
    margin: 0 auto;
    position: relative;
}

#visual #visual-wrap #visual-image {
    position: absolute;
    bottom: 0;
    background: url("/images/company-visual.jpg") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 615px;
}

#visual #visual-image #visual-label-wrap {
    position: absolute;
    color: white;
    letter-spacing: -1px;
    display: inline-block;
    top: 80px;
    left: 100px;
    line-height: 1.2;
}

#visual #visual-image #visual-label-wrap #visual-label-l {
    font-size: 40px;
}

#visual #visual-image #visual-label-wrap #visual-label-s {
    font-size: 20px;
    margin-top: 10px;
}

#letter {
    margin-bottom: 40px;
}

#letter #letter-wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#letter #letter-wrap .letter {
    font-size: 15px;
    line-height: 1.5;
    color: #999;
}

#letter #letter-wrap #letter-left {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
}

#letter #letter-wrap #letter-right {
    float: right;
    padding-left: 50px;
    width: 50%;
}

#history {
    margin-bottom: 40px;
}

#history #history-wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#history #history-wrap img {
    width: 100%;
}

#location {
    margin-bottom: 40px;
}

#location #location-wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#location #location-wrap table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}

#location #location-wrap table td {
    background-color: #fafafa;
    height: 105px;
    vertical-align: middle;
    padding-left: 50px;
    font-size: 20px;
    position: relative;
}

#location #location-wrap table .address, #location #location-wrap table .tel {
    font-size: 18px;
}

#location #location-wrap table i {
    position: absolute;
    left: 15px;
    top: 37px;
    font-size: 30px;
}

#location #location-wrap .map {
    height: 360px;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    #top #top-img {
        width: 100%;
        height: auto;
        background: url("/images/company-top-mobile.jpg") no-repeat center center;
        background-size: cover;
    }

    #top #top-label {
        width: 100%;
        padding: 27px 0 27px 20px;
    }

    #top #top-label .top-label-l {
        font-size: 20px;
    }

    #top #top-label .top-label-s {
        font-size: 12px;
    }

    .title {
        position: relative;
        margin: 50px 0 40px;
        text-align: center;
    }

    .title .title-label-wrap {
        top: -25px;
    }

    .title .title-label-wrap .title-label {
        display: inline-block;
        background-color: white;
        padding: 0 25px;
    }

    .title .title-label .title-label-l {
        font-size: 20px;
    }

    .title .title-label .title-label-m {
        font-size: 13px;
    }

    .title .title-label .title-label-s {
        font-size: 12px;
    }

    #visual {
        margin-bottom: 20px;
    }

    #visual #visual-wrap {
        width: 100%;
        height: 190px;
    }

    #visual #visual-wrap #visual-image {
        background: url("/images/company-visual.jpg") no-repeat center center;
        background-size: cover;
        height: 190px;
    }

    #visual #visual-image #visual-label-wrap {
        top: 20px;
        left: 20px;
    }

    #visual #visual-image #visual-label-wrap #visual-label-l {
        font-size: 20px;
    }

    #visual #visual-image #visual-label-wrap #visual-label-s {
        font-size: 15px;
        margin-top: 6px;
    }

    #letter {
        margin-bottom: 20px;
    }

    #letter #letter-wrap {
        width: 100%;
    }

    #letter #letter-wrap .letter {
        padding-left: 15px;
        font-size: 13px;
        line-height: 1.5;
    }

    #history {
        margin-bottom: 20px;
    }

    #history #history-wrap {
        width: 100%;
    }

    #location {
        margin-bottom: 40px;
    }

    #location #location-wrap {
        width: 100%;
    }

    #location #location-wrap .mobile-wrap {
        border: 1px solid #ccc;
        border-left: none;
        border-right: none;
    }

    #location #location-wrap .mobile-wrap:nth-last-child(2) {
        margin-top: -1px;
    }

    #location #location-wrap .mobile-wrap .location-icon {
        padding: 18px 0;
        float: left;
        width: 15%;
        text-align: center;
        font-size: 25px;
    }

    #location #location-wrap .mobile-wrap .address {
        padding: 15px 0;
        float: left;
        width: 70%;
        font-size: 12px;
    }

    #location #location-wrap .mobile-wrap .address .address-label {
        font-size: 18px;
    }

    #location #location-wrap .mobile-wrap .tel {
        padding: 18px 0;
        float: left;
        width: 15%;
        text-align: center;
        font-size: 25px;
    }

    #location #location-wrap .map {
        height: 180px;
        margin-bottom: 0;
    }
}