#process .sec0 .sh1 {
    font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 7%;
    text-align: center;
}
#process .bg_grayLight {
    box-sizing: border-box;
}
#process .unique__title {
	border-left: solid 4px #435723;
	color: #435723;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 0.5rem;
	position: relative;
	margin: 0 auto 15px;
	width: 90%;
}
#process .process_sec {
    width: 100%;
}
#process .concreteFlow {
	padding: 0;
	/* margin: 0 -4vw; */
}
#process .concreteFlow__item {}
#process .concreteFlow__item:not(:first-child) {
	margin-top: 2px;
}
#process .concreteFlow__item__toggle.free { background-color: #d9ddd3;}
#process .concreteFlow__item__toggle {
	position: relative;
	background-color: #e3e3e3;
	height: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
}
#process .concreteFlow__item__toggle::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	display: block;
	width: 10px;
	height: 10px;
	background: url('../img/common/icon-arrow-down@2x.png') no-repeat center center;
	background-size: contain;
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}
#process .concreteFlow__item__toggle.is-open::after {
	transform: rotate(0deg);
}
#process .concreteFlow__item__num {
	display: inline;
	margin-right: 1em;
}
#process .concreteFlow__item__title {
	display: inline;
}
#process .concreteFlow__item__description {
	display: none;
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#process .process-title {
	font-weight: bold;
	margin-bottom: 5px;
}
#process ul.process-list li::before {
    content: "・";
		color: #435723;
		display: block;
    position: absolute;
    top:0;
    left: -12px;
}
#process ul.process-list li {
    display: block;
    line-height: 1.8em;
		position: relative;
}
#process .mgn_t_20 { margin-top: 20px;}
#process .mgn_t_40 { margin-top: 40px;}
#process .bold { font-weight: bold;}
#process .em-color { color: #435723;}
