@charset 'UTF-8';

.flow-flow{
	overflow: hidden;
	margin-bottom: 74px;
}
.flow-flow .box{
	overflow: hidden;
}
.flow-flow dl span{
	font-weight: bold;
	color: #F46C6C;
}
.flow-flow dl a{
	text-decoration: underline;
}
.flow-flow dl a:hover{
	text-decoration: none;
}
.flow-flow dl{
    width: 900px;
    margin-left: 100px;
    background: #E4F2DD;
    position: relative;
    padding: 25px 30px 23px 130px;
	margin-top: 60px;
}
.flow-flow dl:first-child{
	margin-top: 30px;
}
.flow-flow dl:nth-child(2),
.flow-flow dl:nth-child(4){
	background: #FFFEE9;
}
.flow-flow dl dd.img{
    position: absolute;
    left: -100px;
    top: -30px;
}
.flow-flow dl dt{
    color: #032B03;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 12px;
}
.flow-flow dl dt.none{
	color: #4F4200;
}
.flow-after{
	overflow: hidden;
	margin-bottom: 100px;
}
.flow-after .text{
	margin-top: -9px;
}