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

    .contents_body h2{
      font-size: 21px;
      font-weight: bold;
      line-height: 28px;
      padding: 56px 0 28px;
    }
    .contents_body p{
      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{
      padding-bottom: 84px !important;
    }


    .contents_body h2{
      font-size: 19px;
      font-weight: bold;
      line-height: 28px;
      padding: 42px 0 16px;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
    }


    .sp_none {
        display: none !important
    }
}
