@charset "utf-8";
/*  suii.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
/*-------- performance --------*/
#performance {
  padding-bottom: 140px;
  text-align: center;
}
#performance .performance-txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: center;
}
#performance .performance-table_wrap {
  margin-top: 60px;
  overflow-x: auto;
}
#performance .performance-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e7e3df;
  font-family: "Noto Sans JP", sans-serif;
}
#performance .performance-table th,
#performance .performance-table td {
  padding: 22px 20px;
  border: 1px solid #e7e3df;
  font-weight: normal;
  line-height: 1.9;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#performance .performance-table th {
  background: #385874;
  color: #fff;
}
#performance .performance-table tbody th {
  width: 20%;
}
#performance .performance-table td {
  background: #fff;
}
#performance .performance-note {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

/*  sp
---------------------------------------------- */
@media only screen and (max-width: 959px) {
  /*-------- performance --------*/
  #performance {
    padding-bottom: 90px;
  }
  #performance .performance-table_wrap {
    margin-top: 30px;
    padding-bottom: 10px;
    overflow-x: scroll;
    transform: rotateX(180deg);
  }
  #performance .performance-table_wrap::-webkit-scrollbar {
    height: 8px;
  }
  #performance .performance-table_wrap::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 30px;
  }
  #performance .performance-table {
    width: auto;
    min-width: 100%;
    transform: rotateX(180deg);
  }
  #performance .performance-table th,
  #performance .performance-table td {
    padding: 12px 15px;
    line-height: 1.7;
  }
  #performance .performance-table thead th[rowspan],
  #performance .performance-table tbody th {
    min-width: 80px;
    padding: 12px 12px;
  }
  #performance .performance-note {
    margin-top: 15px;
  }
}
