/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 01:53:04 */
/* 会員様の声ページ（投稿ページ） */
#body_wrap.single-post #content {
	background-color: #FFFBF3;
	padding-bottom: 40px;
}
#body_wrap.single-post #main_content {
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 959px) {
	#body_wrap.single-post #main_content {
		padding: 20px;
	}
}
#body_wrap.single-post .c-postTitle {
	flex-direction: column;
}
#body_wrap.single-post .c-postTitle__label {
	font-size: calc(40rem / 16);
	align-self: start;
	font-weight: bold;
}
#body_wrap.single-post h1 {
	font-weight: normal;
}

/* 会員様の声ページ（アーカイブページ） */
#body_wrap.blog .mainContent-intro {
	white-space: pre-line; /* ← これで\nが改行として表示されます */
	font-size: calc(24rem / 16);
	text-align: center;
	margin-bottom: 80px;
}
