@media (max-width: 768px) {
  body {
    width: 100% !important;
  }

  .bd1,
  .bd2,
  .bd3,
  .ad1,
  .bd5,
  .bd6,
  .footer {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .contain {
    width: 100% !important;
    overflow: hidden
  }

  #menu {
    height: auto;
    background-repeat: repeat;
    padding: 0 10px;
  }

  #menu li {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }

  .index_list {
    width: 100% !important;
    margin: 0 !important;
  }

  .index_list .co_area2 {
    width: 100% !important;
    float: none !important;
    margin: 0 0 10px 0 !important;
    border: 0 !important;
  }

  .footer {
    padding: 10px 0;
    margin: 0;
    border: 0 !important;
  }

  #tbmov-notice {
    padding: 10px;
    border-radius: 0;
    margin: 10px 0 10px 0
  }

  #search_box {
    width: 100%
  }

  #search_box .search {
    width: auto !important;
  }

  #search_box .searchl {
    width: auto !important;
  }

  #search_box .searchl input,
  .searchl select {
    width: auto !important;
  }

  .bd3l {
    width: 100%;
    padding: 10px;
  }

  .bd3r {
    width: calc(100% - 20px);
    padding: 10px;
  }

  .path {
    width: 100%;
    margin: 10px;
  }

  .co_area2 img {
    width: 100% !important;
    height: auto !important
  }

  .bd3r {
    width: 100% !important
  }



  .co_content2>ul>table {
    display: inline-block;
  }

  /*.co_content2 > ul > table[width=160]{display:block}*/
}

@media (max-width: 768px) {

  .vdgd+a,
  .vdgd+a video {
    display: block;
    width: 100%;
    height: 125px;
    object-fit: fill;
  }
}

@media (min-width: 768px) {
  .vdgd+a {
    display: none;
  }
}

* {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}