@charset "UTF-8";

/*--タイムシフト大きさ調整--*/
@media screen and (min-width:901px){
  #time_shift + section .inner_item_img{
    width: 100%;
    max-width: 100%;
  }
}

/*--タイトル調整--*/
@media screen and (max-width:900px){
  #title + section .content_wrapper .heading.block_header_6 .h{
    padding-left: 20px;
  }
}