@charset "UTF-8";
.flow-page .container{width: 100%;}

}

/*lst__flow*/
.lst__flow {
    list-style: none;
}
.lst__flow li {
    position: relative;
    z-index: 0;
    padding: 0.7rem 0.6rem 0.7rem 1.3rem;
    border: solid 2px #bddd0e;
    border-radius: 9px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
    position: relative;
    list-style: none;
}
.lst__flow li + li {
    margin-top: 3.6rem;
}
.lst__flow li + li:before {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 23px 32.5px 0 32.5px;
    border-color: #bddd0e transparent transparent transparent;
    content: "";
}
.lst__flow li .inr{
        display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
        z-index: 0;
    align-items: center;
}
.lst__flow li a:hover .lst__flow__cont  dt {
    color: #ff0000;
}
.lst__flow .txtlink{ margin: 0;}
.lst__flow .lst__flow__btn{font-weight:bold;font-size: 1.6rem;position: relative;display: block;width: 120px;margin: 0 0 0 auto;}
.lst__flow .lst__flow__btn:before{
    display:block;
    color: #f8b634;
    font-size: 1.25em;
    position: absolute;
    left: 0;
}
.lst__flow__cont {
    flex: 1;
    /* width: 100%; */
    padding-right: 1.9rem;
}
.lst__flow__cont  dt {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    color: #1565bd;
    line-height: 1.6;
}
.lst__flow__cont  dd {
    color: #333333;
}
.lst__flow__img {
    width: 220px;
    margin: 0 auto 1rem;
}
.lst__flow__img img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 760px) {
    #main.flow-page{
       float: none;
     }
    .lst__flow__cont{padding: 0;margin-bottom: 1rem;}
    .lst__flow li {display: block;padding: 0.7rem 0.7rem 0;} 
    .lst__flow__img{display: none;}
    .lst__flow__cont dt{font-size: 2rem;}
    .lst__flow .lst__flow__btn{margin-bottom: 1rem;font-size: 1.4rem;}
}