@charset "utf-8";

.flow{
    padding: 4% 0 4% 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{
    width: 80%;
    margin: auto;
    text-align: left;
}
.flow dl dt{position: relative;padding-left: 2em;color: #fff;font-weight: bold;}
.flow dl dt::before{
    content:"Q";
    position:absolute;
    left:0;
    top:0;
}
.flow dl dd{position: relative;padding-left: 2em;margin: 1% 0 4% 0;}
.flow dl dd::before{
    content:"A";
    position:absolute;
    left:0;
    top:0;
}
.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{
    width: 90%;
    margin: 0 auto 6% auto;
}
.flow dl dt{
}
.flow dl dt::before{
    content:"Q";
}
.flow dl dd{margin: 2% 0 6% 0;}
.flow dl dd::before{
    content:"A";
}
.flow dl dd a{
    text-decoration: underline;
    font-size: 14px;
    float: right;
}

	
}
