/* _setting CSS */
#contents .sec1 {
  position: relative;
  padding: 0 0 200px;
}
#contents .sec1._thanks {
  padding: 60px 0 560px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1._thanks {
    padding: 0 0 36vw;
  }
}
#contents .sec1 .att {
  display: inline-block;
  position: relative;
  top: -1px;
  font-size: 1.2rem;
  color: #f67987;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .att {
    top: 0;
    font-size: 2.8rem;
  }
}
#contents .sec1 .text1 {
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .text1 {
    padding: 10.6666666667vw 0;
  }
}
#contents .sec1 .text1 .l {
  display: inline-block;
  padding: 0 0 15px;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .text1 .l {
    font-size: 4rem;
    padding: 0;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec1 .flow {
    position: absolute;
    top: 0;
    right: 80px;
    border-left: 1px solid #b69031;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .flow {
    display: flex;
    border-bottom: 1px solid #b69031;
  }
}
#contents .sec1 .flow li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 44px;
  color: #8d8d8d;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .flow li {
    display: flex;
    align-items: center;
    width: 33%;
    padding: 0;
    margin: 0 0 2.6666666667vw;
    font-size: 3rem;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec1 .flow li:last-child {
    margin: 0;
  }
}
#contents .sec1 .flow li.on {
  color: #b69031;
}
#contents .sec1 .flow li.on::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #b69031;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .flow li.on::before {
    position: relative;
    top: 0.6666666667vw;
    left: 0;
    margin: 0 2.6666666667vw 0 0;
  }
}
#contents .sec1 table {
  width: 100%;
  margin: 0 0 50px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table {
    margin: 0;
  }
  #contents .sec1 table * {
    display: block;
  }
}
#contents .sec1 table th,
#contents .sec1 table td {
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table th,
#contents .sec1 table td {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table tr {
    padding: 4vw 0;
  }
}
#contents .sec1 table th {
  width: 210px;
  padding: 50px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table th {
    width: 100%;
    padding: 0 0 2.6666666667vw;
    font-size: 3rem;
  }
}
#contents .sec1 table td.conf {
  padding: 50px 0 0;
}
#contents .sec1 table input[type=text],
#contents .sec1 table input[type=tel],
#contents .sec1 table input[type=email],
#contents .sec1 table textarea,
#contents .sec1 table select {
  display: block;
  width: 690px;
  height: 70px;
  padding: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table input[type=text],
#contents .sec1 table input[type=tel],
#contents .sec1 table input[type=email],
#contents .sec1 table textarea,
#contents .sec1 table select {
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 15px;
  }
}
#contents .sec1 table input[type=text] + input,
#contents .sec1 table input[type=tel] + input,
#contents .sec1 table input[type=email] + input,
#contents .sec1 table textarea + input,
#contents .sec1 table select + input {
  margin-top: 20px;
}
#contents .sec1 table textarea {
  height: 300px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table textarea {
    height: 93.3333333333vw;
    padding: 15px;
  }
}
#contents .sec1 table p {
  padding: 5px 0 0;
}
#contents .sec1 table .attention {
  color: red;
}
#contents .sec1 table .st {
  margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table .st {
    margin: 0 5px;
    display: inline-block;
  }
}
#contents .sec1 table .select {
  display: inline-block !important;
  position: relative;
  width: 690px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table .select {
    width: 100%;
  }
  #contents .sec1 table .select span {
    display: inline-block;
    width: auto;
  }
}
#contents .sec1 table .select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #b69031 transparent transparent transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table .select::before {
    right: 4vw;
  }
}
#contents .sec1 table .select select {
  -webkit-appearance: none;
  width: 100%;
}
#contents .sec1 table .select._m {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table .select._m {
    width: 20vw;
  }
}
#contents .sec1 table .select._s {
  width: 160px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table .select._s {
    width: 17.3333333333vw;
  }
}
#contents .sec1 table label {
  display: inline-flex;
  padding: 22px 0;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table label {
    padding: 1.3333333333vw 0;
    margin: 0 6.6666666667vw 0 0;
  }
}
#contents .sec1 table label input {
  display: none;
}
#contents .sec1 table label input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #b69031;
  transform: translateY(-50%);
}
#contents .sec1 table label span {
  display: flex;
  align-items: center;
  position: relative;
}
#contents .sec1 table label span::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  border: 1px solid #b69031;
  border-radius: 100%;
}
#contents .sec1 table label.check span::before {
  border-radius: 0;
}
#contents .sec1 table label.check input:checked + span::before {
  background: #b69031;
}
#contents .sec1 table label.check input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 14px;
  height: 8px;
  border-radius: 0;
  background: none;
  border: 3px solid #fff;
  border-right: none;
  border-top: none;
  transform: translateY(-70%) rotate(-45deg);
}
#contents .sec1 table .privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 690px;
  height: 160px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  background: #f8f8f8;
}
#contents .sec1 table .privacy label {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 table .privacy {
    width: 100%;
    height: 40vw;
    text-align: center;
  }
}
#contents .sec1 table .privacy a {
  color: #b69031;
  text-decoration: underline;
}
#contents .sec1 .btn_wrap {
  border-top: 2px solid #233a4c;
  text-align: right;
}
@media all and (min-width: 1001px) {
  #contents .sec1 .btn_wrap {
    width: 900px;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .btn_wrap {
    margin: 13.3333333333vw 0;
    padding: 13.3333333333vw 0 0;
    border-width: 1px;
  }
}
#contents .sec1 .btn_wrap a,
#contents .sec1 .btn_wrap buttom {
  width: 260px;
  padding-left: 64px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .btn_wrap a,
#contents .sec1 .btn_wrap buttom {
    width: 53.3333333333vw;
    padding-left: 9.3333333333vw;
  }
}
#contents .sec1 .btn_wrap_confirm {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #233a4c;
}
@media all and (min-width: 1001px) {
  #contents .sec1 .btn_wrap_confirm {
    width: 900px;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .btn_wrap_confirm {
    margin: 13.3333333333vw 0;
    padding: 13.3333333333vw 0 0;
    border-width: 1px;
  }
}
#contents .sec1 .btn_wrap_confirm a {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .btn_wrap_confirm a {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=contact.css.map */
