* {
  color: #505050;
}

a {
  text-decoration: none;
}

* {
  color: #505050;
}

a {
  text-decoration: none;
}

.red-font {
  color: #f74f1f;
}

.sp {
  display: none;
}

li {
  list-style: none;
}

.fv {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.fv .fv-img {
  width: 100%;
  height: auto;
}
.fv .fv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.fv .fv-content .page-title {
  color: #3c4d69;
  font-size: 56px;
  line-height: 2;
  font-weight: bold;
}
.fv .fv-content .page-subtitle {
  color: #3c4d69;
  font-weight: bold;
  font-size: 14px;
}

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

.books-card-list .books-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.books-card-list .books-inner .books-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.books-card-list .books-inner .books-ul::after {
  width: calc(33.3333333333% - 10px);
  content: "";
  display: block;
}
.books-card-list .books-inner .books-ul .books-card {
  max-width: 316px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1);
  overflow: hidden;
  margin: 36px 12px;
}
.books-card-list .books-inner .books-ul .books-card .books-a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  padding-bottom: 40px;
}
.books-card-list .books-inner .books-ul .books-card .books-a .books-card-textcontent .books-img {
  width: 100%;
  text-align: center;
}
.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;
  padding: 18px 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  background: #505050;
  border-radius: 37px;
  color: white;
  margin-top: 20px;
}

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

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