@charset "UTF-8";

/* 2カラム
------------------------*/
.bl_point_twoColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    background-image: url("../img/point.jpg");
}

.bl_point_twoColumn_body {
    width: 40%;
}

.bl_point_twoColumn_img {
    width: 50%;
}

@media (max-width: 600px) {
    .bl_point_twoColumn_body {
        width: 100%;
        padding-bottom: 20px;
    }

    .bl_point_twoColumn_img {
        width: 100%;
    }

    .bl_point_twoColumn.reverse {
        flex-direction: column-reverse;
    }
}

.bl_point_blackback {
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
    color: #fff;
}

.el_point_h3 {
    font-weight: bold;
}
