@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.tableCell__line {
  background: linear-gradient(to top left ,transparent ,transparent 49% ,#ccc 49% ,#ccc 51% ,transparent 51% ,transparent);
}
.aly_tx_left {
  text-align: left;
}

.aly_tx_center {
  text-align: center;
}

.aly_tx_right {
  text-align: right;
}

.aly_tx_justify {
  text-align: justify;
}

span.aly_tx_xxs {
  font-size: 0.55em;
}

span.aly_tx_xs {
  font-size: 0.7em;
}

span.aly_tx_s {
  font-size: 0.8em;
}

span.aly_tx_m {
  font-size: 1em;
}

span.aly_tx_l {
  font-size: 1.2em;
}

span.aly_tx_xl {
  font-size: 1.44em;
}

span.aly_tx_xxl {
  font-size: 2em;
}

span.aly_tx_f_auto {
  color: rgb(0, 0, 0);
}

span.aly_tx_f_black {
  color: rgb(0, 0, 0);
}

span.aly_tx_f_maroon {
  color: rgb(128, 0, 0);
}

span.aly_tx_f_saddlebrown {
  color: rgb(139, 69, 19);
}

span.aly_tx_f_darkslategray {
  color: rgb(47, 79, 79);
}

span.aly_tx_f_teal {
  color: rgb(0, 128, 128);
}

span.aly_tx_f_navy {
  color: rgb(0, 0, 128);
}

span.aly_tx_f_indigo {
  color: rgb(75, 0, 130);
}

span.aly_tx_f_dimgray {
  color: rgb(105, 105, 105);
}

span.aly_tx_f_firebrick {
  color: rgb(178, 34, 34);
}

span.aly_tx_f_brown {
  color: rgb(165, 42, 42);
}

span.aly_tx_f_goldenrod {
  color: rgb(218, 165, 32);
}

span.aly_tx_f_darkgreen {
  color: rgb(0, 100, 0);
}

span.aly_tx_f_turquoise {
  color: rgb(64, 224, 208);
}

span.aly_tx_f_mediumblue {
  color: rgb(0, 0, 205);
}

span.aly_tx_f_purple {
  color: rgb(128, 0, 128);
}

span.aly_tx_f_gray {
  color: rgb(128, 128, 128);
}

span.aly_tx_f_red {
  color: rgb(204, 0, 0);
}

span.aly_tx_f_darkorange {
  color: rgb(255, 140, 0);
}

span.aly_tx_f_gold {
  color: rgb(255, 215, 0);
}

span.aly_tx_f_green {
  color: rgb(0, 128, 0);
}

span.aly_tx_f_cyan {
  color: rgb(0, 255, 255);
}

span.aly_tx_f_blue {
  color: rgb(0, 0, 255);
}

span.aly_tx_f_violet {
  color: rgb(238, 130, 238);
}

span.aly_tx_f_darkgray {
  color: rgb(169, 169, 169);
}

span.aly_tx_f_lightsalmon {
  color: rgb(255, 160, 122);
}

span.aly_tx_f_orange {
  color: rgb(255, 165, 0);
}

span.aly_tx_f_yellow {
  color: rgb(255, 255, 0);
}

span.aly_tx_f_lime {
  color: rgb(0, 255, 0);
}

span.aly_tx_f_paleturquoise {
  color: rgb(175, 238, 238);
}

span.aly_tx_f_lightblue {
  color: rgb(173, 216, 230);
}

span.aly_tx_f_plum {
  color: rgb(221, 160, 221);
}

span.aly_tx_f_lightgrey {
  color: rgb(211, 211, 211);
}

span.aly_tx_f_lavenderblush {
  color: rgb(255, 240, 245);
}

span.aly_tx_f_antiquewhite {
  color: rgb(250, 235, 215);
}

span.aly_tx_f_lightyellow {
  color: rgb(255, 255, 224);
}

span.aly_tx_f_honeydew {
  color: rgb(240, 255, 240);
}

span.aly_tx_f_azure {
  color: rgb(240, 255, 255);
}

span.aly_tx_f_aliceblue {
  color: rgb(240, 248, 255);
}

span.aly_tx_f_lavender {
  color: rgb(230, 230, 250);
}

span.aly_tx_f_white {
  color: rgb(255, 255, 255);
}

header {
  border-bottom: 1px solid #1652c9;
  height: 75px;
  padding: 0 1rem;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header .h-content {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  gap: 1rem;
  height: 100%;
  position: relative;
}
header .h-content .logo {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .h-content .logo img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  header .h-content .logo {
    height: 55px;
    flex: 1;
    justify-content: flex-start;
  }
}
header .h-content .menu-list {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
header .h-content .menu-list > * {
  height: 100%;
  padding: 0 0.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  min-width: max-content;
  transition: all 150ms;
  font-size: 1.2rem;
}
header .h-content .menu-list > *:hover {
  border-bottom-color: #1652c9;
  color: #1652c9;
}
header .h-content .menu-list > *.active {
  color: #1652c9;
  pointer-events: none;
}
header .h-content .menu-list > *.focus {
  border-bottom-color: #1652c9;
  color: #1652c9;
  pointer-events: none;
}
@media only screen and (max-width: 1279px) {
  header .h-content .menu-list > * {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 1023px) {
  header .h-content .menu-list {
    display: none;
  }
}
header .h-content .menu-search {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  width: 80px;
}
header .h-content .menu-search img {
  width: 1.4rem;
  height: 1.4rem;
}
header .h-content .menu-search .c-btn {
  display: none;
}
header .h-content .menu-search::after {
  content: "検索";
}
header .h-content .menu-search.active::after {
  content: "閉じる";
}
header .h-content .menu-search.active .s-btn {
  display: none;
}
header .h-content .menu-search.active .c-btn {
  display: inline-flex;
}
header .h-content .menu-btn {
  display: none;
}
header .h-content .menu-btn .btn-line {
  width: 36px;
  height: 2rem;
  position: relative;
}
header .h-content .menu-btn .btn-line i {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
  transition: all 200ms;
}
header .h-content .menu-btn .btn-line i:nth-child(1) {
  top: 20%;
}
header .h-content .menu-btn .btn-line i:nth-child(2) {
  top: 48%;
}
header .h-content .menu-btn .btn-line i:nth-child(3) {
  top: 80%;
}
header .h-content .menu-btn::after {
  content: "メニュー";
  transition: all 200ms;
  font-size: 75%;
}
header .h-content .menu-btn.open .btn-line i {
  top: 50%;
}
header .h-content .menu-btn.open .btn-line i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .h-content .menu-btn.open .btn-line i:nth-child(2) {
  width: 0;
}
header .h-content .menu-btn.open .btn-line i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .h-content .menu-btn.open::after {
  content: "閉じる";
}
@media only screen and (max-width: 1023px) {
  header .h-content .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
header .search-panel {
  position: absolute;
  z-index: 9999;
  top: 75px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.1);
}
header .search-panel .search-form {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
header .search-panel .search-form input {
  max-width: 500px;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #888;
  outline: none;
  font-weight: 300;
}
header .search-panel .search-form button {
  width: 200px;
  background: #1652c9;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 0;
  cursor: pointer;
}
header .search-panel.active {
  opacity: 1;
  pointer-events: all;
}
header .sub-menu-container {
  position: absolute;
  z-index: 99;
  width: 100vw;
  left: 0;
  top: calc(100% + 2px);
  background-color: #e8f1fe;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header .sub-menu-container a {
  color: #000;
  display: flex;
  align-items: center;
}
header .sub-menu-container a svg {
  width: 24px;
  height: 24px;
}
header .sub-menu-container a:hover {
  color: #1652c9;
}
@media only screen and (max-width: 1023px) {
  header .sub-menu-container {
    display: none;
    pointer-events: none;
  }
}
header .sub-menu-container .sub-menu {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 2%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1279px) {
  header .sub-menu-container .sub-menu {
    font-size: 1.15rem;
  }
}
header .sub-menu-container .sub-menu__title {
  font-weight: bold;
  font-size: 110%;
}
header .sub-menu-container .sub-menu__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
header .sub-menu-container .sub-menu__items > a {
  width: 33%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 1279px) {
  header .sub-menu-container .sub-menu__items > a {
    width: 45%;
  }
}
header .sub-menu-container .sub-menu__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .sub-menu-container .sub-menu__close:hover {
  color: #1652c9;
}
header .sm-menu-panel {
  position: absolute;
  width: 100vw;
  z-index: 99;
  height: calc(101vh - 75px);
  left: 0;
  top: 100%;
  border-top: 1px dashed #ccc;
  background-color: #fff;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
header .sm-menu-panel a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 120%;
  text-decoration: none;
}
header .sm-menu-panel a svg {
  width: 28px;
  height: 28px;
}
header .sm-menu-panel a:hover {
  color: #1652c9;
}

footer {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1279px) {
  footer {
    font-size: 1.15rem;
  }
}
footer .footer-container {
  padding: 2rem 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #1652c9;
  gap: 1rem;
}
footer .footer-container.secondary {
  background-color: #e8f1fe;
}
footer .footer-container .top {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  gap: 3.33%;
}
@media only screen and (max-width: 1023px) {
  footer .footer-container .top {
    justify-content: center;
  }
}
footer .footer-container .top .menu-block {
  width: 30%;
  min-width: 320px;
  margin: 1rem 0;
}
footer .footer-container .top .menu-block .parent-link {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 120%;
  text-decoration: underline;
  padding: 6px 0;
  font-weight: bold;
  font-size: 110%;
}
footer .footer-container .top .menu-block .parent-link:hover {
  color: #1652c9;
}
footer .footer-container .top .menu-block .space-01 {
  background-color: #1652c9;
  position: relative;
  height: 1px;
}
footer .footer-container .top .menu-block .space-01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80px;
  background-color: #1652c9;
}
footer .footer-container .top .menu-block .items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
}
footer .footer-container .top .menu-block .items a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-container .top .menu-block .items a svg {
  width: 24px;
  height: 24px;
}
footer .footer-container .top .menu-block .items a:hover {
  color: #1652c9;
}
footer .footer-container .bottom {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  footer .footer-container .bottom {
    flex-direction: column;
    gap: 3rem;
  }
}
footer .footer-container .bottom .bottom-left {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  footer .footer-container .bottom .bottom-left {
    width: 100%;
  }
  footer .footer-container .bottom .bottom-left img {
    max-width: 360px;
    width: 100%;
  }
}
footer .footer-container .bottom .bottom-right {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer .footer-container .bottom .bottom-right .right-items {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  footer .footer-container .bottom .bottom-right .right-items {
    max-width: 410px;
  }
}
footer .footer-container .bottom .bottom-right .right-items a {
  width: 50%;
  padding: 6px;
  min-width: max-content;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-underline-offset: 2px;
}
footer .footer-container .bottom .bottom-right .right-items a:hover {
  color: #1652c9;
}
footer .footer-container .copyright {
  padding: 1rem 0;
}

main {
  width: 100%;
  max-width: 100vw;
  padding: 0 1rem;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1279px) {
  main {
    font-size: 1.15rem;
  }
}

.title-01 {
  font-size: 170%;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .title-01 {
    font-size: 140%;
  }
}

.secondT,
.title-02 {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 1px solid #1652c9;
  position: relative;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 1023px) {
  .secondT,
  .title-02 {
    font-size: 120%;
  }
}
.secondT::after,
.title-02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #1652c9;
  z-index: 1;
}

.toppick__title {
  margin: 1rem 0;
}
.toppick__text {
  background-image: var(--bg);
  background-color: midnightblue;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  aspect-ratio: 1024/350;
  padding: 1rem;
}
@media only screen and (max-width: 1023px) {
  .toppick__text {
    width: 100%;
    aspect-ratio: unset;
    padding: 2rem 1rem;
    gap: 2rem;
  }
}
.toppick__text .block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.toppick__text .block__title {
  font-size: 170%;
  font-weight: bold;
}
.toppick__text .block__desc {
  text-indent: 1rem;
}
@media only screen and (max-width: 1023px) {
  .toppick__text .block__title {
    font-size: 140%;
  }
}

.news {
  margin-top: 3rem;
}
.news__head {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.news__head .link {
  display: flex;
  justify-content: center;
  width: 144px;
  border: 1px solid #1652c9;
  color: #1652c9;
  font-weight: bold;
  padding: 6px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1rem;
  transition: all 150ms;
}
.news__head .link:hover {
  color: #fff;
  background-color: #1652c9;
}
@media only screen and (max-width: 1023px) {
  .news__head .link {
    padding: 4px;
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news__list .news-item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
  text-decoration: none;
  color: #000;
}
.news__list .news-item:hover {
  color: #1652c9;
}
.news__list .news-item__head {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 90%;
}
.news__list .news-item__head .date {
  color: #626262;
  min-width: 110px;
}
.news__list .news-item__head .tag {
  color: #fff;
  width: 110px;
  text-align: center;
  padding: 4px 0;
}
.news__list .news-item__head .tag.red {
  background: #991b1b;
}
.news__list .news-item__head .tag.pink {
  background: #701a75;
}
.news__list .news-item__head .tag.green {
  background: #0f766e;
}
.news__list .news-item__head .tag.blue {
  background: #0c257d;
}
.news__list .news-item__head .tag.yellow {
  background: #854d0e;
}
.news__list .news-item__content {
  padding-right: 3rem;
}
.news__list .news-item svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(100%, -50%);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .news__list .news-item__content {
    padding-right: 2rem;
  }
  .news__list .news-item svg {
    right: 2.5rem;
  }
}

.pickup {
  margin: 3rem 0;
  width: 100%;
}
.pickup__head {
  margin: 1rem 0;
}
.pickup__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  width: 100%;
}
.pickup__content .block {
  width: calc(33.33% - 1.5vw);
  background: #e8f1fe;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  border-radius: 6px;
  padding: 2rem;
  gap: 1rem;
  text-decoration: none;
  transition: all 200ms;
  border: 1px solid transparent;
}
.pickup__content .block img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
.pickup__content .block h3 {
  font-size: 130%;
}
.pickup__content .block:hover {
  border-color: rgba(22, 82, 201, 0.2);
}
@media only screen and (max-width: 1023px) {
  .pickup__content .block {
    width: 99%;
  }
}
@media only screen and (max-width: 1023px) {
  .pickup__content {
    gap: 1rem;
  }
}

.content {
  margin: 2rem 0;
}
.content .secondT,
.content .title-02 {
  margin: 1rem 0;
}
.content .secondT a,
.content .title-02 a {
  color: #000;
}
.content a {
  color: #3730a3;
  text-underline-offset: 10%;
}
.content a:hover {
  filter: brightness(150%) contrast(200%);
}
.content .honbun ul,
.content .honbun .list {
  list-style: none;
}
.content .honbun ul > ul,
.content .honbun .list > ul {
  list-style: disc;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.content .honbun ul > li,
.content .honbun .list > li {
  margin-bottom: 0.8rem;
}
.content .honbun ul > li:first-child,
.content .honbun .list > li:first-child {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .content .honbun ul > li,
  .content .honbun .list > li {
    margin-bottom: 0.4rem;
  }
  .content .honbun ul > li:first-child,
  .content .honbun .list > li:first-child {
    margin-top: 0.4rem;
  }
}
.content .honbun p {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .content .honbun ul,
  .content .honbun .list {
    margin-left: 0.5rem;
  }
  .content .honbun ul > ul,
  .content .honbun .list > ul {
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
  .content .honbun p {
    text-indent: 0.5rem;
  }
}

.icon {
  width: 1.2rem;
  height: auto;
  margin: 0 2px;
}
@media only screen and (max-width: 1279px) {
  .icon {
    width: 1.15rem;
  }
}

#back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 2rem;
  right: 1rem;
  opacity: 0;
  display: flex;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #3730a3;
  color: #3730a3;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.1), 0 0 5rem rgba(255, 255, 255, 0.3), 0 0 1rem rgba(0, 0, 0, 0.1), 0 0 2rem rgba(0, 0, 0, 0.2), 0 0 5rem rgba(0, 0, 0, 0.3);
  transform: translateY(200%);
  transition: all 300ms;
}
#back-to-top.show {
  opacity: 0.8;
  transform: translateY(0%);
}
#back-to-top:hover {
  opacity: 1;
}

.breadcrumbs {
  padding: 1rem;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  list-style: none;
  position: relative;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1279px) {
  .breadcrumbs {
    font-size: 1.15rem;
  }
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 101vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin-left: 1rem;
}
.breadcrumbs a {
  color: #3730a3;
  text-underline-offset: 10%;
}
.breadcrumbs a:hover {
  filter: brightness(150%) contrast(200%);
}

.heading01 {
  padding: 1rem 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.heading01::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  width: 101vw;
  height: 4px;
  transform: translateX(-50%);
  background-color: #1652c9;
}

.heading02 {
  padding: 0.8rem 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #1652c9;
}
.heading02::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: -1;
  width: 6rem;
  height: 2px;
  background-color: #1652c9;
}

.heading03 {
  padding: 0.5rem 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #1652c9;
}

.heading04 {
  padding: 0.5rem 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #1652c9;
}

.link {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 10%;
}
.link:hover {
  color: #1652c9;
}

.disk > *,.list-disc > * {
  text-indent: 0 !important;
  margin-bottom: 0.5rem;
  position: relative;
}
.disk > *::before,.list-disc > *::before {
  content: "•";
  display: inline;
  margin-right: 0.5rem;
  position: absolute;
  left: -1rem;
}

.list-num > * {
  text-indent: 0 !important;
  margin-bottom: 0.5rem;
  counter-increment: counter1;
  position: relative;
}
.list-num > *::before {
  content: counter(counter1) ".";
  display: inline;
  margin-right: 0.5rem;
  position: absolute;
  left: -1.2rem;
}

.list-num-round {
  counter-reset: counter2;
}
.list-num-round > * {
  text-indent: 0 !important;
  margin-bottom: 0.5rem;
  counter-increment: counter2;
  position: relative;
}
.list-num-round > *::before {
  content: "(" counter(counter2) ")";
  display: inline;
  margin-right: 0.5rem;
  position: absolute;
  left: -1.8rem;
}

.list-num-circle > * {
  text-indent: 0 !important;
  margin-bottom: 0.5rem;
  position: relative;
}
.list-num-circle > *::before {
  display: inline;
  margin-right: 0.5rem;
  position: absolute;
  left: -1.4rem;
}
.list-num-circle > *:nth-child(1)::before {
  content: "①";
}
.list-num-circle > *:nth-child(2)::before {
  content: "②";
}
.list-num-circle > *:nth-child(3)::before {
  content: "③";
}
.list-num-circle > *:nth-child(4)::before {
  content: "④";
}
.list-num-circle > *:nth-child(5)::before {
  content: "⑤";
}
.list-num-circle > *:nth-child(6)::before {
  content: "⑥";
}
.list-num-circle > *:nth-child(7)::before {
  content: "⑦";
}
.list-num-circle > *:nth-child(8)::before {
  content: "⑧";
}
.list-num-circle > *:nth-child(9)::before {
  content: "⑨";
}

.pdf::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODI1IDEwLjkyMDdINy43VjguOTIwN0g4LjgyNUM5LjA3NSA4LjkyMDcgOS4yODMzMyA4LjgzMzM3IDkuNDUgOC42NTg3QzkuNjE2NjcgOC40ODMzNyA5LjcgOC4yNzA3IDkuNyA4LjAyMDdWNi45MjA3QzkuNyA2LjY3MDcgOS42MTY2NyA2LjQ1ODA0IDkuNDUgNi4yODI3QzkuMjgzMzMgNi4xMDgwNCA5LjA3NSA2LjAyMDcgOC44MjUgNi4wMjA3SDYuODI1VjEwLjkyMDdaTTcuNyA4LjAyMDdWNi45MjA3SDguODI1VjguMDIwN0g3LjdaTTEwLjcyNSAxMC45MjA3SDEyLjdDMTIuOTUgMTAuOTIwNyAxMy4xNTgzIDEwLjgzMzQgMTMuMzI1IDEwLjY1ODdDMTMuNDkxNyAxMC40ODM0IDEzLjU3NSAxMC4yNzA3IDEzLjU3NSAxMC4wMjA3VjYuOTIwN0MxMy41NzUgNi42NzA3IDEzLjQ5MTcgNi40NTgwNCAxMy4zMjUgNi4yODI3QzEzLjE1ODMgNi4xMDgwNCAxMi45NSA2LjAyMDcgMTIuNyA2LjAyMDdIMTAuNzI1VjEwLjkyMDdaTTExLjYyNSAxMC4wMjA3VjYuOTIwN0gxMi43VjEwLjAyMDdIMTEuNjI1Wk0xNC43IDEwLjkyMDdIMTUuNTc1VjguOTIwN0gxNi43NzVWOC4wMjA3SDE1LjU3NVY2LjkyMDdIMTYuNzc1VjYuMDIwN0gxNC43VjEwLjkyMDdaTTYuMDUgMTUuNDcwN0M1LjU1IDE1LjQ3MDcgNS4xMjUgMTUuMjk1NyA0Ljc3NSAxNC45NDU3QzQuNDI1IDE0LjU5NTcgNC4yNSAxNC4xNzA3IDQuMjUgMTMuNjcwN1YyLjI3MDdDNC4yNSAxLjc3MDcgNC40MjUgMS4zNDU3IDQuNzc1IDAuOTk1NzAzQzUuMTI1IDAuNjQ1NzAzIDUuNTUgMC40NzA3MDMgNi4wNSAwLjQ3MDcwM0gxNy40NUMxNy45NSAwLjQ3MDcwMyAxOC4zNzUgMC42NDU3MDMgMTguNzI1IDAuOTk1NzAzQzE5LjA3NSAxLjM0NTcgMTkuMjUgMS43NzA3IDE5LjI1IDIuMjcwN1YxMy42NzA3QzE5LjI1IDE0LjE3MDcgMTkuMDc1IDE0LjU5NTcgMTguNzI1IDE0Ljk0NTdDMTguMzc1IDE1LjI5NTcgMTcuOTUgMTUuNDcwNyAxNy40NSAxNS40NzA3SDYuMDVaTTYuMDUgMTMuOTcwN0gxNy40NUMxNy41MzMzIDEzLjk3MDcgMTcuNjA0MyAxMy45NDE0IDE3LjY2MyAxMy44ODI3QzE3LjcyMSAxMy44MjQ3IDE3Ljc1IDEzLjc1NCAxNy43NSAxMy42NzA3VjIuMjcwN0MxNy43NSAyLjE4NzM3IDE3LjcyMSAyLjExNjM3IDE3LjY2MyAyLjA1NzdDMTcuNjA0MyAxLjk5OTcgMTcuNTMzMyAxLjk3MDcgMTcuNDUgMS45NzA3SDYuMDVDNS45NjY2NyAxLjk3MDcgNS44OTYgMS45OTk3IDUuODM4IDIuMDU3N0M1Ljc3OTMzIDIuMTE2MzcgNS43NSAyLjE4NzM3IDUuNzUgMi4yNzA3VjEzLjY3MDdDNS43NSAxMy43NTQgNS43NzkzMyAxMy44MjQ3IDUuODM4IDEzLjg4MjdDNS44OTYgMTMuOTQxNCA1Ljk2NjY3IDEzLjk3MDcgNi4wNSAxMy45NzA3Wk0yLjU1IDE4Ljk3MDdDMi4wNSAxOC45NzA3IDEuNjI1IDE4Ljc5NTcgMS4yNzUgMTguNDQ1N0MwLjkyNSAxOC4wOTU3IDAuNzUgMTcuNjcwNyAwLjc1IDE3LjE3MDdWNC4yNzA3SDIuMjVWMTcuMTcwN0MyLjI1IDE3LjI1NCAyLjI3OTMzIDE3LjMyNSAyLjMzOCAxNy4zODM3QzIuMzk2IDE3LjQ0MTcgMi40NjY2NyAxNy40NzA3IDIuNTUgMTcuNDcwN0gxNS40NVYxOC45NzA3SDIuNTVaIiBmaWxsPSIjMUExQTFBIi8+Cjwvc3ZnPgo=");
  width: 24px;
  height: 24px;
  display: inline-flex;
}

