@media screen and (max-width: 767px) {
  .archive-committee__no-post{
    padding: 40px 30px;
  }
}

.archive-committee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -20px;
}

@media screen and (max-width: 767px) {
  .archive-committee__list {
    margin: 0;
    display: block;
  }
}

.archive-committee__item {
  width: 50%;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .archive-committee__item {
    width: 100%;
    padding: 15px 30px;
  }
}

.archive-committee__item--fluid {
  width: 100%;
  padding: 15px 20px 0;
  margin-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .archive-committee__item--fluid {
    padding: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .archive-committee__item--fluid {
    padding: 0;
    margin-bottom: 25px;
  }
}

.archive-committee__more {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .archive-committee__more {
    margin-top: 25px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-committee__more .c-button.c-button--more {
    width: 100%;
    max-width: 315px;
  }
}

@media screen and (max-width: 767px) {
  .archive-committee__not-found {
    padding: 0 30px;
  }
}

.category-introduction {
  width: 620px;
  margin-top: 10px;
  color: #323B44;
}

@media screen and (max-width: 767px) {
  .category-introduction {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
}

.category-introduction__thumbnail {
  width: 140px;
  border-radius: 6px;
  margin-right: 30px;
  overflow: hidden;
}

.category-introduction__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.category-introduction__description {
  font-size: 14px;
  line-height: 1.6;
}

.not-found {
  text-align: center;
  padding-top: 100px;
  background: url(../../img/common/img_search.svg) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .not-found {
    margin-top: 30px;
    padding: 100px 0 30px;
  }
}

.not-found__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.not-found__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}


/* -----------------------------
一覧
----------------------------- */
.c-committee-card {
  position: relative;
  cursor: pointer;
  &:hover {
    .c-committee-card__title {
      color: #1565C0;
    }
    .c-committee-card__thumbnail {
      opacity: .8;
    }
  }
}

.c-committee-card--pickup {
  margin-top: 30px;
}

.c-committee-card--pickup .c-committee-card__inner {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 6px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.c-committee-card--pickup .c-committee-card__thumbnail {
  width: 380px;
  margin-right: auto;
}

.c-committee-card--pickup .c-committee-card__download-text {
  font-size: 18px;
  padding-left: 16px;
  margin-top: 20px;
}

.c-committee-card--pickup .c-committee-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}

.c-committee-card--pickup .c-committee-card__category {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.c-committee-card--pickup .c-committee-card__title {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 24px;
  -webkit-line-clamp: 4;
  max-height: 144px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-committee-card--pickup {
    margin-top: 30px;
  }

  .c-committee-card--pickup .c-committee-card__inner {
    border-top-left-radius: 0;
    display: block;
    padding: 40px 30px;
  }

  .c-committee-card--pickup .c-committee-card__thumbnail {
    width: 100%;
  }

  .c-committee-card--pickup .c-committee-card__download-text {
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .c-committee-card--pickup .c-committee-card__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }

  .c-committee-card--pickup .c-committee-card__category {
    position: absolute;
    margin-top: -11px;
  }

  .c-committee-card--pickup .c-committee-card__title {
    margin: 24px 0 10px;
  }

  .c-committee-card__footer {
    -webkit-box-ordinal-group: 2;
  }
}

@media screen and (min-width: 768px) {
  .c-committee-card--pickup::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(../../img/common/img_label_new.svg) no-repeat center;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .c-committee-card--pickup::after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 10px;
    top: -15px;
    width: 72px;
    height: 42px;
    background-image: url(../../img/common/sp/img_label_new_sp.svg);
  }
}
/* c-committee-card--pickupここまで */

.c-committee-card__thumbnail {
  border-radius: 6px;
  overflow: hidden;
  background: #E6EAEA;
}

.c-committee-card__download-text {
  color: #1565C0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 16px;
  margin-left: 10px;
}

.c-committee-card__download-text::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 30px;
  margin-right: 10px;
  transform: translateY(8px);
  background: url(../../img/common/arrow_step.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .c-committee-card__download-text {
    text-align: center;
    display: block;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

.c-committee-card__date {
  font-size: 12px;
  line-height: 18px;
  color: #637487;
  font-weight: bold;
  display: inline-block;
}

.c-committee-card__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.c-committee-card__category {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11px;
  z-index: 3;
}

.c-committee-card__anchor {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  &:focus {
    outline: none;
  }
}

.c-committee-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin: 25px 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 84px;
}

@media screen and (max-width: 767px) {
  .c-committee-card__title {
    font-size: 20px;
    line-height: 1.5;
    max-height: 4.5em;
  }
}

.committee-category {
  margin-top: 20px;
  padding: 15px 30px;
}

.committee-category__heading {
  position: relative;
  color: #434E5B;
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 4px;
}

.committee-category__heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #F7F7F7;
}

.committee-category__heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1565C0), to(#03A9F4));
  background: linear-gradient(90deg, #1565C0 0%, #03A9F4 100%);
}

.committee-category__items {
  display: flex;
  flex-wrap: wrap;
}

.committee-category__items  li {
  border-bottom: 1px solid #E0E4E8;
  flex-basis: 50%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.committee-category__items a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding-right: 20px;
  background: url(../../img/common/img_arrow_m_gray.svg) no-repeat right 0px center;
  &:hover {
    color: #1565C0;
  }
}

.committee-category__items:nth-of-type(2n) a {
  padding-left: 10px;
}

.committee-other-post__sp-wrapper {
  width: 100%;
  margin-right: 0;
  padding: 0 30px;
  margin-bottom: 40px;
}

.committee__heading--other-post {
  position: relative;
  color: #434E5B;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 22px;
  margin-top: 100px;
  margin-bottom: 40px;
}


.committee__heading--other-post::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #F7F7F7;
}

.committee__heading--other-post::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1565C0), to(#03A9F4));
  background: linear-gradient(90deg, #1565C0 0%, #03A9F4 100%);
}

@media screen and (max-width: 767px) {
  .committee__heading--other-post::after {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .committee__heading--other-post {
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .committee__heading--other-post::after {
    width: 50px;
  }
}

/* -----------------------------
資料ランキング
----------------------------- */
.committee-ranking__items {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 26px;
}

.committee-ranking__item--inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  &:hover {
    transition: 200ms;
    .committee-ranking__item--title {
      color: #1565C0;
    }
    & img {
      opacity: 0.8;
    }
  }
}

.committee-ranking__item--thumbnail {
  flex-basis: 120px;
  border-radius: 4px;
  transition: 300ms;
  overflow: hidden;
}

.committee-ranking__item--thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .committee-ranking__item--thumbnail {
    flex-basis: 30%;
  }
}

.committee-ranking__item--title {
  flex-basis: 200px;
  font-size: 16px;
  line-height: 1.5;
  max-height: 4.5em;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .committee-ranking__item--title {
    flex-basis: 65%;
  line-height: 1.8;
    -webkit-line-clamp: 2;
  }
}

.committee-ranking__item--anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
