@charset "utf-8";
/*------------------------------------------------
実績紹介
------------------------------------------------*/

.results {}

@media print, screen and (min-width: 560px) {
  .results-inner {
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 960px) {
  .results {
  }

  .results-inner {
    width: 1000px;
    margin: auto;
    padding: 0;
  }
}


.results-list {
  width: 100%;
  margin-bottom: 25px;
}

.results-list-title {
  color: #fff;
  padding: 7px 7px 7px 15px;
  background-color: #004386;
  width: 100%;
  caption-side: top;
  text-align: left;
}
.results-list th,
.results-list td {
  font-size: 1rem;
  padding: 5px;
  text-align: left;
  width: 30%;
  vertical-align: top;
}

.results-list th:last-of-type,
.results-list td:last-of-type {
  width: 40%;
}

.results-list tr {
  border-bottom: 1px solid #ccc;
}

.results-list th {
  background-color: #dfebff;
}

.line-hyphen {
  position: relative;
}

.line-hyphen::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -20px;
}

@media print, screen and (min-width: 960px) {
  .results-list {
    margin-bottom: 50px;
  }
  .results-list-title {
    font-size: 2rem;
  }
  .results-list th {
    font-size: 1.6rem;
    padding: 7px 7px 7px 15px;
  }
  .results-list td {
    font-size: 1.6rem;
    padding: 7px 7px 7px 15px;
  }
  .results-list th:first-of-type,
  .results-list td:first-of-type {
    width: 26.5%;
  }

  .results-list th:nth-of-type(2),
  .results-list td:nth-of-type(2) {
    width: 35.5%;
  }
  .results-list th:last-of-type,
  .results-list td:last-of-type {
    width: 38%;
  }
  .line-hyphen::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 17.5px;
    left: 50%;
    margin-left: -30px;
  }
}

