@charset "UTF-8";

.block_news_1 li a.noimg span img {
    height: 70% !important;
}
.mv-menu .wrapper_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content_wrapper.mv-menu {
  padding: 0px;
}
.content_wrapper.mv-menu .inner_item {
    width: 16%;
}
@media screen and ( max-width : 900px ) {
.content_wrapper.mv-menu .inner_item {
    width: 30%;
}
}
.mv-menu .block_header_4 .h {
font-size: 1.6rem;
}
#mv {
    height: 58vh;
}
@media screen and ( max-width : 480px ) {
#mv {
    height: 40vh;
}
}
@media screen and ( max-width : 480px ) {
.mv-menu .inner_item_img img {
height:10vh !important;
}
}
@media screen and (max-width: 480px) {
.mv-menu .block_header_4 .h {
font-size: 1.2rem !important;
}
}