@charset "UTF-8";

#contact dl {
  margin-top: 80px;
}
#contact dt {
  font-size: 20px;
}
#input dd {
  padding: 20px 0;
  margin-bottom: 35px;
}

#contact input,
#contact select,
#contact textarea,
#contact .select_wrapper p {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  font-size: 18px;
  outline: none;
}

#contact select,
#contact .select_wrapper p {
  background: #fff;
  border: 1px solid #a4a4a4;
  border-top: 2px solid #03b6ff;
  border-radius: 0;
  font-size: 20px;
  text-align: center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: transparent;
  z-index: 2;
  opacity: 0;
  position: relative;
  line-height: 25px;
}
#contact .select_wrapper p {
  color: #0e243d;
  margin-bottom: 0;
  z-index: 1;
  opacity: 1;
  position: absolute;
}
#contact .select_wrapper {
  position: relative;
}
#contact .select_wrapper::before {
  position: absolute;
  top: 10px;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 3px solid #03b6ff;
  border-top: 0;
  border-left: 0;
  content: "";
  z-index: 3;
  transform: translateY(-50%) rotateZ(45deg);
}

#contact input,
#contact textarea {
  background: #f2f2f5;
  border: none;
}
#contact input::placeholder,
#contact textarea::placeholder {
  color: #a4a4a4;
  font-weight: normal;
  font-size: 16px;
}
#contact textarea {
  height: 230px;
  resize: none;
}

#contact .blue_circle {
  position: relative;
}
#contact label.blue_circle {
  padding-right: 15px;
}
#contact .blue_circle::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #03b6ff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#contact p.blue_circle {
  padding-left: 15px;
}
#contact p.blue_circle::before {
  left: 0;
  right: auto;
}
#contact .submit_area {
  text-align: center;
}
#contact .submit_area input,
#contact .submit_area .submit_back{
  display: inline-block;
  color: #fff;
  background: #03b6ff;
  font-size: 24px;
  padding: 20px 70px;
  width: auto;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: none;
}
#contact .submit_area input:hover {
  background: #ff6969;
}
#contact .submit_area .submit_back:hover {
  background: #bdbdbd;
}
#contact .submit_area .submit_back{
  margin-right: 20px;
  background: #868686;
  text-decoration: none;
}
.formError .formErrorContent {
  background: transparent;
  color: #d93025;
  font-size: 16px;
  padding: 5px 0;
}

#confirm dl{
  margin-bottom: 35px;
}

#contact .tel_box{
  padding: 40px 90px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
#contact h5 {
  font-size: 18px;
  margin-bottom: 25px;
}
#contact .tel_number {
  font-size: 40px;
  line-height: initial;
  font-weight: bold;
}
#contact .img_box img {
  width: auto;
}
#contact .img_box {
  width: 100px;
  height: 100px;
  margin: 0 auto 50px;
}
@-moz-document url-prefix(){
  #contact select{
  color: #0e243d;
}
}