@charset "utf-8";

.div_boxInner01 table {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.div_boxInner01 table th,
.div_boxInner01 table td {
  background: #fff;
  border-bottom: 2px solid #f7efe7;
}

.div_boxInner01 table tr:last-child td,
.div_boxInner01 table tr:last-child th {
  border-bottom: 0;
}

.borderTitle {
  font-size: 28px;
}

.borderTitle:after {
  left: 300px;
  background-color: #4f453f;
}

.bg_white,
.bg_dbrown {
  width: 860px;
}



.boxIn {
  width: 760px;
  padding: 25px 50px 25px;
}

.table01 tbody th {
  width: 62%;
}

@media screen and (max-width: 750px) {
  .bg_dbrown {
    width: 750px;
    padding: 80px 50px;
  }

  .bg_white {
    width: 650px;
    padding: 50px 50px 40px;
  }

  .boxIn {
    width: 650px;
    padding: 25px 0px 25px;
  }

  .table01 tbody th {
    width: 50%;
  }
}