@charset "utf-8";


/* for Common & Smartphone*/

/* INTRO ////////////////////////////// */
#intro {}
.logoFiore{
	max-width: 150px;
	margin: 0 auto 20px auto;
}
#intro .ttl01{
	margin: 1em 0 1.5em 0;
}
#intro .ttl02{
	font-size: 131%;
	white-space: nowrap;
}
/* FLOW ////////////////////////////// */
#flow {}
.flowBlock{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
}
.flowBlock:last-of-type{
	margin: 0;
	padding: 0;
}
.flowBlock::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border-top:15px solid #81292d;
	border-bottom:0 solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowBlock:last-of-type::before{
	display: none;
}
.flowBlock h4.ttl03{
	margin: 0 0 15px 0;
	padding: 0.4em 0.8em;
	background: #81292d;
	color: #fff;
}
.flowBlock h5.ttl03{
	margin: 0 0 0.5em 0;
}
.flowBlock > p{}
.flowBlock > div{}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {
	#intro .ttl02{
		font-size: 116%;
		white-space: nowrap;
	}
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {
.btn02{
	width: 370px;
	}
	
/* INTRO ////////////////////////////// */
#intro {}
.logoFiore{}
#intro .ttl01{}
#intro .ttl02{
	font-size: 186%;
	white-space: normal;
}
/* FLOW ////////////////////////////// */
#flow {}
.flowBlock{
	margin: 0 0 25px 0;
	padding: 0 0 40px 0;
}
.flowBlock::after{}
.flowBlock h4.ttl03{
	margin: 0 0 25px 0;
}
.flowBlock > div:first-of-type{
	float: left;
	width: 64%;
	width: calc( 100% - 310px);
	}
.flowBlock div:last-of-type{
	float: right;
	width: 290px;
	}
.flowBlock h5.ttl03,
.flowBlock p{	}

}

/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

