/**
 * profileの上書きCSS
 * 
 * 
 */


.single-post-content.page-profile h2{
	margin              : 56px 0 40px;
	padding             : 4px 0;
	background          : none;
}

@media screen and (max-width: 768px){
	.single-post-content.page-profile h2{
		margin          : 56px 0 24px;
	}
	.single-post-content.page-profile h2:first-child{
		margin-top      : 0;
	}
	.single-post-content.page-profile h2.has-text-align-center{
		text-align      : left;
	}
}


.single-post-content.page-profile p{
	letter-spacing      : 1px;
}


.single-post-content.page-profile table td,
.single-post-content.page-profile table th{
	padding-left        : 0;
	letter-spacing      : 1px;
	text-align          : left;
	vertical-align      : top;
	border              : none;
}


.page-profile .wp-block-table table td:last-child,
.page-profile .wp-block-table table th:last-child{
	white-space         : normal;
}





