@charset "utf-8";

.b_and_a.hana-bichu_1 div figure {
    max-width: 150px;
    width: 30%;
    margin: 0 0 10px;
    text-align: center;
}

.b_and_a.hana-bichu_1 .item1 {
    width: 30%;
}

.b_and_a.hana-bichu_1 .item2 {
    width: 70%;
    display: flex;
    justify-content: center;
}

.b_and_a.hana-bichu_1 .item2 figure {
    width: 45%;
}

.b_and_a.hana-bichu_1 .item2 .img {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .b_and_a.hana-bichu_1 {
        display: block;
    }

    .b_and_a.hana-bichu_1 .item1 {
        width: 100%;
        margin: 0 auto 10px;
    }

    .b_and_a.hana-bichu_1 .item2 {
        width: 100%;
    }
}
