#news_header_div2 {
  margin: 30vh 10vw 4vh 10vw;
}

.news_T {
  color: #b90000;
}

#news_news_title {
  font-size: 6vw;
  font-family: Cormorant;
  line-height: 3vh;
}

#news_news_title_ja {
  font-size: 3vw;
  font-weight: bold;
}

.news_red_letter {
  color: #b90000;
  font-weight: bold;
  font-size: 1.1vw;
}



.news_aco_menu {
  margin: 0 10vw 6vh 10vw;
  font-size: 1.1vw;
  display: flex;
  justify-content: space-between;
}

.news_submenu h3 {
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
  border: solid 1px;
  border-color: #808080;
  color: #000000;
  width: 25vw;
  height: auto;
  text-align: center;
}

.news_submenu h3 img {
  float: right;
  width: 1vw;
}


#news_news {
  margin-top: 19vh;
}

.news_separate {
  display: flex;
}

.news_news_left {
  width: 20vw;
}

.news_news_left ul {
  line-height: 2.8vh;

  margin-top: 8.5vh;
  margin-bottom: 20.44vh;
  border-bottom: 2px solid #b90000;
}

.news_news_left li {
  border-top: 2px solid #b90000;
  color: #b90000;
  height: 21.64vh;
  display: flex;
  justify-content: center;
  padding-left: 10vw;

  flex-flow: column;
}

.news_news_left p {
  width: 100%;
  margin-left: 10vw;
}

.news_news_left li h3 {
  font-size: 1vw;
}

#news_news_view_the_all {
  font-size: 1vw;
  border-bottom: 1px solid;
  width: 8.13vw;
  margin-top: 5vh;
}

#news_news_view_the_all a {
  display: flex;
  justify-content: space-between;
  line-height: 3vh;
}

#news_news_view_the_all img {
  width: 1vw;
  height: 1.93vh;
  margin-bottom: 1vh;
}

.news_news_right {
  width: 66vw;
}

.news_news_right ul {
  line-height: 2.8vh;
  width: 80vw;
  margin-top: 8.5vh;
  margin-bottom: 20.44vh;
}

.news_news_right li {
  display: flex;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 21.64vh;
  padding: 1vh 0;
}

.news_news_li_div {
  width: 17.46vw;
  height: 100%;
  padding: 1.22vh 1.22vw;
}

.news_news_img {
  width: 100%;
  height: 100%;
}

.news_news_right a {
  width: 100%;
  display: flex;

  align-items: center;
  margin: 0 0.63vw;
}

.news_news_sentence {
  flex-flow: column;
  width: 60%;
}

.news_news_right span {
  color: #cccccc;
  font-size: 0.75vw;
  width: 100%;
}

.news_news_right_div_sp {
  display: none;
}

.news_news_right h3 {
  font-weight: bold;
  font-size: 1vw;
  width: 100%;
}

.news_news_right p {
  font-size: 1vw;
  width: 100%;
}

#news_num {
  display: flex;
  justify-content: center;
  color: #b90000;
}

#news_num a {
  text-decoration: none;
  border: solid 1px;
  border-color: #b90000;
  padding: 0.5vh 0.8vw 0.5vh 0.8vw;
  font-size: 1.1vw;
  font-weight: bold;
}

#news_num ul {
  list-style-type: none; /* リストマーカーを非表示に */
  padding: 0; /* パディングをリセット */
  display: flex; /* フレックスボックスで横並びに */
  justify-content: center;
  width: 10vw;
}

#news_num li {
  padding: 10px 20px; /* 各アイテムの内側にパディング */
  position: relative; /* 擬似要素のために相対位置に */
}

#news_red_num {
  background-color: #b90000;
  color: #ffffff;
}

#news__num li:not(:last-child)::after {
  content: ""; /* 擬似要素の内容 */
  position: absolute; /* 絶対位置 */
  right: 0; /* アイテムの右端に配置 */
  top: 50%; /* 垂直中央に配置 */
  transform: translateY(-50%); /* 垂直中央揃え */
}

