/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 19:49:00 */
/* スムーススクロール */
/* SWELL目次の着地位置調整 */
.post_content [id^="index_id"] {
	padding-top: 126px!important;
	margin-top: -126px!important;
}

/* スマホ */
@media (max-width: 959px) {
	.post_content [id^="index_id"] {
		padding-top: 50px!important;
		margin-top: -50px!important;
	}
}