@charset "utf-8";
#corp {
  color: #323940;
}
.dl_list {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.dl_list a {
  display: inline-block;
}
.dl_list .table {
  width: 100%;
  display: table;
}
.dl_list dt,
.dl_list dd {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
.dl_list dt {
  font-weight: bold;
  width: 28.5%;
  padding: 15px;
}
.dl_list dd {
  font-weight: normal;
  padding: 15px 10px 15px 15px;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
  .dl_list dt,
  .dl_list dd {
    font-size: 13px;
  }
  .dl_list dt {
    padding: 13px;
  }
  .dl_list dd {
    padding: 13px 10px 13px 13px;
  }
}

@media screen and (max-width: 640px) {
  .dl_list dt,
  .dl_list dd {
    width: 100%;
    display: block;
  }
  .dl_list dt {
    padding: 10px 5px 0 10px;
    border-bottom: none;
  }
  .dl_list dd {
    padding: 0 5px 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .dl_list dt {
    padding: 7px 5px 0 5px;
  }
  .dl_list dd {
    padding: 0 5px 7px 5px;
  }
}
