a {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
  padding: 0px 0;
  background: #fff;
}


.inner {
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 0px;
}




/* ここからがニュース記事のCSS */

.news_list {
  margin: 0 10%;
}

.news_list_item {
  padding: 12px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
	display: flex;
	 color:#4d4d4d;
    line-height:20px;
    letter-spacing:2px;
	font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: left;
	padding-right: 80px;
	 padding-left: 20px;
}

.news_list_date {
 font-size: 10pt;
    color:#4d4d4d;
    line-height:25px;
    letter-spacing:2px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  margin-right: 30px;
  align-items: center;
}

.news_youtube {
	background: pink;
	   color:white;
	border-radius: 8px;
	font-size: 9pt;
	 font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 8em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 25px;
}

.news_event {
	background: #EDD60E;
	   color:white;
	border-radius: 8px;
	font-size: 9pt;
	 font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 8em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 25px;
}

.news_score {
	background: #87ceeb;
	   color:white;
	border-radius: 8px;
	font-size: 9pt;
	 font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 8em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 25px;
}

.news_info {
	background: #8fbc8f;
	   color:white;
	border-radius: 8px;
	font-size: 9pt;
	 font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 8em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 25px;
}

.arrow {
  width: 35px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}




.font_news_title {
	font-size: 16pt;
	font-weight: bold;
        color:#4d4d4d;
	line-height:30px;
    letter-spacing:2.5px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}



.font_news_content {
 font-size: 11.5pt;
        color:#4d4d4d;
	line-height:30px;
    letter-spacing:2.5px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}



.font_L {
 font-size: 13pt;
        color:#4d4d4d;
	line-height:30px;
    letter-spacing:2.5px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}

.font_S {
 font-size: 9pt;
        color:#4d4d4d;
	line-height:30px;
    letter-spacing:2.5px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}