@charset "utf-8";

.flow{
    padding: 4% 0 8% 0;
}
.flow h2{}
.flow h3{
    font-size: 28px;
    position: relative;
    margin-bottom: 4%;
    padding-bottom: 2%;
    color: #fff;
}
.flow h3::before{
    content:"";
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -40px;
}
.flow dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 8% auto;
    position: relative;
}
.flow dl::before{
    content:"";
    display: block;
    width: 100px;
    height: 60px;
    background: url("../img/flow_icon.png") center center repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -25%;
    left: 50%;
    margin: 0 0 0 -50px;
}
.flow dl:last-child::before{
    content:none;
}
.flow dl dt{
    width: 40%;
    margin-bottom: 0;
}
.flow dl dt img{
    width: 100%;
}
.flow dl dd{
    width: 60%;
    box-sizing: border-box;
    padding: 1em 0em 1em 1em;
    text-align: left;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.flow dl dd h4{
    color: #fff;
}
.flow dl dd p{
    padding-left: .5em;
}
.flow dl dd a{
    text-decoration: underline;
    font-size: 14px;
    float: right;
}
.flow dl dd p a{
    float: none;
}


@media screen and (max-width:480px){

.flow{
    padding: 4% 0 8% 0;
}
.flow h2{}
.flow h3{
    font-size: 24px;
}
.flow h3::before{
    content:"";
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -40px;
}
.flow dl{
    display: inline-block;
    margin: 0 auto 12% auto;
}
.flow dl::before{
    bottom: -10%;
}
.flow dl dt{
    width: 80%;
    margin: auto;
}
.flow dl dt img{
    width: 100%;
}
.flow dl dd{
    width: 100%;
    box-sizing: border-box;
    padding: 2% 1em 0 1em;
    margin-bottom: 8%;
}
.flow dl dd h4{
    color: #fff;
}
.flow dl dd p{
    padding-left: .5em;
}
.flow dl dd a{}
	
}
