@charset "UTF-8";
/* ::::::::::  アクセス  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
index
========================================================= */
.information .wrapper {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .information .wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.informationList {
  border-top: 1px solid #d7d7d7;
}
.informationList li a,
.informationList li .noLink {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .informationList li a,
  .informationList li .noLink {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.informationList li a::before, .informationList li a::after,
.informationList li .noLink::before,
.informationList li .noLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  transition: width 0.8s cubic-bezier(0.25, 1, 0.28, 1);
}
.informationList li a::after,
.informationList li .noLink::after {
  width: 0;
  background: #c8102e;
}
.informationList li a:hover,
.informationList li .noLink:hover {
  opacity: 1;
}
.informationList li a:hover::after,
.informationList li .noLink:hover::after {
  width: 100%;
}
.informationList li a .date,
.informationList li .noLink .date {
  display: block;
  width: 75px;
  color: #a3a3a3;
  font-size: 1.2rem;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .informationList li a .date,
  .informationList li .noLink .date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.informationList li a .title,
.informationList li .noLink .title {
  position: relative;
  width: calc(100% - 75px - 20px);
}
@media screen and (max-width: 1024px) {
  .informationList li a .title,
  .informationList li .noLink .title {
    width: 100%;
  }
}
.informationList li a {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .informationList li a {
    padding-right: 20px;
  }
}
.informationList li a[target=_blank] .title::after {
  content: "";
  display: inline-block;
  margin: 2px auto -2px 10px;
  background: url("../img/common/icon_external.svg") no-repeat center bottom/13px auto;
  width: 15px;
  height: 15px;
}
.informationList li a[href$=".pdf"] .title::after {
  content: "";
  display: inline-block;
  margin: 5px 0 -5px 10px;
  background: url("../img/common/icon_pdf.svg") no-repeat center bottom/38px auto;
  width: 40px;
  height: 20px;
}
.informationList li a .arrowMark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
}
.informationList li .noLink::after {
  content: none;
}
.informationDate {
  color: #8a8a8a;
  font-size: 1.2rem;
  line-height: 1.5;
}
.informationDetail h2 {
  margin: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .informationDetail h2 {
    margin: 18px 0;
  }
}
.information .informationLead {
  margin: 0 0 30px;
  color: #c8102e;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .information .informationLead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.information .categoryList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: flex-end;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .information .categoryList {
    font-size: 1.3rem;
  }
}
.information .categoryList li {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid #d7d7d7;
  color: #8a8a8a;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .information .categoryList li {
    padding: 8px 15px;
  }
}
.information .categoryList li + li {
  margin-left: 8px;
}
.informationFooter {
  display: flex;
  margin-top: 40px;
  padding-top: 44px;
  border-top: 1px solid #e8e8ea;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .informationFooter {
    display: block;
  }
}
.informationFooter .btn {
  margin: 0;
  order: -1;
}
@media screen and (max-width: 1024px) {
  .informationFooter .btn {
    margin-top: 20px;
    text-align: center;
    order: 0;
  }
  .informationFooter .btn a {
    display: inline-flex;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .information .snsList {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .information .snsList li a {
    width: 38px;
    height: 38px;
  }
}

.pagerBlock {
  margin-top: 48px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pagerBlock {
    margin-top: 32px;
  }
}
.pagerBlock a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pagerBlock a {
    width: 36px;
    height: 36px;
    margin: 4px 2px 0;
    line-height: 36px;
  }
}
.pagerBlock > .active {
  border-color: #c8102e;
  color: #c8102e;
}
.pagerBlock .first a,
.pagerBlock .num_pager_last a {
  text-align: left;
  text-indent: -9999px;
}
.pagerBlock .first a {
  margin-left: 0;
}
.pagerBlock .first a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #c8102e;
  border-bottom: 1px solid #c8102e;
  transform: rotate(45deg) translate(0px, 0px);
  transition: all 0.5s;
}
.pagerBlock .num_pager_last a {
  margin-right: 0;
}
.pagerBlock .num_pager_last a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c8102e;
  border-right: 1px solid #c8102e;
  transform: rotate(45deg) translate(0px, 0px);
  transition: all 0.5s;
}