@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: 2.2rem;
line-height: 1.4;
font-weight: bold;
margin-bottom: 10px;
color: #3d3f48;
margin: 0 0 20px;
}

.flow09 > li dl dt span{
display: block;
font-size: .7rem;
font-weight: 300;
color: #443E6E;
}

.flow09 > li .icon09 {
line-height: 1;
font-size: 2.2em;
font-weight: bold;
color: #443E6E;
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%;
}

.flow09 .ct_list{
display: flex;
flex-wrap: wrap;
margin: 20px 0 30px;
}

.flow09 .ct_list li{
background:#443E6E;
padding: 5px 15px;
box-sizing: border-box;
font-size: 1.6rem;
font-weight: 300;
color: #FFF;
line-height: 1;
margin-right: 10px;
border-radius:.2rem;
}

.flow09 .tec_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.flow09 .tec_list li{
width: 49%;
padding: 10px;
box-sizing: border-box;
border:1px solid #443E6E;
background: rgba(0,0,0,.02);
}

.flow09 .tec_list li h4{
background: #443E6E;
padding: 10px;
box-sizing: border-box;
font-size: 1rem;
line-height: 1;
color: #FFF;
margin: 0 0 15px;
}

.flow09 .tec_list li .txt{
font-size: .9rem;
}

}
/*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: 1.2rem;
color: #3d3f48;
line-height: 2;
font-weight: bold;
margin-bottom: 10px;
}

.flow09 > li dl dt span{
display: block;
font-size: .6rem;
font-weight: 300;
color: #443E6E;
}

.flow09 > li .icon09 {
line-height: 1;
font-size: 1.8em;
font-weight: bold;
color: #443E6E;
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;
}

.flow09 .ct_list{
display: flex;
flex-wrap: wrap;
margin: 20px 0 20px;
}

.flow09 .ct_list li{
background:#443E6E;
padding: 5px 15px;
box-sizing: border-box;
font-size: 1.2rem;
font-weight: 300;
color: #FFF;
line-height: 1;
margin-right: 5px;
margin-bottom: 5px;
border-radius:.2rem;
}

.flow09 .tec_list{
}

.flow09 .tec_list li{
width: 100%;
padding: 10px;
box-sizing: border-box;
border:1px solid #443E6E;
background: rgba(0,0,0,.02);
margin-bottom: 20px;
}


.flow09 .tec_list li:last-child{
margin-bottom: 0;
}

.flow09 .tec_list li h4{
background: #443E6E;
padding: 5px;
box-sizing: border-box;
font-size: .9rem;
line-height: 1;
color: #FFF;
margin: 0 0 10px;
}

.flow09 .tec_list li .txt{
font-size: .8rem;
}

}