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

    .contents_body p{
      font-size: 15px;
      line-height: 28px;
    }

    .contents_body .space{
      height: 200px;
    }

    .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 .space{
      height: 180px;
    }

    .sp_none {
        display: none !important
    }
}
