@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	キービジュアル
-------------------------------*/
.keyvisual {
  background-image: url("../../../../assets/images/information/bg_keyvisual@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-------------------------------
	お知らせ
-------------------------------*/
.News {
  padding-top: 0;
  padding-bottom: 0;
}
.News-nav {
  width: calc(100% - 8rem);
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.News-nav__item {
  width: calc((100% - 6rem) / 3);
}
.News-nav__item a {
  font-size: 2rem;
  height: 4rem;
  line-height: 1;
  font-weight: 500;
  color: #AA85AA;
  border: 0.1rem solid #444444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.News-nav__item--current a {
  color: #fff;
  background: #AA85AA;
  border: 0.1rem solid #AA85AA;
}
.News-list__item {
  border-bottom: 0.1rem solid #707070;
}
.News-list__item a {
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.News-list__category {
  min-width: 7rem;
  height: 2.2rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #AA85AA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.News-list__date {
  margin-right: 6rem;
  line-height: 1;
  font-weight: 500;
  color: #AA85AA;
}
.News-list__title {
  width: calc(100% - 23rem);
}

/*-------------------------------
	詳細
-------------------------------*/
.Single {
  padding-top: 0;
  padding-bottom: 0;
}
.Single__inner {
  width: 100%;
}
.Single-data {
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #707070;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Single-data__category {
  min-width: 11rem;
  font-size: 2rem;
  height: 3.2rem;
  margin-right: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #AA85AA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Single-data__date {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #AA85AA;
}
.Single__title {
  font-size: 4.3rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.Single-editor > *:not(:last-child) {
  margin-bottom: 3rem;
}
.Single-editor img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  /*-------------------------------
      お知らせ
  -------------------------------*/
  .News {
    padding-top: 0;
    padding-bottom: 0;
  }
  .News-nav {
    width: 100%;
    margin-bottom: 5rem;
  }
  .News-nav__item {
    width: calc((100% - 4rem) / 3);
  }
  .News-nav__item a {
    font-size: 3rem;
    height: 7.5rem;
  }
  .News-list__item a {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .News-list__category {
    min-width: auto;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .News-list__date {
    margin-right: 0;
  }
  .News-list__title {
    width: 100%;
    margin-top: 1.5rem;
  }

  /*-------------------------------
      詳細
  -------------------------------*/
  .Single {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Single__inner {
    width: 100%;
  }
  .Single-data {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #707070;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .Single-data__category {
    min-width: auto;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 2.5rem;
    font-size: 3rem;
  }
  .Single-data__date {
    font-size: 3rem;
  }
  .Single__title {
    font-size: 4.6rem;
  }
  .Single-editor > *:not(:last-child) {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=style.css.map */