メインページ/float/styles.css

@media screen and (min-width: 640px) { .fw-two-cols .fw-docbox { width: 50%; float: left; box-sizing: border-box; }

.fw-two-cols .fw-docbox:nth-child(4n-2) { clear: both; padding-right: 1.4rem; }

.fw-two-cols .fw-docbox:nth-child(4n) { padding-left: 1.4rem; }

.fw-two-cols:after { content: ""; display: block; clear: both; } }