@charset "UTF-8";
.main-contents {
  background: #fff;
  padding: 0;
  border-top: 1px solid #ddd;
  font-family: madf, "sans-serif";
  font-weight: 400;
  min-width: 1280px;
}

.main-contents a:hover {
  opacity: 0.7;
}

.billboard {
  background-image: radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px), radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px);
  background-position: 0 0, 11px 14px;
  background-size: 22px 28px;
  position: relative;
  padding: 1px 0 0 0;
}

.billboard.cp500 {
  background-color: #3DCEC8;
}

.billboard.cp100 {
  background-color: #FF9696;
}

.billboard .top-unit {
  background: #fff;
  height: 200px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
}

.billboard .billboard-body {
  background: url("../../img/campaigns/all-users2-2506/blillboard_bg_bottom.png") no-repeat center bottom;
  background-size: 2580px auto;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 15px 0 57px 0;
}

.billboard .billboard-body::before {
  background: url("../../img/campaigns/all-users2-2506/billboard_side_l.png") no-repeat center center;
  background-size: 400px auto;
  content: "";
  height: 240px;
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.billboard .billboard-body::after {
  background: url("../../img/campaigns/all-users2-2506/billboard_side_r.png") no-repeat center center;
  background-size: 400px auto;
  content: "";
  height: 240px;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}

.billboard .billboard-body .main-ttl {
  margin: auto;
  width: 980px;
}

.billboard .billboard-body .main-ttl img {
  display: block;
  width: 700px;
  margin: 0 auto;
}

.billboard .billboard-body .main-ttl .top-btn {
  margin-top: 2px;
}

.billboard .billboard-body .main-ttl .top-btn .other-btn {
  line-height: 1;
  text-align: center;
}

.billboard .billboard-body .main-ttl .top-btn .other-btn a {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  padding: 0 0 0 15px;
}

.billboard .billboard-body .main-ttl .top-btn .other-btn a::after {
  background: url("../../img/campaigns/all-users2-2506/arrow_right_yellow.png") no-repeat center center;
  content: "";
  height: 14px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.billboard .billboard-body .main-ttl .top-btn .other-btn a:hover {
  cursor: pointer;
}

.billboard .billboard-body .main-ttl .top-btn .other-btn small {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-top: 12px;
}

.billboard .billboard-body .main-ttl .top-btn .entry-btn {
  margin: 12px auto 0;
  background: #fff;
  border-radius: 36px;
  width: 400px;
}

.billboard .billboard-body .main-ttl .top-btn .entry-btn a {
  background: #FFF960;
  border-radius: 36px;
  -webkit-box-shadow: 0 4px 0 #2B2B2B;
          box-shadow: 0 4px 0 #2B2B2B;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #2B2B2B;
  height: 68px;
  margin: auto;
  text-align: center;
  line-height: 68px;
  width: 400px;
  position: relative;
}

.billboard .billboard-body .main-ttl .top-btn .entry-btn a::after {
  background: url("../../img/campaigns/all-users2-2506/arrow_right_black.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 30px;
  top: 52%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.contents {
  background: #FAF3DB;
}

.contents .method {
  margin: auto;
  width: 980px;
  position: relative;
  padding: 105px 0 0 0;
}

.contents .method h3 {
  background: url("../../img/campaigns/all-users2-2506/method_ttl_label.png") no-repeat center center;
  background-size: 505px auto;
  width: 505px;
  height: 88px;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF960;
  text-align: center;
  padding: 18px;
  line-height: 70px;
}

.contents .method .top-sub {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.contents .method .top-sub span {
  color: #F84C00;
  font-weight: 900;
}

.contents .method .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 95px;
  gap: 40px;
}

.contents .method .frame li {
  background: #fff;
  border-radius: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  position: relative;
  padding: 73px 10px 14px 10px;
  position: relative;
}

.contents .method .frame li::after {
  background: url("../../img/campaigns/all-users2-2506/method_flow_arrow.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 50px;
  width: 20px;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contents .method .frame li:last-of-type::after {
  display: none;
}

.contents .method .frame li .label {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00A7C6;
  border-radius: 50%;
  color: #fff;
  height: 84px;
  width: 84px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 0 #2B2B2B;
          box-shadow: 0 3px 0 #2B2B2B;
}

.contents .method .frame li .label span {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.contents .method .frame li .label span b {
  font-size: 4.4rem;
  font-weight: 700;
  display: block;
}

.contents .method .frame li .flow-body {
  padding: 0 15px;
}

.contents .method .frame li .flow-body h4 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.contents .method .frame li .flow-body .step-text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  min-height: 42px;
}

.contents .method .frame li .flow-body .picture {
  margin-bottom: 20px;
}

.contents .method .frame li .flow-body .picture img {
  display: block;
  margin: auto;
  width: 244px;
}

.contents .method .frame li .flow-body .step-sub {
  min-height: 57px;
}

.contents .method .frame li .flow-body .step-sub p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 13px;
}

.contents .method .frame li .flow-body .step-sub p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.contents .method .frame li .flow-body .step-sub p span {
  color: #F84C00;
  font-weight: 700;
}

.contents .method .frame li .method-btn {
  margin-top: 22px;
}

.contents .method .frame li .method-btn a {
  background: #F84C00;
  border-radius: 28px;
  -webkit-box-shadow: 0 4px 0 #2B2B2B;
          box-shadow: 0 4px 0 #2B2B2B;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  height: 56px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  position: relative;
  width: 280px;
}

.contents .method .frame li .method-btn a::after {
  background: url("../../img/campaigns/all-users2-2506/arrow_right_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#entry::after {
  background: url("../../img/campaigns/all-users2-2506/arrow_bottom_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 19px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contents .howto {
  background: #00A7C6;
  border-radius: 40px;
  width: 980px;
  margin: 160px auto 0;
  position: relative;
  padding: 90px 130px 75px;
  letter-spacing: 0.03em;
}

.contents .howto h3 {
  background: #fff;
  border: 5px solid #00A7C6;
  border-radius: 36px;
  color: #00A7C6;
  font-size: 3.2rem;
  font-weight: 900;
  height: 72px;
  width: 500px;
  text-align: center;
  line-height: 62px;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contents .howto .sideimg {
  position: absolute;
  top: -131px;
  right: 45px;
  width: 202px;
}

.contents .howto .top-sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}

.contents .howto .frame {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.contents .howto .frame li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents .howto .frame li dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  margin-right: 30px;
  position: relative;
}

.contents .howto .frame li dl dt .thumb-sub {
  color: #FFF960;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  padding: 0 12px;
  top: -60px;
  left: -35px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.contents .howto .frame li dl dt .thumb-sub::before {
  background: #fff;
  content: "";
  width: 6px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: -3px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.contents .howto .frame li dl dt .thumb-sub::after {
  background: #fff;
  content: "";
  width: 6px;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.contents .howto .frame li dl dt .thumb {
  background: #EBEBEB;
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.contents .howto .frame li dl dt .thumb img {
  width: 100%;
}

.contents .howto .frame li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contents .howto .frame li dl dd h4 {
  color: #FFF960;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}

.contents .howto .frame li dl dd .text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: normal;
}

.contents .howto .frame li dl dd .text span {
  font-weight: 700;
}

.contents .reward {
  background-color: #F84C00;
  background-image: radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px), radial-gradient(circle, rgba(34, 24, 21, 0.05) 3px, transparent 3px);
  background-position: 0 0, 11px 14px;
  background-size: 22px 28px;
  margin-top: 155px;
}

.contents .reward .reward-bg {
  background: url("../../img/campaigns/all-users2-2506/reward_bg.png") no-repeat center bottom;
  background-size: 2580px auto;
}

.contents .reward .reward-body {
  margin: auto;
  width: 980px;
  position: relative;
  padding: 100px 0 194px;
}

.contents .reward .reward-body h3 {
  background: url("../../img/campaigns/all-users2-2506/reward_ttl_label.png") no-repeat center center;
  background-size: 505px auto;
  width: 505px;
  height: 88px;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF960;
  text-align: center;
  padding: 18px;
  line-height: 70px;
}

.contents .reward .reward-body .ttl-sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.contents .reward .reward-body .gift {
  background: #EBEBEB;
  border-radius: 30px;
  margin: 42px auto 0;
  width: 850px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 6px 0 #2B2B2B;
          box-shadow: 0 6px 0 #2B2B2B;
}

.contents .reward .reward-body .gift .ribbon {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
}

.contents .reward .reward-body .gift .ribbon02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

.contents .reward .reward-body .gift .star {
  position: absolute;
  right: 44px;
  top: -46px;
  width: 111px;
}

.contents .reward .reward-body .gift .gift-body {
  background: #fff;
  border-radius: 25px;
  padding: 20px 48px 15px;
}

.contents .reward .reward-body .gift .gift-body .gift-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contents .reward .reward-body .gift .gift-body .gift-price .gift-ttl {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 0 0 7px 30px;
  text-align: center;
}

.contents .reward .reward-body .gift .gift-body .gift-price .price {
  color: #F84C00;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0 auto;
  padding: 0 8px 0 0;
}

.contents .reward .reward-body .gift .gift-body .gift-price .price b {
  font-size: 10rem;
  font-weight: 900;
}

.contents .reward .reward-body .gift .gift-body .pointslist-box {
  margin: 24px 0 0;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .ttl {
  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;
  background: #2B2B2B;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  gap: 0 6px;
  height: 40px;
  line-height: 1;
  margin: 0 0 20px;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .ttl .notes {
  font-size: 1rem;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts {
  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;
  gap: 0 30px;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card {
  border-right: 1px solid #2B2B2B;
  padding-right: 30px;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card .caption-txt {
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:last-of-type {
  border-right: none;
  padding-right: 0;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:not(.type-amazon) {
  padding-top: 8px;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:not(.type-amazon) .point-label {
  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;
  gap: 0 16px;
  margin: 0 0 5px;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:not(.type-amazon) .point-logo {
  height: 60px;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:not(.type-amazon) .point-logo img {
  height: 100%;
  width: auto;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:not(.type-amazon) .point {
  font-size: 2.4rem;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card:not(.type-amazon) .point .num {
  font-size: 5.2rem;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card.type-amazon .amazon-point-label {
  border: 1px solid #2B2B2B;
  border-radius: 8px;
  width: 180px;
  height: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card.type-amazon .amazon-point-label .txt {
  font-size: 1.4rem;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card.type-amazon .amazon-point-label .txt .logo {
  color: #F7981D;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card.type-amazon .amazon-point-label .point {
  font-size: 2.4rem;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card.type-amazon .amazon-point-label .point .num {
  font-size: 5.2rem;
  font-weight: 900;
}
.contents .reward .reward-body .gift .gift-body .pointslist-box .pointslist-cts .pointslist-card.type-amazon .caption-txt {
  margin: 8px 0 0;
}

.contents .app {
  background: #00A7C6;
  border: 8px solid #00A7C6;
  -webkit-box-shadow: 0 6px 0 #2B2B2B;
          box-shadow: 0 6px 0 #2B2B2B;
  border-radius: 40px;
  width: 980px;
  margin: 138px auto 0;
  position: relative;
}

.contents .app .image {
  width: 300px;
  position: absolute;
  top: -66px;
  left: 38px;
}

.contents .app .app-header {
  padding: 58px 72px 66px 366px;
}

.contents .app .app-header h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
}

.contents .app .app-header .discription {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

.contents .app .app-header .app-btn {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contents .app .app-header .app-btn .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.contents .app .app-header .app-btn .store a {
  display: block;
}

.contents .app .app-header .app-btn .store a img {
  zoom: 0.5;
}

.contents .app .app-header .app-btn .official a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 12px;
}

.contents .app .app-header .app-btn .official a::before {
								   
  background: url("../../img/campaigns/all-users2-2506/arrow_right_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 12px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contents .app .app-body {
  background: #fff;
  border-radius: 0 0 32px 32px;
  padding: 55px 72px 60px;
}

.contents .app .app-body h3 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.contents .app .app-body .discription {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.contents .app .app-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin-top: 38px;
}

.contents .app .app-body ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
  background: #F4F4F4;
}

.contents .app .app-body ul li dl dt {
  background: #00A7C6;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.contents .app .app-body ul li dl dd {
  padding: 23px 18px;
}

.contents .app .app-body ul li dl dd img {
  display: block;
  margin: auto;
  width: 154px;
}

.contents .app .app-body ul li dl dd .text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}

.contents .app .app-body ul li dl dd .text span {
  font-weight: 700;
}

.infomation {
  padding: 120px 0 0;
}

.infomation .overview {
  margin: auto;
  width: 980px;
}

.infomation .overview h3 {
  background: #00A7C6;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.infomation .overview h3:hover {
  cursor: pointer;
  opacity: 0.8;
}

.infomation .overview .overview-body {
  padding: 45px 80px 80px;
}

.infomation .overview .overview-body .overview-section {
  margin-bottom: 21px;
}

.infomation .overview .overview-body .overview-section:last-of-type {
  margin-bottom: 0;
}

.infomation .overview .overview-body .overview-section h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.infomation .overview .overview-body .overview-section h4 span {
  color: #00A7C6;
  font-weight: 700;
  margin-right: 3px;
}

.infomation .overview .overview-body .overview-section .text {
  padding: 0 0 0 15px;
  counter-reset: number 0;
}

.infomation .overview .overview-body .overview-section .text p {
  font-size: 1.2rem;
  line-height: 1.7;
}

.infomation .overview .overview-body .overview-section .text p span {
  color: #F84C00;
  font-weight: 700;
}

.infomation .overview .overview-body .overview-section .text p a {
  color: #00A7C6;
  text-decoration: underline;
  font-weight: 700;
}

.infomation .overview .overview-body .overview-section .text p.discription {
  margin-bottom: 10px;
}

.infomation .overview .overview-body .overview-section .text p.num {
  position: relative;
  padding: 0 0 0 16px;
}

.infomation .overview .overview-body .overview-section .text p.num::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

.infomation .overview .overview-body .overview-section .text p.asterisk {
  position: relative;
  padding: 0 0 0 16px;
}

.infomation .overview .overview-body .overview-section .text p.asterisk::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※ ";
}

.infomation .overview .icon {
  position: absolute;
  top: 13px;
  margin-left: 19px;
}

.infomation .overview .icon.has-bg {
  width: 16px;
  height: 16px;
}

.infomation .overview .icon.has-bg::before,
.icon.has-bg::after {
  width: 16px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.infomation .overview .icon.has-bg::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.infomation .overview .icon::before,
.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #0F5991;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.infomation .overview .icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.infomation .overview .accordion-header.is-open .icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.infomation .overview .accordion-header.is-open .icon.has-bg::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.infomation .terms {
  margin: auto;
  width: 980px;
  position: relative;
  padding: 105px 0 0 0;
}

.infomation .terms h3::before {
  background: url(../../img/campaigns/all-users2-2506/billboard_side_l.png) no-repeat center center;
  background-size: 260px auto;
  content: "";
  height: 159px;
  width: 260px;
  position: absolute;
  top: 30px;
  left: -238px;
}

.infomation .terms h3::after {
  background: url(../../img/campaigns/all-users2-2506/billboard_side_r.png) no-repeat center center;
  background-size: 260px auto;
  content: "";
  height: 159px;
  width: 260px;
  top: 30px;
  right: -238px;
  position: absolute;
}

.infomation .terms h3 {
  background: url("../../img/campaigns/all-users2-2506/method_ttl_label.png") no-repeat center center;
  background-size: 505px auto;
  width: 505px;
  height: 88px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF960;
  text-align: center;
  padding: 18px;
  line-height: 70px;
}

.infomation .terms {
  background: #fff;
  border: 8px solid #00A7C6;
  border-radius: 40px;
  width: 980px;
  margin: 92px auto 0px;
  padding: 92px 50px 42px;
  text-align: center;
}

.infomation .terms .check {
  display: inline-block;
}

.infomation .terms .text .text-body {
  position: relative;
}

.infomation .terms .text .text-body h2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.infomation .terms .send-btn {
  margin-top: 11px;
}

.infomation .terms .send-btn .text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
}

.infomation .terms .send-btn .text span {
  color: #F84C00;
  font-weight: 700;
}

.infomation .terms .send-btn .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  margin: 37px auto 0;
  gap: 0 40px;
}

.infomation .terms .send-btn .send button {
  border-radius: 28px;
  display: block;
  width: 280px;
  height: 56px;
  -webkit-box-shadow: 0 4px 0 #2B2B2B;
          box-shadow: 0 4px 0 #2B2B2B;
  position: relative;
  line-height: 1;
  font-size: 2rem;
  font-weight: 900;
  font-family: madf, "sans-serif";
  color: #fff;
  text-align: center;
}

.infomation .terms .send-btn .send button::after {
  background: url("../../img/campaigns/all-users2-2506/arrow_right_white.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.infomation .terms .send-btn .send button:hover {
  opacity: 0.7;
}

.infomation .terms .send-btn .send button.login {
  background: #66C541;
}

.infomation .terms .send-btn .send button.regist {
  background: #F84C00;
}

.infomation .terms .send-btn .send button span {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.infomation .faq {
  background: #00A7C6;
  margin-top: 120px;
  padding: 86px 0 120px;
}

.infomation .faq .faq-body {
  margin: auto;
  width: 980px;
}

.infomation .faq .faq-body h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 45px;
  text-align: center;
}

.infomation .faq .faq-body .accordion-body {
  margin: auto;
  width: 820px;
}

.infomation .faq .faq-body .accordion-body .faqbox {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}

.infomation .faq .faq-body .accordion-body .faqbox .icon {
  position: absolute;
  top: 30px;
  right: 18px;
}

.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg {
  width: 16px;
  height: 16px;
}

.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg::before,
.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg::after {
  width: 16px;
  background-color: #282828;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.infomation .faq .faq-body .accordion-body .faqbox .icon.has-bg::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.infomation .faq .faq-body .accordion-body .faqbox .icon::before,
.infomation .faq .faq-body .accordion-body .faqbox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #0F5991;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.infomation .faq .faq-body .accordion-body .faqbox .icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.infomation .faq .faq-body .accordion-body .faqbox .accordion-header.is-open .icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.infomation .faq .faq-body .accordion-body .faqbox .accordion-header.is-open .icon.has-bg::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.infomation .faq .faq-body .accordion-body .faqbox:last-of-type {
  margin-bottom: 0;
}

.infomation .faq .faq-body .accordion-body .faqbox .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 56px;
  padding: 10px 73px;
  position: relative;
}

.infomation .faq .faq-body .accordion-body .faqbox .ttl::before {
  background: #00A7C6;
  border-radius: 50%;
  content: "Q";
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  height: 36px;
  line-height: 32px;
  text-align: center;
  width: 36px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.infomation .faq .faq-body .accordion-body .faqbox .ttl:hover {
  cursor: pointer;
  opacity: 0.8;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer {
  font-size: 1.4rem;
  padding: 7px 73px 20px;
  position: relative;
  line-height: 1.6;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer::before {
  background: #F84C00;
  border-radius: 50%;
  content: "A";
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  height: 36px;
  line-height: 32px;
  text-align: center;
  width: 36px;
  position: absolute;
  left: 20px;
  top: 0;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer ul li {
  position: relative;
  padding: 0 0 0 13px;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer ul li::before {
  background: #282828;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 8px;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer span {
  color: #F84C00;
  font-weight: 700;
}

.infomation .faq .faq-body .accordion-body .faqbox .answer a {
  color: #00A7C6;
  font-weight: 700;
  text-decoration: underline;
}

.lpcontact {
  padding: 70px 0 68px;
  width: 980px;
  margin: auto;
}

.lpcontact .section-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lpcontact .contact-box {
  border-right: 2px solid #eee;
  width: 645px;
}

.lpcontact .lpcontact-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 28px;
  text-align: center;
}

.lpcontact .contact-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 6px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 400px;
}

.lpcontact .sns-box {
  width: calc(100% - 645px);
}

.lpcontact .follow-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}

.lpcontact .sns-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lpcontact .sns-list li {
  margin: 0 30px 0 0;
  width: 58px;
}

.lpcontact .sns-list li:last-of-type {
  margin-right: 0;
}

.lp-num {
  color: #a6a6a6;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 70px;
  line-height: 1;
}