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