/* --------------------------------------------------
Company
-------------------------------------------------- */
body #wrapper #content h3 { margin: 0 0 45px; }
body #wrapper #content h3 span { letter-spacing: .05em; }
body #wrapper #content section { min-width: 285px; width: 76%; margin: 0 auto; }
body #wrapper #content section h4 { font-size: 3rem; letter-spacing: .01em; margin: 0 0 20px; }
body #wrapper #content section dl { font-size: 2.4rem; line-height: 1.5; letter-spacing: .01em; }
body #wrapper #content section dl dt { width: 100px; float: left; }
body #wrapper #content section dl dd { margin: 0 0 0 100px; }
body #wrapper #content section .shop-list .shop { font-size: 2.4rem; margin: 0 0 15px; }
body #wrapper #content section .shop-list + .shop-list { margin: 30px 0 0; }
body #wrapper #content section + section { margin: 42px auto 0; }

@media screen and (min-width: 768px) { body #wrapper #content h3 { margin: 0 0 65px; }
  body #wrapper #content section { max-width: 90%; width: 625px; }
  body #wrapper #content section h4 { font-size: 2.4rem; letter-spacing: .1em; margin: 0 0 30px; }
  body #wrapper #content section dl { font-size: 1.8rem; letter-spacing: .1em; }
  body #wrapper #content section dl dt { width: 160px; }
  body #wrapper #content section dl dd { margin: 0 0 0 160px; }
  body #wrapper #content section .shop-list .shop { font-size: 1.8rem; margin: 0 0 30px; }
  body #wrapper #content section .shop-list + .shop-list { margin: 60px 0 0; }
  body #wrapper #content section + section { margin: 100px auto 0; } }
