.pageTitle {
  max-width: 1070px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .pageTitle {
    margin: 0 max(3vw, 25px) 25px 200px;
  }
}
@media screen and (max-width: 1200px) {
  .pageTitle {
    margin-left: 130px;
  }
}
@media screen and (max-width: 668px), (max-height: 530px) {
  .pageTitle {
    margin: 0 max(3vw, 15px) 20px;
  }
}
.pageTitle h2 {
  width: 43%;
  min-width: 200px;
  margin: 0 auto;
}
.pageTitle p.text {
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .pageTitle p.text {
    font-size: clamp(13px, 2.0833333333vw, 100px);
  }
}
.pageTitle p.text {
  margin: 20px 0;
}
@media screen and (max-width: 668px) {
  .pageTitle p.text {
    margin: 5px 0 10px;
  }
}
.pageTitle ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pageTitle ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .pageTitle ul li {
    font-size: clamp(13px, 1.5vw, 100px);
  }
}
.pageTitle ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 100%;
  font-size: 0;
  margin-right: 5px;
  background-color: #fff;
  vertical-align: middle;
}
.pageTitle .more,
.pageTitle .neko {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pageTitle .more,
  .pageTitle .neko {
    bottom: 35px;
  }
}
.pageTitle .more {
  width: 15%;
  min-width: 70px;
  left: 0;
}
.pageTitle .neko {
  width: 11%;
  min-width: 45px;
  right: 0;
}

#contents {
  padding: 0 max(3vw, 25px);
}
#contents nav.menu {
  position: fixed;
  left: max(3vw, 25px);
  top: 120px;
  z-index: 1000;
}
@media screen and (max-width: 1700px) {
  #contents nav.menu {
    width: 200px;
  }
}
@media screen and (max-height: 550px) {
  #contents nav.menu {
    top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #contents nav.menu {
    top: 80px;
  }
}
@media screen and (max-width: 668px), (max-height: 530px) {
  #contents nav.menu {
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #DDE673;
    box-shadow: 5px 0 5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 15px 15px 10px;
    transition: opacity 0.3s;
  }
  #contents nav.menu.is-hide {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 668px), (max-height: 530px) {
  #contents nav.menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
#contents nav.menu ul li {
  line-height: 100%;
}
#contents nav.menu ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: text-top;
  background-color: #FFF100;
  border: 3px solid #000;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
#contents nav.menu ul li {
  margin-top: -6px;
}
@media screen and (max-width: 668px), (max-height: 530px) {
  #contents nav.menu ul li {
    margin-top: 0;
    margin-bottom: 5px;
    width: 16.6666666667%;
  }
  #contents nav.menu ul li::before {
    vertical-align: top;
    margin: 0 3px 0 0;
  }
}
@media screen and (max-width: 700px) {
  #contents nav.menu ul li {
    width: 25%;
  }
}
@media screen and (max-width: 470px) {
  #contents nav.menu ul li {
    width: 33.3333333333%;
  }
}
#contents nav.menu ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #DDE673;
  display: block;
  margin-left: 7px;
  margin-top: -8px;
}
@media screen and (max-height: 680px) {
  #contents nav.menu ul li:not(:last-child)::after {
    height: 15px;
  }
}
@media screen and (max-width: 668px), (max-height: 530px) {
  #contents nav.menu ul li:not(:last-child)::after {
    display: none;
  }
}
#contents nav.menu ul li a {
  line-height: 100%;
  padding-bottom: 3px;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
