@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.ly_pageHeader_inner {
  background-image: url(../../img/results/bg_hl.png);
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_inner {
    background-image: url(../../img/results/bg_hl_smp.png);
  }
}

.un_resultsCont_inner {
  padding: 30px;
  background: #fbdcae;
}
.un_resultsCont_tblWrap {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .un_resultsCont_tblWrap {
    height: 65vh;
    overflow-y: hidden !important;
    padding: 15px;
    padding: 4vw;
  }
  .un_resultsCont_tblWrap.__active {
    height: auto;
  }
}
.un_resultsCont_tblWrap .scroll-hint-icon-wrap {
  height: 65vh !important;
}
.un_resultsCont_tblWrap.__active .scroll-hint-icon-wrap {
  height: 100% !important;
}
.un_resultsCont_tblBtn {
  display: none;
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_resultsCont_tblBtn {
    display: block;
    padding: 10px;
  }
}
.un_resultsCont_tblBtn::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(56, 56, 56, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.un_resultsCont_tblBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #f2780a;
  background: #fff;
  padding: 0 12px;
}
@media screen and (max-width: 749px) {
  .un_resultsCont_tblBtn span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_resultsCont_tblBtn span::before {
  display: contents;
  content: "一覧を全て表示";
}
.un_resultsCont_tblBtn span::after {
  display: inline-block;
  content: url(../../img/common/icon_arr_or.svg);
  transform: rotate(90deg);
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.un_resultsCont_tblBtn.__active span::before {
  display: contents;
  content: "一覧を閉じる";
}
.un_resultsCont_tblBtn.__active span::after {
  transform: rotate(-90deg);
}
.un_resultsCont_tbl {
  border: 1px solid rgba(56, 56, 56, 0.2);
  border-bottom: none;
  width: 100%;
  white-space: nowrap;
}
.un_resultsCont_tbl th,
.un_resultsCont_tbl td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(56, 56, 56, 0.2);
  padding: 10px;
}
.un_resultsCont_tbl th:not(:first-child),
.un_resultsCont_tbl td:not(:first-child) {
  border-left: 1px solid rgba(56, 56, 56, 0.2);
}
.un_resultsCont_tbl th:nth-child(1), .un_resultsCont_tbl th:nth-child(2),
.un_resultsCont_tbl td:nth-child(1),
.un_resultsCont_tbl td:nth-child(2) {
  width: 270px;
}
.un_resultsCont_tbl th:nth-child(4), .un_resultsCont_tbl th:nth-child(5), .un_resultsCont_tbl th:nth-child(6),
.un_resultsCont_tbl td:nth-child(4),
.un_resultsCont_tbl td:nth-child(5),
.un_resultsCont_tbl td:nth-child(6) {
  width: 120px;
  text-align: center;
}
.un_resultsCont_tbl thead th {
  background: #ece9e2;
  text-align: center;
  height: 60px;
}
.un_resultsCont_tbl tbody td {
  height: 42px;
}
.un_resultsCont_tbl tbody td:nth-child(3) {
  text-align: right;
}
.un_resultsCont_tbl caption {
  caption-side: bottom;
  text-align: left;
  padding: 10px 10px 0;
}/*# sourceMappingURL=style.css.map */