@charset "UTF-8";

.FooterLink__item {
  opacity: 1;
}
.ExampleList * {
  backface-visibility: hidden;
}
@media screen and (max-width: 543px) {
  .PageBanner__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.Gnav__linkInner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background-color: #333;
  opacity: 0.3;
}
.Gnav__item:last-child .Gnav__linkInner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background-color: #333;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .Header__searchBox {
    display: none;
  }
  .Gnav__linkInner::before {
    display: none;
  }
  .Gnav__item:last-child .Gnav__linkInner::after {
    display: none;
  }
}
.Header__logo01 {
  height: 50px;
  margin-right: 10px;
}
.Header__logo02 {
  height: 40px;
}
.Header__top {
  width: calc(100% - 20px);
  margin: auto;
}
.Header__Gnav {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .Header__logo01 {
    height: 46px;
  }
  .Header__logo02 {
    height: 32px;
  }
}
.FooterLink__link:not([href])::after {
  display: none;
}
.CardLink__title.-white {
  color: #fff;
  text-shadow: 0px 1px 5px black;
}
.SideNav__heading:not(:first-child) {
  margin-top: 2em;
}
.SideNav__heading.-child {
  background-color: #f0f0f1;
  color: #005088;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b0b0b0;
}
.NewsArchive__postCategory {
  width: 7em;
}
.NewsArchive__postCategory {
  border-color: currentColor;
}
.Exam__img {
  object-fit: contain;
}
.PageHeader {
  margin-left: 0;
  margin-right: 0;
}


/* 協力会社の皆様へ 関連ページ */
.partnership-news {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 767px) {
  .partnership-news {
    display: block;
  }
}
h2.partnership-news__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2.partnership-news__title {
    margin-bottom: 15px;
  }
}
.partnership-news__item {
  border-bottom: 1px solid #b0b0b0;
}
.partnership-news__item:first-child {
  border-top: 1px solid #b0b0b0;
}
.partnership-news__link {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 10px;
  align-items: center;
  transition: background-color 0.2s;
}
.partnership-news__link:hover {
  background-color: #f0f0f1;
}
@media screen and (max-width: 767px) {
  .partnership-news__link {
    display: grid;
    grid-template-columns: 130px ;
    padding: 15px 0;
  }
}
.partnership-news__date,
.partnership-news__tags {
  margin-right: 1em;
}
.partnership-news__date {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .partnership-news__date {
    grid-column: 1/2;
    margin-right: 0.5em;
  }
}
.partnership-news__tags {
  display: flex;
}
@media screen and (max-width: 767px) {
  .partnership-news__tags {
    grid-column: 2/3;
  }
}
.partnership-news__tag {
  font-size: 1.3rem;
  border-radius: 5px;
  border: 1px solid #005088;
  color: #005088;
  min-width: 9em;
  text-align: center;
  margin-left: 0.5em;
}
.partnership-news__tag:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .partnership-news__link .partnership-news__title {
    grid-column: 1/3;
    margin-top: 7px;
  }
}
.partnership-news__important::before {
  content: "【重要】";
  color: #fa6e00;
}
.partnership-news__more {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 7px;
  grid-column: 2/3;
}
.p-partnership__more-link {
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.p-partnership__more-link::after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-partnership__more-link:hover {
  opacity: 0.7;
}

/* お知らせ一覧ページ */
.NewsArchive__postMeta {
  flex-shrink: 0;
}
.NewsArchive__postCategory {
  min-width: 9em;
}

/* 下層ページ設定 */
.subPage-button {
  display: inline-block;
    min-width: 250px;
    margin-top: 10px;
    padding: 7px 40px 10px 40px;
    align-items: center;
    color: #006ebb;
    border: solid 1px #006ebb;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: opacity 0.2s;
}
.subPage-button::after {
  display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #006ebb;
    border-bottom: 1px solid #006ebb;
    margin-left: 1em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(-45deg);
}

.subPage-button:hover {
  opacity: 0.7;
}

/* トップページバナー数 5つに変更 */
.BannerArchive__item {
  max-width: 20%;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .BannerArchive__item {
    width: 230px;
    max-width: 230px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
}
