/* -------------------------- */
/* content */
/* -------------------------- */
/* contact */
.contact {
  padding-bottom: 30px;
}

/* table_line */
.table_line > dt {
  padding: 15px 0 10px;
  position: relative;
}

.table_line > dt .required {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: normal;
}

.table_line > dd {
  padding-bottom: 15px;
  word-break: break-all;
}

/* txt_privacy */
.txt_privacy {
  padding-top: 30px;
}

.txt_privacy a {
  color: #d90000;
  text-decoration: underline;
}

/* input_agree */
.input_agree {
  padding: 30px 0;
  text-align: center;
}

.input_agree .input_check {
  display: inline-block;
}

/* btn_submit */
.btn_submit {
  text-align: center;
}

.btn_submit .btn_default02 {
  padding: 0;
  background: #d90000;
}

.btn_submit .btn_default02:hover {
  opacity: 0.7;
}

.btn_submit input {
  width: 100%;
  height: 100%;
  padding: 13px 0;
  background: inherit;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
}

.btn_submit input:hover {
  color: #fff;
}

/* confirm */
.confirm {
  margin-bottom: 15px;
}

/* thanks */

@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 60px;
  }
  .table_line > dt {
    width: 30%;
    padding: 25px 15px 15px 15px;
  }
  .table_line > dt .required {
    top: 25px;
  }
  .table_line > dd {
    width: 70%;
    padding-left: 30px;
  }
  .confirm {
    margin-bottom: 30px;
  }
  .confirm > dt {
    padding: 15px;
  }
  .confirm > dt .required {
    top: 17px;
  }
  .confirm > dd {
    padding: 15px;
  }
  .thanks .txt_normal {
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .contact {
    padding-bottom: 80px;
  }
  .table_line > dt {
    padding: 40px 30px 30px 30px;
  }
  .table_line > dt .required {
    top: 38px;
  }
  .txt_privacy {
    font-size: 1.6rem;
  }
  .input_agree {
    padding: 30px 0 40px;
    font-size: 1.8rem;
  }
  .confirm {
    margin-bottom: 40px;
  }
  .confirm > dt {
    padding: 30px;
  }
  .confirm > dt .required {
    top: 27px;
  }
  .confirm > dd {
    padding: 30px;
  }
}

/*# sourceMappingURL=map/contact.css.map */
