/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
.c-hide-pc {
display: none;
}
}
@media only screen and (max-width: 640px) {
.c-hide-sp {
display: none;
}
}

/* ========== table ========== */
.c-accordion-01.c-accordion-stage>.item>.body{
  margin-right: 20px;
  margin-left: 20px;
}
.c-table-01.jplus2112-table-01 th,
.c-table-01.jplus2112-table-01 td {
  padding: 5px;
}
.c-table-01.jplus2112-table-01 thead th,
.c-table-01.jplus2112-table-01 thead td,
.c-table-01.jplus2112-table-01 tbody th,
.c-table-01.jplus2112-table-01 tfoot th {
  background-color: #fdeecb;
}
.c-table-01.jplus2112-table-01 tbody th,
.c-table-01.jplus2112-table-01 tbody td {
  vertical-align: middle;
}
.c-table-01.jplus2112-table-01 tfoot th,
.c-table-01.jplus2112-table-01 tfoot td {
  border-top: 2px solid #d4d5d5;
}
.c-table-01.jplus2112-table-01 thead th.ttl-ctm {
  background-color: #eb7000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-table-01.jplus2112-table-01 thead .tag {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-table-01.jplus2112-table-01 .c-R{
  background-color: #eb7000;
}
.c-table-01.jplus2112-table-01 .c-S{
  background-color: #a0b3b7;
}
.c-table-01.jplus2112-table-01 .c-G{
  background-color: #c7ad47;
}
.c-table-01.jplus2112-table-01 .c-P{
  background-color: #b368aa;
}
.c-table-01 .sec-stg td {
  text-align: center;
  padding: 1px;
}

@media only screen and (min-width: 641px) {
  .c-table-01 .sec-stg td img {
    width: 50%;
  }
}

.c-table-01 .sec-stg.sec-stg02 td img {
  width: 25%;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.c-accordion-stage>.item>.body{
    margin-right: 10px;
    margin-left: 10px;
  }
  .c-table-01 .sec-stg td img {
    width: 85%;
  }
  .c-table-01 .sec-stg.sec-stg02 td img {
    width: 55%;
  }
  .c-table-01.jplus2112-table-01 thead tr th,
  .c-table-01.jplus2112-table-01 tbody tr th,
  .c-table-01.jplus2112-table-01 thead .tag {
    font-size: 78%;
  }
}