@import url(../css/common.css);
main h2 {
  color: #fff;
  font-family: "BIZ UDPMincho";
  font-size: 30px;
  background-image: url(../img/introdction/titleback.png);
  background-repeat: no-repeat;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 16px;
  padding-bottom: 100px;
}

main p.otoiawasesetumei {
  padding-bottom: 121px;
}

main dl div {
  display: flex;
  padding-bottom: 55px;
  align-items: baseline;
}

/* 太字、幅:12em */
main dt {
  flex-basis: 16em;
}

/* 文字サイズ:11px、左余白:5px */
main dt span {
  font-size: 18px;
  color: #fff;
  background-color: #254c7a;
  padding: 2px 7px 2px 7px;
  margin-left: 8px;
}

/* 幅比率:auto */
main dd {
  flex: auto;
}

/* 幅:100%、内側余白:8px、アウトライン:なし */
main input[type="email"],
main input[type="text"],
main input[type="tel"] {
  width: 50%;
  height: 2.5em;
  padding: 8px;
}

main textarea {
  width: 80%;
  padding: 8px;
  outline: none;
}

dl {
  padding-bottom: 40px;
}

/* 右余白:10px */
main dd label {
  padding-right: 10px;
}

/* 高さ:12em、行の高さ:1.5、リサイズ:垂直 */
main textarea {
  height: 15em;
  line-height: 1.5;
  resize: vertical;
}

/* 縦方向の位置:上、内側上余白:15px */
main dl div:last-child dt {
  align-self: flex-start;
  padding-top: 15px;
}

main form p {
  text-align: center;
}

main form button {
  border: none;
  padding: 17px 60px 17px 60px;
  background-color: #254c7a;
  background-image: url(../img/contact/yajirushi.png);
  background-repeat: no-repeat;
  background-position: 110px 25px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 312px;
  transition: 0.1s;
}

main form button:hover {
  opacity: 0.7;
}
