@charset "UTF-8";
.others .ttl {
  background: url(/assets/img/common/page/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .others .ttl {
    background: url(/assets/img/common/page/mv_sp.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 0 !important;
  }
}
.others .normal-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.others .normal-ttl::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .others .normal-ttl {
    font-size: 1.125rem;
  }
}
.others .pdf-list {
  margin-bottom: 15px;
}
.others .pdf-list li a {
  position: relative;
}
.others .pdf-list li a::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.others .pdf-list li a:hover {
  color: #8F3759;
}
@media screen and (max-width: 767px) {
  .others .pdf-list li a:hover {
    color: #353535;
  }
}
.others.publication .section-block-wrap {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .others.publication .section-block-wrap {
    margin-left: 26px;
  }
}
.others.publication .pdf-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
@media screen and (max-width: 767px) {
  .others.publication .pdf-list {
    gap: 5px 0;
  }
}
.others.publication .pdf-list li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .others.publication .pdf-list li {
    width: 100%;
  }
}/*# sourceMappingURL=others.css.map */