main {
  font-weight: normal;
  font-size: 16px;
}

main h2 {
  margin-bottom: 40px;
}

main section {
  margin-bottom: 80px;
}

main .sect01 .books_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

main .sect01 .books_area:last-child {
  margin-bottom: 0;
}

main .sect01 dt {
  width: 250px;
  color: #2080C0;
}

main .sect01 dt img {
  width: 100%;
  max-width: 210px;
}

main .sect01 dd {
  width: calc(100% - 250px);
}

main .sect01 dd h3 {
  margin-top: -10px;
  font-weight: bold;
  font-size: 24px;
}

main .sect01 dd p.books_description {
  color: #2080C0;
  font-size: 20px;
}

main .sect01 dd p {
  margin-top: 4px;
}

main .sect01 .link_arrow {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  main section:last-of-type {
    margin-bottom: 0;
  }
  main .sect01 .books_area {
    margin-bottom: 80px;
  }
  main .sect01 .books_area:last-child {
    margin-bottom: 0;
  }
  main .sect01 dt {
    width: calc(100%);
    margin-bottom: 20px;
    text-align: center;
  }
  main .sect01 dd {
    width: calc(100%);
  }
  main .sect01 dd h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  main .sect01 dd p.books_description {
    color: #2080C0;
    font-size: 16px;
  }
  main .sect01 .link_arrow {
    margin: 40px auto 0;
  }
}

/*# sourceMappingURL=maps/books.css.map */
