@charset "utf-8";

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

.contents-header:before {
	/*background-color: rgba(85, 131, 22, 0.8);*/
	background-color: rgb(113, 170, 0);
}

.slide-local-nav,
.slide-local-nav__arrow {
	background-color: rgb(85, 131, 22);
}

.chapter-header {
	color: rgb(113, 170, 0);
}

.std-count-container__item::before {
	background-color: rgb(85, 131, 22);
}

.features__des {
	color: rgba(113, 170, 0, 0.9);
}

.repeat-container__ttl {
	color: rgb(85, 131, 22);
}

@media screen and (min-width: 1024px) {
	.chapter-header {
		color: rgba(113, 170, 0, 0.9);
	}
}

/* ---------------------------------------- */

.repeat-container {
	list-style: none;
	padding: 0;
}

.repeat-container__item {
	margin-bottom: 30px;
}

.repeat-container__ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	margin-left: -8px;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-text-strole: 0;
	        text-strole: 0;
}

.repeat-container__ttl-icon {
	width: 36px;
	height: 36px;
}

.repeat-container__ttl-lbl {
	
}

.repeat-container__txt {
	margin: 0;
}

.repeat-container__txt > * {
	margin-top: 0;
}

.repeat-container__txt > *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 375px) {
	.repeat-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.repeat-container__item {
		width: calc(50% - 15px);
	}
}

@media screen and (min-width: 768px) {
	.repeat-container__item {
		width: calc(33.333% - 25px);
	}
}

@media screen and (min-width: 1024px) {
	
	.repeat-container__ttl {
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
		margin-left: -8px;
		font-weight: 600;
		-webkit-text-strole: 0;
		        text-strole: 0;
	}
	
	.repeat-container__ttl-icon {
		margin-right: 5px;
	}
	
	.repeat-container__item {
		width: calc(33.333% - 35px);
	}
}

/* ---------------------------------------- */

@media screen and (min-width: 1024px) {
	
	.features2 .features__item--l {
		flex-direction: row-reverse;
		margin-top: -10%;
	}
	
	.features2 .features__figure {
		margin-top: -10%;
	}
}

/* ---------------------------------------- */

.flow-table {
	border: 1px solid rgba(0,0,0,0.075);
	border-radius: 3px;
	padding: 0 20px;
	box-sizing: border-box;
}

.flow-table-row {
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px 0;
	box-sizing: border-box;
	line-height: 2.4rem;
	border-top: 1px solid rgba(0,0,0,0.075);
}

.flow-table-row:first-child {
	border-top: none;
}

.flow-table__row-ttl {
	width: 80px;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: inherit;
	color: rgb(85, 131, 22);
}

.flow-table__item-outer {
	width: calc(100% - 80px);
}

.flow-table__item-outer > *:last-child {
	margin-bottom: 0;
}

.flow-table__item {
	margin: 0 0 20px;
}

.flow-table__lbl {
	font-weight: 600;
	-webkit-text-stroke: 0;
}

.flow-table__des {
	margin: 0;
	padding-top: 5px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(0,0,0,0.5);
}

.flow-table__des:empty {
	display: none;
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.flow-table {
		padding: 20px 40px;
	}
	.flow-table__item {
		display: flex;
	}
	
	.flow-table__row-ttl {
		width: 200px;
	}
	.flow-table__lbl {
		width: 200px;
	}
	.flow-table__des {
		width: calc(100% - 200px);
	}
}

/* ---------------------------------------- */