  @media screen and (min-width: 768px) {
    .contents_body ul li{
      position: relative;
      margin: 124px 0 0;
      overflow: hidden;
    }
    .contents_body ul li:first-child{
      margin: 0;
    }
    .contents_body ul li .img_wrap{
      float: left;
      width: 253px;
      padding-bottom: 64px;
    }
    .contents_body ul li .img_wrap img{
      width: 198px;
      box-sizing: border-box;
      border: 1px solid #E6E6E6;
    }
    .contents_body ul li .txt_wrap{
      margin-left: 253px;
    }
    .contents_body ul li .txt_wrap .title{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
      padding: 16px 0;
    }
    .contents_body ul li .txt_wrap .subtitle{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
    }
    .contents_body ul li .txt_wrap .txt{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body .link.pdf{
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 196px;
      font-size: 13px;
      font-weight: bold;
      line-height: 21px;
      letter-spacing: 0.04em;
      border: 1px solid #CCC;
      background-color: #fff;
      padding: 12px 0 13px 35px;
      box-sizing: border-box;
      color: #0099D9;
    }
    .contents_body .link.pdf:before{
      content: '';
      position: absolute;
      top: 14px;
      left: 14px;
      display: block;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body .link.pdf:after{
      content: '';
      position: absolute;
      top: 14px;
      right: 14px;
      display: block;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/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 ul li{
      position: relative;
      margin: 35px 0 0;
      overflow: hidden;
    }
    .contents_body ul li:first-child{
      margin: 0;
    }
    .contents_body ul li .img_wrap{
      float: left;
      width: 112px;
    }
    .contents_body ul li .img_wrap img{
      width: 84px;
      box-sizing: border-box;
      border: 1px solid #E6E6E6;
    }
    .contents_body ul li .txt_wrap{
      margin-left: 112px;
    }
    .contents_body ul li .txt_wrap .title{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      padding: 7px 0 24px;
    }
    .contents_body ul li .txt_wrap .subtitle{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
    }
    .contents_body ul li .txt_wrap .txt{
      font-size: 15px;
      line-height: 28px;
    }

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


    .sp_none {
        display: none !important
    }
}
