.comp{
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 3%;
    line-height: 25px;
    margin: 1% 0 5%;
}
.comp_name{font-weight: bold;width: 28%;font-size: 16px;}
.comp_press{width: 72%;}
.comp_press_row{
    display: flex;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.comp_press_row_tit{
    padding-right: 50px;
    width: 24%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    max-width: 150px;
}
.comp_press_row_con{}
.botline{border-bottom: solid 1px #e3e3e3;}
