@charset "UTF-8";

/*form_clear*/

input[type='text'],
input[type='email'],
input[type='tel'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  outline: none;
}

textarea:fous {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input[type='radio'] {
  display: none;
}

input[type='radio'] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

input[type='radio'] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

input[type='radio'] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
}

input[type='radio']:checked + span::after {
  opacity: 1;
}

input[type='submit'],
button[type='submit'] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 4px;
}

/* submit {
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0.32);
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 0.6em 2em;
    text-decoration: none;
}

submit:hover,
submit:focus {
    outline: none;
}

submit::-moz-foucus-inner {
    border: none;
    padding: 0;
} */

/*form clear END*/

/*contact strat*/

#page-contact .ly_contact {
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  #page-contact .ly_contact {
    padding-bottom: 9.43%;
  }
}

@media screen and (max-width: 479px) {
  #page-contact .ly_contact {
    padding-bottom: 15.974%;
  }
}

.bl_contact_header {
  text-align: center;
  padding-bottom: 60px;
}

.bl_contact_header h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #009ce5;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 959px) {
  .bl_contact_header h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 479px) {
  .bl_contact_header h3 {
    font-size: 2rem;
  }

  .bl_contact_header p {
    text-align: left;
  }
}

/*contactform*/

.contactform .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 5rem;
}

.contactform .box:nth-child(8) {
  border-bottom: 1px solid #e5e5e5;
}

.contactform .box dt {
  width: 30%;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.required,
.optional {
  position: absolute;
  display: inline-block;
  right: 2rem;
  font-weight: normal;
}

.required {
  font-size: 13px;
  color: #fff;
  background: #de8000;
  padding: 1px 16px;
}

.optional {
  font-size: 13px;
  color: #fff;
  background: #aaa;
  padding: 1px 16px;
}

.contactform .box dd {
  width: 70%;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
  background: #f5f5f5;
  border: none;
  height: 50px;
  font-size: 1.6rem;
}

textarea {
  background: #f5f5f5;
  border: none;
  height: 155px;
  font-size: 1.6rem;
}

input[type='radio'] + span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.radio_wrapper .wpcf7-list-item {
  margin: 0;
}

.radio01 span.wpcf7-list-item-label {
  width: 258px;
  margin-bottom: 8px;
}

.radio02 span.wpcf7-list-item-label {
  width: 116px;
}

@media screen and (max-width: 959px) {
  .contactform .box {
    padding: 3rem 3rem;
  }
}

@media screen and (max-width: 880px) {
  .contactform .box {
    display: block;
    padding: 2rem 1rem;
  }

  .contactform .box dt {
    width: 100%;
    padding-bottom: 1.6rem;
  }

  .contactform .box dd {
    width: 100%;
  }

  .required,
  .optional {
    right: 0;
  }
}

@media screen and (max-width: 607px) {
  .radio02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  .radio01 span.wpcf7-list-item-label {
    margin-bottom: 6px;
  }

  .radio02 span.wpcf7-list-item-label {
    margin-bottom: 6px;
  }

  input[type='text'],
  input[type='email'],
  input[type='tel'] {
    height: 45px;
  }
}

/*btn*/
.wpcf7 input.wpcf7-submit:not(#submitEntry) {
  background-color: #009ce5;
  border: 0;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  width: 290px;
  padding: 16px 0;
  border-radius: 0;
  font-size: 1.5rem;
}

.submit_btn {
  padding-top: 6rem;
}

@media screen and (max-width: 880px) {
  .submit_btn {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-submit {
    transition: all 0.3s;
  }
  .wpcf7-submit:hover {
    opacity: 0.8;
  }
}
