@charset "UTF-8";

.key-visual {
    background: url(../images/news-key-visual.jpg) no-repeat;
    background-position: center right;
    background-size: cover;
}
.sec header{
	top: auto;
	left: auto;
	background: none;
	height: auto;
	z-index: 1;
}
.sec header:after{
	display: none;
}
header h1.post-ttl{
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 40px;
	border-bottom: 1px dotted #777;
	padding: 0 0 .5em;
	font-weight: 600;
	position: static;
	left: auto;
	top: auto;
}
time{
	opacity: .7;
	margin-bottom: 1em;
	display: block;
	line-height: 1;
}
.sec .btn{
	margin: 60px auto 0;
}
.post-area{
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.post-area img{
	max-width: 100%;
	height: auto;
}
.post-area p{
	margin-bottom: 1em;
}
.not-found a{
	color: #001273;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	header h1{
		//padding-right: 20px;
	}
	header h1.post-ttl{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.sec .btn{
		margin: 30px auto 0;
	}
	.post-area{
		padding-bottom: 30px;
	}
}