@charset "UTF-8";


.sticky{
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 10px;
}


@media screen and (max-width: 810px)  {
	main .header,
	main .index{
		display: none;
	}
	main article{
		padding:5vw;
	}
}
@media screen and (min-width: 811px)  {
	main{
		display: flex;
		flex-wrap: wrap;
	}
	main .index{
		width: 240px;
		padding:0 16px;
	}
	main .index li a,
	main .index li span{
		display: block;
		padding:10px 20px 10px 10px;
		position: relative;
		font-size:14px;
		line-height: 1.4;
	}
	main .index li span{
		color:#8f8f8f;
	}
	main .index li:not(:last-child){
		border-bottom:dotted 2px #ccc;
	}
	main .index li.current a,
	main .index li:hover a{
		background-color: #fff;
	}
	main .index li.current a::after,
	main .index li:hover a::after{
		position: absolute;
		content: '';
		width: 8px;
		height: 8px;
		top:calc( 50% - 4px );
		right:10px;
		border-top: solid 2px #ccc;
		border-right: solid 2px #ccc;
		transform: rotate( 45deg );
	}
	main .main{
		width:calc( 100% - 300px );
	}
	main article{
		padding:30px 50px;
	}
}
main article{
	background-color: #fff;
	word-break: break-all;
	margin-bottom: 30px;
}
main .topickpath{
	margin-bottom: 30px;
	font-size: 12px;
	display: block;
}
main .topickpath li a::after{
	content: ' > ';
	margin-right:4px;
}
main .topickpath li{display: inline;line-height: 1.4;}
main article h1{
	font-size: 20px;
	padding-bottom:8px;
	margin-bottom: 30px;
	border-bottom: solid 1px #000;
	line-height: 1.4;
}
main section{
	line-height: 1.7;
}

#date{
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: .8em;
	color: #8f8f8f;
	line-height: 1.4;
}
#date i{
	font-style: normal;
}
#date span{
	display: inline-block;
	padding: 0 10px;
	margin-left: 1em;
	background: #D60909;
	color: #fff;
}
/* シェアボタン */
main .share{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
main .share li{
	padding:0 10px;
}
main .share li a{
	border: solid 1px;;
	border-radius: 6px;
	font-size:14px;
	font-weight: 600;
	padding:4px 10px 4px 30px;
}
main .share .tw a{
	color:#1da1f2;
	background: url('../images/common/sns-tw.png') left 8px top 5px no-repeat;
	background-size: 20px;
}
main .share .fb a{
	color:#1e79f5;
	background: url('../images/common/sns-fb.png') left 8px top 5px no-repeat;
	background-size: 20px;
}

/* ニュース個別ページ */
.single-news main section p{
	font-size:14px;
}