@charset "UTF-8";
.title {
  padding: 100px 0;
  background: url(../images/bg_index01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title {
    padding: 60px 0;
  }
}

.title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: auto;
  padding: 30px 0;
  background: url(../images/img_index01.png) no-repeat center center;
  background-size: 220px auto;
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
}

@media all and (-ms-high-contrast: none) {
  .title h2 {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 18px;
    top: 65px;
  }
}

.title h2 span {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .title h2 span {
    font-size: 14px;
  }
}

.contactArea {
  padding: 120px 0 40px;
}

@media screen and (max-width: 767px) {
  .contactArea {
    padding: 80px 0 40px;
  }
}

.contactArea .container {
  width: 1000px;
}

@media screen and (max-width: 1050px) {
  .contactArea .container {
    width: 94%;
  }
}

.contact {
  width: 100%;
}

.contact tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.contact th {
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact th {
    width: 100%;
    padding: 20px 0 0 0;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .contact th {
    font-size: 14px;
  }
}

.contact td {
  width: 70%;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  .contact td {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .contact td {
    width: 100%;
    padding: 10px 0 20px;
    display: block;
  }
}

.contact td .checkbox {
  margin: 5px 20px 5px 0;
}

@media screen and (max-width: 500px) {
  .contact td .checkbox {
    margin: 15px 0;
    display: block;
  }
}

.contact .min {
  font-size: 12px;
}

.contact .required {
  color: #fff;
  font-size: 12px;
  height: 18px;
  margin: auto;
  padding: 0 5px;
  background: #ef4b18;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .contact .required {
    padding: 3px 5px 0;
    top: 30px;
    bottom: auto;
  }
}

@media screen and (max-width: 950px) {
  .contact .required {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact .required {
    top: 22px;
    bottom: auto;
    right: 0;
  }
}

.contact .box01 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .contact .box01 {
    width: 100%;
  }
}

.contact .box02 {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .contact .box02 {
    width: 100%;
  }
}

.contact .box03 {
  width: 600px;
}

@media screen and (max-width: 1000px) {
  .contact .box03 {
    width: 100%;
  }
}

.contact input[type="text"], .contact input[type="email"] {
  border: 1px solid #ccc;
}

.contact input[type="tel"] {
  font-size: 16px;
  height: 40px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .contact input[type="tel"] {
    width: 100%;
  }
}

.contact .verticaltop {
  vertical-align: top;
  padding: 20px 0 20px 10px;
}

@media screen and (max-width: 767px) {
  .contact .verticaltop {
    padding: 20px 0 0;
  }
}

.contact .contactContents th {
  vertical-align: top;
  padding-top: 20px;
}

.contact .contactContents p {
  width: 191px;
}

@media screen and (max-width: 767px) {
  .contact .contactContents p {
    width: 100%;
  }
}

.contact .contactContents .red {
  color: #ef4b18;
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
}

.contact .contactContents .required {
  top: 22px;
  bottom: auto;
}

.contact02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact02 tr {
    border: none !important;
  }
}

.contact02 td {
  width: 65%;
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
  .contact02 td {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .contact02 td {
    width: 100%;
    padding-left: 0;
  }
}

.contact02 th {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact02 th {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
  }
}

.privacy {
  padding: 40px 0;
}

.privacy h5 {
  color: #96ba00;
  font-size: 16px;
}

.privacy .text01 {
  font-size: 14px;
  padding: 30px 0 40px;
}

.privacy .text01 a {
  color: #96ba00;
  text-decoration: underline;
}

.checkbox:after {
  border-right: 3px solid #97c40c;
  border-bottom: 3px solid #97c40c;
}

.send input[type="submit"] {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 16px;
  width: 350px;
  padding: 25px 0;
  background: url(../images/img_index02.png) no-repeat center;
  border-radius: 40px;
  opacity: 1;
}

.send input[type="submit"]:disabled {
  background: url(../images/img_index03.png) no-repeat center;
  cursor: default;
}

@media screen and (max-width: 400px) {
  .send input[type="submit"] {
    width: 100%;
    background-size: cover;
  }
}

.send02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .send02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

.send02 input[type="button"] {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 16px;
  width: 350px;
  margin-right: 20px;
  padding: 25px 0;
  background: url(../images/img_index03.png) no-repeat center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .send02 input[type="button"] {
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .send02 input[type="button"] {
    width: 100%;
    background-size: cover;
  }
}

.send02 input[type="submit"] {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 16px;
  width: 350px;
  padding: 25px 0;
  background: url(../images/img_index02.png) no-repeat center;
  border-radius: 40px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .send02 input[type="submit"] {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 400px) {
  .send02 input[type="submit"] {
    width: 100%;
    background-size: cover;
  }
}

.radio_input {
  display: none;
}

.radio_input + label {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .radio_input + label {
    display: block;
    margin: 15px 0;
  }
}

.radio_input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.radio_input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #96ba00;
  border-radius: 50%;
}

.selectBox01 {
  display: inline-block;
}

@media screen and (max-width: 450px) {
  .selectBox01:after {
    right: 5px;
  }
}

.selectBox01 select {
  font-size: 14px;
}

@media screen and (max-width: 450px) {
  .selectBox01 select {
    padding-left: 8px;
  }
}

.selectBox01.select01 {
  width: 100px;
}

@media screen and (max-width: 450px) {
  .selectBox01.select01 {
    width: 70px;
  }
}

.selectBox01.select02 {
  width: 80px;
}

@media screen and (max-width: 450px) {
  .selectBox01.select02 {
    width: 50px;
  }
}

.selectTxt01 {
  padding: 0 16px 0 4px;
}

.thanksArea {
  padding: 120px 0 40px;
}

@media screen and (max-width: 767px) {
  .thanksArea {
    padding: 80px 0 40px;
  }
}

.thanksArea .container {
  width: 1000px;
}

@media screen and (max-width: 1050px) {
  .thanksArea .container {
    width: 94%;
  }
}

.thanksArea .text01 {
  font-size: 16px;
  padding-bottom: 50px;
}

.thanksArea .btn a {
  color: #fff;
  font-size: 16px;
  width: 350px;
  margin: auto;
  padding: 25px 0;
  background: url(../images/img_index02.png) no-repeat center;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .thanksArea .btn a {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 400px) {
  .thanksArea .btn a {
    width: 100%;
    background-size: cover;
    border-radius: 35px;
  }
}

.footer {
  border-top: 1px solid #d6d6d6;
}
