* {
  color: #505050;
}

a {
  text-decoration: none;
}

* {
  color: #505050;
}

a {
  text-decoration: none;
}

.red-font {
  color: #f74f1f;
}

.pc {
  display: none;
}

li {
  list-style: none;
}

body {
  width: 100%;
  margin: 0 auto;
}

.link-tree {
  padding: 20px 40px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.fv {
  padding-top: 65px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.fv .fv-img {
  width: 100%;
}
.fv .fv-content {
  position: absolute;
  top: 60%;
  left: 57%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.fv .fv-content .page-title {
  color: #3c4d69;
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
  width: 300px;
}
.fv .fv-content .page-subtitle {
  color: #3c4d69;
  font-weight: bold;
  font-size: 14px;
}

.books-card-list .books-inner {
  width: 360px;
  margin: 0 auto;
}
.books-card-list .books-inner .books-ul {
  display: flex;
  flex-wrap: wrap;
}
.books-card-list .books-inner .books-ul .books-card {
  width: 360px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1);
  padding-bottom: 40px;
  overflow: hidden;
  margin: 36px 12px;
}
.books-card-list .books-inner .books-ul .books-card .books-a .books-card-textcontent .books-img {
  width: 100%;
}
.books-card-list .books-inner .books-ul .books-card .books-a .books-card-textcontent .books-content .books-title {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.books-card-list .books-inner .books-ul .books-card .books-a .books-card-textcontent .books-content .books-subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow-wrap: anywhere;
}
.books-card-list .books-inner .books-ul .books-card .books-a .books-cta {
  font-size: 18px;
  font-weight: 900;
  height: 68px;
  width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #505050;
  border-radius: 37px;
  color: white;
  margin-top: 30px;
}

.pagination {
  margin-bottom: 40px !important;
}

.pagination .current {
  background-color: #505050 !important;
  color: #FFFFFF !important;
}

.page-numbers {
  background-color: #f0f0f0 !important;
  color: #505050 !important;
}/*# sourceMappingURL=style_sp.css.map */