  @media screen and (min-width: 768px) {

    .contents_body p{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ol{
      counter-reset: item;
    }
    .contents_body ol li{
      position: relative;
      margin: 28px 0 0;
      padding-left: 28px;
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ol li:before{
      counter-increment: item;
      content: counter(item)'.';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      line-height: 28px;
    }
    .contents_body ol li p{
      padding: 28px 0 0;
    }
    .contents_body ol ol{
      margin: 28px 0 0;
    }
    .contents_body ol ol li{
      margin: 0;
    }
    .contents_body ol + p{
      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 p{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ol{
      counter-reset: item;
    }
    .contents_body ol li{
      position: relative;
      margin: 28px 0 0;
      padding-left: 28px;
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ol li:before{
      counter-increment: item;
      content: counter(item)'.';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ol li p{
      padding: 28px 0 0;
      margin-left: -28px;
    }
    .contents_body ol ol{
      margin: 28px 0 0;
    }
    .contents_body ol ol li{
      margin: 0;
    }
    .contents_body ol + p{
      margin: 28px 0 0;
    }


    .sp_none {
        display: none !important
    }
}

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