@charset "utf-8";

/* --------------------------------------------------------------------------------
	single
-------------------------------------------------------------------------------- */

#main .entry {
	margin: 0 0 7vw;
	font-size: 4vw;
	line-height: 1.6;
	border-bottom: dotted 1px #a0a0a0;
}



/* カテゴリー名
-------------------------------------------------------------------------------- */
#main .entry .common .cat-name-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:right;
	margin-bottom: 6vw;
}
#main .entry .common .cat-name-box .cat-name a{
	display: block;
	min-width: 47vw;
	font-size:3.6vw;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background:#646464;
	border-radius: 2vw;
	padding:0;
}



/* 見出し
-------------------------------------------------------------------------------- */
#main .entry .common h1.t-content {
	margin: 0 0 4vw;
	padding: 0 0 0 2vw;
	border-left: solid 1.4vw #065cc6;
	font-size: 5.2vw;
	line-height: 1.4;
}



/* 公開日・更新日・readtime
-------------------------------------------------------------------------------- */
#main .entry .common .post-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	
	width: 100%;
	padding: 0;
	text-align: right;
	font-size: 3.2vw;
	color: #000;
}
#main .entry .common .post-header .datetime {
	display: flex;
	flex-wrap: wrap;
}
#main .entry .common .post-header .datetime .datetime-release {
	padding: 0 4vw 0 0;
	line-height: 1.2;
}
#main .entry .common .post-header .datetime .datetime-modified {
	padding: 0 ;
	line-height: 1.2;
}



/* 説明文
-------------------------------------------------------------------------------- */
#main .entry .entry-body h2{
	font-size: 4vw;
	line-height: 1.8;
}



/* 目次
-------------------------------------------------------------------------------- */
/*アンカー位置の調整*/
#main .entry .entry-body .ez-toc-section{
	display: block;
	padding-top: 10vw;
	margin-top: -10vw;
}

#main .entry .entry-body #ez-toc-container {
	background: #e8f0f8;
	border: none;
	padding: 4vw;
	margin-bottom:10vw;
}
#main .entry .entry-body #ez-toc-container .ez-toc-title{	
	font-size: 4.4vw;
	margin-bottom: 3vw;
}
#main .entry .entry-body #ez-toc-container ul li a{
	font-size: 4.4vw;
	margin-bottom: 3vw;
}



/* 記事
------------------------------------------------------------------------------- */
#main .entry .entry-body h1{
	font-size: 4.8vw;
	font-weight: 700;
	line-height: 1.4;
	
	padding: 2vw 0;
	margin-bottom: 3vw;
	background-image: linear-gradient(90deg, #065cc6 0 12vw, #82ace2 12vw);
	background-repeat: no-repeat;
	background-size: 100% 1vw;
	background-position: bottom;
}



/* ページャー
------------------------------------------------------------------------------- */
#main .previous-next-post{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	
	width: 100%;
	font-size: 3.2vw;
	margin-bottom: 10vw;
}
#main .previous-next-post div{
	width: 42vw;
	line-height: 1.4;
}



/* 関連記事
------------------------------------------------------------------------------- */
#main .common .related-posts h3{
	font-size: 4.4vw;
	font-weight: 700;
	margin-bottom: 3vw
}
#main .common .related-posts h3::before{
	content: "◆";
	color: #065cc6;
}
#main .common .related-posts ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#main .common .related-posts ul li{
	width: 42vw
}
/*画像*/
#main .common .related-posts img{
	width: 42vw;
	height: 23.2vw;
	object-fit: cover;
	margin-bottom: 3vw;
}
/*公開日・更新日*/
#main .common .related-posts .datetime {
	font-size:3vw;
	display: flex;
	flex-direction: column;
}
#main .common .related-posts .datetime .datetime-release {
	padding: 0 0 1vw 0;
	line-height: 1.2;
}
#main .common .related-posts .datetime .datetime-modified {
	padding: 0 0 3vw 0;
	line-height: 1.2;
}
/*記事名*/
#main .common .related-posts .title {
	font-size: 3.6vw;
	font-weight: 700;
	line-height: 1.4;
}










