@charset "UTF-8";
/* 共通
======================================= */
/* a-news
======================================= */
.a-news__inner, .a-blog__inner {
  background-color: #F4F4F4;
  padding-top: 3em;
}
.a-news__categories, .a-blog__categories {
  margin-bottom: 1.5em;
}
.a-news__categories-title, .a-blog__categories-title {
  font-size: 1rem;
  font-weight: bold;
  color: #0071C5;
  margin-bottom: 1em;
}
.a-news__categories-list, .a-blog__categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.a-news__categories-item a, .a-blog__categories-item a {
  display: block;
  font-size: 0.75em;
  color: #0071C5;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #0071C5;
  padding: 0 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-news__categories-item a:hover, .a-blog__categories-item a:hover {
  background-color: #0071C5;
  color: #fff;
}
.a-news__categories-item.is-current a, .a-blog__categories-item.is-current a {
  background-color: #0071C5;
  color: #fff;
}
.a-news__select, .a-blog__select {
  max-width: 240px;
  background-color: #fff;
  border: 1px solid #707070;
  position: relative;
  margin-bottom: 2em;
}
.a-news__select::after, .a-blog__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  pointer-events: none;
}
.a-news__years, .a-blog__years {
  cursor: pointer;
  width: 100%;
  padding: 0.5em 1em;
}
.a-news__container, .a-blog__container {
  background-color: #fff;
  border-radius: 5px;
  padding: 3em 3.33%;
}
.a-news__item a, .a-blog__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  padding: 1.125em 0;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
@media (max-width: 768px) {
  .a-news__item a, .a-blog__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.a-news__item a:hover .a-news__item-title, .a-blog__item a:hover .a-news__item-title {
  text-decoration: underline;
  color: #0071C5;
}
.a-news__item-info, .a-blog__item-info {
  width: 10%;
  min-width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .a-news__item-info, .a-blog__item-info {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.a-news__item-info--date, .a-news__item-info--cat, .a-blog__item-info--date, .a-blog__item-info--cat {
  display: block;
}
.a-news__item-info--date, .a-blog__item-info--date {
  font-weight: bold;
}
.a-news__item-title, .a-blog__item-title {
  width: 90%;
  text-align: left;
}
@media (max-width: 768px) {
  .a-news__item-title, .a-blog__item-title {
    width: 100%;
  }
}

/* a-baselist
======================================= */
.a-baselist__category {
  background-color: #F4F4F4;
}
.a-baselist__category-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .a-baselist__category-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.a-baselist__category-title {
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 11em;
  height: 3em;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .a-baselist__category-title {
    margin-bottom: 2em;
  }
}
.a-baselist__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5em;
  width: 80%;
}
@media (max-width: 768px) {
  .a-baselist__category-list {
    width: 100%;
  }
}
.a-baselist__category-item {
  width: 5em;
}
.a-baselist__category-item a {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #AAAAAA;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-baselist__category-item a:hover {
  background-color: #0071C5;
  color: #fff;
}
.a-baselist__category-item.is-current a {
  background-color: #0071C5;
  color: #fff;
  border: 1px solid #0071C5;
}
.a-baselist__category-item.is-current a:hover {
  background-color: #fff;
  color: #0071C5;
}

/* a-information
======================================= */
.a-information {
  background-color: #F8F8F8;
}
.a-information__inner {
  padding-top: 2em;
}
.a-information__category-inner {
  padding-top: 2em;
  padding-bottom: 2em;
}
.a-information__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.a-information__category-item {
  min-width: 72px;
}
.a-information__category-item a {
  font-size: 0.75em;
  color: #0071C5;
  text-align: center;
  display: block;
  background-color: #fff;
  border: 1px solid #0071C5;
  border-radius: 30px;
  padding: 0 1em;
  white-space: nowrap;
}
.a-information__category-item.is-current a {
  background-color: #0071C5;
  color: #fff;
}