#contents {
  padding-top: 76px;
  padding-bottom: 146px;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#contents .set:not(:first-child) {
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  #contents .set:not(:first-child) {
    margin-top: 80px;
  }
}
#contents .set .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents .set .common-title.type03 {
    margin-bottom: 50px;
  }
}
#contents .set .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#contents .set .menu-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 660px) {
  #contents .set .menu-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #contents .set .menu-list li {
    width: 100%;
  }
}
#contents .set .menu-list li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 16px;
}
@media screen and (max-width: 660px) {
  #contents .set .menu-list li:nth-child(3) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 500px) {
  #contents .set .menu-list li:nth-child(2) {
    margin-top: 16px;
  }
}
#contents .set .menu-list li::before {
  content: "";
  display: block;
  margin-top: 11px;
  margin-right: 7px;
  width: 6px;
  height: 6px;
  background-color: var(--theme-color);
}
#contents .set .menu-list li a, #contents .set .menu-list li span {
  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #contents .set .menu-list li a, #contents .set .menu-list li span {
    font-size: 16px;
    line-height: 24px;
  }
}
#contents .set .menu-list li a {
  text-decoration: underline;
  transition: ease 0.2s text-decoration-color;
}
@media (hover: hover) and (pointer: fine) {
  #contents .set .menu-list li a:hover {
    text-decoration-color: transparent;
  }
}/*# sourceMappingURL=archive-menu.css.map */