@charset "UTF-8";

.tableStyleWrap td {
  padding: 5px 10px !important;
}

.tableStyleWrap th,
.tableStyleWrap td {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {

  .tableStyleWrap th,
  .tableStyleWrap td {
    line-height: 1.5;
  }
}

/* バナーエリア追加 2026/2/14 */
.campBnrWrap {
    margin-bottom: 58px;
}
.campBnrWrap a {
    transition: all ease 0.3s;
}
.campBnrWrap a img {
    width: 100%;
    display: block;
}

/* tab追加 2026/2/14 */
.tabBoxWrap .tabTitle ul li {
    text-align: center;
    width: 50%;
}