.icon-right::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIxLjQ2MDk0IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHJ4PSI4LjUiIHN0cm9rZT0iYmxhY2siLz4KPHBhdGggZD0iTTkuMTYxOTkgNS4wMzcxMUwxNC4xNCA5Ljk2MDExTDkuMTYxOTkgMTQuODgzMUw4LjIzODk5IDEzLjk2MDFMMTEuNjM5IDEwLjU2MDFIMy44NTk5OVY5LjM2MDExSDExLjYzOUw4LjIzODk5IDUuOTYwMTFMOS4xNjE5OSA1LjAzNzExWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
  width: 24px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.icon-down::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTcuNSIgeT0iMS40NTExNyIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3IiByeD0iOC41IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxNy41IDEuNDUxMTcpIiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMy45MjMgMTAuMTEyNUw5IDE1LjA5MDVMNC4wNzcgMTAuMTEyNUw1IDkuMTg5NTVMOC40IDEyLjU4OTVMOC40IDQuODEwNTVMOS42IDQuODEwNTVMOS42IDEyLjU4OTVMMTMgOS4xODk1NUwxMy45MjMgMTAuMTEyNVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  width: 24px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.excel::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMjUgMTUuNzIwN0gxMS43NVYxNC4yMjA3SDQuMjVWMTUuNzIwN1pNNC4yNSAxMS43MjA3SDExLjc1VjEwLjIyMDdINC4yNVYxMS43MjA3Wk0yLjMwNzcgMTkuNDcwN0MxLjgwMjU3IDE5LjQ3MDcgMS4zNzUgMTkuMjk1NyAxLjAyNSAxOC45NDU3QzAuNjc1IDE4LjU5NTcgMC41IDE4LjE2ODEgMC41IDE3LjY2M1YyLjI3ODRDMC41IDEuNzczMjcgMC42NzUgMS4zNDU3IDEuMDI1IDAuOTk1NzAzQzEuMzc1IDAuNjQ1NzAzIDEuODAyNTcgMC40NzA3MDMgMi4zMDc3IDAuNDcwNzAzSDEwLjI1TDE1LjUgNS43MjA2NVYxNy42NjNDMTUuNSAxOC4xNjgxIDE1LjMyNSAxOC41OTU3IDE0Ljk3NSAxOC45NDU3QzE0LjYyNSAxOS4yOTU3IDE0LjE5NzQgMTkuNDcwNyAxMy42OTIyIDE5LjQ3MDdIMi4zMDc3Wk05LjUgNi40NzA2NVYxLjk3MDY4SDIuMzA3N0MyLjIzMDc3IDEuOTcwNjggMi4xNjAyNCAyLjAwMjczIDIuMDk2MTIgMi4wNjY4M0MyLjAzMjAyIDIuMTMwOTUgMS45OTk5NyAyLjIwMTQ3IDEuOTk5OTcgMi4yNzg0VjE3LjY2M0MxLjk5OTk3IDE3LjczOTkgMi4wMzIwMiAxNy44MTA0IDIuMDk2MTIgMTcuODc0NUMyLjE2MDI0IDE3LjkzODYgMi4yMzA3NyAxNy45NzA3IDIuMzA3NyAxNy45NzA3SDEzLjY5MjJDMTMuNzY5MiAxNy45NzA3IDEzLjgzOTcgMTcuOTM4NiAxMy45MDM4IDE3Ljg3NDVDMTMuOTY3OSAxNy44MTA0IDE0IDE3LjczOTkgMTQgMTcuNjYzVjYuNDcwNjVIOS41WiIgZmlsbD0iIzFBMUExQSIvPgo8L3N2Zz4K");
  width: 24px;
  height: 24px;
  display: inline-flex;
}

