.secInfo {
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .secInfo_title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secInfo_title {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .secInfo_title p {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secInfo_title p {
    margin-top: 7.5vw;
  }
}
.secInfo_cnt1 {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .secInfo_cnt1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .secInfo_cnt1 {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}
.secInfo_cnt1 > ul > li a {
  transition: all 0.3s ease-out;
  position: relative;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
  padding: 30px 30px 30px 15px;
}
@media screen and (max-width: 768px) {
  .secInfo_cnt1 > ul > li a {
    flex-wrap: wrap;
    padding: 5vw 7.5vw 5vw 3.75vw;
  }
}
.secInfo_cnt1 > ul > li a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.secInfo_cnt1 > ul > li a span._date {
  color: #847344;
  white-space: nowrap;
}
.secInfo_cnt1 > ul > li a span._category {
  color: #1c2123;
  white-space: nowrap;
}
.secInfo_cnt1 > ul > li a span._category::before {
  content: "|";
  display: inline-block;
  margin: 0 1em;
}
.secInfo_cnt1 > ul > li a span._category::after {
  content: "|";
  display: inline-block;
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .secInfo_cnt1 > ul > li a span._category::after {
    display: none;
  }
}
.secInfo_cnt1 > ul > li a span._title {
  color: #1c2123;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .secInfo_cnt1 > ul > li a span._title {
    margin-top: 2.5vw;
    flex-basis: 100%;
  }
}
.secInfo_cnt1 > ul > li a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .secInfo_cnt1 > ul > li a::after {
    width: 2.75vw;
    height: 2.75vw;
    right: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .secInfo_cnt1 > ul > li a:hover {
    background: rgba(132, 115, 68, 0.1);
  }
}/*# sourceMappingURL=info.css.map */