@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "my-font";
  src: url("../font/Franklin Gothic Demi Cond Regular.ttf");
}
/*-----PC-----*/
@media screen and (min-width: 600px) {
  .side_btn {
    width: 120px;
    position: fixed;
    right: 0;
    top: 125px;
    line-height: 0;
  }
  .main_contact {
    padding: 175px 0 0 0;
    min-height: 500px;
  }
  .h3_main_contact {
    font-size: 3rem;
    margin: 0 auto 0 auto;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 0.7;
    text-align: center;
  }
  .h3_main_contact span {
    font-size: 1.3rem;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  #contact .form {
    clear: both;
  }
  #contact .form table {
    border-collapse: collapse;
    width: 700px;
    margin: 25px auto 0 auto;
    font-size: 16px;
  }
  #contact .form table th, #contact .form td {
    line-height: 25px;
    border-bottom: solid 1px #c8c8c8;
  }
  #contact .form table th {
    width: 150px;
    font-weight: 500;
    padding: 17px 0 10px 20px;
    text-align: left;
    vertical-align: top;
  }
  #contact .form td {
    padding: 10px 10px 10px 10px;
  }
  #contact .form td input#name {
    width: 100%;
    height: 20px;
    font-size: 14px;
    padding: 5px 0 5px 5px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form td input#mail {
    width: 100%;
    height: 20px;
    font-size: 14px;
    padding: 5px 0 5px 5px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form td input#tel {
    width: 100%;
    height: 20px;
    font-size: 14px;
    padding: 5px 0 5px 5px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 14px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 5px 0 0 0;
  }
  #contact .form #formEnd button {
    margin: 10px 0 0;
    border: none;
    background-color: #fff;
  }
  input {
    vertical-align: middle;
    margin: 5px 5px 5px 0;
  }
  div#formEnd:hover {
    opacity: 0.8;
  }
  .main_contact p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 25px 0 0 0;
  }
}
/*-----SP-----*/
@media only screen and (max-width: 599px) {
  .side_btn {
    width: 80px;
    position: fixed;
    right: 0;
    top: 90px;
    line-height: 0;
  }
  .side_btn img {
    width: 80px;
  }
  .main_contact {
    padding: 120px 0 0 0;
    min-height: 300px;
  }
  .h3_main_contact {
    font-size: 3rem;
    margin: 0 auto 0 auto;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 0.7;
    text-align: center;
  }
  .h3_main_contact span {
    font-size: 1.3rem;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  #contact .form {
    clear: both;
  }
  #contact .form table {
    border-collapse: collapse;
    width: 95%;
    margin: 25px auto 0 auto;
    font-size: 13px;
  }
  #contact .form table th, #contact .form td {
    line-height: 20px;
    border-bottom: solid 1px #c8c8c8;
  }
  #contact .form table th {
    width: 35%;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    vertical-align: top;
  }
  #contact .form td {
    padding: 10px;
  }
  #contact .form td input#name {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 5px 0 5px 5px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form td input#mail {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 5px 0 5px 5px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form td input#tel {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 5px 0 5px 5px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e7e7e7;
    border: none;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 5px 0 0 0;
  }
  #contact .form #formEnd button {
    margin: 10px 0 0;
    border: none;
    background-color: #fff;
  }
  #contact .form #formEnd img {
    display: block;
    width: 90%;
    max-width: 345px;
    margin: 5px auto 0 auto;
  }
  input {
    vertical-align: middle;
    margin: 5px 5px 5px 0;
  }
  .main_contact p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 25px 0 0 0;
  }
}