article{
/* 	min-height:	14em; */
	padding:	3rem	4rem ;
}
/*記事中のリンク*/
.articleContent a{
	text-decoration:underline;
	font-weight:bolder;
}
.articleContent p{
line-height: var(--regLineHeight);
}


@media screen and (max-width:480px) {
article {
	padding: 2.4rem;
}
}