@charset "UTF-8";
@media (min-width: 768px) {
  br.hidden-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  img.sp_100 {
    width: 100%;
  }
}
.page-wrapper {
  font-size: 1.6rem;
}

.fs__small {
  font-size: 1.4rem;
}

.link.-blank:after {
  content: "";
  width: 1.7rem;
  height: 1.5rem;
  background: url(/common/images/ico_blank.svg) no-repeat 0 0/100%;
  margin-left: 0.6rem;
  display: inline-block;
  margin-right: 0.6rem;
}

.ttl_head2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.ttl_head2 span {
  font-size: 1.6rem;
  color: #B60081;
  position: relative;
  display: inline-block;
}
.ttl_head2 span:before {
  content: "";
  display: block;
  height: 2rem;
  width: 0.3rem;
  background: #B60081;
  position: absolute;
  transform: rotate(-20deg);
  top: 0;
  left: -1rem;
}
.ttl_head2 span:after {
  content: "";
  display: block;
  height: 2rem;
  width: 0.3rem;
  background: #B60081;
  position: absolute;
  transform: rotate(20deg);
  top: 0;
  right: -1rem;
}

.point_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .point_detail {
    flex-direction: column;
  }
}
.point_detail_img {
  width: 16rem;
}
@media (max-width: 767px) {
  .point_detail_img {
    width: 100%;
  }
}
.point_detail_txt {
  width: calc(100% - 18rem);
}
@media (max-width: 767px) {
  .point_detail_txt {
    width: 100%;
    margin-top: 2rem;
  }
}
.point_detail_txt_title {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #F6DA3C;
}
.point_detail_txt_title img {
  height: 24px;
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}

.list_anchor {
  background: #EDD9E8;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .list_anchor {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}
.list_anchor ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .list_anchor ul {
    gap: 5px;
  }
}
.list_anchor ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 3);
  background: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .list_anchor ul li {
    width: calc((100% - 10px) / 3);
  }
}
.list_anchor ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.4rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/common/images/ico_box_anchor2.svg) no-repeat center bottom 1.5rem;
}
.list_anchor ul li a:hover {
  color: #B60D81;
}
@media (max-width: 767px) {
  .list_anchor ul li a {
    text-align: center;
    padding: 0 0 1rem;
    height: 8rem;
  }
  .list_anchor ul li a._sp_layout {
    font-size: 1.4rem;
    line-height: 0.8;
  }
}

