@charset "UTF-8";


@media all and (min-width:401px) {
  .newskiji1 {
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 1px dotted #cac8bc;
    padding: 20px 0;
    display: grid;
    gap: 0.5rem;
    margin-right: 2rem;
    padding-left: 1rem;
    vertical-align: top;
    align-items: baseline;
    border-bottom: dashed 1px #ccc;
    color: #454458;
  }
}

/*sp*/
@media all and (max-width:400px) {
  .newskiji1 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  padding: 1rem 0.6rem 1rem 0;
  display: grid;
  gap: 2px;
  border-bottom: dashed 1px #ccc;
  color: #454458;
  }
}






.news_headlines {
    max-width: 300px;
    width: 100%;
    display: grid;
    align-items: baseline;
    gap: 2px;
}
/*sp*/
@media screen and (max-width:400px) {
.news_headlines {
  width: 100%;
  gap: 4px;
}
}


.news_update {
  width: 100%;
  width: 30%;
  font-size: 1.2rem;
  /* margin-bottom: 2px; */
  color: #ffc11b;
  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%; */
    color: #343434;
    font-weight: 600;
}

/*sp*/
@media screen and (max-width:400px) {
  .news_ttl {
font-size: 1.5rem;
        font-weight: 600;
  }
}


.news_txt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  ertical-align: text-top;
}

/*sp*/
@media screen and (max-width:400px) {
  .news_txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}




