.secPlan {
  padding: 80px 0;
  background-color: #61615F;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .secPlan {
    padding: 110px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .secPlan__inner {
    max-width: 800px;
  }
}
.secPlan__ttl_jp {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .secPlan__ttl {
    margin-bottom: 6em;
  }
}
.secPlan__planBlk:not(:last-child) {
  margin-bottom: 90px;
}
.secPlan__planBlk_ttl {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.secPlan__planBlk_ttl span {
  padding: 0 0 0 30px;
  font-size: 20px;
  font-weight: 700;
  font-size: 137.5%;
  line-height: 1.75;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.secPlan__planBlk_ttl span::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .secPlan__planBlk_ttl {
    max-width: 1080px;
    margin: 0 auto 1.5em;
    font-size: 16px;
    flex-direction: row;
    align-items: center;
    grid-gap: 70px;
  }
  .secPlan__planBlk_ttl span {
    padding: 4px 0 4px 30px;
    font-size: 150%;
  }
}
.secPlan__planBlk .swiper-container {
  position: relative;
}
.secPlan__planBlk .scroll-hint-icon-wrap {
  z-index: 2;
}
.secPlan__planBlk_table {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}
.secPlan__planBlk_table:not(:last-of-type) {
  margin-bottom: 56px;
}
.secPlan__planBlk_table thead {
  border-bottom: 2px solid #fff;
  text-align: center;
}
.secPlan__planBlk_table thead th {
  width: 90px;
}
.secPlan__planBlk_table thead th.col2 {
  width: 180px;
}
.secPlan__planBlk_table thead td {
  width: calc((100% - 260px) / 3);
  padding: 1.05em 0;
  background-color: rgba(198, 188, 178, 0.4);
  font-size: 131.25%;
  font-weight: 700;
  line-height: 1.75;
}
.secPlan__planBlk_table thead td:not(:last-child) {
  border-right: 1px solid #fff;
}
.secPlan__planBlk_table tbody {
  border-top: 1px solid #fff;
}
.secPlan__planBlk_table tbody th, .secPlan__planBlk_table tbody td {
  border-bottom: 1px solid #fff;
}
.secPlan__planBlk_table tbody th {
  width: 80px;
  border-right: 1px solid #fff;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}
.secPlan__planBlk_table tbody th.small {
  font-size: 93.75%;
}
.secPlan__planBlk_table tbody th::before {
  content: "";
  min-height: 80px;
  vertical-align: middle;
  display: inline-block;
}
.secPlan__planBlk_table tbody th > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.secPlan__planBlk_table tbody td {
  padding: 0.7em 5px;
  font-size: 81.25%;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  vertical-align: middle;
}
.secPlan__planBlk_table tbody td:not(:last-child) {
  border-right: 1px solid #fff;
}
.secPlan__planBlk_table tbody td.bold {
  font-weight: 700;
}
.secPlan__planBlk_table tbody td.tall {
  padding: 1.4em 5px;
}
.secPlan__planBlk_table tbody td.txtLeft {
  padding: 1.2308em 3.0769em;
  text-align: left;
}
.secPlan__planBlk_table tbody .fsz11 {
  font-size: 84.6154%;
}
.secPlan__planBlk_table tbody .fsz14 {
  font-size: 107.6923%;
}
.secPlan__planBlk_table tbody .fsz16 {
  font-size: 123.0769%;
}
.secPlan__planBlk_table tbody .fsz17 {
  font-size: 130.7692%;
}
.secPlan__planBlk_table tbody .fsz20 {
  font-size: 153.8462%;
}
.secPlan__planBlk_table tbody .fsz24 {
  font-size: 169.2308%;
}
.secPlan__planBlk_table tbody .fsz30 {
  font-size: 200%;
}
.secPlan__planBlk_table--ticket tbody th {
  font-size: 10px;
}
.secPlan__planBlk_table--ticket tbody td {
  font-size: 10px;
}
.secPlan__planBlk_table--round tbody th {
  white-space: pre-wrap;
}
.secPlan__planBlk_table--round tbody th > span {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .secPlan__planBlk_table--ticket tbody th:nth-child(2) {
    width: 50px;
  }
  .secPlan__planBlk_table--ticket tbody td .fsz16 {
    font-size: 100%;
  }
  .secPlan__planBlk_table--round tbody th {
    font-size: 90%;
  }
}
@media screen and (min-width: 768px) {
  .secPlan__planBlk_table thead th {
    width: 7em;
  }
  .secPlan__planBlk_table thead th.col2 {
    width: 14em;
  }
  .secPlan__planBlk_table tbody th {
    width: 7em;
  }
  .secPlan__planBlk_table tbody th.col2 {
    width: 14em;
  }
  .secPlan__planBlk_table--ticket tbody th {
    width: 9.33em;
    font-size: 13px;
  }
  .secPlan__planBlk_table--ticket tbody th::before {
    min-height: 70px;
  }
  .secPlan__planBlk_table--ticket tbody td {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .secPlan__planBlk_table {
    font-size: 15px;
  }
  .secPlan__planBlk_table thead th {
    width: 8.125em;
  }
  .secPlan__planBlk_table thead th.col2 {
    width: 16.25em;
  }
  .secPlan__planBlk_table tbody th {
    width: 8.125em;
  }
  .secPlan__planBlk_table tbody th.col2 {
    width: 16.25em;
  }
}
@media screen and (min-width: 1200px) {
  .secPlan__planBlk_table {
    font-size: 16px;
  }
  .secPlan__planBlk_table tbody .fsz24 {
    font-size: 184.6154%;
  }
  .secPlan__planBlk_table tbody .fsz30 {
    font-size: 230.7692%;
  }
}
@media screen and (max-width: 1439px) {
  .secPlan__planBlk_table tbody td br.disp_pc {
    display: none;
  }
}