.word::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMjUgMTUuNzIwN0gxMS43NVYxNC4yMjA3SDQuMjVWMTUuNzIwN1pNNC4yNSAxMS43MjA3SDExLjc1VjEwLjIyMDdINC4yNVYxMS43MjA3Wk0yLjMwNzcgMTkuNDcwN0MxLjgwMjU3IDE5LjQ3MDcgMS4zNzUgMTkuMjk1NyAxLjAyNSAxOC45NDU3QzAuNjc1IDE4LjU5NTcgMC41IDE4LjE2ODEgMC41IDE3LjY2M1YyLjI3ODRDMC41IDEuNzczMjcgMC42NzUgMS4zNDU3IDEuMDI1IDAuOTk1NzAzQzEuMzc1IDAuNjQ1NzAzIDEuODAyNTcgMC40NzA3MDMgMi4zMDc3IDAuNDcwNzAzSDEwLjI1TDE1LjUgNS43MjA2NVYxNy42NjNDMTUuNSAxOC4xNjgxIDE1LjMyNSAxOC41OTU3IDE0Ljk3NSAxOC45NDU3QzE0LjYyNSAxOS4yOTU3IDE0LjE5NzQgMTkuNDcwNyAxMy42OTIyIDE5LjQ3MDdIMi4zMDc3Wk05LjUgNi40NzA2NVYxLjk3MDY4SDIuMzA3N0MyLjIzMDc3IDEuOTcwNjggMi4xNjAyNCAyLjAwMjczIDIuMDk2MTIgMi4wNjY4M0MyLjAzMjAyIDIuMTMwOTUgMS45OTk5NyAyLjIwMTQ3IDEuOTk5OTcgMi4yNzg0VjE3LjY2M0MxLjk5OTk3IDE3LjczOTkgMi4wMzIwMiAxNy44MTA0IDIuMDk2MTIgMTcuODc0NUMyLjE2MDI0IDE3LjkzODYgMi4yMzA3NyAxNy45NzA3IDIuMzA3NyAxNy45NzA3SDEzLjY5MjJDMTMuNzY5MiAxNy45NzA3IDEzLjgzOTcgMTcuOTM4NiAxMy45MDM4IDE3Ljg3NDVDMTMuOTY3OSAxNy44MTA0IDE0IDE3LjczOTkgMTQgMTcuNjYzVjYuNDcwNjVIOS41WiIgZmlsbD0iIzFBMUExQSIvPgo8L3N2Zz4K");
  width: 24px;
  height: 24px;
  display: inline-flex;
}

