.section-page {
  display: flex;
  width: 1200px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 80px 90px 120px 90px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

.section-page .privacy-h1 {
  margin-bottom: 80px;
  height: 80px;
  }

.section-news-all {
  display: flex;
  width: 1020px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 0px 40px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}



.section-news-all .news-image-container {
  margin-right: 180px;
  position: relative;
  margin-top: -6px;
}

.section-news-all .news-image {
  height: 70px;
  width: auto;
}

.section-news-all .news-container {
  width: 100%;
}

.section-news-all .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.section-news-all .news-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  position: relative;
  background-color: #ffffff;
}

.section-news-all .news-item:nth-child(odd) {
  background-color: #FFF5F5;
}

.section-news-all .news-date-tag-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.section-news-all .news-date {
  width: 120px;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 400;
  color: #5E6175;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
  flex-shrink: 0;
}

.section-news-all .news-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 24px;
  background-color: #02243F;
  color: #ffffff;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-right: 24px;
  padding: 4px 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-news-all .news-title {
  flex: 1;
  font-family: "LINESeedJP_Rg", sans-serif;
  font-weight: 400;
  color: #02243F;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  padding-right: 20px;
  font-feature-settings: 'palt' on;
}

.news-top-button-area {
  display: flex;
  justify-content: center;
  padding: 40px 0 120px;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.news-top-button {
  display: inline-block;
  padding: 16px 60px;
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  color: #ffffff;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}

.more-button:hover {
  opacity: 0.9;
}


@media screen and (max-width: 899px) {

  .section-page {
    width:88.27vw;
    padding:10.67vw 0vw 17.07vw 0vw;
  }

  .section-page .privacy-h1 {
    margin-bottom: 10.67vw;
    height: 12.80vw;
    width: auto;
    }

  .section-news-all {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0vw 0vw 8vw;
    background-color: #ffffff;
  }
  
  .section-news-all .news-image-container {
    margin-right: 0;
    margin-bottom: 10.67vw;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .section-news-all .news-image {
    height: 12.80vw;
    margin-right: 0;
    width: auto;
  }
  
  .section-news-all .news-container {
    width: 100%;
  }
  
  .section-news-all .news-item {
    display: block;
    padding: 6vw 4vw;
    border:solid #F5F9FF ;
    border-width:0px 2px 2px 2px;
  }
  
  .section-news-all .news-date-tag-container {
    display: flex;s
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2vw;
    width: 100%;
  }
  
  .section-news-all .news-date {
    width: auto;
    font-size: 3.20vw;
    padding-left: 0;
    margin-right: 3vw;
  }
  
  .section-news-all .news-tag {
    width: auto;
    padding: 0vw 1vw;
    height: auto;
    font-size: 3vw;
    margin-right: 0;
  }
  
  .section-news-all .news-title {
    display: block;
    width: 100%;
    font-size: 3.20vw;
    line-height: 1.5;
    padding-right: 0;
  }
  
  .news-top-button-area {
    width: 100%;
    padding: 8vw 5.87vw 17.07vw;
  }
  
  .news-top-button {
    padding: 3.20vw 8vw;
    font-size: 3.20vw;
    width: 70%;
    text-align: center;
  }
  
}