@charset "utf-8";

/* default PC */

#contents .contact-area h2 {
  text-align: center;
  margin-bottom: 30px;
  border: 0;
  padding: 0;
}

#contents .contact-area {
  max-width: 950px;
  width: 100%;
}

#contact #contents .table-01 th.need  {
  width: 250px;
}
#visa-contact #contents .table-01 th,#ishikawagumisama #contents .table-01 th  {
  width: 100%;
  display: block;
  padding: 18px 20px 0 18px;
}
#visa-contact form table input,#ishikawagumisama form table input {
    width: 100%;
}
#visa-contact form table input[type="checkbox"] {
    width: 21px;
    height: 17px;
    position: relative;
    top: 1px;
}
body#visa-contact{
  font-family: "Arial";
}
#visa-contact #contents h2 {
  line-height: 1.4em;
}
#contents .visa-checkbox p{
  text-indent: -1.4em;
  padding-left: 2em;
}
#contents .table-01 td {
  border: none;
  font-size: 1.05em;
  padding: 15px 20px;
  background-color: #fff0;
}
#visa-contact #contents .table-01 td,#ishikawagumisama #contents .table-01 td {
  display: block;
  width: 100%;
  padding: 0 20px 15px 20px;
}
#contact #contents .table-01 tr,
#contact #contents .table-01 th,
#visa-contact #contents .table-01 tr,
#visa-contact #contents .table-01 th,
#ishikawagumisama #contents .table-01 tr,
#ishikawagumisama #contents .table-01 th  {
  border: none;
}
#ishikawagumisama  .table-01 th.no-need p {
    padding-left: 0;
}
#contents .table-01 td input,
#contents .table-01 td textarea {
  border-radius: 5px;
}
#contact .table-01 th {
    background-color: #fff;
}
#contact .table-01 p{
  margin-bottom: 0;
}
input[type="submit"] {
  background-color: #f2db5b;
  border: 0;
  color: #0C2340;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-top: 35px;
  max-width: 400px;
  padding: 20px;
  transition: 0.5s;
  width: 100%;
  border-radius: 50px;
}

.contact-about {
  background-color: #fff;
  padding: 30px 30px 20px;
  border-radius: 10px;
}

#contents .contact-about p {
  text-align: center;
  font-size: 18px;
}

#contents .contact-about p a.tel-txt {
  font-size: 150%;
  font-family: "Roboto";
  font-weight: 600;
  margin-right: 10px;
  color: #2BB3E9;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  .contact-about {
    padding: 30px 30px 20px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .table-01 th {
    padding: 10px 15px;
  }

  #contents .table-01 td {
    padding: 10px 15px;
  }

  #contents .table-01 th p {
    margin-bottom: 0;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .contact-about {
    padding: 20px 15px 15px;
  }

  #contents .contact-about p {
    font-size: 17px;
    text-align: left;
  }

  form table input {
    width: 100%;
  }

  #contents .contact-about p a.tel-txt {
    font-size: 120%;
  }

  #contents .contact-area h2 {
    margin-bottom: 30px;
  }
}