@charset "utf-8";
.under {
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: bold;
}
.text_red {
	font-weight: bold;
	color: #ff0000;
}
.role_list {
	margin-top: 20px;
}
.role_list dt {
	padding-left: 25px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
.role_list dt::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #7AB723;
}
.role_list dd {
	padding-left: 25px;
}
.flow_box {
	margin-top: 0;
}
.f_box {
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.f_box dt {
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
	color: #442705;
}
.f_box dt::before {
	content: "01";
	position: absolute;
	top: 0;
	left: 0;
}
.f_box:nth-of-type(2) dt::before {
	content: "02";
}
.f_box:nth-of-type(3) dt::before {
	content: "03";
}
.f_box:nth-of-type(4) dt::before {
	content: "04";
}
.f_box:nth-of-type(5) dt::before {
	content: "05";
}
.f_box:nth-of-type(6) dt::before {
	content: "06";
}


@media only screen and (max-width: 768px) {
	
}