@charset "utf-8";
/* contact ************************************************************/
.contact-title h2 {
  font-size: 1.8em;
  letter-spacing: 0.1em;
  margin: 0 0 45px;
  text-align: center;
  font-weight: bold;
}
.contact-title h2 span {
  display: inline-block;
  /* background: #fff; */
  position: relative;
  padding: 0 0.75em;
  box-sizing: border-box;
}
.contact-line {
  text-align: center;
}
.contact-line a {
  display: inline-block;
  width: 500px;
  max-width: 90%;
}
/* .contact-title h2 span::after,
.contact-title h2 span::before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  width: 2px;
  height: 78%;
  background: #000;
}
.contact-title h2 span::after {
  left: 0;
  transform: rotate(-15deg);
}
.contact-title h2 span::before {
  right: 2px;
  transform: rotate(15deg);
} */
.contact-form {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
  border: solid 2px #ff974a;
  box-shadow: 0 0 12px rgba(255, 151, 74, 0.15);
  margin: 45px auto;
}
.contact-form .mailform dt {
  position: relative;
  box-sizing: border-box;
  padding-left: 8px;
  margin-bottom: 8px;
}
.contact-form .mailform dt::after {
  content: "";
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: #999;
}
.contact-form .mailform .requiredLabel {
  background: #ff974a;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.7em;
  padding: 1px 6px;
  margin-left: 5px;
}
.contact-form .mailform dd {
  margin-bottom: 16px;
}
.contact-form .mailform input[type="submit"] {
  background: #69c0d5;
}
@media screen and (max-width: 768px) {
}
