@media screen and (min-width: 768px) {
    .contents_body{
      padding: 28px 0 0 !important;
    }
    .contents_body h2{
      font-family: 'Josefin Sans', sans-serif !important;
      margin: 103px 0 0;
    }
    .contents_body h2:first-of-type{
      margin: 75px 0 0;
    }
    .contents_body h2 + p{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      padding: 35px 0 29px;
      color: #1A1A1A;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      color: #1A1A1A;
      padding: 7px 0;
    }
    .contents_body p.intro{
      margin: 28px 0 0;
    }
    .contents_body ul{
      margin: 24px 0;
    }
    .contents_body ul li{
      position: relative;
      padding: 7px 0 7px 56px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 28px;
      color: #1A1A1A;
    }
    .contents_body ul li:before{
      content: '';
      position: absolute;
      left: 0;
      top: 20px;
      width: 28px;
      height: 1px;
      background-color: #0099D9;
    }
    .contents_body ul li.tbl:before{
      display: none;
    }
    .tbl_vision{
      color: #1A1A1A;
    }
    .tbl_vision th{
      width: 224px;
      font-size: 13px;
      font-weight: bold;
      line-height: 28px;
    }
    .tbl_vision td{
      font-size: 13px;
      line-height: 28px;
    }

    .tbl_values{
      color: #1A1A1A;
      margin: 28px 0 0;
    }
    .tbl_values th,
    .tbl_values td{
      padding-bottom: 28px;
    }
    .tbl_values tr:last-child th,
    .tbl_values tr:last-child td{
      padding-bottom: 0;
    }
    .tbl_values th{
      width: 112px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      text-align: left;
    }
    .tbl_values td{
      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 .kv{
      width: 100vw;
      margin-left: calc(-19 / 375 * 100vw);
    } */
    .contents_body .kv img{
      width: 100%;
    }
    .contents_body h2{
      font-family: 'Josefin Sans', sans-serif !important;
      margin: 58px 0 0;
    }
    .contents_body h2 + p{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      padding: 35px 0 29px;
      color: #1A1A1A;
      letter-spacing: 0.04em;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      color: #1A1A1A;
      padding: 0;
    }
    .contents_body ul{
      margin: 28px 0;
    }
    .contents_body ul li{
      position: relative;
      padding: 0 0 0 28px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 28px;
      color: #1A1A1A;
    }
    .contents_body ul li:before{
      content: '';
      position: absolute;
      left: 0;
      top: 14px;
      width: 14px;
      height: 1px;
      background-color: #0099D9;
    }
    .contents_body ul li.tbl:before{
      display: none;
    }
    .tbl_vision{
      display: block;
      color: #1A1A1A;
    }
    .tbl_vision th{
      display: block;
      font-size: 13px;
      font-weight: bold;
      line-height: 28px;
    }
    .tbl_vision td{
      display: block;
      font-size: 13px;
      line-height: 28px;
    }
    .tbl_vision .is{
      display: none;
    }
    .tbl_values{
      display: block;
      color: #1A1A1A;
    }
    .tbl_values th{
      display: block;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      text-align: left;
      margin: 28px 0 0;
    }
    .tbl_values td{
      display: block;
      font-size: 15px;
      line-height: 28px;
    }
    .tbl_values td.is{
      display: none;
    }


    .sp_none {
        display: none !important
    }
}

.kv{ height: auto;}