.cooperate-volunteer-posts {
  padding-top: 31px;
  background-color: #EEEEEE;
}

.cooperate-volunteer-posts__heading {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 26px;
  padding-inline: 2%;
}

.cooperate-volunteer-posts__logos {
  display: flex;
  align-items: center;
}

.cooperate-volunteer-posts__separator {
  padding: 0 5px 0 2px;
  font-size: 30px;
  font-family: Meiryo;
  line-height: 1;
}

.cooperate-volunteer-posts__line {
  flex: 1;
  margin: 0;
  height: 2px;
  border-top: 2px solid #05615A;
}

@media screen and (max-width: 480px) {
  .cooperate-volunteer-posts .article-list {
    padding-inline: 2%;
  }
}
