@charset "utf-8";


:where(.main-contents) h1,
:where(.main-contents) h2,
:where(.main-contents) h3,
:where(.main-contents) h4,
:where(.main-contents) h5,
:where(.main-contents) h6 {
	font-weight: 600;
	font-family: var(--serif);
}

:where(.main-contents) ul {
	padding-left: 1.5em;
}

:where(.main-contents) figure {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

:where(.main-contents) figure > * {
	margin-top: 10px;
}

:where(.main-contents) figure > *:first-child {
	margin-top: 0;
}

:where(.main-contents) img {
	display: block;
	width: 100%;
}


.section__ttl {
	margin-top: 0;
	font-weight: bold;
	font-size: 120%;
	background-color: var(--color-txt);
	color: #fff;
	padding: 10px 10px;
	border-radius: 3px;
}

.section__ttl.h-dot {
	padding-left: 25px;
}

.section__ttl.h-dot:before {
	left: 10px;
	width: 0.25em;
	height: 1.5em;
	border-radius: 2px;
}


.subsection-header__ttl {
	border-top: 1px solid rgba(0,0,0,0.6);
	margin-bottom: 1em;
	padding-top: 1em;
}


.subsection {
	
}

.subsection > * {
	
}

.subsection > *:first-child {
	margin-top: 0;
}

.subsection__ttl {
	font-size: 110%;
}



@media all and (min-width: 768px) {
	
}

@media all and (min-width: 1280px) {
	
}


/* ---------------------------------------------------------------------------------------------  */

.std-table__item {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 10px 0;
}

.std-table__item + .std-table__item {
	margin-top: 0;
}

.std-table__item:last-child {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.std-table__lbl {
	font-weight: bolder;
}

.des-table__des {
	margin: 0;
}


@media all and (min-width: 768px) {
	.std-table__item {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
	}

	.std-table__lbl {
		width: var(--wcalc5-1);
	}

	.std-table__des {
		width: var(--wcalc5-4);
	}
}



/* ---------------------------------------------------------------------------------------------  */


.sbs-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sbs-content__img {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sbs-content__body {
	margin: 0;
}

@media all and (min-width: 768px) {
	.sbs-content {
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}

	.sbs-content__img {
		width: var(--wcalc5-1);
	}

	.sbs-content__body {
		width: var(--wcalc5-4);
	}
}


.fig {
	& figcaption {
		margin-top: 0.5em;
		font-size: 80%;
		font-style: italic;
		line-height: 1.5;
	}
	& img {
		max-width: 160px;
		border-radius: 5px;
	}
}
