@charset "UTF-8";
@media screen and (min-width: 770px) {
.common_fv {
  background-image: url(../img/news/main_image.jpg);
}
  /* ニュース一覧ページ */
  #news_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 125px;
    background-color: var(--color-bg-main);
  }
  #news_conts .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 946px;
    margin-top: 80px;
  }
  #news_conts .box {
    display: flex;
    width: 946px;
    clear: both;
    /* background-color: var(--color-bg-main); */
    background-color: #fff;
    margin-bottom: 28px;
    justify-content: space-between;
  }
  #news_conts .box .img {
    display: flex;
    width: 357px;
    height: 100%;
    aspect-ratio: 5 / 3;
    line-height: 0px;
  }
  #news_conts .box .img a {
    width: 100%;
    height: 100%;
  }
  #news_conts .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #news_conts .box .right_box {
    display: flex;
    width: 540px;
    padding-right: 0px;
    margin-right: 30px;
    margin-top: 22px;
    margin-bottom: 16px;
    flex-direction: column;
    justify-content: center;
  }
  #news_conts .box .right_box .day {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  #news_conts .box .right_box dl {
    margin-bottom: 14px;
  }
  #news_conts .box .right_box dl dt {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #news_conts .box .right_box dl dd {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 72px;
  }
  #news_conts .box .right_box .text {
    font-size: 13px;
  }
  #news_conts .box .right_box .text a:hover {
    text-decoration: underline;
  }
  #news_conts .box .right_box .btn_arrow {
    margin-left: auto;
  }

}
@media screen and (max-width:769px) {
.common_fv {
  background-image: url(../img/news/main_image.jpg);
}
  #news_conts {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  #news_conts .wrap {
    width: 90%;
    margin: 80px 5% 0;
  }
  #news_conts .box {
    background-color: var(--color-bg-main);
    margin-bottom: 28px;
  }
  #news_conts .box .img {
    line-height: 0px;
  }
  #news_conts .box .right_box {
    padding: 18px 5%;
  }
  #news_conts .box .right_box .day {
    font-size: 1.4rem;
  }
  #news_conts .box .right_box dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0px;
    font-weight: bold;
  }
  #news_conts .box .right_box dl dd {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  #news_conts .box .right_box .text {
    font-size: 1.4rem;
  }
  #news_conts .box .right_box .text a:hover {
    text-decoration: underline;
  }
  #news_conts .box .right_box .btn_arrow {
    margin-inline: auto;
  }


}