.m-book-card {
  display: grid;
  position: relative;
  grid-template-columns: 120px 1fr;
  align-self: end;
  width: 100%;
  padding: 18px;
  overflow: hidden;
  gap: 18px;
  background-color: rgb(248, 249, 249);
}
@media (max-width: 767.98px) {
  .m-book-card {
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 15px;
  }
}
.m-book-card dl {
  padding: 0 30px 0 0;
  color: #2b2b2b;
  list-style: none;
}
.m-book-card dt {
  height: initial;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .m-book-card dt {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.m-book-card dd {
  height: initial;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .m-book-card dd {
    font-size: 1.2rem;
    font-size: 12px;
  }
}
.a-book-card-media {
  text-align: center;
}
.a-book-card-media img {
  height: auto;
}
.a-book-card-body {
  display: grid;
  position: relative;
  align-content: space-between;
  gap: 12px;
}
.a-book-shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .a-book-shop-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.a-book-shop-list li {
  padding: 0;
}
.a-book-shop-list li::before {
  display: none;
}
.a-book-card-pr {
  display: grid;
  position: absolute;
  top: 18px;
  right: 18px;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2.5rem;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .a-book-card-pr {
    top: 15px;
    right: 15px;
  }
}
.a-affiliate-card-copy {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-size: 18px;
  text-align: center;
}
.a-affiliate-card-contents {
  display: grid;
  position: relative;
  grid-template-columns: 120px 1fr;
  align-self: end;
  width: 100%;
  padding: 18px;
  overflow: hidden;
  gap: 18px;
  background-color: rgb(248, 249, 249);
}
@media (max-width: 767.98px) {
  .a-affiliate-card-contents {
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 15px;
  }
}
.a-affiliate-card-contents img {
  display: block;
  width: 100%;
  height: auto;
}
.a-affiliate-card-contents dl {
  padding: 0 30px 0 0;
  color: #2b2b2b;
  list-style: none;
}
.a-affiliate-card-contents dt {
  height: initial;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .a-affiliate-card-contents dt {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.a-affiliate-card-contents dd {
  height: initial;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .a-affiliate-card-contents dd {
    font-size: 1.2rem;
    font-size: 12px;
  }
}
.a-affiliate-card-media {
  text-align: center;
}
.a-affiliate-card-body {
  display: grid;
  position: relative;
  align-content: space-between;
  gap: 12px;
}
.a-affiliate-card-pr {
  display: grid;
  position: absolute;
  top: 18px;
  right: 18px;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2.5rem;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .a-affiliate-card-pr {
    top: 15px;
    right: 15px;
  }
}
.a-af-btn {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px #ffffff;
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn:hover {
  background-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .a-af-btn {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-amazon {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(36, 90%, 50%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(36, 90%, 50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-amazon:hover {
  background-color: #ffffff;
  color: hsl(36, 90%, 50%);
}
@media (max-width: 767.98px) {
  .a-af-btn-amazon {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-rakuten {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(0, 89%, 48%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(0, 89%, 48%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-rakuten:hover {
  background-color: #ffffff;
  color: hsl(0, 89%, 48%);
}
@media (max-width: 767.98px) {
  .a-af-btn-rakuten {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-kindle {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(207, 78%, 40%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(207, 78%, 40%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-kindle:hover {
  background-color: #ffffff;
  color: hsl(207, 78%, 40%);
}
@media (max-width: 767.98px) {
  .a-af-btn-kindle {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-1 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(50, 90%, 42%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(50, 90%, 42%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-1:hover {
  background-color: #ffffff;
  color: hsl(50, 90%, 42%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-1 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-2 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(100, 100%, 38%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(100, 100%, 38%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-2:hover {
  background-color: #ffffff;
  color: hsl(100, 100%, 38%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-2 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-3 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(40, 100%, 38%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(40, 100%, 38%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-3:hover {
  background-color: #ffffff;
  color: hsl(40, 100%, 38%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-3 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-4 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(340, 100%, 38%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(340, 100%, 38%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-4:hover {
  background-color: #ffffff;
  color: hsl(340, 100%, 38%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-4 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-5 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(280, 100%, 38%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(280, 100%, 38%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-5:hover {
  background-color: #ffffff;
  color: hsl(280, 100%, 38%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-5 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-6 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(220, 100%, 33%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(220, 100%, 33%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-6:hover {
  background-color: #ffffff;
  color: hsl(220, 100%, 33%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-6 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-af-btn-more-7 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px hsl(160, 100%, 38%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(160, 100%, 38%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-af-btn-more-7:hover {
  background-color: #ffffff;
  color: hsl(160, 100%, 38%);
}
@media (max-width: 767.98px) {
  .a-af-btn-more-7 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-front-ad-btn {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  overflow: hidden;
  border: solid 1px #ffffff;
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-front-ad-btn:hover {
  background-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .a-front-ad-btn {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-front-ad-btn-1 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  padding: 0 10px;
  overflow: hidden;
  border: solid 1px hsl(220, 90%, 60%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(220, 90%, 60%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-front-ad-btn-1:hover {
  background-color: #ffffff;
  color: hsl(220, 90%, 60%);
}
@media (max-width: 767.98px) {
  .a-front-ad-btn-1 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-front-ad-btn-2 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  padding: 0 10px;
  overflow: hidden;
  border: solid 1px hsl(50, 90%, 42%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(50, 90%, 42%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-front-ad-btn-2:hover {
  background-color: #ffffff;
  color: hsl(50, 90%, 42%);
}
@media (max-width: 767.98px) {
  .a-front-ad-btn-2 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-front-ad-btn-3 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  padding: 0 10px;
  overflow: hidden;
  border: solid 1px hsl(100, 100%, 38%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(100, 100%, 38%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-front-ad-btn-3:hover {
  background-color: #ffffff;
  color: hsl(100, 100%, 38%);
}
@media (max-width: 767.98px) {
  .a-front-ad-btn-3 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
.a-front-ad-btn-4 {
  box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  min-height: 0px;
  padding: 0 10px;
  overflow: hidden;
  border: solid 1px hsl(36, 90%, 50%);
  border-radius: 4px;
  backface-visibility: hidden;
  background-color: hsl(36, 90%, 50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.a-front-ad-btn-4:hover {
  background-color: #ffffff;
  color: hsl(36, 90%, 50%);
}
@media (max-width: 767.98px) {
  .a-front-ad-btn-4 {
    font-size: 1.5rem;
    font-size: 15px;
  }
}
