@charset "UTF-8";
/*----------------------------------

resultsCSS

----------------------------------*/
body.results main .pageTitle {
  background-image: url("../../results/img/pagetitle_bg_pc.jpg");
}
body.results main .btnBox {
  margin-bottom: 80px;
}
body.results main .btnBox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
body.results main .btnBox li {
  width: 31%;
}
body.results main .btnBox .btn {
  width: 100%;
  min-width: 0;
}
body.results main section.performance .txt {
  font-size: 1.9rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
body.results main section.performance .txt h2 {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
body.results main section.performance .box + .txt {
  margin-top: 80px;
}
body.results main section.performance .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 52px;
}
body.results main section.performance .box section {
  width: 48.56%;
  max-width: 573px;
  padding: 57px 36px 37px;
  border: 1px solid #d9d9d9;
}
body.results main section.performance .box section:nth-of-type(n + 3) {
  margin-top: 30px;
}
body.results main section.performance .box section h2 {
  margin-bottom: 43px;
  font-size: 2.6rem;
  text-align: center;
}
body.results main section.performance .box section .unit {
  font-size: 1.2rem;
  text-align: right;
}
body.results main section.performance .box section img {
  display: block;
  margin: 10px auto;
  position: relative;
  left: -9px;
}
body.results main section.performance .box section .xj_chart_table {
  width: 100%;
  margin-top: 53px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -0.025em;
}
body.results main section.performance .box section .xj_chart_table td {
  padding: 2px 0;
  border: 1px solid #a5a5a5;
}
body.results main section.performance .box section .xj_chart_table td:first-child {
  display: none;
  width: 52px;
}
body.results main section.performance .box section .xj_chart_table td.xj_chart_header {
  background: #bfbfbf;
  font-weight: bold;
}
body.results main section.performance .box section .xj_chart_table td.xj_chart_value {
  font-size: 1.3rem;
}
body.results main section.performance .box section .xj_chart_table tr:first-child td {
  padding-top: 5px;
  padding-bottom: 1px;
}

@media (max-width: 919px) {
  body.results main .pageTitle {
    background-image: url("../../results/img/pagetitle_bg_sp.jpg");
  }
  body.results main .btnBox ul {
    display: block;
    text-align: center;
  }
  body.results main .btnBox li {
    width: 100%;
    margin: 0;
  }
  body.results main .btnBox li + li {
    margin-top: 20px;
  }
  body.results main section.performance .txt {
    font-size: 1.25rem;
  }
  body.results main section.performance .txt h2 {
    margin-bottom: 25px;
  }
  body.results main section.performance .box + .txt {
    margin-top: 60px;
  }
  body.results main section.performance .box {
    display: block;
    margin-top: 16px;
  }
  body.results main section.performance .box section {
    width: 100%;
    max-width: 100%;
    padding: 26px 24px 18px;
  }
  body.results main section.performance .box section:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  body.results main section.performance .box section + section {
    margin-top: 20px;
  }
  body.results main section.performance .box section h2 {
    margin-bottom: 3px;
    font-size: 1.5rem;
  }
  body.results main section.performance .box section img {
    width: 85%;
    max-width: 250px;
    left: -6px;
  }
  body.results main section.performance .box section .xj_chart_table {
    margin-top: 25px;
    font-size: 1.1rem;
  }
  body.results main section.performance .box section .xj_chart_table td.xj_chart_value {
    font-size: 1.2rem;
  }
  body.results main section.performance .box section .xj_chart_table tr:first-child td {
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media (max-width: 399px) {
  body.results main section.performance .box section .xj_chart_table {
    font-size: 1rem;
  }
  body.results main section.performance .box section .xj_chart_table td:first-child {
    width: 20px;
  }
  body.results main section.performance .box section .xj_chart_table td.xj_chart_value {
    font-size: 1rem;
  }
}
