.mb30 {
  margin-bottom: 30px;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
h2 {
  background: transparent;
}
.contents {
  padding: 0;
}
.content-body {
  overflow: visible;
}
.acce-link {
  display: block;
  margin-top: 1.5rem;
}
#main.wa-content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #main.wa-content {
    width: 100%;
  }
}
.wa-wrap {
  position: relative;
}
.wa-title-img {
  position: absolute;
  top: -20px;
  right: 0;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .wa-wrap {
    padding-bottom: 50px;
  }
  .wa-title-img {
    top: auto;
    bottom: 10px;
    width: 60px;
    height: 60px;
  }
}
.hdr-type-st {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 40px;
  font-weight: bold;
  color: #090088;
}
.-bdl {
  border-left: #ccc 1px solid;
}
.acce-link {
  display: block;
  margin-top: 1.5rem;
}
.wa-wrap {
  position: relative;
}
.tbl-type03 td,
.tbl-type03 th {
  padding: 10px;
}
.tbl-type03.-wa {
  font-size: 13px;
}
.tbl-type03.-wa td {
  text-align: center;
  padding: 10px;
}
.tbl-type03.-wa th {
  text-align: center;
  padding: 10px;
}
.-wath {
  text-align: center;
}
.-bg-g {
  background: #f0f0f1;
  text-align-last: left;
}
.-bw td,
.-bw th {
  word-break: break-all;
}
.-nw {
  white-space: nowrap;
}

.tbl-type03 {
  position: relative;
}
.-sticky {
  position: sticky;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .table-section {
    position: relative;
    overflow-x: auto;
    padding: 0;
  }
  .table-wrap {
    position: static;
    width: 960px;
  }
  .tbl-type03 {
    border-spacing: 2px;
  }
  
}

.wa-scroll {
  position: absolute;
  top: 0;
  left: -50000%;
}
@media screen and (max-width: 767px) {
  .wa-scroll {
    position: absolute;
    top: 160px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
    transition: 1s;
    transform: translateX(-50%);
    opacity: 1;
  }
  .wa-scroll-img {
    width: 20px;
    height: auto;
  }
  .wa-scroll-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 8px;
  }
}

.accordion_ttl.-sec {
  width: calc(100% - 250px);
  background: transparent;
  margin-top: 50px;
}
p.-mini {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  p.-mini {
    width: 100%;
  }
  p.-mini.mb30 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
