@charset "utf-8";

/* ---------------------------------------- */
/* section color */

.contents-header:before {
	background-color: rgba(219,150,41,1);
}

.slide-local-nav,
.slide-local-nav__arrow {
	background-color: rgb(219, 150, 41);
}

.chapter-header {
	color: rgb(219, 150, 41);
}

.std-count-container__item::before {
	background-color: rgba(219,150,41,1);
}

.std-count-container__des-ttl {
	text-align: center;
	color: rgba(219,150,41,1);
	font-weight: 600;
	-webkit-text-stroke: 0;
}

@media screen and (min-width: 1024px) {
	.chapter-header {
		color: rgba(219, 150, 41, 0.9);
	}
}