@media screen and (min-width: 768px) {
    .contents_body h2{
      font-size: 21px;
      font-weight: bold;
      line-height: 28px;
    }
    .contents_body .img{
      margin: 40px 0 0;
      padding: 0 0 28px;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      margin: 28px 0 0;
    }
    .contents_body p.title{
      font-weight: bold;
      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 h2{
      font-size: 21px;
      font-weight: bold;
      line-height: 28px;
    }
    .contents_body .img{
      margin: 28px 0 0;
    }
    .contents_body .img img{
      max-width: 100%;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      margin: 28px 0 0;
    }
    .contents_body p.title{
      font-weight: bold;
      letter-spacing: 0.04em;
    }

    .sp_none {
        display: none !important
    }
}
