  @media screen and (min-width: 768px) {
    .contents_body a.pdf{
      position: relative;
      display: inline-block;
      border: 1px solid #ccc;
      background-color: #fff;
      box-sizing: border-box;
      margin: 21px 0 0;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      color: #0099D9;
      padding: 11px 66px 11px 35px;
    }
    .contents_body a.pdf:before{
      content: '';
      position: absolute;
      top: 14px;
      left: 14px;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body a.pdf:after{
      content: '';
      position: absolute;
      top: 14px;
      right: 14px;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/pdf.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body .space{
      height: 200px;
    }

    .contents_body p{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
    }

    .pc_none {
        display: none !important
    }
}

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

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

    body {
        min-width: 320px
    }

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

    .contents_body p{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
    }


    .sp_none {
        display: none !important
    }
}
