@charset "UTF-8";

.case_index {
  margin-top: 2em;
  background-color: #f5f5f5;
  padding: 2em;
}
.case_index h3 {
  font-weight: 400;
  font-size: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.case_index h3::before {
  content: none;
}
.freeArea figure:not(:first-child) {
  margin-top: 3em;
}
.freeArea figure + p {
  margin-top: 2em;
}
.module {
  margin-top: 3em;
}
h3.module-title {
  background-color: #009797 !important;
  color: #fff;
  padding: 1em !important;
  margin: 0 !important;
}
h3.module-title::before {
  content: none !important;
}
.module .lead {
  background-color: #f5f5f5;
  padding: 1.5em;
  margin: 0;
  font-weight: bold;
}
.module .interview .staff {
  margin-top: 2em;
  font-weight: 500;
}
.module .interview .atten {
  background-color: yellow;
  font-weight: 500;
}

.table-scroll {
  margin-top: 3em;
}
.table-scroll table {
  min-width: 740px;
  width: 100%;
  font-size: 13px;
}
.table-scroll table thead th {
  text-align: center !important;
  padding: .5em 1em !important;
  background-color: #009797 !important;
  color: #fff;
}
.table-scroll.nowrap table th {
  white-space: nowrap;
  font-weight: 400;
}
.table-scroll table tbody td:not(:first-child) {

}
.table-scroll.nowrap table tbody td:not(:first-child) {
  white-space: nowrap;
}
.table-scroll table tbody td {
  padding: .5em 1em !important;
}
.table-scroll table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table-scroll table tbody th {
  white-space: nowrap;
}
.table-scroll.seminor table th,
.table-scroll.seminor table td {
  text-align: left;
}

.remark {
  margin-top: 2em !important;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  color: #999;
}
.remark + p {
  margin-top: 2em;
}
.remark + p.remark {
  margin-top: 0 !important;
}
.interview:not(:first-child) {
  margin-top: 3em;
}



@media only screen and (max-width: 740px) {
  .table-scroll {
    margin-top: 3em;
    overflow-x: scroll;
  }
}