#newsContainer {
  width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.news {
  margin-bottom: 60px;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}

#newsContainer h2 {
  margin-bottom: 20px;
}

.newsContents {
  flex: 0 1 410px;
}

.newsImg {
  width: 100%;
  aspect-ratio: 324.1 / 165.8;
}

.newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsText {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  line-height: 2;
}

.snsContents {
  flex: 0 1 350px;
}

#newsContainer .snsTitle h2 {
  margin-bottom: 0;
}

.snsTitle {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.snsIconContainer {
  display: flex;
  gap: 0 10px;
}

.snsIconContainer img {
  width: 35px;
  vertical-align: bottom;
}

.twitter-timeline.twitter-timeline-rendered {
  width: 100%;
}

.moreBtn {
  margin: 100px auto 0;
}








#ecContainer {
  width: 90%;
  max-width: 900px;
  margin: 50px auto 0;
  padding-top: 90px;
  border-top: 2px solid var(--primaryColor);
}

.ecContents {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.ecProducts {
  flex: 0 1 280px;
}

.ecImg img {
  width: 100%;
  vertical-align: bottom;
}

.ecText {
  margin-top: 20px;
}

.ecText dt {
  font-weight: bold;
  line-height: 1.6;
}









@media (max-width: 990px) {
#newsContainer {
  /* width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between; */
  gap: 100px 0;
  flex-direction: column;
}

/* h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
} */

/* #newsContainer h2 {
  margin-bottom: 20px;
} */

.newsContents {
  flex: 0 1 auto;
}

/* .news {
  margin-bottom: 60px;
} */

/* .newsImg {
  width: 100%;
  aspect-ratio: 324.1 / 165.8;
} */

/* .newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .newsText {
  margin-top: 10px;
  line-height: 2;
} */

.snsContents {
  flex: 0 1 auto;
}

/* .twitter-timeline.twitter-timeline-rendered {
  width: 100%;
  height: 900px;
} */

.moreBtn {
  margin: 60px auto 0;
}








#ecContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 70px auto 0;
  padding-top: 50px;
  /* border-top: 2px solid var(--primaryColor); */
}

.ecContents {
  /* display: flex;
  justify-content: space-between; */
  flex-direction: column;
  gap: 60px 0;
}

.ecProducts {
  flex: 0 1 auto;
}

/* .ecImg img {
  width: 100%;
  vertical-align: bottom;
} */

/* .ecText {
  margin-top: 10px;
} */

/* .ecText dt {
  font-weight: bold;
  line-height: 1.6;
} */
}







@media (max-width: 990px) {
#newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
  gap: 60px 0;
  /* flex-direction: column; */
}

/* h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
} */

/* #newsContainer h2 {
  margin-bottom: 20px;
} */

/* .newsContents {
  flex: 0 1 auto;
} */

.news {
  margin-bottom: 40px;
}

/* .newsImg {
  width: 100%;
  aspect-ratio: 324.1 / 165.8;
} */

/* .newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.newsText {
  margin-top: 5px;
  /* line-height: 2; */
}

.snsContents {
  flex: 0 1 auto;
}

/* .twitter-timeline.twitter-timeline-rendered {
  width: 100%;
  height: 900px;
} */

.moreBtn {
  margin: 40px auto 0;
}








#ecContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 0;
  padding-top: 28px;
  /* border-top: 2px solid var(--primaryColor); */
}

.ecContents {
  /* display: flex;
  justify-content: space-between; */
  /* flex-direction: column; */
  gap: 40px 0;
}

/* .ecProducts {
  flex: 0 1 auto;
} */

/* .ecImg img {
  width: 100%;
  vertical-align: bottom;
} */

/* .ecText {
  margin-top: 10px;
} */

/* .ecText dt {
  font-weight: bold;
  line-height: 1.6;
} */

}