/* ==================================================
Table
================================================== */
.inner table {
  width: 100%;
  table-layout: fixed;
}
.inner table tr {
  border: 1px solid #ccc;
}
.inner table th {
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.inner table th:first-child {
  border-left: none;
}
.inner table td {
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.inner table td *:last-child {
  margin-bottom: 0;
}
.inner table td *:not(table) {
  border-collapse: separate;
}
.inner table td:nth-of-type(1) {
  border-left: none;
}
.inner table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.inner thead th {
  font-weight: bold;
  padding: 10px 8px;
  color: #fff;
  background: #126de0;
}
.inner thead td {
  padding: 10px 10px;
  background: #fff;
}
.inner tbody th {
  font-weight: bold;
  padding: 10px 8px;
  color: #fff;
  background: #126de0;
}
.inner tbody td {
  padding: 10px 10px;
  background: #fff;
}
.inner thead + tbody th {
  font-weight: bold;
  color: #212121;
  background: #f6f6f6;
}
.inner table caption {
  margin: 5px 0;
}
.inner table caption.ver-bottom {
  caption-side: bottom;
}
.inner table caption.ver-top {
  caption-side: top;
}
.inner table caption.hor-left {
  text-align: left;
}
.inner table caption.hor-right {
  text-align: right;
}
.inner table caption.hor-center {
  text-align: center;
}
#btnPageTop {
  bottom: 100px!important;
}

@media screen and (max-width: 767px) {
.inner table {
  position: relative;
  width: 100%;
  table-layout: fixed;
}
.inner table tr {
  border: 1px solid #ccc;
}
.inner table th {
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.inner table th:first-child {
  border-left: none;
}
.inner table td {
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.inner table td *:last-child {
  margin-bottom: 0;
}
.inner table td *:not(table) {
  border-collapse: separate;
}
.inner table td:nth-of-type(1) {
  border-left: none;
}
.inner table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.inner thead th {
  font-weight: bold;
  padding: 10px 8px;
  font-size: 14px;
  color: #fff;
  background: #126de0;
}
.inner thead td {
  padding: 10px 20px;
  background: #fff;
}
.inner tbody th {
  font-weight: bold;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  background: #126de0;
}
.inner tbody td {
  padding: 8px;
  background: #fff;
}
.inner thead + tbody th {
  font-weight: bold;
  color: #212121;
  background: #f6f6f6;
}
.inner table strong {
  font-size: 16px;
  font-family: "A1ゴシック M";
}
.inner table caption {
  width: 100%;
  margin: 5px 0;
}
.inner table.sp_col1 caption {
  width: 100%;
  margin: 5px 0;
  display: block;
}
.inner table caption.ver-bottom {
  caption-side: bottom;
}
.inner table caption.ver-top {
  caption-side: top;
}
.inner table caption.hor-left {
  text-align: left;
}
.inner table caption.hor-right {
  text-align: right;
}
.inner table caption.hor-center {
  text-align: center;
}
#btnPageTop {
  bottom: 80px!important;
}
}