@charset "utf-8";
.WSA_MAIN_07 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.WSA_MAIN_07 .contents-inner {
  width: 100%;
}

.WSA_MAIN_07 .title-area {
  margin-bottom: 6rem;
  width: 100%;
}

.WSA_MAIN_07 .title-area h2 {
  margin-bottom: 0.8rem;
}

.WSA_MAIN_07 .news-area li+li {
  margin-top: 2rem;
}

.WSA_MAIN_07 .news-area a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  padding: 4rem;
  border: 1px solid var(--border-color);
  border-radius: 1.2rem;
  transition: border-color 0.3s;
}

.WSA_MAIN_07 .news-area a:hover {
  border-color: var(--primary);
}

.WSA_MAIN_07 .number {
  color: var(--primary);
}

.WSA_MAIN_07 .news-area .wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.WSA_MAIN_07 .news-area .desc {
  flex: 1;
}

.WSA_MAIN_07 .news-area .desc strong {
  font-weight: var(--fw-bold);
}

.WSA_MAIN_07 .news-area .desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 0.8rem;
  color: var(--text-color3);
}

.WSA_MAIN_07 .news-area .link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid var(--black);
}

@media (max-width: 992px) {
  .WSA_MAIN_07 {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .WSA_MAIN_07 .title-area {
    margin-bottom: 4rem;
  }

  .WSA_MAIN_07 .title-area h2 {
    margin-bottom: 0.4rem;
  }

  .WSA_MAIN_07 .news-area li+li {
    margin-top: 1.6rem;
  }

  .WSA_MAIN_07 .news-area a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
    padding: 2rem;
    min-height: 22rem;
    border-radius: 1rem;
  }

  .WSA_MAIN_07 .news-area .wrap {
    display: block;
  }

  .WSA_MAIN_07 .news-area .desc {
    padding: 0 0.4rem;
  }

  .WSA_MAIN_07 .news-area .desc p {
    margin-top: 0.4rem;
  }

  .WSA_MAIN_07 .news-area .link {
    display: none;
  }
}