  @media screen and (min-width: 768px) {
    .contents_body h2{
      margin: 96px 0 48px;
    }
    .contents_body h2:first-of-type{
      margin: 0 0 48px;
    }
    .contents_body .block{
      display: flex;
      justify-content: space-between;
    }
    .contents_body .movie_list{
      width: 532px;
    }
    .contents_body .movie_list .movie{
      display: block;
      width: 532px;
      height: 376px;
      box-sizing: border-box;
      border: 1px solid #777;
      overflow: hidden;
    }
    .contents_body .movie_list img{
      width: 100%;
    }

    .contents_body .data{
      width: 392px;
    }
    .contents_body .data .date{
      font-size: 15px;
      line-height: 28px;
      padding: 0 0 11px;
    }

    .contents_body .link{
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: 0.04em;
      color: #0099D9;
      padding: 12px 35px 12px 35px;
      border: 1px solid #CCCCCC;
      background-color: #fff;
      margin: 14px 0 0;
    }
    .contents_body .link:before{
      content: '';
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/arrow.png) no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body .link.pdf:after{
      content: '';
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/pdf.png) no-repeat center center;
      background-size: 100% auto;
    }

    .pc_none {
        display: none !important
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        /*font-size: .26667vw*/
    }

    body {
        min-width: 320px
    }
    .contents_body h2{
      margin: 64px 0 28px;
    }
    .contents_body h2:first-of-type{
      margin: 0 0 28px;
    }

    .contents_body .movie_list .movie{
      display: block;
      box-sizing: border-box;
      border: 1px solid #777;
      overflow: hidden;
    }
    .contents_body .movie_list img{
      width: 100%;
    }
    .contents_body .data .date{
      font-size: 15px;
      line-height: 28px;
      padding: 28px 0 11px;
    }

    .contents_body .link{
      position: relative;
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: 0.04em;
      color: #0099D9;
      padding: 12px 35px 12px 35px;
      border: 1px solid #CCCCCC;
      background-color: #fff;
      margin: 14px 0 0;
    }
    .contents_body .link:before{
      content: '';
      position: absolute;
      left: 14px;
      top: 14px;
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/arrow.png) no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body .link.pdf:after{
      content: '';
      position: absolute;
      right: 14px;
      top: 14px;
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/pdf.png) no-repeat center center;
      background-size: 100% auto;
    }

    .sp_none {
        display: none !important
    }
}
