@charset "utf-8";

/*--------------------------------
about
--------------------------------*/
#ly_about.children .un_sec_02 .bl_sect_item_graph_left .bl_sect_item_graph_text,#ly_about.children .un_sec_02 .bl_sect_item_graph_right .bl_sect_item_graph_text {
    display:flex;
    align-items:center;
    margin-bottom:5px;
}

#ly_about.children .un_sec_02 .bl_sect_item_graph_left .bl_sect_item_graph_text img,#ly_about.children .un_sec_02 .bl_sect_item_graph_right .bl_sect_item_graph_text img {
    max-height:101px;
}

#ly_about.children .un_sec_02 .bl_sect_item_graph.no_flex  {
    margin: 2.4rem auto;
}

.un_noteGray .sml_txt {
    font-size:10px;
}

#ly_about.children .un_q7 .bl_sect_itemTitle h3::before {
    content: "Q7";
}
.bl_sect_inner.un_q7 .bl_sect_item_text .oneday_blk {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:30px;
    padding-top:70px;
}

.bl_sect_inner.un_q7 .bl_sect_item_text .oneday_blk >* {
    width:calc((100% - 30px)/2);
    max-width:370px;
}

@media screen and (max-width: 750px) {
#ly_about.children .un_sec_02 .bl_sect_item_graph_left .bl_sect_item_graph_text, #ly_about.children .un_sec_02 .bl_sect_item_graph_right .bl_sect_item_graph_text {
    padding:15px;
}
.bl_sect_inner.un_q7 .bl_sect_item_text .oneday_blk {
    flex-direction:column;
    align-items:center;
}

.bl_sect_inner.un_q7 .bl_sect_item_text .oneday_blk >* {
    display:block;
    width:100%;
    max-width:400px;
    padding-bottom:40px;
}

}
@media screen and (max-width: 600px) {




}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}