@charset "utf-8";
/* CSS Document */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  table,
  #service #keiei,
  #service,
  #service ul li {
    width: 100%;
  }
  .none,
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    line-height: 2.7rem;
  }
  #service #keiei {
    box-sizing: border-box;
  }
  #border-none {
    border-top: none !important;
  }
  .wrapper_95 {
    margin-top: 80px;
  }
  #service h2 {
    margin: 40px auto 20px;
  }
  h4 span {
    font-size: 1.8rem;
  }
  #service h3 {
    margin: 40px 0 20px 0;
    width: 85%;
  }
  ul {
    margin-bottom: 50px;
  }
}
