@charset "utf-8";

/*================*/
/* 採用までの流れ */
/*================*/

.flow .flow-section {
	margin-top: 40px;
}

.flow h3 img {
	height: 54px;
}

.flow h4 {
	line-height: 1.3;
	margin-bottom: 8px;
}

.flow h4 span {
	color: #E5001F;
}

.flow .list-step > li {
	position: relative;
	padding:  30px 0 30px 40px;
	font-size: 18px;
}

.flow .list-step > li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	z-index: -10;
}

.flow .list-step > li.step01:before {
	background: linear-gradient(#FFF259, #FFEF5C);
}

.flow .list-step > li.step02:before {
	background: linear-gradient(#FFEF5C, #FFED5F);
}

.flow .list-step > li.step03:before {
	background: linear-gradient(#FFED5F, #FFE26C);
}

.flow .list-step > li.step04:before {
	background: linear-gradient(#FFE26C, #FFDF6F);
}

.flow .list-step > li.step05:before {
	background: linear-gradient(#FFDF6F, #FFDD72);
}

.flow .list-step > li.step06:before {
	background: linear-gradient(#FFDD72, #FFDC73);
}

.flow .list-step > li.step07:before {
	background: linear-gradient(#FFDC73, #FFD765);
}

.flow .list-step > li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 30px;
	background: url(/saiyo/kankobus/images/flow/flow_bg01.png) no-repeat;
	z-index: -9;
}

.flow .ac-menu {
	position: relative;
	margin-top: 16px;
	cursor: pointer;
}

.flow .ac-menu + dd {
	display: none;
}

.flow .ac-menu:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	right: 16px;
	border: 1px solid #A3B2B1;
	background-color: #E50021;
	transform: translateY(-4px);
}

.flow .ac-menu:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 22px;
	top: 50%;
	right: 26px;
	border: 1px solid #A3B2B1;
	background-color: #E50021;
	transform: translateY(-14px);
}

.flow .ac-menu.open:after {
	content: none;
}

.flow .list-step > li:last-child:after {
	content: none;
}

.flow .list-step .text {
	margin: 16px 0 0 90px;
}

.flow .list-step .text .list-address {
	margin: 16px 0;
	padding: 8px 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.flow .list-step .text a {
	font-weight: bold;
	color: #F00;
}

.flow .list-flow {
	margin: 0 16px;
}

.flow .list-flow li {
	padding: 20px 0;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

.flow .fleft {
	float: left;
}

.flow .fright {
	float: right;
}

.flow .btn-area {
	margin-top: 40px;
	background-color: #EEE;
	text-align: center;
}

.flow .link-bt {
	margin: 40px 0;
	text-align: center;
}

.flow .link-bt a {
	width: 100%;
	border-radius: 10px;
	padding: 16px 106px;
	background: #FFF895 url(/saiyo/kankobus/images/common/com_ic01.png) no-repeat 95% 50%;
	background-size: 14px 21px;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}

.flow .link-bt a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 800px) {


.flow h3 span {
	margin-bottom: 8px;
}

.flow .list-step > li {
	padding:  16px 0 16px 20px;
	font-size: 16px;
}

.flow .list-step .text {
	margin: 16px 0 0 40px;
}

.flow .list-step > li:before {
	width: 40px;
}

.flow .list-step > li:after {
	width: 40px;
	height: 15px;
	background-size: 100% auto;
}

.flow .list-flow {
	margin: 0;
}

.flow .ac-menu img {
	width: 100%;
}

.flow .ac-menu:before {
	width: 16px;
}

.flow .ac-menu:after {
	height: 16px;
	right: 23px;
	transform: translateY(-11px);
}

.flow .fleft {
	float: none;
	margin-bottom: 16px;
}

.flow .fright {
	float: none;
}

.flow .btn-area {
	margin: 60px -16px 0;
}

.flow .btn-area a {
	display: block;
	width: 74%;
	margin: 0 auto;
}

.flow .link-bt a {
	display: block;
	width: 250px;
	padding: 14px;
	background-size: 7px auto;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 1;
}

.flow .link-bt a img {
	height: 16px;
}


}