@media (max-width: 1200px) {

}

@media (max-width: 768px) {

  .content h3 img,
  .small-img img{
    width:100%;
  }

  .voice .item .info {
    width: 100%;
  }
  .voice .item{
    padding:1rem;
  }

  .voice .item .info .ttl {
    margin-top:20px;
    font-size:16px;
    text-align:center;
}

.theme .item {
    width: 46%;
}

.movie .item {
    width: 100%;
}

}

@media (max-width: 500px) {

}