.indent01 {
  text-indent: 1rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.indent02 {
  text-indent: 2rem;
}

.lv2 {
  margin-left: 2rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.indent03 {
  text-indent: 3rem;
}

.lv3 {
  margin-left: 2rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.indent04 {
  text-indent: 4rem;
}

.lv4 {
  margin-left: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.indent05 {
  text-indent: 5rem;
}

.lv5 {
  margin-left: 2rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.indent06 {
  text-indent: 6rem;
}

.lv6 {
  margin-left: 2rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pr-6 {
  padding-right: 3rem;
}

.indent07 {
  text-indent: 7rem;
}

.lv7 {
  margin-left: 2rem;
}

.my-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.mx-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.ml-7 {
  margin-left: 3.5rem;
}

.mr-7 {
  margin-right: 3.5rem;
}

.py-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.px-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.pl-7 {
  padding-left: 3.5rem;
}

.pr-7 {
  padding-right: 3.5rem;
}

.indent08 {
  text-indent: 8rem;
}

.lv8 {
  margin-left: 2rem;
}

.my-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.mx-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.ml-8 {
  margin-left: 4rem;
}

.mr-8 {
  margin-right: 4rem;
}

.py-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.px-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pl-8 {
  padding-left: 4rem;
}

.pr-8 {
  padding-right: 4rem;
}

.indent09 {
  text-indent: 9rem;
}

.lv9 {
  margin-left: 2rem;
}

.my-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mt-9 {
  margin-top: 4.5rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.mx-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.ml-9 {
  margin-left: 4.5rem;
}

.mr-9 {
  margin-right: 4.5rem;
}

.py-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.px-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.pl-9 {
  padding-left: 4.5rem;
}

.pr-9 {
  padding-right: 4.5rem;
}

#tab-year {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#tab-year span {
  border: 1px solid #f0f0f0;
  padding: 0.5rem;
  width: 200px;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms;
  cursor: pointer;
}
#tab-year span:hover {
  color: #1652c9;
  border-color: currentColor;
  font-weight: bold;
}
#tab-year span.active {
  color: #1652c9;
  border-color: currentColor;
  font-weight: bold;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  #tab-year {
    justify-content: center;
  }
  #tab-year a {
    width: calc(50% - 0.5rem);
  }
}

#tab-month {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#tab-month span {
  border: 1px solid #f0f0f0;
  padding: 0.5rem;
  width: 80px;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms;
  cursor: pointer;
}
#tab-month span:hover {
  color: #1652c9;
  border-color: currentColor;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  #tab-month {
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e8f1fe;
  }
  #tab-month span {
    width: calc(25% - 0.5rem);
  }
}

