@charset "UTF-8";

#key-visual .pic img{
	object-position: right center;
}

#post-ttl{
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: .05em;
	padding: 25px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.date{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	height: 26px;
	width: 100px;
	letter-spacing: .1em;
	background: #343436;
	color: #fff;
	margin-bottom: -13px;
	position: relative;
	z-index: 9;
}
#post-txt{
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}
#post-txt p{
	line-height: 2;
	margin-bottom: 25px;
}
#post-txt img{
	max-width: 100%;
	height: auto;
}
.archives-btn{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	font-weight: 600;
}
.archives-btn a{
	height: 28px;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.archives-btn a:before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #1E1E5E;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s all ease;
	transform-origin: right bottom;
}
.archives-btn a:hover:before{
	transform: scaleX(0);
}
.archives-btn a:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	transform: rotate(45deg);
	margin-left: .75em;
	margin-top: .2em;
}


@media screen and (max-width: 768px){


	#post-ttl{
		font-size: 1.4rem;
		padding: 2rem 0 1.5rem;
	}
	.date{
		font-size: 1.1rem;
		height: 2rem;
		width: 9rem;
	}
	#post-txt{
		padding: 4rem 0;
	}
	#post-txt p{
		line-height: 2;
		margin-bottom: 1.5rem;
	}
	.archives-btn{
		margin-top: 4rem;
	}
	.archives-btn a{
		height: 2rem;
	}


}
