@charset "shift_jis";




/*------------------------------
キーイメージ上書き
------------------------------*/

.keyimgBox {
	background: transparent;
	margin-bottom: 40px;
}


/*-----------------------
認定講習の流れ
-----------------------*/
.flow_box,
.flow_box_last {
	position: relative;
	background: #eaf4ff;
	color: #2c3e50;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 60px;
}


.flow_box::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url(/foreignJitsumu/sharoushi/images/index/flow_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}

.flow_box_last {
	background: #ffe5e5;
	color: #d60000;
	font-weight: bold;
}


