@charset "UTF-8";

.l-content .section .sectionInner {
    margin: 30px auto;
    width: 930px;
}

.l-content .box {
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.l-content .box .box_l,
.l-content .box .box_r {
    width: 450px;
}