#tab-content {
  margin: 2rem auto;
}
#tab-content .title-02 {
  margin: 2rem auto 1rem;
}

.blue-block {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  padding: 2rem 1rem;
  background-color: #e8f1fe;
  margin: 0.5rem 0 1rem;
}
.blue-block h3 {
  font-weight: normal;
  font-size: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 1rem 0;
}
.blue-block h3 svg {
  width: 18px;
}
@media only screen and (max-width: 1023px) {
  .blue-block h3 {
    width: 100%;
  }
}
.blue-block a {
  color: inherit;
  text-underline-offset: 10%;
}

a {
  text-underline-offset: 10%;
  color: inherit;
}
a:hover {
  color: #1652c9;
}

.category-content {
  margin: 1rem 0 2rem;
}
.category-content .parrent-group {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 1rem 1rem;
  gap: 0.6rem;
}
.category-content .parrent-group .children-group {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.category-content .parrent-group .link-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.category-content .parrent-group .link-item::before {
  content: "▶";
  font-size: 60%;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin: 0.5rem unset;
}
table th,
table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  min-width: 12rem;
}
table th {
  background: #d7e7fe;
}

ul,
ol {
  padding-inline-start: 1.5rem;
}
ul .katakana,
ol .katakana {
  list-style: katakana;
}
@media only screen and (max-width: 1023px) {
  ul,
  ol {
    padding-inline-start: 0.5rem;
  }
}

