/* ----------------------------------------------------------------------------
CONTACT
---------------------------------------------------------------------------- */
@media screen and (min-width: 1281px) {
  #sec_contact {
    padding: 40px 0 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_contact {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact {
    padding: 40px 0 80px;
  }
}

.txt.intro {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}

.thanks-text {
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}

.form-wrap {
  max-width: 880px;
  margin: auto;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  color: #092d4c;
}

.form-group label {
  display: block;
  margin-bottom: 16px;
}

.form-group .input_box,
.form-group .select_box {
  height: 50px;
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.8;
  background-color: #f6f7f8;
  border-radius: 10px;
  border: solid 1px #cccccc;
}

.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 168px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  background-color: #f6f7f8;
  border-radius: 10px;
  border: solid 1px #cccccc;
}
.wpcf7-select option {
  color: #092d4c;
}

select.form-select.is-placeholder {
  color: #b9b9b9;
}

select.form-select {
  color: #092d4c;
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.8;
  border-radius: 10px;
  background-color: #f6f7f8;
  border: solid 1px #cccccc;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background-color: #f6f7f8;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #9f0000;
  font-size: 1.2rem;
  padding: 2px 10px 3px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  background: none;
  margin-bottom: 150px;
}

.form-group.submit_btn input,
.top_back_btn {
  width: 236px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #092d4c;
  border-radius: 25px;
  transition: 0.3s;
  color: #ffffff;
}

.top_back_btn {
  margin: auto;
}

.form-group.submit_btn input:hover {
  background-color: #00bff2;
}

.top_back_btn:hover {
  background-color: #00bff2;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}

.form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}
.form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}

.confirm .form-group .input_box,
.confirm .form-group .select_box,
.confirm .item-radio,
.confirm .text_box {
  background-color: #f5f5f5;
  line-height: 50px;
  padding-left: 10px;
}/*# sourceMappingURL=contact.css.map */