@charset "UTF-8";
/*お知らせ記事とスタッフブログ記事の共通css*/

#single time{
	margin-right: 1rem;
}
#single .single-entry__cats a{
	color: #fff;
	background-color: #0d4394;
	border-radius: 5px;
	padding: 5px 10px;
}
#single .single-entry__meta{
	margin-bottom: 1rem;
}
#single .single-entry__title{
	font-size: clamp(24px, 6.5vw, 30px);
	margin-bottom: 1rem;
	color: #0d4394;
	font-weight: bold;
}
#single .single-entry__content{
	margin-bottom: 4rem;
}
#single .single-entry__back{
	text-align: center;
}