/* ---------------------------------------
body.event02
--------------------------------------- */
.caution {
  color: #E9007A;
}

#cnt_main {
  margin-bottom: 180px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #cnt_main {
    margin-bottom: 80px;
  }
}

.incnt {
  width: 880px;
}
@media screen and (max-width: 999px) {
  .incnt {
    width: 92%;
  }
}

#sec_bgintro .page_nav {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (max-width: 767px) {
  #sec_bgintro .page_nav {
    gap: 20px 20px;
  }
}
#sec_bgintro .page_nav li a {
  transition: 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1a1a1a;
}
@media screen and (max-width: 500px) {
  #sec_bgintro .page_nav li a {
    letter-spacing: 0.4em;
    padding-left: 0.4em;
    font-size: 14px;
  }
}
#sec_bgintro .page_nav li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #1a1a1a;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  #sec_bgintro .page_nav li a::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1a1a1a;
    bottom: -10px;
  }
}

.secStyle_1 .sectitle2 {
  margin-bottom: 20px;
  border-left: 5px solid #666;
  padding-left: 20px;
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .secStyle_1 .sectitle2 {
    font-size: 16px;
  }
}

.secStyle_1 table {
  width: 100%;
  margin-bottom: 10px;
}

.secStyle_1 table th, .secStyle_1 table td {
  border-bottom: 1px dotted #aaa;
  border-left: 1px solid #aaa;
  padding: 15px 0.5%;
  text-align: center;
  border-right: 1px solid #aaa;
}

.secStyle_1 table thead th {
  background: #A6454A;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  padding: 12px 1%;
  border-left: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}

.secStyle_1 table thead th:first-child {
  border-left: 1px solid #aaa;
}

.secStyle_1 table thead th.t5 {
  border-right: 1px solid #aaa;
}

.secStyle_1 table tbody th {
  background: #F9F3F4;
}

.secStyle_1 table tbody th:first-child {
  white-space: nowrap;
}

.secStyle_1 table tbody .bs th, .secStyle_1 table tbody .bs td {
  border-bottom: 1px solid #aaa;
}

.secStyle_1 table .t1 {
  width: 10%;
}

.secStyle_1 table .t2 {
  width: 15%;
}

.secStyle_1 table .t3 {
  width: 8%;
}

.secStyle_1 table .t4 {
  width: 27%;
}

.secStyle_1 table .t5 {
  width: 25%;
}

.secStyle_1 table .t2 span {
  display: inline-block;
}

.secStyle_1 .table_wrap_caption {
  display: none;
}

@media screen and (max-width: 768px) {
  .secStyle_1 .table_wrap {
    overflow-x: scroll;
  }
  .secStyle_1 .table_wrap_caption {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .secStyle_1 table {
    width: 800px;
  }
  .secStyle_1 table th,
  .secStyle_1 table td,
  .secStyle_1 table thead th {
    font-size: 12px;
  }
  .secStyle_1 table th,
  .secStyle_1 table td {
    padding: 10px 0.5%;
  }
}
@media screen and (max-width: 370px) {
  .secStyle_1 table th,
  .secStyle_1 table td,
  .secStyle_1 table thead th {
    font-size: 10px;
  }
  .secStyle_1 table th,
  .secStyle_1 table td {
    padding: 5px 0.5%;
  }
}/*# sourceMappingURL=pageParts.css.map */