@charset "utf-8";
.btn_annotation {
	border: 1px solid #e60012;
	border-radius: 5px;
	background: #fdf2b8 url(/application/consignment/takusou-kun/images/btn_annotation.png) no-repeat 25px center;
	padding: 1em;
	padding-left: 90px;
}
.application_flow {
	display: flex;
	justify-content: space-between;
}
.application_flow dl {
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
	padding: 0.5em;
	width: 25%;
}
.application_flow .flow01 {
	width: 40%;
}

.application_flow dt {
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3em;
	position: relative;
	padding-left: 32px;
}
.application_flow dt span.flowno {
	display: block;
	background-color: #777;
	color: #fff;
	border-radius: 50%;
	padding-top: 1px;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	left: 0;
}
.flow03 dt {
	margin-bottom: 2em;
}

/*arrow*/
.application_flow dl::after {
	border-left: 16px solid #ccc;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	margin-top: -26px;
	left: 106%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.application_flow dl:nth-child(3n):after {
	display: none;
}
@media screen and (max-width: 767px) {
	.application_flow {
		display: block;
	}
	.application_flow dl, .application_flow .flow01 {
		width: 100%;
		margin-bottom: 2em;
	}
	.application_flow dl::after {
		top: auto;
		bottom: -50px;
		left: 50%;
		border-left: 24px solid transparent;
		border-top: 18px solid #ccc;
		border-right: 24px solid transparent;
		margin: 0 0 0 -24px;
	}
	.flow03 dt {
		margin-bottom: 1em;
	}

}