@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {


#flow {
position:relative;
margin: 0 auto 150px;
z-index: 5;
}


#flow .section_wrap{
width:1200px;
margin: 0 auto;
}


.flow_design09 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin:0 auto 120px;
}

.flow09 {
width: 100%;
border-bottom: solid 1px #333333;
}

.flow09 > li {
list-style-type: none;
display: flex;
padding: 40px 0;
border-top: solid 1px #333333;
}

.flow09 > li dl {
width: calc(100% - 100px);
margin-top: 0.8em;
}

.flow09 > li dl dt {
font-size: 1.8rem;
line-height: 1.4;
font-weight: bold;
margin-bottom: 10px;
color: #3d3f48;
margin: 0 0 20px;
}

.flow09 > li .icon09 {
line-height: 1;
font-size: 2.2em;
font-weight: bold;
color: #00488a;
text-align: center;
width: 100px;
position: relative;
margin-top: 0;
}

.flow09 > li .icon09::before {
content: 'STEP';
font-size: 0.3em;

display: block;
margin-bottom: 3px;
letter-spacing: 1px;
}

.flow09 > li .icon09::after {
content: "";
display: block;
width: 1px;
height: calc(100% - 40px);
background-color: #858585;
position: absolute;
left: 0;
right: 0;
top: 60px;
margin: auto;
}


.flow09 > li dl dd {
display:flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
}

.flow09 > li dl dd .txt_box{
width: 60%;
}

.flow09 > li dl dd .img{
width:35%;
}

}
/*sp*/
@media only screen and (max-width: 767px) {


#flow {
position:relative;
margin: 0 auto 80px;
z-index: 5;
}

#flow .section_wrap{
width: 90%;
margin: 0 auto;
}


.flow_design09 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin:0 auto 30px;
}

.flow09 {
width: 100%;
border-bottom: solid 1px #333333;
}

.flow09 > li {
list-style-type: none;
display: flex;
padding: 20px 0;
border-top: solid 1px #333333;
}

.flow09 > li dl {
width: calc(100% - 50px);
margin-top: 0.8em;
}

.flow09 > li dl dt {
font-size: 1rem;
color: #3d3f48;
line-height: 2;
font-weight: bold;
margin-bottom: 10px;
}

.flow09 > li .icon09 {
line-height: 1;
font-size: 1.8em;
font-weight: bold;
color: #00488a;
text-align: center;
width: 50px;
position: relative;
margin-top: 0;
}

.flow09 > li .icon09::before {
content: 'STEP';
font-size: 0.3em;

display: block;
margin-bottom: 3px;
letter-spacing: 1px;
}

.flow09 > li .icon09::after {
content: "";
display: block;
width: 1px;
height: calc(100% - 40px);
background-color: #858585;
position: absolute;
left: 0;
right: 0;
top: 60px;
margin: auto;
}

.flow09 > li dl dd {
}


.flow09 > li dl dd .txt_box{
width:90%;
margin: auto;
font-size: .8rem;
}

.flow09 > li dl dd .img{
width:100%;
margin: 0 auto 20px;
}

}