@charset "UTF-8";


@media all and (min-width:401px) {
.newsbox {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px dotted #cac8bc;
  padding: 24px 0;
  display: grid;
  gap: 1rem;
  margin-right: 2rem;
  padding-left: 2rem;
  vertical-align: top;
  align-items: baseline;
  border-bottom: dashed 1px #ccc;
  color: #454458;
}
}
/*sp*/
@media all and (max-width:400px) {
  .newsbox {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  /* border-bottom: 1px solid #d1cfcf; */
  /* border-top: 1px solid #d1cfcf; */
  padding: 5.5vw 3vw 6.5vw 0.6rem;
  padding: 1.6rem 0.8rem 1.6rem 0.8rem;
  display: grid;
  gap: 7px;
  border-bottom: dashed 1px #ccc;
  color: #454458;
  }
}






.news_headlines {
    max-width: 300px;
    width: 100%;
    display: grid;
    align-items: baseline;
    gap: 0.6rem;
}
/*sp*/
@media screen and (max-width:400px) {
.news_headlines {
  width: 100%;
  gap: 0.5rem;
}
}


.news_update {
  width: 100%;
  width: 30%;
  font-size: 1.4rem;
  /* margin-bottom: 2px; */
  color: #9a7e6a;
  color: #a8410f;
  letter-spacing: normal;
  /* font-weight: bold; */
}

/*sp*/
@media screen and (max-width:400px) {
  .news_update {
        font-size: 1.2rem;
    letter-spacing: normal;
    font-weight: 500;
  }
}


.news_ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    /* width: 60%; */
    font-weight: 800;
}

/*sp*/
@media screen and (max-width:400px) {
  .news_ttl {font-size: 1.6rem;font-weight: 600;}
}


.news_txt {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
  ertical-align: text-top;
}

/*sp*/
@media screen and (max-width:400px) {
  .news_txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}




