@charset "UTF-8";

#contact_page .wording2 {
  text-align: center;
  padding: 20px 0;
}

#contact_page .form {
  margin-top: 30px;
}

#contact_page .form h4 {
  text-align: center;
  padding: 5px 0;
  border-top: 2px solid #b9ccec;
  background-color: #ddeefe;
}

#contact_page .form dt {
  font-weight: bold;
  padding: 0.5rem;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
}

#contact_page .form dd {
  font-size: 0.75rem;
  color: #222222;
  padding: 0 0.5rem 0.5rem;
}

#contact_page .form span {
  color: #f40000;
  font-weight: bold;
}

#contact_page .form input.type1 {
  width: 80%;
}

#contact_page .form input.type2 {
  width: 4rem;
}

#contact_page .form input.type3 {
  width: 3rem;
}

#contact_page .form input[type="text"] {
  padding: 2px 4px;
}

#contact_page .form select {
  width: 3rem;
  height: 26px;
}

#contact_page .form textarea {
  width: 97%;
  height: 8rem;
  padding: 2px 4px;
}

#contact_page .form .err {
  display: none;
  color: #f40000;
  font-weight: bold;
  padding-top: 5px;
}

#contact_page .form .err.on {
  display: block;
}

#contact_page .form .btn p {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

#contact_page .form .btn p input[type="submit"],
#contact_page .form .btn p input[type="button"] {
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 15px 0;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.22);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.22);
}

#contact_page .form .btn .submit {
  width: 35%;
  color: #fb7c99;
  background-color: #fff7f9;
  border: 1px solid #fb7c99;
}

#contact_page .form .btn .back_btn {
  width: 25%;
  color: #6d6d6d;
  background-color: #f9f9f9;
  border: 1px solid #a9a9a9;
}

#time_area {
  display: none;
  margin-top:5px;
}
#time_area p:nth-of-type(2) {
  padding-top:5px;
}
