@charset "UTF-8"; .dlt_lay_staff4 { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: 920px; margin: 0 auto 20px; flex-wrap: wrap; -webkit-flex-wrap: wrap; } .staff-item { width: 280px; margin: 0 40px 40px 0; &:nth-of-type(3n) { margin: 0 0 40px 0; } .staff-item__img { width: 190px; height: 190px; overflow: hidden; border-radius: 50%; margin: 0 auto 20px; & > img { width: auto; height: auto; max-width: 190px; max-height: 190px; } } .staff-item__name { text-align: center; font-size: 1.8rem; font-family: georgia, palatino, "book antiqua", "palatino linotype", serif; color: #4d4a4a; font-style: italic; margin: 0 0 38px; } .staff-item__com { font-size: 1.3rem; text-align: center; } } /* #seo ============================================*/ .dlt_free { width: 920px; margin: 0 auto 15px; }