@charset "utf-8";
#con-tit h3 {
  text-align: center;
  padding: 8rem 0;
  color: #FFF;
  font-family: var(--noto);
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -0.02rem;
  text-shadow:-1px 0 rgba(0, 0, 0, 0.22), 0 -1px rgba(0, 0, 0, 0.22), 1px 0 rgba(0, 0, 0, 0.22), 0 1px rgba(0, 0, 0, 0.22);
}

:has(.menu>li:nth-child(1).select) #con-tit {
  background: url(/share/images/ay/sub/sub01.jpg) no-repeat 0 0 / cover;
}

:has(.menu>li:nth-child(2).select) #con-tit {
  background: url(/share/images/ay/sub/sub01.jpg) no-repeat 0 0 / cover;
}

:has(.menu>li:nth-child(3).select) #con-tit {
  background: url(/share/images/ay/sub/sub02.jpg) no-repeat 0 0 / cover;
}

:has(.menu>li:nth-child(4).select) #con-tit {
  background: url(/share/images/ay/sub/sub03.jpg) no-repeat 0 0 / cover;
}

:has(.menu>li:nth-child(5).select) #con-tit {
  background: url(/share/images/ay/sub/sub04.jpg) no-repeat 0 0 / cover;
}

#tmenu>ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

#tmenu>ul a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.8rem 1.7rem;
  color: #222;
  font-family: var(--noto);
  font-size: 2rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  z-index: 1;
}

#detail_con {
  margin: 0 auto;
  padding: 5rem 20px 10rem 20px;
  max-width: 1400px;
}

#detail_con h4:first-child {
  margin-top: 0;
}

h4 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-left: 4.1rem;
  font-size: 3.6rem;
  font-weight: 700;
  background: url(/share/images/ay/logo.png) no-repeat 0 0.4rem / 3.3rem;
}

.info-box+.bl02,
.general-board+.bl02,
.board-view+.bl02 {
  margin-top: 5rem;
}

.bl02 {
  position: relative;
  padding-left: 3.9rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  background: url(/share/images/ay/sub/bl02.svg) no-repeat 0 0 / 2.8rem;
}

table.data {
  width: 100%;
  table-layout: fixed;
}

table.data {
  border-top: 0.3rem solid #000;
}

table.data thead th {
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  line-height: 180%;
  border-bottom: 1px solid #000;
  background: #F5F5F5;
}

table.data tbody th,
table.data tbody td {
  text-align: center;
  padding: 1rem;
  color: #555;
  line-height: 136%;
  border-bottom: 1px solid #BFC4CE;
}

.info-box {
  display: flex;
  align-items: center;
  padding: 3rem 5rem 3rem 15rem;
  margin-bottom: 2rem;
  min-height: 14rem;
  gap: 2rem;
  border-radius: 1.5rem;
  background: #F5F5F5 url(/share/images/ay/sub/info-box.svg) no-repeat 5rem 3rem / 8rem;
}

.info-box .tit {
  font-size: 2rem;
  font-weight: 700;
}

.info-box ul {
  display: flex;
  flex-direction: column;;
  gap: 0.7rem;
  padding: 1.5rem 0;
  min-height: 100%;
}

.info-box ul>li {
  position: relative;
  padding-left: 1.2rem;
}

.info-box ul>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.1rem;
  background: #8B8B8B;
}

.info-box.nobg {
  display: block;
  padding: 3rem;
  background-image: none;
}

.info-box.nobg ul {
  padding-bottom: 0;
}

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

/*pc*/
@media screen and (min-width:801px) {
  #tmenu>ul>::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
  }

  #tmenu>ul a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
    width: 0;
    height: 0.3rem;
    background: var(--main);
    z-index: 1;
    transition: .3s;
  }

  #tmenu>ul a:hover,
  #tmenu>ul .select a {
    color: var(--main);
    font-weight: 700;
  }

  #tmenu>ul a:hover:before,
  #tmenu>ul .select a::before {
    width: 100%;
  }
}

/* mb */
@media screen and (max-width:800px) {
  #con-tit {
    background-position: center !important;
  }

  #con-tit h3 {
    font-size: 4rem;
  }

  #tmenu>ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
    padding: 20px 20px 0 20px;
  }

  #tmenu>ul li {
    width: calc(50% - 0.5rem / 2);
  }

  #tmenu>ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 1.7rem;
    height: 100%;
    font-size: 1.8rem;
    border-radius: 0.3rem;
    border: 1px solid #E3E3E3;
  }

  #tmenu>ul a:hover,
  #tmenu>ul .select a {
    color: #fff;
    border-color: #4262E4;
    background: #4262E4;
  }

  h4 {
    padding-left: 3.5rem;
    font-size: 3rem;
    background-size: 3rem;
  }

  .tableBox {
    position: relative;
  }

  .tableBox>div {
    display: block;
    overflow-x: auto;
  }

  .tableBox table.data {
    min-width: 80rem;
    -webkit-text-size-adjust: 100%;
  }

  .tableBox .dataScroll {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    position: absolute;
    right: 0;
    top: -5rem;
    --bg: url(/share/images/ay/sub/dataScroll.png) no-repeat 0 0 / 6rem;
  }

  .tableBox .dataScroll::before {
    content: '';
    display: block;
    width: 3.4rem;
    height: 2.6rem;
    background: var(--bg);
  }

  .tableBox .dataScroll::after {
    content: '';
    display: block;
    width: 2.8rem;
    height: 2.6rem;
    background: var(--bg);
    background-position: -3.1rem 0;
    animation: dataScroll 1s ease-out infinite;
  }

  @keyframes dataScroll {
    0% {
      transform: translateX(0)
    }
    50% {
      transform: translateX(-0.5rem)
    }
    100% {
      transform: translateX(0)
    }
  }

  .info-box {
    padding-left: 3rem;
    min-height: auto;
    background-image: none;
  }
}