@charset "utf-8";
/* sumo/index.html用css */

h2.h2_bold {
    font-size: 30px;
    padding: 20px 0 0;
    border-top: 2px solid #2b69a3;
}
p.about {
    margin-bottom: 30px;
    font-size: 20px;
}
.m_b {
    display: flex;
    justify-content: space-around;
}
.banner .m_b div.l_b_left,
.banner .m_b div.l_b_center {
    padding-right:0
}