@media screen and (max-width: 1271px){

  .news_aco_menu {
    font-size: 1.6vw;
  }

  .news_submenu h3 img {
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  #news_header_div2 {
    height: 7vh;
    margin: 10vh 5vw -15vh 5vw;
  }

  #news_news_title {
    font-size: 10vw;
    font-family: Cormorant;
    line-height: 3vh;
  }

  #news_news_title_ja {
    font-size: 3.8vw;
    font-weight: bold;
  }

  .news_aco_menu {
    margin: 0;
    margin: 30vh 5vw 4vh 5vw;
    font-size: 4vw;
    flex-flow: column;
  }

  .news_submenu h3 {
    cursor: pointer;
    padding: 2vh 2vw;
    margin: 2vh 0 0 0;
    text-decoration: none;
    border: solid 1px;
    border-color: #808080;
    color: #000000;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
  }

  .news_submenu h3 img {
    float: right;
    width: 4vw;
  }

  #news_news {
    margin-top: 0vh;
  }

  .news_separate {
    display: flex;
  }

  .news_news_left {
    width: 20vw;
  }

  .news_news_left ul {
    line-height: 2.8vh;
    margin-top: 8.5vh;
    margin-bottom: 20.44vh;
    border-bottom: 2px solid #b90000;
  }

  .news_news_left li {
    border-top: unset;
    border-top: 2px solid #b90000;
    color: #b90000;
    height: 70vh;
    display: flex;
    justify-content: center;
    padding-left: 0vw;
    flex-flow: column;
  }

  .news_news_left p {
    width: 100%;
    margin-left: 10vw;
  }

  .news_news_left li h3 {
    font-size: 1vw;
    display: none;
  }

  .news_news_left span {
    display: none;
  }

  #news_news_view_the_all {
    font-size: 1vw;
    border-bottom: 1px solid;
    width: 8.13vw;
    margin-top: 5vh;
  }

  #news_news_view_the_all a {
    display: flex;
    justify-content: space-between;
    line-height: 3vh;
  }

  #news_news_view_the_all img {
    width: 1vw;
    height: 1.93vh;
    margin-bottom: 1vh;
  }

  .news_news_right {
    width: 66vw;
  }

  .news_news_right ul {
    line-height: 2.8vh;
    width: 80vw;
    margin-top: 8.5vh;
    margin-bottom: 20.44vh;
    margin-left: -15vw;
  }

  .news_news_right li {
    display: flex;
    justify-content: right;
    flex-flow: column;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 70vh;
    width: 90vw;
    padding: 1vh 0;
  }

  .news_news_li_div {
    width: 100%;
    height: 100%;
    padding: 1.22vh 1.22vw;
  }

  .news_news_img {
    width: 100%;
    height: 100%;
  }

  .news_news_date {
    color: #b90000;
    width: 100%;
  }

  .news_news_date h3 {
    font-weight: unset;
  }

  .news_news_right a {
    width: 100%;

    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 0.63vw;
  }

  .news_news_sentence {
    flex-flow: column;
    width: 100%;
  }

  .news_news_right span {
    color: #cccccc;
    font-size: 0.75vw;
    width: 100%;
  }

  .news_news_right_div_sp {
    display: unset;
    color: #b90000;
    font-size: 3vw;
  }

  .news_news_right h3 {
    font-weight: bold;
    font-size: 4vw;
    width: 100%;
  }

  .news_news_right p {
    font-size: 3.56vw;
    width: 100%;
  }

  #news_num ul {
    display: flex;
    justify-content: center;
    width: 50vw;
    margin: 3vh 0 0 0;
  }

  #news_num li {
    padding: 0 1vw;
  }

  #news_num a {
    padding: 0.1vh 3vw 0.1vh 3vw;
    font-size: 5vw;
    font-weight: bold;
  }
}
