@charset "UTF-8";

@media screen and (max-width: 768px) {
#pro + .contents_box01 .inner_item_txt img {
    display: block;
    margin: 0 auto;
}
}


#video + .width_fixed .content_wrapper {
    max-width: 1200px !important;
    padding: 0 2%;
    text-align: center;
}

@media screen and (max-width: 768px) {
#video + .width_fixed .content_wrapper {
    margin-top: -60px;
    margin-bottom: -60px;
}
}