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

    .contents_body h2{
      margin: 56px 0 0;
    }
    .contents_body h2:first-of-type{
      margin: 0;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      margin: 28px 0 0;
    }
    .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 ul{
      margin: 28px 0 0;
    }
    .contents_body ul > li{
      position: relative;
      padding-left: 28px;
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ul > li:before{
      content: '';
      position: absolute;
      top: 12px;
      left: 12px;
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background-color: #1A1A1A;
    }

    .contents_body h3{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
      margin: 28px 0 0;
    }
    .contents_body dl{
      margin: 28px 0 0;
    }
    .contents_body dl dt{
      float: left;
      width: 224px;
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
    }
    .contents_body dl dd{
      margin-left: 252px;
      font-size: 15px;
      line-height: 28px;
    }

    .pc_none {
        display: none !important
    }
}

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

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

    body {
        min-width: 320px
    }

    .contents_body h2{
      margin: 56px 0 0;
    }
    .contents_body h2:first-of-type{
      margin: 0;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      margin: 28px 0 0;
    }
    .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 ul{
      margin: 28px 0 0;
    }
    .contents_body ul > li{
      position: relative;
      padding-left: 28px;
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ul > li:before{
      content: '';
      position: absolute;
      top: 12px;
      left: 12px;
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background-color: #1A1A1A;
    }
    .contents_body h3{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
      margin: 28px 0 0;
    }
    .contents_body dl{
      margin: 28px 0 0;
    }
    .contents_body dl dt{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
    }
    .contents_body dl dd{
      font-size: 15px;
      line-height: 28px;
    }


    .sp_none {
        display: none !important
    }
}
