/*
-------------------------
 parts
-------------------------
*/

@media screen and (max-width:1100px) {
    section {
        margin-top: 0px;
    }

    section h1 {
        font-weight: bold;

        border-bottom: 4px solid;
        border-color: black;
        border-top: 4px;
        display: inline-block;

        font-size: 25px;
        margin-bottom: 30px;
    }

    .vision-container {
        margin: 0;
        padding: 0 0 20px 0;
        background: url("../images/vision/image_vision.jpg") no-repeat 0 0;
        background-size: cover;
        background-position-x: center;
        position: relative;
        min-height: 562px;

        color: white;
    }

    .vision-float-desc {
        color: black;

        margin: 38px auto 0px auto;

        padding: 20px;

        font-size: 18px;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        line-height: 28px;

        letter-spacing: 2.4px;

        background: rgba(255, 255, 255, 0.8);
        width: 295px;
        min-height: 100px;
    }

    .vision-container h2 {
        font-family: Gotham, sans-serif;

        border-bottom: 4px solid;
        border-color: white;
        display: inline-block;

        font-size: 22px;
        line-height: 26px;
        font-weight: bold;

        margin: 90px 0 0 20px;
        padding: 0 16.5px 0 16.5px;
    }

    .vision-container h3 {
        font-size: 30px;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;

        padding: 0;
        margin: 0 0 16px 0;

        letter-spacing: 1.36px;
        line-height: 47px;
    }

    .vision-component {
        list-style: none;
        margin: 40px 20px 50px 20px;
        padding: 0;
    }

    p {
        margin: 0;
        padding: 0;
    }

    img {
        margin-top: 15px;
    }

    .img-logo {
        width: 297px;
        height: 74px;
    }

}
@media screen and (min-width:1100px) {
    section {
    }

    section h1 {
        font-weight: bold;

        border-bottom: 4px solid;
        border-color:black;
        border-top: 4px;
        display: inline-block;

        font-size: 24px;
        margin-bottom: 30px;
    }

    .vision-container {
        margin: 0 0 100px 0;
        padding: 0px;
        background: url("../images/vision/image_vision.jpg") no-repeat 0 0;;
        background-size: cover;
        position: relative;
        height:700px;

        color: white;
    }

    .vision-float-desc {
        color: black;

        margin-left: 58px;
        margin-top: 70px;

        padding: 32px;

        font-size: 13px;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        line-height: 23px;

        letter-spacing: 1.73px;

        background: rgba(255, 255, 255, 0.8);
        width: 525px;
        min-height: 100px;
    }

    .vision-container h2 {
        font-family: Gotham, sans-serif;

        border-bottom: 4px solid;
        border-color: white;
        border-top: 4px;
        display: inline-block;

        font-size: 22px;
        line-height: 26px;
        font-weight: bold;

        margin: 0 0 30px 42px;
        padding-top: 56px;

        padding-left: 16.5px;
        padding-right: 16.5px;
    }

    .vision-container h3 {
        font-size: 35px;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;

        padding: 0;
        margin: 0 0 16px 0;

        letter-spacing: 2px;
        line-height: 51px;
    }

    .vision-component {
        list-style: none;
        width: 650px;
        border-bottom: 0px;
        border-left: 1px solid;
        border-color: #000;
        margin: 50px 10px 50px 322px;

        padding-left: 38px;
    }

    .img-logo {
        width: 372px;
        height: 93px;
    }
}

.container {
    padding: 0px 20px;
}

.company-description {
    display: inline-block;
}

.column {
    float: left;
    width: 150px;

    font-weight: bold;

    margin-bottom: 40px;
}

.column-data {
    float: left;
    width: 300px;
}

.clear {
    clear: both;
}

@media screen and (max-width:1100px) {
    .vision-li {
        margin: 0 0 63px 0;
        padding: 0;
    }

    .row-left {
        padding: 0px;
        margin: 0px 0px 0px 0px;

        line-height: 20px;

        font-size: 15px;
    }

    .row-right {
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 16px;
        letter-spacing: 0.69px;
        line-height: 28px;

        font-weight: 600;
        text-align: justify;

        margin-top: 6px;
    }

    .row-column {
        margin-bottom: 5px;

        font-family: "Helvetica Neue LT Std", sans-serif;
        font-size: 30px;
        letter-spacing: 0.6px;
        line-height: 36px;
    }

    .row-column-sub {
        font-size: 15px;
        color: #808080;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;

        line-height: 35px;
        letter-spacing: 0.58px;

        margin: 0px;
    }
}
@media screen and (min-width:1100px) {
    .vision-li {
        position: relative;
        margin: 20px 0px;
        padding: 15px 0px;
    }

    .row-left {
        width: 200px;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;

        left: -270px;
        line-height: 20px;
        position: absolute;

        font-size: 15px;
    }

    .row-right {
        position: relative;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 15px;
        letter-spacing: 0.58px;
        line-height: 28px;

        font-weight: 600;
    }

    .row-column {
        margin-bottom: 5px;
    }

    .row-column-sub {
        font-size: 13px;
        color: #808080;

        font-family: "Hiragino Kaku Gothic ProN", sans-serif;

        line-height: 35px;
        letter-spacing: 0.5px;

        margin: 0px;
    }

}


