@charset "utf-8";
/* ===================================================================
CSS information

 file name  :flow.css
 author     :PCBrain
 style info :住まいづくりの流れ用
=================================================================== */
strong {
	color:#5F481C;
	font-weight: bold;
}

.section {
	margin-bottom: 30px;
}

.stepBox {
	counter-reset: step;
	margin-bottom: 45px;
}

#main .freeBox {
	background:#E9E5CC;
	padding: 10px;
	margin-bottom: 20px;
}

#main .freeBox strong {
}


.free_stepList,
.stepList{
	position: relative;
	overflow: hidden;
	border-radius: 6px;
    border: #E9D5B3 solid 1px;
	background: #E9D5B3;

}

.free_stepList li,
.stepList li {
	float: left;
    background-color: #fff;
	width:25%;
	font-size:16px;
}

.free_stepList li:nth-child(odd),
.stepList li:nth-child(odd){
    background-color: #E9D5B3;
}

.free_stepList li a:before,
.stepList li a:before,
.flowList > li h4:before {
	border-radius: 4px;
    content: "Step " counter(step);
    counter-increment: step;
    color: #5F481C;
    display: block;
	font-size:16px;
    font-weight: bold;
	text-align: center;
}


.free_stepList li a,
.stepList li a{
	display:block;
	text-align: center;
	padding:10px;
    position: relative;
	color: #2d2d2d;
	text-decoration: none;
}

.free_stepList li a:after,
.stepList li a:after{
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    left: 100%;
    top: 15px;
	z-index: 10;
}


.free_stepList li:nth-child(odd) a:after,
.stepList li:nth-child(odd) a:after{
    border-left-color: #E9D5B3;
}

.free_stepList li:first-child,
.stepList li:first-child{
	border-radius:5px 0 0 5px;
}

.free_stepList li:last-child,
.stepList li:last-child{
	border-radius:0 5px 5px 0;
}

.free_stepList li:last-child a:after,
.stepList li:last-child a:after{
	display:none;
}

.stepList {
	margin:0 10px 20px;
}

.stepList li{
	width: calc(16% - 15px);
}


.stepList li a {
	height: 84px;
}

#main .arrowBox {
    background: #80914D;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
}

#main .arrowBox p {
    font-size: 25px;
}

#main .arrowBox p:last-child {
	margin-bottom: 0;
}

#main .arrowBox:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #80914D;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.arrowBox span {
    font-size: 16px;
}

.flowList {
	margin: 10px;
}

#main .freeBox .flowList  {
	margin: 0;
}

.flowList > li {
	border-bottom: #2d2d2d dotted 1px;
	margin-bottom:15px;
	color: #2d2d2d;
	padding-bottom: 10px;
}



.flowList > li h4 {
	color:#5F481C;
	font-size: 18px;
}


.flowList > li h4:before {
	border-radius: 5px;
	background: #80914D;
	display: inline-block;
	color:#fff;
    padding: 0px 20px;
	margin-right: 10px;
}

#main .freeBox .flowList > li {
}

#main .freeBox .flowList > li h4:before {
	background: #fff;
	color:#80914D;
}


#main .flowList li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.flowList > li ol {
	margin-left: 30px;
}


.flowList > li ol li {
}

.flowList > li ol li h5 {
	color:#80914D;
	font-size: 14px;
}

ul.photoList{
	text-align: center;
}

#main ul.photoList li {
	background: none;
	display: inline-block;
	margin-right: 20px;
	padding-left: 0;
}

#main ul.photoList li:last-child {
	margin-right: 0;
}