@media screen and (min-width: 601px) and (max-width: 1199px){
  body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .wrap {
    width: 100%;
  }
  .tb {
    display: block;
  }
  header {
    height: 150px;
  }
  header div {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
  header img {
    display: block;
    margin: 0 auto;
  }
  header nav p {
    text-align: center;
  }
  footer {
    min-width: auto;
  }
  footer div.wrap {
    padding: 0 10px;
  }
  section {
    padding-top: 150px;
    min-width: auto;
    min-height: calc(100vh - 40px);
  }
  section .wrap {
  }
  section h2 {
    display: none;
  }
  section article {
    margin-bottom: 30px;
  }
  section article h3 {
    width: 100%;
  }
  section article p {
    padding-top: 0px;
    width: 100%;
  }
  section article dl {
    margin: 0;
    font-size: 14px;
  }
  section article img {
    margin: 0px 0px 20px 20px;
  }
  section form {
    width: 100%;
  }
  section form button {
    font-size: 16px;
    font-weight: 400;
  }
}