@charset "UTF-8";
@media screen and (min-width: 761px) {
  #form {
    background-color: #eef5f6;
    padding: 80px 0 50px;
  }
  #form h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #form .text {
    text-align: center;
    margin-bottom: 24px;
  }
  #form .sub_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 27px;
    text-align: center;
  }
  #form .form_list {
    margin: 0 auto;
  }
  #form .form_list li {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.03);
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px 0;
    margin: 15px auto;
    text-align: center;
    width: 90%;
    line-height: 1.1;
  }
  #form .form_list li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #form .form_list li .la-envelope {
    font-size: 25px;
    margin-right: 3px;
  }
  #form .form_list .yoyaku {
    font-size: 0.8rem;
    font-weight: 100;
  }
  #form .link_official {
    display: none;
  }
}
@media screen and (max-width:760px) {
  #form {
    background-color: #eef5f6;
    padding: 80px 0 50px;
  }
  #form h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #form .text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 19px;
  }
  #form .sub_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 27px;
    text-align: center;
  }
  #form .form_list {
    margin: 0 auto;
  }
  #form .form_list li {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.03);
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px 0;
    margin: 15px auto;
    text-align: center;
    width: 90%;
    line-height: 1.1;
  }
  #form .form_list li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #form .form_list .yoyaku {
    font-size: 0.8rem;
    font-weight: 100;
  }
  #form .link_official {
    display: none;
  }
}