@charset "UTF-8";
.contact .dl_box {
  margin-bottom: 40px;
  border-top: solid 1px #222;
}
.contact dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #222;
}
.contact dl dt {
  width: 30%;
  padding: 25px 3%;
  font-weight: 500;
  color: #cbcbcb;
  display: flex;
  align-items: center;
  position: relative;
}
.contact dl dd {
  margin: 0;
  width: 70%;
  padding: 25px 3%;
}
.contact .input {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 10px 3%;
  background: no-repeat;
  border: solid 1px #4d4d4d;
  outline: none;
  border-radius: 0;
  color: #fff;
}
.contact textarea {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 10px 3%;
  background: no-repeat;
  border: solid 1px #4d4d4d;
  outline: none;
  border-radius: 0;
  color: #fff;
  height: 100px;
  display: block;
}
.contact .required {
  position: absolute;
  right: 10%;
  font-size: 12px;
  color: #be0b2f;
}
::placeholder {
  color: #4d4d4d;
}
.contact .pp_box {
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 20px 0 25px;
  margin-bottom: 60px;
}
.contact .pp_box h5 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto 10px;
}
/*チェックボックス*/
.contact .pp_box input[type="checkbox"] {
  display: none;
}
.contact .pp_box label {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact .pp_box label::before {
  border: 1px solid #fff;
  background-color: #1a1a1a;
  border-radius: 0;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9.5px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.contact .pp_box label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6.5px;
  margin-top: -6.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.contact .pp_box input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.contact .pp_box p.check_box {
  text-align: center;
  margin: 20px auto 0;
}
.contact .btn_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.contact .submit {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #fff;
  background: no-repeat;
  border: none;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
}
.contact .submit.clear {
  border: solid 1px #4d4d4d;
}
.contact .btn {
  width: 40%;
  margin: 0 4%;
  background: linear-gradient(45deg, rgba(1, 53, 113, 1), rgba(1, 88, 195, 1), rgba(1, 53, 113, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all .3s;
}
.contact .btn:hover {
  background-position: 99% 50%;
  transition: all .3s;
}
.contact .btn.clear {
  background: no-repeat;
  background-color: #4d4d4d;
}
.contact .btn.clear:hover {
  opacity: 0.8;
}
/**/
.second.contact {
  padding: 150px 0 80px;
  background-color: #000;
  color: #fff;
}
.second.contact p {
  text-align: center;
}
.second.contact h4 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.second.contact .btn02 a {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 450px;
  color: #fff;
  background: linear-gradient(45deg, rgba(1, 53, 113, 1), rgba(1, 88, 195, 1), rgba(1, 53, 113, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  display: block;
  text-decoration: none;
  transition: all .3s;
}
.second.contact .btn02 a:hover {
  background-position: 99% 50%;
}
@media screen and (max-width:1050px) {
  .contact .dl_box {
    margin-bottom: 20px;
  }
  .contact dl {
    display: block;
  }
  .contact dl dt {
    width: auto;
    padding: 15px 0 10px;
  }
  .contact dl dd {
    width: auto;
    padding: 0 0 22px;
  }
  .contact .required {
    position: absolute;
    right: 0;
  }
  .contact .pp_box {
    width: 90%;
    padding: 25px 5% 28px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .contact .pp_box h5 {
    font-size: 18px;
  }
  .contact .submit {
    padding: 15px 0;
  }
  .contact .btn {
    width: 45%;
  }
  /**/
  .second.contact {
    padding: 120px 0 50px;
  }
  .second.contact h4 {
    font-size: 24px;
  }
  .second.contact .btn02 a {
    width: 300px;
    font-size: 18px;
    padding: 15px 0;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
}