@charset "utf-8";

main {
  font-family: 'Roboto', sans-serif;

}

.news {
  color: #5D5A5A;
}


.news ul {
  list-style: none;
  padding: 45px 0;
  font-size: 1.5rem;
}

.news ul li {
  border-top: 1px #D9D5D5 solid;
  padding: 20px 0;
  margin: auto 30px;
  font-family: 'Roboto', sans-serif;
}

.news ul li:last-child {
  border-bottom: 1px #D9D5D5 solid;
}

.news ul li a {
  text-decoration: none;
}

.yellow,.green {
  color: #ffffff;
  border-radius: 12px;
  min-width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.yellow {
  background: #EDBF00;

}

.green {
  background: #00923F;

}

.day {
  color: #A5A1A1;
  display: flex;
}

h3 {
  color: #5D5A5A;
  font-weight: normal;
  margin-top: 5px;
  padding-left: 3px;
}

.btnWrap {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.prevBtn ,.nextBtn {
  color: #5D5A5A;
  text-decoration: none;
  font-size: 1.4rem;
  border: solid #A5A1A1 1px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
}



@media screen and (min-width: 960px) {
  .news ul li {
   margin: auto 20%;
  }

  .btnWrap {
    margin: auto 20%;
   }
}

@media screen and (min-width: 1250px) {
  .news ul li {
    margin: auto 25%;
 }

}


/* 
font-family: 'Bad Script', cursive;
font-family: 'Caveat', cursive;
font-family: 'Chewy', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Sacramento', cursive;

font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  ヒラギノが入ってない場合違うもの
 */