/*フードビジョンページコラム追加*/

.column__content {
    color: #232323;
    letter-spacing: 0;
    line-height: 1.6;
    width: 1120px;
    max-width: 100%;
    display: block;
    margin: 100px auto 0;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.column__text1 {
    font-size: 18px;
    font-weight: 500;
    margin: 35px 0 0;
    line-height: 2;
}

.fv__visual{
	height: 640px;
}

@media screen and (max-width:767px){
    .column__content {
        margin-top: 80px;
    }
    .fv__visual{
        height: 480px;
    }
    .column__text1 {
        font-size: 17px;
    }
}

@media screen and (max-width:480px){
    .fv__visual{
        height: 280px;
    }
    .column__text1 {
        font-size: 16px;
    }
}