@charset "UTF-8";

.newswrap{
	background: #FFF;
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 20px 80px;
}
/*ヘッダー全体のwrap*/
.page-header-news{
	margin-bottom: 50px;
}
/*タイトル英日*/
.title-box_news{
	color: #333;
}
/*ページタイトル*/
.news-page-title{
	font-size: 2.0rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;/*100-900*/
	font-style: normal;
}
/*英語タイトル / Roboto600 */
.title-box_news .eng{
	font-size: 4rem;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:"wdth" 100;
}



.entry-wrap{
	margin-bottom: 50px;
}

/*--------------------------------------
エントリー／
--------------------------------------*/

.entry-meta{
	font-size: 1.2rem;
}
.entry-category{
	padding: 0 0.75em;
	border-radius: 20px;
	background: rgba(241,241,241,1.00);
}

/*記事タイトル*/
.entry-title{
	font-size: 2rem;
	margin: 0.5em 0 1.5em;
	padding: 0 0 0.5em;
	border-bottom: 2px solid #EDEDED;
	position: relative;
}
.entry-title:after{
	content: '';
	height: 3px;
	width: 50px;
	background: #009EAF;
	position: absolute;
	bottom: -2px;
	left: 0;
	
}
@media (min-width:1110px){
	/*記事タイトル*/
	.entry-title{
		font-size: 3rem;
	}
}


/*--------------------------------------
サイドバー／お知らせ一覧
--------------------------------------*/
.side-news{
	font-size: 1.4rem;
}
.side-news li{
	padding: 2em 1em;
	border-top: 1px solid #D9D9D9;
}
.side-news li:last-child{
	border-bottom: 1px solid #D9D9D9;
}
.side-news .meta{
	margin: 0 0 1em;
}
.side-news .meta .category{
	font-size: 1.2rem;
	background: rgba(241,241,241,1.00);
	padding: 0 0.75em;
	border-radius: 20px;
	margin: 0 0 0 0.5em;
}
.side-news p.title{
	line-height: 1.6;
}

@media (min-width:1110px){
	.newswrap{
		display: flex;
		gap: 0 100px;
		padding: 150px 20px 150px;
	}
	
}