@charset "UTF-8";
/* =======================================================================

	 印刷用 850px以上
	 
======================================================================= */
.sub_nav {
  justify-content: center; }

.sub_nav li {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: calc((100% - 40px) / 3); }

.sub_nav li:nth-of-type(3n) {
  margin-right: 0; }
