@charset "UTF-8";

/** ----------------------------------------------------------
 * コンテンツ共通
---------------------------------------------------------- **/

/*.lpsec-contents.contents > h2:not(.loop-section-tit) {
	color: var(--key-main-color);
	font-family: var(--font-gothic);
}*/

.parentheses-h2 {
	position: relative;
	padding: 0 1rem;
}

.parentheses-h2::before,
.parentheses-h2::after {
	content: '';
	display: block;
	width: 1rem;
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
}
.parentheses-h2::before {
	left: 0;
	border-width: 2px 0 2px 4px;
}

.parentheses-h2::after {
	right: 0;
	border-width: 2px 4px 2px 0;
}


/* xxxx
----------------------------- */

.pre-outline-dl {
	border-top: 1px solid;
	padding-top: 1em;
}