.bold {
  font-weight: bold;
}

.underL {
  text-decoration-line: underline;
}

.list-style-none {
  list-style: none;
}

.box {
  border: 1px solid #d5d5d5;
  padding: 15px;
  margin: 10px;
}

img {
  width: 100%;
  max-width: 1280px;
}

.center {
  text-align: center;
}
main .content .holding-years > ul.list {
  padding-inline-start: 0rem;
  margin-left: 0rem;
} 
.holding-years .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 11px 0; 
} 
.holding-years .list li { 
  width: 192px; 
  margin: 0 5px 5px 0; 
  height: 50px; 
  padding-top: 0 !important;
  padding-bottom: 0 !important;
} 
.holding-years .list li a { 
  display: flex; 
  border: 1px solid #d5d5d5;
  border-radius: 4px; 
  margin: 0 auto; padding: 10px; 
  text-decoration: none; 
} 
.holding-years .list li a:hover { 
  filter: brightness(90%) 
}
.circle >li::before {
  content: "⚪︎";
  display: inline;
  margin-right: 0.3rem;
}
.bracket {
    padding: 0 0 0 2em;
    margin: 0;
}
.bracket > li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    position: relative;
}
.bracket > li:before {
    content: "(" counter(cnt) ") ";
    position: absolute;
    left: -2em;
}