@charset "UTF-8";

/* contact */
.contact {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 150px 0 90px;
}
.radio {
  padding: 30px 0 0 0;
}
input[type="text"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Radio */
input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  line-height: 30px;
  cursor: pointer;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type="radio"] {
    display: none;
    margin: 0;
  }
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input[type="radio"] + label {
    margin-right: 50px;
    padding: 0 0 0 34px;
  }
  input[type="checkbox"] + label {
    padding: 0 0 0 24px;
  }
  input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
  }
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
  }
  input[type="radio"] + label::before {
    border: 1px solid #000;
    border-radius: 30px;
  }
  input[type="checkbox"] + label::before {
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
  input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="radio"]:checked + label::after {
    left: 6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #7dc3f0;
    border-radius: 12px;
  }
  input[type="checkbox"]:checked + label::after {
    left: 5px;
    width: 20px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid #7dc3f0;
    border-bottom: 3px solid #7dc3f0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.form_txt {
  font-size: 1.4em;
  line-height: 1;
  padding: 50px 0 10px;
}
.confirm_txt {
  font-size: 1.4em;
  line-height: 1;
  padding: 10px 0 10px;
  color: #7dc3f0;
}
.contact_txt {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 50px 0 10px;
  text-align: center;
}
.contact_txt_p {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
  padding: 50px 0 10px;
}
.error_txt {
  font-size: 1.4em;
  line-height: 1.6;
  padding: 10px 0;
  color: #ff002a;
}
.blue {
  color: #7dc3f0;
}
.gray {
  color: #707070;
}
.form_box {
  font-family: inherit !important;
	font-weight: normal !important;
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 10px;
  color: #1e1e1e;
}
.form_body {
  font-family: inherit !important;
	font-weight: normal !important;
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 10px;
  color: #1e1e1e;
  height: 250px;
}
.form_box_a {
  margin: auto;
  padding: 0 0 40px;
}
.form_box_b {
  margin: auto;
  padding: 0 0 30px;
}
.contact_txt_a {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 30px 0 0;
}
.contact_txt_b {
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
  padding: 10px 0 50px;
}
.contact_txt_c {
  font-size: 1.3em;
  line-height: 1.6;
}
.contact_txt_d {
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
  margin: auto;
  padding: 30px 0 0;
}
.contact_txt_e {
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
  color: #7dc3f0;
  margin: auto;
  padding: 20px 0 50px;
}
.txt_box {
  border: 1px solid #707070;
  overflow-y: scroll;
  width: 100%;
  height: 320px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
}
.check {
  text-align: center;
  padding: 20px 0 0;
}
.form_btn {
  background-color: #7dc3f0;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
}
.form_btn:hover {
  color: #fff;
}
.form_btn_back {
  background-color: #7dc3f0;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  border: none;
  margin: 30px 0 0 0;
  padding: 20px 0;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
}
.form_btn_back:hover {
  color: #fff;
}
.contact-hr {
  width: 100%;
  border-top: 1px solid #7dc3f0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 20px 0;
}

/* comp */
.comp_txt {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
  padding: 50px 0;
}
.btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.btn a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 6px;
  padding: 25px 0;
  position: relative;
}
.btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

/* 404 */
.contact_title {
  border-bottom: 2px solid #7dc2ef;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  margin: 75px auto 80px;
  padding: 0 0 35px;
  -webkit-transition: 0.3s ease-in-out;
}
.contact_title_1 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .contact {
    width: 90%;
  }
  .form_txt {
    font-size: 1.3em;
  }
  .form_box {
		font-size: 1.6em;
	}
	.form_body {
		font-size: 1.6em;
	}
  .confirm_txt {
    font-size: 1.3em;
  }
  .contact_txt {
    font-size: 1.2em;
  }
  .contact_txt_p {
    font-size: 1.2em;
  }
  .error_txt {
    font-size: 1.2em;
  }
  .contact_txt_a {
    font-size: 1.5em;
  }
  .contact_txt_b {
    font-size: 1.2em;
  }
  .contact_txt_c {
    font-size: 1.2em;
  }
  .contact_txt_d {
    font-size: 1.2em;
  }
  .contact_txt_e {
    font-size: 1.2em;
  }
  .form_btn {
    font-size: 1.3em;
  }
  .form_btn:hover {
    color: #fff;
  }
  .form_btn_back {
    font-size: 1.4em;
  }
  input[type="radio"] + label {
    font-size: 1.3em;
  }
  input[type="checkbox"] + label {
    font-size: 1.4em;
  }
  .txt_box {
		padding: 25px 20px;
	}
  /* comp */
  .comp_txt {
    font-size: 1.3em;
  }
  .btn {
    width: 200px;
  }
}
