/* breakpoint ------------------------------*/
/* head --------------------------------------*/
.other-head {
  background-image: url(../../assets/images/endoscope/common/img_head.jpg);
}

/* result-list -------------------------------*/
.result-list {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}

.result-list__title {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.6;
  color: black;
}

.result-list table {
  width: 100%;
  border-bottom: 1px solid black;
}

.result-list table th,
.result-list table td {
  padding: 10px 0;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.8;
}

.result-list table th {
  min-width: 90px;
}

.result-list table td span {
  font-size: 1.2rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .result-list table td span {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.result-list table .border th,
.result-list table .border td {
  border-top: 1px solid #000;
}

.result-list table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.result-list table td:last-child {
  text-align: right;
}
