.l-container {
  width: 100%;
}

.breadcrumbs {
  width: 1080px !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
}

.main {
  font-family: var(--font-family);
  color: var(--font-color);
  padding-top: 160px;
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 260px;
}

.section-heading {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 108px;
}

.news {
  width: 600px;
  margin: 0 auto 85px;
}

.news-image {
  margin-bottom: 41px;
}
.news-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.news-date {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.news-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.news-contents {
  font-size: 14px;
  line-height: 1.9;
}

.sns-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hidden_elem + span {
  display: none;
}

.green-button {
  margin: 60px 0;
}
