.row_mod01{}
.row_mod01 img{width:100%;}
.row_mod02{
    display: flex;
    justify-content: space-between;
    margin: 5% 0;
}
.row_mod02 .item_i{
    width: 33.33%;
    margin-right: 1%;
    position: relative;
}
.row_mod02 .item_i:last-of-type{
    margin-right: 0;
}
.row_mod02 .item_i span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.row_mod02 .item_i i{display: block;width: 100%; text-align: center;font-size: 18px;margin-bottom:10px;}
.row_mod02 .item_i em{font-size: 13px; line-height: 20px;}
.row_mod02 .item_i img{width:100%;}
.con_box{position: relative;}
.con{position: absolute;top: 0;left: 2%;width: 280px;z-index: 9;height: 100%;display: flex;flex-wrap: wrap;align-content: center;}
.con .tit_01{font-size: 45px;margin-left:-5px;}
.con .tit_02{margin: 15px 0 10px;font-size: 16px;width: 100%;}
.con .line{}
