  @media screen and (min-width: 768px) {
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ul{
      margin: 0 -14px -28px;
      font-size: 0;
    }
    .contents_body ul li{
      display: inline-block;
      width: 308px;
      height: 120px;
      margin: 0 14px 28px;
      box-sizing: border-box;
      background-color: #FAFAFA;
      border: 1px solid #E6E6E6;
      vertical-align: top;
    }
    .contents_body ul li a{
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 24px 26px 0;
    }
    .contents_body ul li a .title{
      position: relative;
      font-size: 14px;
      font-weight: bold;
      line-height: 28px;
      color: #0099D9;
      letter-spacing: 0.04em;
      padding-right: 26px;
    }
    .contents_body ul li a .title:after{
      content: '';
      position: absolute;
      top: 7px;
      right: 0;
      width: 14px;
      height: 14px;
      background: url('/jp/en/img/common/arrow.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{
      padding-bottom: 90px !important;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
    }

    .contents_body ul{
      margin: 28px 0 -7px;
      font-size: 0;
    }
    .contents_body ul li{
      margin: 0 0 7px;
      box-sizing: border-box;
      background-color: #FAFAFA;
      border: 1px solid #E6E6E6;
      vertical-align: top;
    }
    .contents_body ul li a{
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 25px 28px 25px;
    }
    .contents_body ul li a .title{
      position: relative;
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      color: #0099D9;
      letter-spacing: 0.04em;
      padding-right: 28px;
    }
    .contents_body ul li a .title:after{
      content: '';
      position: absolute;
      top: 7px;
      right: 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 a p{
      font-size: 15px;
      line-height: 28px;
      padding: 12px 0 0;
    }


    .sp_none {
        display: none !important
    }
}
