@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.t-8 {
  font-size: 8px;
}
.t-9 {
  font-size: 9px;
}
.t-10 {
  font-size: 10px;
}
.t-11 {
  font-size: 11px;
}
.t-12 {
  font-size: 12px;
}
.t-13 {
  font-size: 13px;
}
.t-14 {
  font-size: 14px !important;
}
.t-15 {
  font-size: 15px;
}
.t-16 {
  font-size: 16px;
}
.t-17 {
  font-size: 17px;
}
.t-18 {
  font-size: 18px;
}
.t-19 {
  font-size: 19px;
}
.t-20 {
  font-size: 20px;
}
.t-21 {
  font-size: 21px;
}
.t-22 {
  font-size: 22px;
}
.t-23 {
  font-size: 23px;
}
.t-24 {
  font-size: 24px;
}
.t-25 {
  font-size: 25px;
}
.t-26 {
  font-size: 26px;
}
.t-27 {
  font-size: 27px;
}
.t-28 {
  font-size: 28px;
}
.t-29 {
  font-size: 29px;
}
.t-30 {
  font-size: 30px;
}
.color-red {
  color: #fa6153;
}
.color-green {
  color: #32b988;
}
.color_orange {
  color: #ff952b;
}
.ls30 {
  letter-spacing: 0.03em;
}
.ls50 {
  letter-spacing: 0.05em;
}
.mb5 {
  margin-bottom: 5px;
}
.pl-02 {
  padding-left: 2px;
}
.pl-03 {
  padding-left: 3px;
}
.pl-05 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.line-through {
  text-decoration: line-through;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.l-height1 {
  line-height: 1;
}
main {
  overflow-x: clip;
}
main sup {
  vertical-align: text-top;
  font-size: 0.7em;
}
.fp_detail_container {
  margin-top: 40px;
}
.fp_detail_h2 {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fp_detail_unit {
  width: 100%;
  margin: 1em 0;
  font-size: 14px;
  font-weight: bold;
}
.fp_detail_h3 {
  width: 100%;
  padding: 0.75em 15px;
  background: #f5f5f5;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.fp_detail {
  width: 100%;
  padding: 0.75em 15px;
  font-weight: normal;
}
.fp_detail p {
  font-size: 14px;
  font-weight: normal;
}
.fp_detail p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.5em 0;
}
.fp_detail ul li:before {
  content: '・';
}
.fp_detail ul a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .fp_detail img {
    border-radius: 20px;
  }
}
.fp_buttton_container {
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
.fp_buttton {
  width: 315px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_green {
  color: #fff;
  background: #31b987;
  border: 1px solid #31b987;
}
.fp_buttton.type_white {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_white[target="_blank"] {
  position: relative;
}
.fp_buttton.type_white[target="_blank"]:after {
  background-image: url("/img/pages/icon_exlink__blk.svg");
}
.fp_buttton.type_darktan {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_mossgreen {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton[target="_blank"] {
  position: relative;
}
.fp_buttton[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: url("/img/pages/icon_exlink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
}
a.fp_home_link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.align_center {
  text-align: center;
}
.fp_amendment {
  padding: 0 15px;
  text-align: right;
}
.fp_amendment p {
  font-size: 14px;
  font-weight: normal;
}
.fp_amendment p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 20px;
}
.fp_pageIndexBtn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
  position: fixed;
  right: calc(((100% - 768px) / 2) + 15px);
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .fp_pageIndexBtn {
    right: 15px;
  }
}
.fp_pageIndexBtn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fp_pageIndexBtn img {
  width: 100%;
}
.sg_page {
  margin: 0 0 40px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sg_page .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sg_page .is-pc {
    display: none !important;
  }
}
.sg_page .contents-index {
  padding: 20px 10px;
}
.sg_page .contents-index li {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 11px;
}
.sg_page .contents-index li:not(:last-of-type) {
  margin-bottom: 11px;
}
.sg_page .contents-index a {
  text-decoration: underline;
}
.sg_page .index-arrow {
  vertical-align: top;
  margin: 7px 7px 0 0;
}
.sg_page .sg_sec_head {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  padding: 15px;
}
.sg_page .sg_sec_head .sg_sec_head_text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.45;
  margin: 0;
}
.sg_page .sg_sec_body {
  margin: 0 20px 30px;
}
.sg_page .sg_text {
  margin-bottom: 16px;
}
.sg_page .sg_text_marker {
  background: linear-gradient(transparent 12px, #fff600 12px, #fff600 23px, transparent 23px);
  background-size: 100% 24px;
}
.sg_page .sg_mission_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg_page .sg_mission_card {
  border: 1px solid #32b988;
  border-radius: 8px;
  overflow: hidden;
  width: 339px;
  background: #fff;
}
.sg_page .sg_mission_card .sg_mission_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background: #32b988;
}
.sg_page .sg_mission_card .sg_mission_card_head.type_kantan {
  height: 71px;
  gap: 0;
  padding: 0 15px;
}
.sg_page .sg_mission_card .sg_mission_card_head.type_shikkari {
  height: 91px;
  gap: 8px;
  padding: 17px 70px 13px;
}
.sg_page .sg_mission_card .sg_mission_card_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
}
.sg_page .sg_mission_card .sg_mission_card_sub {
  font-size: 14px;
  line-height: 1.43;
}
.sg_page .sg_mission_card .sg_mission_card_body {
  padding: 0 12px 20px;
  background: #fff;
}
.sg_page .sg_mission_card .sg_howto_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 8px;
}
.sg_page .sg_mission_card .sg_howto_text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.sg_page .sg_mission_card .sg_note {
  font-size: 12px;
  color: #757575;
  line-height: 1.7;
  margin-top: 10px;
}
.sg_page .sg_mission_card .sg_screens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.sg_page .sg_mission_card .sg_screens img {
  width: 100%;
}
.sg_page .sg_reward_flow {
  margin: 0 0 24px;
  text-align: center;
}
.sg_page .sg_benefit_area {
  background: #edf5f2;
  padding: 20px 20px;
  margin: 30px -20px 0;
}
.sg_page .sg_benefit_area .sg_benefit_title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #c8dfd8;
  margin-bottom: 8px;
}
.sg_page .sg_benefit_card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 12px;
}
.sg_page .sg_benefit_card:last-child {
  margin-bottom: 0;
}
.sg_page .sg_benefit_card .sg_benefit_name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.sg_page .sg_benefit_card .sg_benefit_icon {
  text-align: center;
  margin-bottom: 10px;
}
.sg_page .sg_benefit_card .sg_benefit_desc {
  text-align: center;
  margin-bottom: 14px;
}
.sg_page .sg_benefit_card .sg_benefit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #edf5f2;
  border-radius: 500px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin: 0 auto;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sg_page .sg_benefit_card .sg_benefit_btn:focus-visible {
  outline: 3px solid #32b988;
  outline-offset: 2px;
}
.sg_page .sg_benefit_card .sg_benefit_btn:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("/img/pages/stamp_guide/img_06.svg") no-repeat 0 0/100% 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sg_page .sg_benefit_card .sg_color_green {
  color: #32b988;
}
.sg_page .sg_footnotes {
  margin-top: 16px;
}
.sg_page .sg_footnotes li {
  font-size: 12px;
  color: #757575;
}
.sg_page .sg_stamp_phone {
  margin: 8px 0;
  text-align: center;
}
.sg_page .sg_stamp_phone img {
  width: 100%;
  max-width: 335px;
  display: block;
  margin: 0 auto;
}
.sg_page .sg_caution_box {
  background: #fdf0ef;
  border: 1px solid #e30000;
  border-radius: 8px;
  padding: 10px 13px;
}
.sg_page .sg_caution_box .sg_caution_title {
  font-size: 14px;
  font-weight: bold;
  color: #e30000;
  margin-bottom: 6px;
  padding-left: 18px;
  text-align: center;
}
.sg_page .sg_caution_box .sg_caution_title:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 6px 4px 0 0;
  background: url("/img/pages/stamp_guide/img_07.svg") no-repeat 0 0/100% 100%;
}
.sg_page .sg_caution_box .sg_caution_text {
  font-size: 14px;
  color: #e30000;
  line-height: 1.7;
}
.sg_page .sg_cta {
  margin: 0 0 30px;
  padding: 0 20px;
  text-align: center;
}
.sg_page .sg_cta .sg_cta_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff952b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 32px;
  width: 300px;
  height: 40px;
  text-decoration: none;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sg_page .sg_cta .sg_cta_btn:active {
  opacity: 0.8;
}
.sg_page .sg_cta .sg_cta_btn:focus-visible {
  outline: 3px solid #ff952b;
  outline-offset: 2px;
}
.sg_page .sg_notice_box {
  background: #f5f5f5;
  padding: 15px 10px;
}
.sg_page .sg_notice_lead {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.sg_page .sg_notice_link {
  text-decoration: underline;
}
.sg_page .help-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 40px 15px 10px;
  background: #ededed;
  cursor: pointer;
  z-index: 1;
}
.sg_page .help-dt:before {
  content: '';
  position: absolute;
  background-image: url("/img/pages/stamp_guide/arrow_top.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 13px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  z-index: -1;
}
.sg_page .help-dt.is-active:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sg_page .help-before {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 2px;
}
.sg_page .attention-list {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  color: #757575;
  line-height: 1.42;
}
.sg_page .help-dd a {
  text-decoration: underline;
}
