@charset "UTF-8";

#key-visual .en-title,
#key-visual .en-title *{
	color: #6c2801 !important;
}
main{
	position: relative;
	z-index: 9;
}
.post-head{
	padding-bottom: 4rem;
}
.post-head .date-title{
	width: calc(100% - 9.2rem);
}
.date{
	font-weight: 300;
	font-size: 2.2rem;
	margin-bottom: 2.4rem;
	display: block;
	letter-spacing: .06em;
	font-family: "Montserrat", sans-serif;
}
.sender{
	font-size: 2rem;
	line-height: 1.225;
/*
	margin-bottom: 1.5rem;
*/
	margin-bottom: .5rem;
	font-weight: 300;
}
#post-title{
	font-size: 3.2rem;
	line-height: 1.5;
}
.post-txt .pic{
	margin-bottom: 5.5rem;
}
.post-txt p{
	margin-bottom: 3.5rem;
	line-height: 1.75;
	font-size: 2rem;
}
.post-txt{
	margin-bottom: 9rem;
}
/*
.post-txt .pic{
	border: .1rem solid #c8c8c8;
}
*/
main{
	padding-bottom: 18rem;
	border-bottom: .1rem solid #e3e3e3;
}
.archive-back-btn{
	border-color: #6c2801;
	color: #6c2801;
	background-image: url(../images/letters-arrow01.svg);
}


@media screen and (max-width: 768px){
	.post-head{
		padding-bottom: 6rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.date{
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
	}
	.sender{
		font-size: 2.6rem;
		line-height: 1.25;
		margin-bottom: 2.5rem;
	}
	#post-title{
		font-size: 3.6rem;
		line-height: 1.5;
	}
	.post-txt{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.post-txt .pic{
		margin-bottom: 8rem;
	}
	.post-txt p{
		margin-bottom: 8rem;
		line-height: 2.25;
		font-size: 3rem;
	}
	.post-txt{
		margin-bottom: 3rem;
	}
	main{
		padding-bottom: 20rem;
	}
	.archive-back-btn{
		margin-top: 11rem;
	}
}