@charset "utf-8";
/* CSS Document */

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  table,
  #quality_contents,
  .section_l {
    width: 100%;
  }
  .wrapper_95 {
    padding-top: 30px;
  }
  #service_nav {
    width: 100%;
    margin: 30px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #service_nav li {
    width: 48%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  #h2_1 {
    margin-bottom: 30px;
    width: 90%;
  }
  .txt {
    line-height: 2.7rem;
    margin-bottom: 30px;
  }
  #quality_contents #box {
    width: 99%;
    margin-bottom: 30px;
  }
  #quality_contents #box h3 {
    font-size: 1.3rem;
    font-weight: normal;
  }
  #quality_contents #box h4 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .section_r {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .txt_normal {
    font-size: 1.8rem;
  }
  h2 span {
    font-size: 2rem;
    color: #2d9b49;
  }
  .section h2 {
    border-bottom: 1px solid #2d9b49;
    padding-bottom: 10px;
  }
  #quality_contents h3 {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .right {
    float: left;
  }
  h1 img {
    width: 80%;
  }
  #w90 {
    width: 90%;
  }
  .mb30_sp {
    margin-bottom: 30px;
  }
}
