.sub_book_lists_item {
  border-top: 1px solid #28a7e1;
  margin-top: 40px;
  padding-top: 40px;
}

.sub_book_lists_item:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.sub_book_lists_item_box {
  align-items: flex-start;
  display: flex;
}

.sub_book_lists_item_img {
  height: 100%;
  width: 200px;
}

.sub_book_lists_item_img img {
  height: 100%;
  width: 100%;
}

.sub_book_lists_item_text {
  margin-left: 40px;
  width: calc(100% - 240px);
}

.sub_book_lists_item_text_top_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
}

.sub_book_lists_item_text_box {
  align-items: flex-end;
  display: flex;
  margin-top: 16px;
}

.sub_book_lists_item_text_box.price {
  margin-top: 8px;
}

.sub_book_lists_item_text_top_desc {
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.7;
  margin-left: 10px;
}

.sub_book_lists_item_text_top_desc:first-child {
  margin-left: 0;
}

.sub_book_lists_item_text_top_desc_price {
  color: #0e6eb8;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  min-width: 170px;
}

.sub_book_lists_item_text_bottom {
  border-top: 1px solid #cdcdcd;
  margin-top: 16px;
  padding-top: 16px;
}

.sub_book_lists_item_text_bottom_title {
  border: 2px solid #28a7e1;
  color: #28a7e1;
  display: table;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 26px;
  padding: 0 6px;
}

.sub_book_lists_item_text_bottom_content {
  margin-top: 8px;
}

.sub_book_lists_item_text_bottom_content_item_main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.sub_book_lists_item_text_bottom_content_item_desc {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 4px 0;
}

.sub_book_lists_item_link {
  align-items: center;
  background: #111;
  background-image: url(../img/top/arrow_btn.svg);
  background-position: center right 26px;
  background-repeat: no-repeat;
  background-size: 8px 15px;
  border-radius: 100px;
  box-shadow: -2px -2px 8px rgb(0 0 0 / 8%), 4px 8px 16px rgb(0 0 0 / 16%);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  height: 66px;
  justify-content: center;
  letter-spacing: 5px;
  margin-left: 40px;
  margin-top: 68px;
  max-width: 360px;
  text-align: center;
}

.sub_book_lists_item_link span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 1.8;
}

.pagination_box {
  margin-top: 80px;
}

@media only screen and (max-width: 769px) {
  .sub_book_lists_item_box {
    display: block;
  }

  .sub_book_lists_item_img {
    margin: 0 auto;
    width: 200px;
  }

  .sub_book_lists_item_text {
    margin-left: 0;
    margin-top: 20px;
    width: auto;
  }

  .sub_book_lists_item_text_box {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
  }

  .sub_book_lists_item_text_box.price {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .sub_book_lists_item_text_top_desc {
    margin-left: 0;
  }

  .sub_book_lists_item_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
