@charset "UTF-8";
#history{background:#222; padding:30px 0;}
#history #sns{text-align:center;}
#history #sns a{display:inline-block; width:28px;}
#history h4{}
#history ul{padding:30px 10px; display:flex; flex-wrap:wrap; gap:8px 16px; justify-content:center;}
#history ul li{margin:2px 0; width:calc(100% / 3 - 16px);}
#history ul li a{display:block; padding:8px 16px; border:1px solid #fff; font-size:14px; font-size:1.4rem; border-radius:8px; color:#fff;}
@media only screen and (min-width:740px) {
#history ul{max-width:800px; margin:0 auto;}
#history ul li{width:calc(100% / 6 - 16px);}
}