@media screen and (max-width: 768px){
  body {
    min-width: 320px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  a:hover {
    text-decoration: none;
  }
  input[type="text"] {
    width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .sp {
    display: block;
  }
  header {
    position: relative;
    min-width: 320px;
    height: 300px;
    opacity: 1;
  }
  header div {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
  header img {
    display: block;
    margin: 0 auto;
  }
  header nav p {
    text-align: center;
  }
  header nav ul {
    flex-direction: column;
  }
  footer {
    min-width: auto;
  }
  footer div.wrap {
    padding: 0 10px;
  }
  section {
    padding-top: 0;
    min-width: 100%;
    min-height: calc(100vh - 40px);
  }
  section article {
    margin-bottom: 50px;
  }
  section article h3 {
    width: 100%;
  }
  section article p {
    width: 100%;
    font-size: 16px;
    line-height: 2em !important;
  }
  section article p span {
    font-size: 18px;
  }
  section article img {
    margin: 0px auto 20px auto !important;
    width: 70% !important;
    float: none !important;
  }
  section article dl {
    margin: 0;
    font-size: 14px;
  }
  section form {
    width: 100%;
  }
  section form dl {
    flex-direction: column;
  }
  section form dl dt {
    width: 100%;
    border-bottom: 1px solid #969664;
    border-bottom: none;
  }
  section form dl dd {
    width: 100%;
  }
  section form div.button {
    margin: 0px auto;
    width:  100%;
  }
  section form button, section form button.fr, section form button.fl {
    float: none;
    margin: 30px auto 0px auto;
    font-size: 16px;
    font-weight: 400;
  }
  /**-----------------------------------------------------------------
    モーダル
  --------------------------------------------------------------------*/
  .modal {
    width: 98%;
    height: auto!important;
    margin-right: 2%;
  }
  .modal form {
    padding: 20px;
  }
  .modal form dl {
    align-items: flex-start;
    margin: 20px auto 0;
    width: 80%;
  }
  .modal form dl dt, .modal form dl dd {
    width: 100%;
  }
  .modal form p {
    font-size: 14px;
  }
  .modal form div {
    position: relative;
    bottom: 0;
  }
  .modal form button {
    width: 100px;
  }
}