.how_to {
  background: url(/examine/point_program/images_re/bg_panel.png) top right calc(50% + 260px)/540px 450px;
  padding: 7rem 0 12rem;
}
@media (max-width: 767px) {
  .how_to {
    background: url(/examine/point_program/images_re/bg_panel_sp.png) top right calc(50% + 99px)/188px auto;
    padding: 5.5rem 0 2.5rem;
  }
}
.how_to_txt {
  text-align: center;
}
@media (max-width: 767px) {
  .how_to_txt {
    text-align: left;
  }
}
.how_to_conts {
  background: #fff;
  border: solid 1px #EDD9E8;
  border-top: none;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 3rem 6rem;
}
@media (max-width: 767px) {
  .how_to_conts {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.how_to_conts_ttl {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #B60D81;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  padding: 0.7rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .how_to_conts_ttl {
    margin-top: 2rem;
    line-height: 1.5;
    padding: 1.5rem 0.7rem;
  }
}
.how_to_conts + .how_to_conts_ttl {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .how_to_conts + .how_to_conts_ttl {
    margin-top: 3rem;
  }
}
.how_to_conts._no_title {
  margin-top: 4rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top: solid 1px #EDD9E8;
  padding: 3rem;
}
@media (max-width: 767px) {
  .how_to_conts._no_title {
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}
.how_to_passport {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .how_to_passport {
    flex-direction: column;
  }
}
.how_to_passport figure {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .how_to_passport figure {
    width: 100%;
  }
}
.how_to_passport_txt {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .how_to_passport_txt {
    width: 100%;
    margin-top: 2rem;
  }
}
.how_to_passport_txt_name {
  font-size: 2rem;
  font-weight: bold;
}
.how_to_passport_txt_item {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.how_to_passport_txt_item span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #B60081;
  background: linear-gradient(transparent 60%, #ebd7f7 0%);
}
.how_to_passport_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 4rem;
  border-radius: 2rem;
  border: solid 2px #B60081;
  font-weight: bold;
  background: url(/common/images/ico_right_m.svg) no-repeat center right 1.8rem/2rem 2rem;
  margin: 3rem auto 0;
}
.how_to_passport_link:hover {
  color: #B60081;
}
.how_to_ex_fee {
  display: flex;
  max-width: 58rem;
  margin: 0 auto;
  border: solid 2px #EDD9E8;
  border-radius: 1rem;
  background: url(/examine/point_program/images_re/border01.svg) repeat-y top left 40%;
}
@media (max-width: 767px) {
  .how_to_ex_fee {
    flex-direction: column;
    background: none;
  }
}
.how_to_ex_fee figure {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .how_to_ex_fee figure {
    width: 100%;
    padding: 1.5rem 0 1rem;
  }
}
.how_to_ex_fee figure img {
  width: 80%;
}
@media (max-width: 767px) {
  .how_to_ex_fee figure img {
    width: 70%;
  }
}
.how_to_ex_fee_txt {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .how_to_ex_fee_txt {
    width: 100%;
    background: url(/examine/point_program/images_re/border01_sp.svg) repeat-x top 0.5rem center;
    padding-top: 1rem;
  }
}
.how_to_ex_fee_txt_title {
  border: solid 1px #B60D81;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #B60D81;
  padding: 0.2rem 1.5rem 0.1rem;
  margin-right: 2rem;
}
.how_to_ex_fee_txt_month {
  font-size: 2rem;
  font-weight: bold;
}
.how_to_ex_fee_txt_month span {
  font-size: 4rem;
  color: #B60D81;
  display: inline-block;
  margin-right: 1rem;
}
.how_to_ex_detail {
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .how_to_ex_detail {
    flex-direction: column;
  }
}
.how_to_ex_detail_left {
  width: 43%;
}
@media (max-width: 767px) {
  .how_to_ex_detail_left {
    width: 100%;
  }
}
.how_to_ex_detail_right {
  width: 57%;
}
@media (max-width: 767px) {
  .how_to_ex_detail_right {
    width: 100%;
  }
}
.how_to_ex_detail dl {
  font-size: 1.4rem;
}
.how_to_ex_detail dl dt {
  display: inline-block;
  font-weight: bold;
}
.how_to_ex_detail dl dd {
  display: inline-block;
}
.how_to_ex_detail dl dd:before {
  content: "：";
}
.how_to_ex_detail_arr {
  display: block;
  margin: 2.5rem auto;
}
@media (max-width: 767px) {
  .how_to_ex_detail_arr {
    margin: 2rem auto;
  }
}
.how_to_contract {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .how_to_contract {
    flex-direction: column;
  }
}
.how_to_contract figure {
  width: 11.5rem;
}
@media (max-width: 767px) {
  .how_to_contract figure {
    width: 100%;
    text-align: center;
  }
  .how_to_contract figure img {
    width: 10rem;
    height: auto;
  }
}
.how_to_contract_txt {
  width: calc(100% - 12.5rem);
}
@media (max-width: 767px) {
  .how_to_contract_txt {
    width: 100%;
  }
}
.how_to_contract_txt_bold {
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .how_to_contract_txt_bold {
    text-align: center;
    margin-top: 2rem;
  }
}
.how_to_contract_txt_bold ._y_line {
  background: linear-gradient(transparent 60%, #F6DA3C 0%);
}
.how_to_contract_txt_bold ._c_p {
  font-size: 2.4rem;
  color: #B60D81;
}
@media (max-width: 767px) {
  .how_to_contract_txt_bold ._c_p {
    font-size: 2rem;
  }
}
.how_to_present_ttl {
  font-size: 2rem;
  color: #B60D81;
  text-align: center;
  font-weight: bold;
  margin: 2.5rem 0 1.5rem;
}
.how_to_card {
  position: relative;
}
.how_to_card_ttl {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .how_to_card_ttl {
    position: static;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.how_to_card_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: start;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .how_to_card_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .how_to_card_list li {
    width: calc(50% - 5px);
  }
}
.how_to_card_list li p {
  margin-top: 10px;
}
.how_to_caution_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.how_to_caution_ttl:before {
  top: 7px;
}

.how_use {
  background: url(/examine/point_program/images_re/ico_star01.svg) no-repeat top 19rem left calc(50% + 50rem), url(/examine/point_program/images_re/ico_star02.svg) no-repeat top 36rem right calc(50% + 51rem);
  background-color: #EDD9E8;
  padding: 3rem 0 4rem;
  position: relative;
}
.how_use_txt {
  text-align: center;
}
@media (max-width: 767px) {
  .how_use_txt {
    text-align: left;
  }
}
.how_use_inner:before {
  content: "";
  display: block;
  width: 155rem;
  max-width: 100%;
  height: 6rem;
  background: url(/examine/point_program/images_re/bg_use_top.svg) no-repeat center;
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .how_use_inner:before {
    content: none;
  }
}
.how_use_inner:after {
  content: "";
  display: block;
  width: 155rem;
  max-width: 100%;
  height: 6rem;
  background: url(/examine/point_program/images_re/bg_use_bottom.svg) no-repeat center;
  position: absolute;
  bottom: -6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.how_use_step ul {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .how_use_step ul {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.how_use_step ul li {
  width: calc((100% - 6rem) / 3);
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .how_use_step ul li {
    width: 100%;
  }
}
.how_use_step_icon {
  position: absolute;
  top: -3.4rem;
  left: 2rem;
}
@media (max-width: 767px) {
  .how_use_step_icon {
    width: 5rem;
    height: auto;
    top: -3rem;
  }
  .how_use_step_icon + img {
    width: auto;
    height: 5rem;
  }
}
.how_use_step_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5rem 0 0;
  color: #B60D81;
}
.how_use_link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48rem;
  height: 4rem;
  border-radius: 2rem;
  border: solid 2px #B60081;
  font-weight: bold;
  background: #fff url(/examine/point_program/images_re/ico_blank.svg) no-repeat center right 1.8rem/2rem 2rem;
  margin: 3rem auto 0;
}
.how_use_link:hover {
  color: #B60081;
}
@media (max-width: 767px) {
  .how_use_link {
    width: 26rem;
    height: 6.6rem;
    border-radius: 3.3rem;
    line-height: 1.5;
    background-position: center right 1rem;
  }
}

.point_about {
  padding: 12rem 0 0;
  background: url(/examine/point_program/images_re/ico_about.svg) no-repeat top 10rem left calc(50% + 60rem);
}
@media (max-width: 767px) {
  .point_about {
    padding: 9.5rem 0 0;
  }
}
.point_about_tos {
  background: #F8F8F8;
  border-radius: 1rem;
  margin-top: 6rem;
  padding: 4.5rem 3rem 2rem;
}
@media (max-width: 767px) {
  .point_about_tos {
    margin-top: 3rem;
    padding: 3rem 1.5rem 2rem;
  }
}
.point_about_tos_ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .point_about_tos_ttl {
    font-size: 2rem;
  }
}
.point_about_tos dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C6C6C6;
  padding: 1.7rem 0;
}
@media (max-width: 767px) {
  .point_about_tos dl {
    flex-direction: column;
    padding: 0 0 1.5rem;
  }
  .point_about_tos dl + dl {
    padding-top: 1.5rem;
  }
}
.point_about_tos dl dt {
  width: 21.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .point_about_tos dl dt {
    width: 100%;
  }
}
.point_about_tos dl dd {
  width: calc(100% - 21.5rem);
}
@media (max-width: 767px) {
  .point_about_tos dl dd {
    width: 100%;
  }
}
.point_about_faq {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .point_about_faq {
    margin-top: 4rem;
  }
}
.point_about_faq_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.point_about_faq_ttl img {
  display: block;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .point_about_faq_ttl img {
    margin-bottom: 0.5rem;
  }
}
.point_about_faq dl {
  background-color: #F8F8F8;
  border-radius: 10px;
  margin-top: 2rem;
  line-height: 1.4;
}
.point_about_faq dl dt {
  padding: 2.5rem 6rem 2.5rem 6.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .point_about_faq dl dt {
    padding: 1.5rem 6rem 1.5rem 6.5rem;
  }
}
.point_about_faq dl dt:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(/examine/point_program/images_re/ico_q.svg) no-repeat center;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.point_about_faq dl dt:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/examine/point_program/images_re/ico_minus.svg) no-repeat center/contain;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
}
@media (max-width: 767px) {
  .point_about_faq dl dt:after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.point_about_faq dl dd {
  padding: 0.5rem 2.5rem 2.5rem 6.5rem;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .point_about_faq dl dd {
    padding: 0 1.5rem 1.5rem 6.5rem;
  }
}
.point_about_faq dl dd:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(/examine/point_program/images_re/ico_a.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 2rem;
}
.point_about_faq dl dd .list-custom {
  font-size: 1.4rem;
}
.point_about_faq dl dd .link {
  font-size: 1.6rem;
}
.point_about_faq dl.no_active dt:after {
  background-image: url(/examine/point_program/images_re/ico_plus.svg);
}
.point_about_faq dl.no_active dd {
  display: none;
}

.content_ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content_ttl {
    font-size: 2rem;
  }
}
.content_ttl img {
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .content_ttl img {
    width: 76px;
    height: auto;
  }
}

[class].color-pink._re_pink {
  color: #B60D81;
}

.link._re_pink {
  color: #B60D81;
}

.link._re_pink.-blank:after {
  background-image: url(/common/images/ico_blank_pink.svg);
}/*# sourceMappingURL=point_program_re.css.map */