@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/

/* past
========================================== */
.mori_result_area {
}

.mori_result_inner {
}

.mori_result_header {
  margin: 50px auto 0;
}
.mori_result_header_inner {
}
.mori_result_header_img {
}
.mori_result_header_img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.mori_result_header_title {
  padding: 18px 5px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #e70012;
}

.mori_result_list {
  margin-top: 30px;
}

.mori_result_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
  border-bottom: 1px dashed #e70012;
}
.mori_result_item:first-child {
  padding-top: 0;
}

.mori_result_item_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
  min-width: 240px;
}
.mori_result_item_title .leg {
  width: 81px;
  height: 81px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mori_result_item:nth-child(1) .mori_result_item_title .leg {
  background-image: url('../images/common/leg_icon_01.png');
}
.mori_result_item:nth-child(2) .mori_result_item_title .leg {
  background-image: url('../images/common/leg_icon_02.png');
}
.mori_result_item:nth-child(3) .mori_result_item_title .leg {
  background-image: url('../images/common/leg_icon_03.png');
}
.mori_result_item:nth-child(4) .mori_result_item_title .leg {
  background-image: url('../images/common/leg_icon_04.png');
}
.mori_result_item:nth-child(5) .mori_result_item_title .leg {
  background-image: url('../images/common/leg_icon_05.png');
}
.mori_result_item:nth-child(6) .mori_result_item_title .leg {
  background-image: url('../images/common/leg_icon_06.png');
}

.mori_result_item_title .place {
  width: calc(100% - 81px);
  padding-left: 15px;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 4px;
}

.mori_result_item_detail {
  width: 70%;
}
.mori_result_item_detail_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 620px;
  margin-left: auto;
}
.mori_result_item_detail_link a {
  width: calc(50% - 8px);
  margin: 0;
}
.mori_result_item_detail_link a:not(:first-child) {
  margin-left: 16px;
}

.mori_result_caution {
  margin: 20px auto 0;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .mori_result_header {
    margin: 25px auto 0;
  }
  .mori_result_header_title {
    padding: 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .mori_result_list {
    margin-top: 15px;
  }

  .mori_result_item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .mori_result_item_title {
    width: 100%;
  }
  .mori_result_item_title .leg {
    width: 40px;
    height: 40px;
  }
  .mori_result_item_title .place {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .mori_result_item_detail {
    width: 100%;
    margin-top: 10px;
  }
  .mori_result_item_detail_link {
    margin-left: 0;
  }
  .mori_result_item_detail_link a {
    width: calc(50% - 5px);
  }
  .mori_result_item_detail_link a:not(:first-child) {
    margin-left: 10px;
  }

  .mori_result_caution {
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
}

/* past_table - runner, team
========================================== */
.mori_result_table {
  margin-top: 20px;
}

.mori_result_table_text {
  font-size: 1.8rem;
}

.mori_result_table_data {
  margin-top: 30px;
}

.mori_result_table_data table {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 3px;
}
.mori_result_table_data table caption {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.mori_result_table_data table caption strong {
  font-weight: bold;
}
.mori_result_table_data table tbody {
}
.mori_result_table_data table tbody tr {
}
.mori_result_table_data table tbody tr:not(:first-child) {
  border-bottom: 1px dashed #ec6898;
}
.mori_result_table_data table tbody tr th {
  position: relative;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #383838;
}
.mori_result_table_data table tbody tr th:not(:last-child)::after,
.mori_result_table_data table tbody tr td:not(:last-child)::after {
  position: absolute;
  top: 7%;
  right: 0;
  z-index: 10;
  display: block;
  width: 1px;
  height: 86%;
  content: '';
  border-right: 1px dashed #ec6898;
}
.mori_result_table_data table tbody tr:first-child th::after,
.mori_result_table_data table tbody tr:first-child td::after {
  border-right: 1px dashed #fff;
}

#team_01_table .mori_result_table_data table tbody th:nth-child(2)::after,
#team_01_table .mori_result_table_data table tbody td:nth-child(2)::after {
  display: none !important;
}

#team_01_table .mori_result_table_data table tbody th:first-child::before,
#team_01_table .mori_result_table_data table tbody td:first-child::before {
  position: absolute;
  top: 7%;
  right: -15px;
  z-index: 10;
  display: block;
  width: 1px;
  height: 86%;
  content: '';
  border-right: 1px dashed #ec6898;
}

#team_01_table .mori_result_table_data table tbody tr:first-child th::before,
#team_01_table .mori_result_table_data table tbody tr:first-child td::before {
  border-right: 1px dashed #fff;
}

.mori_result_table_data table tbody tr td {
  position: relative;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}

.mori_result_table_note {
  margin-top: 20px;
  font-size: 1.6rem;
}
.mori_result_table_note strong {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .mori_result_table {
    margin-top: 10px;
  }
  .mori_result_table_text {
    font-size: 1.2rem;
  }

  .mori_result_table_data {
    margin-top: 20px;
  }
  .mori_result_table_data table {
    display: block;
    width: 100%;
    overflow: auto !important;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 1.2rem;
    letter-spacing: 2px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: nowrap;
    border-collapse: collapse;
  }
  .mori_result_table_data table caption {
    margin-bottom: 5px;
    text-align: left;
    letter-spacing: 1px;
  }
  .mori_result_table_data table tbody tr th {
    padding: 10px;
  }
  .mori_result_table_data table tbody tr td {
    padding: 10px;
  }

  .mori_result_table_note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
