@charset "utf-8";

/* ----------------------------------------------------
		追加
---------------------------------------------------- */

/* コンテンツ */
.fig_03 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px 3.5%;
}
.fig_03 li {
    width: 30.9%;
}
.detail-con .txtfig._reverse {
    flex-direction: row-reverse;
}
@media screen and (min-width: 750px) {
    .detail-con .txtfig._reverse .txtfig-fig {
        margin-right: 0px;
        margin-left: 4.5454545455%;
    }
}


