@charset "utf-8";
/* CSS Document */


/*--- STEP ---*/
#flow #hp_base #main #content .title {
	min-width: 40em;
	margin: 0;
	padding: 0px;
}

#flow #hp_base #main #content .title li {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-radius: 5px;
	display: inline-block;
}

#flow #hp_base #main #content .title .c {
	background-color: #FEDC74;
	margin-left: 17%;
}

#flow #hp_base #main #content .title .k {
	background-color: #CFFA3D;
	margin-left: 25%;
}

#flow #hp_base #main #content .step {
	font-size: 1em;
	padding: 0px;
	margin-top: -20px;
}

/*-- ステップ飾り --*/
#flow #hp_base #main #content .step li.step1,
#flow #hp_base #main #content .step li.step2,
#flow #hp_base #main #content .step li.step3, 
#flow #hp_base #main #content .step li.step4 {
	background-image: url(../img/step_bg.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
	height: 57px;
	padding-top: 22px;
	margin: 10px 0 0 2%;
}

#flow #hp_base #main #content .step li .number {
	color: #444;
	text-shadow: 0 0 2px white;
	font-size: 1.1em;
	font-weight: bold;
}

#flow #hp_base #main #content .step li .number strong {
	font-size: 1.3em;
}
/*-- //ステップ飾り --*/

/* 横並び用 */
#flow #hp_base #main #content ul li {
	display: flex;
}

#flow #hp_base #main #content .step .customer {
	border: 1px solid #666;
	line-height: 14pt;
	background-color: #FEE996;
	color: #000;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 30px;
}

#flow #hp_base #main #content .step .kame {
	border: 1px solid #666;
	min-width: 18em;
	line-height: 14pt;
	margin-top: 0;
	margin-left: 5px;
	background-color: #DEFB7D;
	color: #000;
}

/*- ステップ１行 -*/
#flow #hp_base #main #content .step .step1 .customer,
#flow #hp_base #main #content .step .step3 .customer,
#flow #hp_base #main #content .step .step4 .customer {
	height: 1.7em;
	padding: 0.9em 5px 5px 5px;
	min-width: 13em;
	max-width: 13em;
}

#flow #hp_base #main #content .step .step1 .kame,
#flow #hp_base #main #content .step .step4 .kame {
	height: 1.7em;
	padding: 0.9em 5px 5px 5px;
	min-width: 18em;
	max-width: 18em;
}

/*- ステップ2 -*/
#flow #hp_base #main #content .step .step2 .customer {
	min-height: 2.5em;
	padding: 5px;
	min-width: 13em;
	max-width: 13em;
}

#flow #hp_base #main #content .step .step2 .kame {
	height: 2.5em;
	padding: 5px;
	min-width: 18em;
	max-width: 18em;
}

/*- ステップ3 -*/
#flow #hp_base #main #content .step .step3 .kame {
	min-height: 5.5em;
	padding: 7px 5px 5px 5px;
	margin-top: -15px;
}

#flow #hp_base #main #content .step .arrow-flow {
	margin-top: 0;
	height: 80%;
	width: 50px;
	margin-right: 1em;
	margin-left: 1em;
}

/* 注意 */
#flow #hp_base #main #content p .fas.fa-exclamation-circle {
	color: #B9221E;
	font-size: 1.2em;
	margin-right: 2px;
}

/*--- 関連リンク ---*/
#flow #hp_base #main #content .kanren {
	margin-bottom: 1em;
}

#flow #hp_base #main #content .kanren h5 {
	font-size: 1em;
	margin-top: 1em;
}

#flow #hp_base #main #content .kanren ul {
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-left: 1em;
}

#flow #hp_base #main #content .kanren ul li {
	display: inline;
	margin-right: 1.5em;
}


@media screen and (max-width:480px){
#flow #hp_base #main #content .title {
	min-width: 40em;
	padding: 0px;
	margin-left: -2.5em;
}

#flow #hp_base #main #content .title .k {
	background-color: #CFFA3D;
	margin-left: 15%;
}

#flow #hp_base #main #content .step .customer {
	border: 1px solid #666;
	line-height: 14pt;
	background-color: #FEE996;
	color: #000;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

/*- ステップ１行 -*/
#flow #hp_base #main #content .step .step1 .customer,
#flow #hp_base #main #content .step .step3 .customer,
#flow #hp_base #main #content .step .step4 .customer {
	height: 3.4em;
	padding: 0.9em 5px 5px 5px;
	min-width: 9em;
	max-width: 9em;
}

/*- ステップ2 -*/
#flow #hp_base #main #content .step .step2 .customer {
	min-height: 4.4em;
	padding: 5px;
	min-width: 9em;
	max-width: 9em;
}

#flow #hp_base #main #content .step .step1 .kame,
#flow #hp_base #main #content .step .step4 .kame {
	min-height: 3.4em;
	padding: 0.9em 5px 5px 5px;
	min-width: 18em;
	max-width: 18em;
}

#flow #hp_base #main #content .step .step2 .kame {
	min-height: 4.4em;
	padding: 5px;
	min-width: 18em;
	max-width: 18em;
}

/*- ステップ3 -*/
#flow #hp_base #main #content .step .step3 .kame {
	min-width: 18em;
	max-width: 18em;
	min-height: 6em;
	padding: 7px 5px 5px 5px;
	margin-top: -10px;
}

#flow #hp_base #main #content .step .arrow-flow {
	margin-top: 10px;
	height: 60%;
	width: 30px;
	margin-right: 0;
	margin-left: 0;
}

}
