@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
h1,
h2 {
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.must {
  display: inline;
  color: red;
  font-size: 14px;
}

.blue-box {
  background: #eff6fc;
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  padding: 30px 5%;
  border-radius: 40px;
  margin-bottom: 100px;
}
.blue-box h1 {
  padding: 30px 0 20px 0;
}

section.contact {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 50px 5%;
}
section.contact .content {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
section.contact form {
  margin: 30px 0;
}
section.contact input,
section.contact select {
  border: solid 1px #666666;
  border-radius: 3px;
  width: 400px;
  max-width: 100%;
  padding: 3px 5px;
}
section.contact select {
  text-align: center;
}
section.contact .birth input {
  width: 70px;
  margin: 0 10px;
}
section.contact input#year {
  width: 100px;
  margin-left: 0;
}
section.contact input#tel {
  width: 250px;
  max-width: 100%;
  margin-left: 0;
}
section.contact td {
  font-weight: 600;
}
section.contact td p {
  display: inline;
  font-size: 12px;
}
section.contact table {
  width: 100%;
  border-spacing: 10px 30px !important;
  border-collapse: separate;
}
section.contact table th {
  width: 30%;
  text-align: left;
  vertical-align: top;
}
section.contact textarea {
  width: 400px;
  max-width: 100%;
  padding: 5px 5px;
  height: 200px;
  border: solid 1px rgb(37, 37, 37);
  border-radius: 3px;
}
section.contact .auto1 {
  width: auto;
  padding: 20px;
}
section.contact .auto2 {
  width: auto;
}
section.contact .auto3 {
  width: auto;
  margin-right: 5px;
}
section.contact .auto4 {
  width: auto;
}
section.contact .radio2 label,
section.contact .radio1 label {
  margin-right: 10px;
}
section.contact .radio1 {
  padding: 20px 0;
}
section.contact .radio2 {
  padding: 20px 0;
}
section.contact .textarea {
  width: 100%;
  height: 2px;
  margin: 50px 0 30px 0;
  background-color: rgb(169, 169, 169);
}
section.contact ul {
  padding-left: 20px;
}
section.contact ul.info {
  margin-top: 30px;
  list-style: "※";
}
section.contact ul.info li {
  margin-bottom: 5px;
}

section.contact .submit {
  text-align: center;
  display: block;
  margin: 5px auto;
  width: 300px;
  color: white;
  margin-top: 20px;
}
section.contact .submit input,
section.contact .submit a {
  max-width: 80%;
  margin: 30px auto;
  padding: 25px 0;
  text-align: center;
  color: white;
  border-radius: 15px;
  font-size: 25px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: rgb(230, 0, 19);
  background: linear-gradient(180deg, #e99e35 0%, #fbb578 36%, #ff931e 100%);
  line-height: 1.5em;
  font-weight: 600;
  width: 200px;
  padding: 15px 0;
}
section.contact .submit a {
  margin-top: 100px;
}

section.another {
  margin-top: 50px;
  margin-bottom: 30px;
}
section.another h2 {
  color: #004da1;
}
section.another p {
  margin-top: 20px;
}

section.check-box {
  margin-bottom: 50px;
}

.b-flex {
  display: flex;
  justify-content: center;
}
.b-flex .co-submit {
  max-width: 80%;
  margin: 30px auto;
  padding: 25px 0;
  text-align: center;
  color: white;
  border-radius: 15px;
  font-size: 25px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: rgb(230, 0, 19);
  background: linear-gradient(180deg, #e99e35 0%, #fbb578 36%, #ff931e 100%);
  line-height: 1.5em;
  font-weight: 600;
  width: 200px;
  padding: 15px 0;
}
.b-flex .co-back {
  max-width: 80%;
  margin: 30px auto;
  padding: 25px 0;
  text-align: center;
  border: solid 1px #666666;
  border-radius: 15px;
  font-size: 25px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.5em;
  font-weight: 600;
  width: 200px;
  padding: 15px 0;
}

@media (max-width: 700px) {
  section.contact table {
    border-spacing: 0px 30px !important;
  }
  section.contact input,
  section.contact select {
    width: auto;
    max-width: auto !important;
  }
  section.contact {
    border-radius: 30px;
    padding-bottom: 20px;
  }
  section.contact form {
    margin-top: 0;
  }
  section.contact input#tel {
    width: auto;
  }
  section.contact textarea {
    width: auto;
    max-width: auto !important;
  }
  p {
    font-size: 14px;
  }
  p .must {
    font-size: 14px !important;
    display: inline;
  }
  .must {
    font-size: 10px;
    display: block;
  }
  table th {
    font-size: 13px;
  }
  table td {
    padding-left: 10px;
    font-size: 13px;
  }
  section.contact td p {
    display: block;
  }
  section.contact table input#year {
    width: 70px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  section.contact table .birth input {
    width: 50px;
  }
  section.contact table .birth-left {
    margin-left: 0;
  }
  section.contact table th {
    width: 40%;
  }
  .blue-box h1 {
    font-size: 23px;
    padding: 10px 0 0px 0;
  }
  section.contact .radio1,
  section.contact .radio2 {
    padding-left: 10px;
  }
  section.contact .radio2 label,
  section.contact .radio1 label {
    margin-right: 5px;
  }
  section.contact .radio2 {
    padding-left: 10%;
  }
  section.contact .radio2 label,
  section.contact .radio2 input {
    margin-bottom: 10px;
  }
  section.contact ul.info {
    margin-top: 0;
  }
  section.contact ul.info li {
    font-size: 14px;
  }
  section.contact .submit {
    width: 80%;
  }
  section.contact .submit input {
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 0;
  }
  section.another h2 {
    font-size: 23px;
    text-align: left;
  }
  section.another {
    padding-bottom: 50px;
  }
  .b-flex .co-back {
    width: 80%;
  }
  .b-flex .co-back input {
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .b-flex .co-submit {
    width: 80%;
  }
  .b-flex .co-submit input {
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 0;
  }
  section.check-box table td {
    word-wrap: break-word; /* 長い単語を折り返す */
    width: 100px; /* ボックスの幅を設定 */
    min-width: 100px;
    max-width: 100px;
    box-sizing: border-box; /* パディングを含めたボックスサイズ */
  }
  section.check-box .radio2 {
    padding-left: 10px;
  }
  .b-flex .sb {
    width: 200px;
    min-width: 100px;
  }
  .b-flex .co-back,
  .b-flex .co-submit {
    font-size: 20px;
    margin-top: 0;
    padding: 10px 0;
  }
}/*# sourceMappingURL=contact.css.map */