@charset "UTF-8";
.newsite #social_topics > :not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

.newsite .filterArea.opened .filterArea__toggle .filterArea__toggleIcon::before {
  content: none;
}
.newsite .filterArea.opened .filterArea__inner {
  display: flex;
}
.newsite .filterArea .filterArea__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 1.125rem 1.5rem;
  border-top: 1px solid #9ea3a6;
  border-bottom: 1px solid #9ea3a6;
}
.newsite .filterArea .filterArea__toggle .filterArea__toggleIcon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsite .filterArea .filterArea__toggle .filterArea__toggleIcon::before,
.newsite .filterArea .filterArea__toggle .filterArea__toggleIcon::after {
  position: absolute;
  content: '';
  display: block;
  height: 1.125rem;
  border-left: 2px solid #595757;
}
.newsite .filterArea .filterArea__toggle .filterArea__toggleIcon::after {
  transform: rotate(90deg);
}
.newsite .filterArea .filterArea__inner {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  background-color: #f5f6f7;
  border-radius: 0.25rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .filterArea .filterArea__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 1.5rem 2.5rem;
    gap: 2rem;
  }
}
.newsite .filterArea .filterArea__inner .filterArea__year,
.newsite .filterArea .filterArea__inner .filterArea__category {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .newsite .filterArea .filterArea__inner .filterArea__year,
  .newsite .filterArea .filterArea__inner .filterArea__category {
    width: fit-content;
    align-items: flex-start;
    flex-direction: column;
  }
}
.newsite .filterArea .filterArea__inner .filterArea__year::before,
.newsite .filterArea .filterArea__inner .filterArea__category::before {
  content: var(--title, '年別');
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.newsite .filterArea .filterArea__inner .filterArea__category::before {
  content: var(--title, 'カテゴリー別');
}
@media screen and (max-width: 767px) {
  .newsite .filterArea .filterArea__inner .filterArea__submit {
    padding-top: 0.9375rem;
  }
  .newsite .filterArea .filterArea__inner .filterArea__submit .btn.corporate_common {
    min-width: 15.875rem;
    width: 15.875rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .newsite .filterArea .filterArea__inner .filterArea__submit {
    margin-left: auto;
  }
}
