  @media screen and (min-width: 768px) {
  .contents_body{
    padding-top: 28px !important;
  }
  .contents_body h2{
    margin: 60px 0 0;
  }
  .contents_body h2:first-of-type{
    margin: 28px 0 0;
  }
  .contents_body ul{
    margin: 32px 0 0;
  }
  .contents_body ul.new{
    border-bottom: 1px solid #9FD9F6;
    padding: 0 0 28px;
  }
  .contents_body ul li{
    display: flex;
    margin: 0;
    box-sizing: border-box;
  }
  .contents_body ul li a{
    display: inline-block;
    padding-right: 21px;
  }
  .contents_body ul li .date{
    width: 203px;
    font-size: 13px;
    line-height: 35px;
    color: #666666;
  }
  .contents_body ul li .title{
    position: relative;
    font-size: 15px;
    line-height: 35px;
    padding-left: 21px;
  }
  .contents_body ul li .title:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url('/jp/en/img/common/arrow.png') no-repeat center center;
    background-size: 100% auto;
  }
  .contents_body ul li .title.no-link:before{
	display: none;
  }
  .contents_body ul li .title a{
    color: #004F99;
  }
  .contents_body ul li a.pdf:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url('/jp/en/img/common/pdf.png') no-repeat center center;
    background-size: 100% auto;
  }
  .contents_body ul li a.yt:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 21px;
    height: 14px;
    background: url('/jp/en/img/common/video.png') no-repeat center center;
    background-size: 100% auto;
  }

  .contents_body p{
    font-size: 13px;
    line-height: 28px;
    color: #787878;
    margin: 28px 0 0;
  }

    .pc_none {
        display: none !important
    }
}

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

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

    body {
        min-width: 320px
    }

    .contents_body .kv img{
      width: 100%;
    }

    .contents_body h2{
      margin: 60px 0 0;
    }
    .contents_body h2:first-child{
      margin: 0;
    }
    .contents_body ul{
      margin: 28px 0 0;
    }
    .contents_body ul.new{
      border-bottom: 1px solid #9FD9F6;
      padding: 0 0 28px;
    }
    .contents_body ul li .date{
      font-size: 13px;
      line-height: 28px;
      color: #666666;
    }
    .contents_body ul li .title{
      position: relative;
      font-size: 15px;
      line-height: 28px;
      padding-left: 28px;
    }
    .contents_body ul li .title:before{
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 14px;
      height: 14px;
      background: url('/jp/en/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
  .contents_body ul li .title.no-link:before{
	display: none;
  }
  .contents_body ul li .title a{
    color: #004F99;
  }
    .contents_body ul li a.pdf:after{
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      vertical-align: text-top;
      margin-top: 2px;
      background: url('/jp/en/img/common/pdf.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body ul li a.yt:after{
      content: '';
      display: inline-block;
      width: 21px;
      height: 14px;
      vertical-align: text-top;
      margin-top: 2px;
      background: url('/jp/en/img/common/video.png') no-repeat center center;
      background-size: 100% auto;
    }

    .contents_body p{
      font-size: 13px;
      line-height: 21px;
      color: #787878;
      margin: 28px 0 0;
    }


    .sp_none {
        display: none !important
    }
}
