body {
  font-size: 16px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo",sans-serif;
  text-align: left; }

.wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 0 10px; }

h1 {
  margin: 30px 0; }

section {
  border-top: 1px solid #ccc;
  width: 100%;
  background-color: #f3f3f3;
  padding: 30px 0; }
  section h2 {
    font-size: 28px;
    font-weight: 600;
    max-width: 1180px;
    margin: 0 auto;
    line-height: 100%;
    padding-left: 25px;
    color: #000; }
  section .topics_container {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 40px auto 0 auto; }
    section .topics_container .topics {
      max-width: 265px;
      width: calc(25% - 30px);
      margin: 0 15px 30px 15px;
      background-color: #fff; }
      section .topics_container .topics figure {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        section .topics_container .topics figure a {
          width: 100%;
          display: block;
          position: relative; }
          section .topics_container .topics figure a img {
            min-width: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          section .topics_container .topics figure a .spacer {
            padding-bottom: 100%; }
      section .topics_container .topics p {
        margin: 8px 0 0 0;
        padding: 0 10px 10px 10px; }

/*# sourceMappingURL=style.css.map */
