/* ===============================================================================
Company CSS
=============================================================================== */
#companyArea {
  padding: 79px 0;
}

@media screen and (min-width: 768.1px) {
	#companyArea {
		padding: calc(79 / 1280 * 100vw) 0;
	}
}
@media screen and (max-width: 768px) {
  #companyArea {
    padding: 30px 0 17px;
  }
}

/* companyBlock
	======================================== */
/* companyBlock01 */
.companyBlock01 > .inner {
  width: 1000px;
  margin: 0 auto;
}

.companyBlock01 .table {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: .05em;
}

.companyBlock01 .table table tbody tr th, .companyBlock01 .table table tbody tr td {
  border-bottom: solid 1px #fff;
}

.companyBlock01 .table table tbody tr th {
  background: #f0f7f2;
  width: 220px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  padding: 14px 20px 9px;
}

.companyBlock01 .table table tbody tr td {
  padding: 14px 30px 9px;
}

.companyBlock01 .table table tbody tr td dl {
  margin-bottom: 27px;
}

.companyBlock01 .table table tbody tr td dl:last-child {
  margin-bottom: 7px;
}

.companyBlock01 .table table tbody tr td dl dt {
  font-weight: bold;
}

@media screen and (min-width: 768.1px) {
	.companyBlock01 > .inner {
		width: calc(1000 / 1280 * 100vw);
	}
	.companyBlock01 .table table tbody tr th, .companyBlock01 .table table tbody tr td {
		border-bottom-width: calc(1 / 1280 * 100vw);
	}
	.companyBlock01 .table table tbody tr th {
		width: calc(220 / 1280 * 100vw);
		padding: calc(14 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(9 / 1280 * 100vw);
	}
	.companyBlock01 .table table tbody tr td {
		padding: calc(14 / 1280 * 100vw) calc(30 / 1280 * 100vw) calc(9 / 1280 * 100vw);
	}
	.companyBlock01 .table table tbody tr td dl {
		margin-bottom: calc(27 / 1280 * 100vw);
	}
	.companyBlock01 .table table tbody tr td dl:last-child {
		margin-bottom: calc(7 / 1280 * 100vw);
	}
}
@media screen and (max-width: 768px) {
  .companyBlock01 > .inner {
    width: auto;
    padding: 0 15px;
  }
  .companyBlock01 .table {
    font-size: 1rem;
    line-height: 1.6;
  }
  .companyBlock01 .table table {
    display: block;
  }
  .companyBlock01 .table table tbody {
    display: block;
  }
  .companyBlock01 .table table tbody tr {
    display: block;
  }
  .companyBlock01 .table table tbody tr th, .companyBlock01 .table table tbody tr td {
    display: block;
    border-bottom: none;
  }
  .companyBlock01 .table table tbody tr th {
    width: auto;
    padding: 10px 10px 8px;
  }
  .companyBlock01 .table table tbody tr td {
    padding: 10px 10px 17px;
  }
  .companyBlock01 .table table tbody tr td dl {
    margin-bottom: 22px;
  }
  .companyBlock01 .table table tbody tr td dl:last-child {
    margin-bottom: 0;
  }
  .companyBlock01 .table table tbody tr td dl dt {
    font-weight: normal;
  }
}
