@charset "utf-8";
/* CSS Document */
.under {
	background: linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 900;
}
.sub_image {
	width: 100%;
	max-width: 540px;
	margin: 0 auto 12px;
}
.c_box {
	margin-top: 65px;
}
.c_box p {
	line-height: 1.8;
}
.c_box h3.headline {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 12px;
	padding: 10px;
	color: #fff;
	background-color: #82520A;
}
.c_box h4.sub_headline {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 12px;
	padding: 8px;
	border-bottom: 1px solid #82520A;
	color: #82520A;
	border-left: 5px solid #82520A;
	background-size: auto auto;
	background-color: rgba(255,255,255,1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(121, 38, 0, 0.09) 2px, rgba(121, 38, 0, 0.09) 4px );
}

.f_box dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.f_box dl::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 20px solid #82520A;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
}
.f_box dl:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}
.f_box dl:last-of-type::before {
	border: none;
}
.f_box dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px dashed #82520A;
	font-size: 1.2em;
	line-height: 1;
}
.f_box dl dt .flow_number {
	color: #82520A;
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6em;
	padding-right: 5px;
}

.f_box dl dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.f_box dl dd figure {
	max-width: 150px;
	width: 100%;
	margin: 0 20px 0 0;
}
.f_box dl dd figure img {
	width: 100%;
	height: auto;
}
.f_box dl dd p {
	width: calc(100% - 170px);
}

@media only screen and (max-width: 768px){
	p {
		padding: 0;
	}
	.f_box dl dd figure {
		margin: 0 auto;
	}
	.f_box dl dd p {
		width: 100%;
	}
	}