@charset "utf-8";

/*
************************************************************************
* フロー
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.flow
{
}
.flow .flow-item
{
	
}
.flow .flow-item .flow-title
{
}
.flow .flow-item .flow-title .step
{
	display:inline-block;
	font-weight:bold;
	line-height:1;
	padding:0.3em 0.5em;
	margin-bottom:0.5em;
}
.flow .flow-item .flow-title .main
{
	display:block;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2;
}
.flow .flow-item .flow-text
{
	padding:1em;
	padding-bottom:2em;
	margin-left:1em;
	margin-top:1em;
	margin-bottom:1em;
	border-left:1px solid;
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {

	
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
}
