/*------------------------------------------------------------
	contact_background
------------------------------------------------------------*/
.contact_background {
  background: url("../img/contact_top.jpg") no-repeat top center;
  background-size: cover;
}

/*------------------------------------------------------------
	c-table
------------------------------------------------------------*/
.c-table {
  width: 100%;
}

.c-table__row:nth-child(odd) {
  background-color: #f4f2eb;
}

.c-table__cell.left {
  width: 220px;
  padding: 18px 20px;
}

.c-table__cell.right {
  padding: 18px 20px;
}

.c-table__cell.label {
  width: 220px;
  padding: 18px 20px;
  vertical-align: top;
}

.c-table__cell.input {
  padding: 10px 20px;
}

.c-table__cell p {
  letter-spacing: 0.200em;
}

.c-table__cell label, .c-table__cell input, .c-table__cell textarea {
  font-size: 1.4rem;
  line-height: 1.71429em;
  font-weight: 300;
}

.c-table__cell input, .c-table__cell textarea {
  padding: 6px;
  border: 1px solid #bababa;
  width: 526px;
}

.c-table__cell textarea {
  width: 686px;
  resize: vertical;
  min-height: 266px;
}

.c-table__cell.required span {
  color: #f39700;
}

.c-table__row_button {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
}

.c-table__button {
  width: 292px;
  font-size: 1.4rem;
  letter-spacing: 0.260em;
  font-weight: 300;
  padding: 14px 0;
  margin: 50px auto 4px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}

.c-table__button::after {
  border: 4px solid #000;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
}

/*------------------------------------------------------------
	c-form_note
------------------------------------------------------------*/
.c-form_note {
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: left;
  font-size: 1.4rem;
  color: #444;
  letter-spacing: -0.010em;
}

.c-form_note span {
  color: #f39700;
}