#contents nav.menu ul li a:hover {
  background-position: bottom left;
  background-size: 100% 2px;
}
#contents nav.menu ul li a {
  padding-bottom: 7px;
  display: inline-block;
}
#contents nav.menu ul li a small {
  font-size: 0.8em;
}
@media screen and (max-width: 668px), (max-height: 530px) {
  #contents nav.menu ul li a {
    padding-bottom: 5px;
  }
  #contents nav.menu ul li a small {
    display: block;
  }
}
#contents .mainArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1700px) {
  #contents .mainArea {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1200px) {
  #contents .mainArea {
    margin-left: 180px;
  }
}
@media screen and (max-width: 668px), (max-height: 530px) {
  #contents .mainArea {
    max-width: 100%;
    margin: 0;
  }
}
#contents .mainArea > section:not(:last-of-type) {
  margin-bottom: 50px;
}
#contents .mainArea > section {
  background-color: #fff;
  border-radius: 20px;
  padding: max(3vw, 25px);
}
@media screen and (max-width: 960px) {
  #contents .mainArea > section {
    border-radius: 25px;
  }
}
#contents .mainArea > section h3 {
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  #contents .mainArea > section h3 {
    font-size: clamp(17px, 2.5vw, 100px);
  }
}
#contents .mainArea > section h3 {
  text-align: center;
  margin-bottom: max(3vw, 20px);
}
#contents .mainArea > section h3 small {
  font-size: 0.7em;
  display: block;
}
#contents .mainArea > section h3 small a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #666;
  display: inline-block;
}
#contents .mainArea > section h3 small a:hover {
  transform: translateY(-3px);
}
#contents .mainArea > section h3::after {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 81px;
  height: 16px;
  background: url(../images/common/icon_lane.svg) no-repeat center/contain;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea > section h3::after {
    margin-bottom: 10px;
  }
}
#contents .mainArea > section .box {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: max(3vw, 25px);
}
@media screen and (max-width: 960px) {
  #contents .mainArea > section .box {
    flex-direction: column;
  }
}
#contents .mainArea > section .box > section {
  width: calc(50% - max(3vw, 25px) / 2);
  border-top: 2px solid #000;
}
@media screen and (max-width: 960px) {
  #contents .mainArea > section .box > section {
    width: 100%;
  }
}
#contents .mainArea > section .box > section .tit {
  border-bottom: 1px dotted #000;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
#contents .mainArea > section .box > section .tit h4 {
  font-size: 2.3rem;
}
@media screen and (max-width: 1200px) {
  #contents .mainArea > section .box > section .tit h4 {
    font-size: clamp(17px, 1.9166666667vw, 100px);
  }
}
#contents .mainArea > section .box > section .tit h4 {
  line-height: 130%;
}
#contents .mainArea > section .box > section .tit h4 a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #666;
  display: inline-block;
}
#contents .mainArea > section .box > section .tit h4 a:hover {
  transform: translateX(3px);
}
#contents .mainArea > section .box > section .tit P {
  width: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 3px;
}
#contents .mainArea > section .box > section .tit P img {
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  border-radius: 50%;
  line-height: 100%;
  font-size: 0;
}
#contents .mainArea > section .box > section table {
  width: 100%;
  border-collapse: collapse;
}
#contents .mainArea > section .box > section table tr th, #contents .mainArea > section .box > section table tr td {
  text-align: left;
  vertical-align: top;
  padding: 10px 10px 0;
}
#contents .mainArea > section .box > section table tr th {
  width: 140px;
}
#contents .mainArea > section .box > section table tr td a {
  text-decoration: underline;
}
#contents .mainArea > section .box > section table tr td ul.kome {
  margin-top: 5px;
}
#contents .mainArea > section .box > section table tr td ul.kome li {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #contents .mainArea > section .box > section table tr td ul.kome li {
    font-size: clamp(13px, 1.25vw, 100px);
  }
}
#contents .mainArea > section .box > section table tr td ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}
#contents .mainArea > section .box > section table tr td .red {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .mainArea > section .box > section table tr td .red {
    font-size: clamp(13px, 1.5vw, 100px);
  }
}
#contents .mainArea > section .box > section table tr td .red {
  color: #f00;
}
#contents .mainArea .notice {
  margin-top: 20px;
}
#contents .mainArea .notice li {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #contents .mainArea .notice li {
    font-size: clamp(13px, 1.25vw, 100px);
  }
}
#contents .mainArea .notice li {
  text-indent: -1em;
  padding-left: 1em;
}