.h4title {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.case-display-img-wrap img{
    width: 100%;
	
}

.c-entry__title {
	display:none;
}

.c-entry__header {
	margin-bottom:0;
}

/* 最初のセクションブロックを無理やり上に持ち上げる */
.singular-case .l-contents__inner > .wp-block-snow-monkey-blocks-section:first-child {
    margin-top: -32px !important; /* 隙間の量に合わせて調整 */
}