@charset "UTF-8";

.message1 {
    padding: 60px;
    text-align: center;
}

.message1 h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 500;
}

.message1 h3 {
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

.message2 {
    padding: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.message2 .col {
    float: left;
    overflow: hidden;
}

.message2 .col.left {
    width: 480px;
    height: 960px;
    background-image: url(/img/tlbceo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.message2 .col.right {
    padding-left: 20px;
    width: calc(100% - 500px);
}

.message2 p {
    font-size: 14px;
    line-height: 1.88;
    color: #777;
    margin-bottom: 20px;
}

.message2 p.last {
    margin-top: 35px;
}


@media (max-width: 1050px) {
    .message1, .message2 {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .message2 .col {
        width: 100%;
        float: none;
    }
    
    .message2 .col.left {
        width: 100%;
        max-width: 480px;
        height: 50vw;
        min-height: 240px;
        background-position: top center;
        margin: 0 auto 32px auto;
    }

    .message2 .col.right {
        padding-left: 0px;
        width: 100%;
    }
}