@charset "UTF-8";
/* CSS Document */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

#main h1 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px; }
#main .text {
  margin-bottom: 15px; }
#main .attn {
  margin-bottom: 30px; }

.form {
  max-width: 700px;
  width: 96%;
  margin: 0 auto 30px; }
  .form h2 span {
    font-size: .9em;
    display: inline-block; }
  .form section {
    margin-bottom: 30px; }
  .form .red {
    color: #AA0E11;
    font-size: .9em;
    margin-top: 3px; }
  .form dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%; }
    .form dl .divide {
      display: flex;
      justify-content: space-between; }
      .form dl .divide div {
        width: 48%; }
    .form dl dt {
      width: 30%;
      color: #07266E;
      font-size: 1.2em;
      line-height: 1; }
    .form dl dt:before {
      content: "■";
      font-size: 1.5em; }
    .form dl span {
      display: block;
      font-size: .9em;
      margin-top: 3px; }
    .form dl dd {
      width: 70%;
      line-height: 1.5; }
      .form dl dd input {
        width: 90%;
        font-size: 18px;
        margin: 3px;
        padding: 5px;
        border: 1px solid #CCC; }
      .form dl dd textarea {
        width: 90%;
        padding: 5px;
        border: 1px solid #CCC; }
      .form dl dd select {
        padding: 5px;
        border: 1px solid #CCC; }
  .form .type dd ul {
    display: flex;
    justify-content: space-around; }
    .form .type dd ul input {
      width: auto;
      margin-right: 3px; }
  .form .line dd input {
    width: 120px; }
  .form .size dd input,
  .form .build dd input,
  .form .budget dd input {
    width: 70px; }
  .form .button {
    text-align: center; }
    .form .button div {
      margin: 0 auto 30px;
      background: #B7A71D;
      padding: 3px;
      width: 280px; }
      .form .button div .submit {
        padding: 15px;
        color: #FFF;
        background: #B7A71D;
        border: 1px dashed #FFF;
        width: 100%; }
    .form .button div:hover {
      opacity: .8; }

.address dd span {
  display: inline-block;
  padding-left: 10px; }

.privacy {
  width: 90%;
  margin: 0 auto 30px; }

@media screen and (max-width: 960px) {
  .form .button div {
    width: 285px; } }
@media screen and (max-width: 640px) {
  #main h1 {
    font-size: 1.3em; }

  .form dl {
    display: inherit; }
    .form dl dt {
      margin-bottom: 3px;
      width: 100%; }
    .form dl dd {
      width: 100%; }
  .form .date ul {
    width: 96%; }
  .form .date span {
    font-size: .8em; }
  .form .date .others span {
    display: block; } }
