@charset "utf-8";
/* ニュース詳細用
---------------------------------------------------------- */
.headingLevel4 h4 {
	margin-top: 80px;
}

.headingLevel5 h5 {
	margin-top: 60px;
}

.headingLevel6 h6 {
	margin-top: 40px;
}

.page_title_03, .page_title_04, .page_title_05 {
	margin-top: 40px;
}

/* .c-articleContents--news ul {
	font-size: var(--font-size-12);
} */

.c-articleContents--news ul > li {
	padding-left: initial;
}

.c-articleContents--news ul > li::before {
	content: none;
}

.right {
	text-align: right;
}

.bs-docs-section-half {
	margin-top: 20px;
}


/* 現行調整用 */
.c-article figure {
	text-align: center;
	margin: 30px 0 20px 0;
}

figure img {
	display: inline;
}

.c-article .c-block {
    margin-bottom: 40px;
}

.c-article p + h5 {
    margin-top: 2em;
}

.c-articleContents--news .c-block * + p {
    margin-top: 0;
}

.c-articleContents--news .c-block * + table {
    margin-top: 10px;
}