@charset "UTF-8";

.contents_wrap {
  max-width: 800px;
  margin: 0 auto;
}

.benefits {
  background-color: #ffebf5;
  margin-top: 8%;
  padding-bottom: 16%;
}

.benefits_mainTitle {
  margin-bottom: 3%;
}

.benefits_imgText {
  margin-bottom: 4%;
}

.benefits_jumpList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  list-style: none;
}

.benefits_jumpList_item {
  width: 32.5%;
  margin-bottom: 1.5%;
}

.benefits_jumpList_item a {
  display: block;
  position: relative;
}

.benefits_jumpList_item_new a::before {
  content: "";
  background: url(/images/pc/content/free/benefits/icon_new.webp) no-repeat top left / 100% auto;
  width: 47%;
  height: 47%;
  position: absolute;
  top: -11%;
  right: -9%;
}

.benefits_merit {
  margin-top: 6%;
}

.benefits_merit_box {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
}

.benefits_merit_sectionTitle {
  background-color: #f85993;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 2.6% 0;
}

.benefits_merit_details {
  padding: 4% 5%;
}

.benefits_merit_txt {
  margin-bottom: 3%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.benefits_merit_txt_spacing {
  letter-spacing: normal;
}

.benefits_merit_txt a:hover {
  text-decoration: underline;
}

.benefits_merit_emphasis {
  margin-bottom: 3%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.benefits_merit_emphasis_spacing {
  font-feature-settings: "palt";
}

.benefits_merit_line {
  position: relative;
  z-index: 0;
}
.benefits_merit_line::before {
  content: "";
  width: 100%;
  height: 25px;
  background: linear-gradient(transparent 0, transparent 70%, #ffa0c3 61%);
  position: absolute;
  bottom: 0;
  transform: skewX(-15deg);
  z-index: -1;
}

.benefits_merit_bnr {
  margin-bottom: 3%;
}

.benefits_merit_noticeList_txt {
  font-size: 1.3rem;
  line-height: 1.5;
  list-style: none;
}
.benefits_merit_noticeList_txt + .benefits_merit_noticeList_txt {
  margin-top: 1%;
}
.benefits_merit_noticeList_large .benefits_merit_noticeList_txt {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

.benefits_merit_link {
  max-width: 350px;
  margin: 4% auto 0;
}

.benefits_merit_link_margin {
  margin: 2% auto;
}

.benefits_merit_btn {
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  color: #3c3c3c;
  background-color: #fff;
  position: relative;
  border: 1px solid #cacaca;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
}
.benefits_merit_btn:hover {
  background-color: #f8599B;
  border-color: #f8599B;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.benefits_merit_btn > span {
  position: relative;
}

.benefits_merit_inquiry_title {
  border-left: 4px solid #f85993;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 8px;
  line-height: 2rem;
  margin-bottom: 1.5%;
  margin-top: 4%;
}

.benefits_merit_inquiry_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.benefits_img {
  width: 57%;
  margin: 15% auto 0;
}

.benefits_jump_link {
  padding-top: 130px;
  margin-top: -130px;
}

.benefits_spOnly {
  display: none;
}
