@charset "UTF-8";
.recommend .recommend_site .top_spec dl {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  margin: 1rem auto;
  text-align: center;
}
.recommend .recommend_site .top_spec dl div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 17vw;
  height: 17vw;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 50%, #f1951b 50%);
  border: 1px #f1951b solid;
  border-radius: 100%;
}
.recommend .recommend_site .top_spec dl div dt {
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  color: #f1951b;
}
.recommend .recommend_site .top_spec dl div dd {
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.recommend .recommend_site .new_hit h3 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  background: repeating-linear-gradient(-45deg, transparent, transparent 0.66rem, #f1951b 0.66rem, #f1951b 1.2rem), #f3a339;
}
.recommend .recommend_site .new_hit h3::before {
  width: 4rem;
  height: 2rem;
  content: "";
  background: url("../img/icon/h2_boat.webp") no-repeat center / contain;
  transform: rotate(-13deg);
}
.recommend .recommend_site .new_hit ul {
  padding: 0.66rem;
  background: #f0f0f0;
}
.recommend .recommend_site .new_hit ul li h4 {
  padding-top: 0.5rem;
  line-height: 1;
}
.recommend .recommend_site .new_hit ul li dl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  line-height: 1;
  border-bottom: 1px #ccc solid;
}
.recommend .recommend_site .new_hit ul li dl dt {
  font-size: 0.9rem;
}
.recommend .recommend_site .new_hit ul li dl dd span::after {
  content: "円";
}
.recommend .recommend_site .new_hit ul li dl dd strong {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f33;
}
.recommend .recommend_site .new_hit ul li dl dd strong::before {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  font-size: 50%;
  content: "";
  background-color: #f33;
}
.recommend .recommend_site .new_review ul li {
  padding: 1.5rem 0.5rem;
  background: #fff;
  border-bottom: 1px #ccc solid;
}
.recommend .recommend_site .new_review ul li blockquote {
  max-height: initial;
}
.recommend .recommend_site .new_review ul li dl dt::before {
  width: 0.9rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/reviewlist_user.webp") no-repeat center / contain;
}
.recommend .recommend_site .new_review ul li dl dd::before {
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  background: url("../img/icon/reviewlist_day.webp") no-repeat center / contain;
}
.recommend .recommend_site .btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.66rem;
  height: 5rem;
  margin: 1rem auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background: url("../img/recommend_btn_bg.webp") no-repeat center / cover;
  filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}
.recommend .recommend_site .btnArea span {
  font-size: 1rem;
}
.recommend .recommend_site .btnArea::after {
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 1.6rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center / contain;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}
.recommend .lead {
  margin: 2rem auto;
}
.recommend .lead section {
  padding: 1rem 0.66rem;
  background: #fff;
}
.recommend .lead section strong {
  font-weight: normal;
  color: #f33;
}
.recommend .lead section .link {
  color: #0052c8;
  text-decoration: underline;
}
.recommend .lead section h3 {
  margin-top: 2rem;
}
.recommend .lead section p {
  margin-bottom: 1.5rem;
}
.recommend .lead section .balloon_media p {
  margin: 0 0 0.8rem;
}
.recommend .lead section .linkArea {
  margin-bottom: 0;
}
@media (min-width: 744px) {
  .recommend .recommend_site .top_spec {
    display: flex;
    align-items: center;
  }
  .recommend .recommend_site .top_spec dl {
    width: 60%;
    padding: 0 0.5rem;
  }
  .recommend .recommend_site .top_spec dl div {
    width: 5em;
    height: 5em;
  }
  .recommend .recommend_site .new_review ul li div {
    justify-content: flex-end;
  }
}
