@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 300;
	src: url(/card/campaign/pointback/fonts/NotoSansCJKjp-Light.otf) format('otf');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 500;
	src: url(/card/campaign/pointback/fonts/NotoSansCJKjp-Medium.otf) format('otf');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 700;
	src: url(/card/campaign/pointback/fonts/NotoSansCJKjp-Bold.otf) format('otf');
}

.intro,
#container {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-feature-settings: "palt";
}


/* clearfix
----------------------------------------------------------------------*/
p {
  margin: 0;
}
.under-line {
  text-decoration: underline;
}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
  overflow:hidden;
}
.indexType .conds {
  display: none;
}
.indexType .conds.on {
  display: block;
}
.clearfix {
  zoom:1;
}

#main .sp {
  display: none;
}
#main img {
  width: 100%;
  height: auto;
}

#container {
  width: auto;
}
.red {
  color: #ff0000;
}
#main {
  position: relative;
  color: #231815;
}
.main {
  width: 94%;
  margin: 0 auto;
  max-width: 950px;
}

.main span,
.main li,
.main p {
  font-weight: 500;
}

.intro {
  background: #fffef5;
  padding: 30px 7% 30px;
  margin-bottom: 45px;
  text-align: center;
}
.intro .text01 {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 9px;
}
.intro .points {
  background: #ff4d4d;
  color: #fff;
  font-size: 25px;
  border-radius: 50px;
  padding: 12px ;
  position: relative;
}
.intro .point01 {
  margin-bottom: 51px;
}
.intro .point02 {
  margin-bottom: 22px;
}
.intro .point01:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 27px;
  background: url(/card/campaign/pointback/img/icon03.png) no-repeat center;
  background-size: cover;
}
.intro .text02 {
  font-size: 26px;
  line-height: 1.9;
  padding-bottom: 20px;
}
.intro .captions {
  padding: 22px 3%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.howto {
  border: 1px solid #f6aa00;
  margin-bottom: 45px;
}

.howto .title {
  background: #f6aa00;
  padding: 10px 20px 13px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.howto .inner {
  padding: 30px 12px 55px;
}

.howto .leads {
  margin: 0 auto;
  max-width: 820px;
  padding-bottom: 39px;
}
.howto .leads li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  font-size: 22px;
  margin-bottom: 8px;
}
.howto .leads li:after {
  content: "■";
  position: absolute;
  top: 1px;
  color: #f6aa00;
  left: 0;
}

.howto .button {
  text-align: center;
  padding-bottom: 40px;
}
.howto .button a {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 556px;
  background: #fff;
  padding: 15px 0;
  color: #ff0000;
  border: 3px solid #ff0000;
  font-size: 22px;
  border-radius: 8px;
  box-shadow: 3px 3px rgba(0,0,0,.25);
  position: relative;
}
.howto .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #f00;
  border-bottom: 3px solid #f00;
  transform: translateY(-50%) rotate(-45deg);
}
.howto .sub-title {
  background: #f6aa00;
  padding: 6px 20px 8px;
  color: #fff;
  font-size: 23px;
  text-align: center;
}
.howto .sub-title {
  background: #f6aa00;
  padding: 6px 20px 8px;
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin-bottom: 29px;
}
.howto .sub-lead  {
  text-align: center;
  padding-bottom: 29px;
}
.howto .sub-lead a {
  color: #f00;
  font-size: 22px;
  text-decoration : underline;
}
.howto .buttons {
  text-align: center;
  font-size: 0;
  margin: 0 auto 33px;
  max-width: 765px;
}
.howto .buttons li {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}
.howto .buttons li:last-child {
  margin-right: auto;
}
.howto .buttons a {
  color: #000000;
  font-size: 22px;
  text-decoration : underline;
  display: block;
  text-decoration: none;
  padding: 12px 0px;
  border: 3px solid #000;
  backgound: #fff;
  border-radius: 8px;
  box-shadow: 3px 3px rgba(0,0,0,.25);
}
.howto .buttons a span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.howto .buttons a span:after {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 36px;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  background: url(/card/campaign/pointback/img/icon01.png) no-repeat center;
  background-size: cover;
}

.howto .button02 a {
  border-color: #f6aa00;
  background-color: #f6aa00;
  color: #fff;
}
.howto .button02 a span {
  padding-left: 45px;
}
.howto .button02 a span:after {
  width: 29px;
  height: 39px;
  background-image: url(/card/campaign/pointback/img/icon02.png);
}
.howto .annotation {
  font-size: 14px;
}
.annotations {
  margin: 0 auto;
  max-width: 780px;
  font-size: 15px;
  line-height: 1.8;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 75px;
  z-index: 200;
}

@media only screen and (max-width: 1024px) {
}
/*-- sp --*/
@media only screen and (max-width: 767px) {

  #main .pc {
    display: none;
  }
  #main .sp {
    display: block;
  }
  #main {
    margin-top: 60px;
  }

  .intro {
    background: #fffef5;
    padding: 26px 4% 30px;
    margin-bottom: 11px;
  }

  .intro .text01 {
    font-size: 17px;
    line-height: 2.2;
    padding-bottom: 16px;
  }

  .intro .points {
    font-size: 17px;
    border-radius: 80px;
    padding: 12px;
  }

  .intro .point01 {
    margin-bottom: 44px;
  }
  .intro .point02 {
    margin-bottom: 19px;
  }
  .intro .point01:after {
    bottom: -30px;
    width: 19px;
    height: 19px;
  }
  .intro .text02 {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .intro .captions {
    padding: 22px 0 14px;
    font-size: 12px;
    text-align: left;
  }
  .intro .captions li {
    margin-bottom: 4px;
  }
  .howto {
    margin-bottom: 32px;
  }

  .howto .title {
    padding: 8px 7px 11px;
    font-size: 18px;
  }

  .howto .inner {
    padding: 25px 20px 32px;
  }

  .howto .leads {
    padding-bottom: 20px;
  }

  .howto .leads li {
    padding-left: 1.5em;
    font-size: 14px;
  }

  .howto .button {
    padding-bottom: 40px;
  }
  .howto .button a {
    padding: 8px 0 10px;
    font-size: 16px;
    font-weight: 700;
  }
  .howto .button a:after {
    right: 22px;
    width: 9px;
    height: 9px;
  }
  .howto .sub-title {
    padding: 6px 20px 8px;
    font-size: 23px;
  }
  .howto .sub-title {
    padding: 6px 7px 8px;
    font-size: 13px;
    margin-bottom: 18px;
  }

  .howto .sub-lead  {
    padding-bottom: 20px;
  }

  .howto .sub-lead a {
    font-size: 12px;
  }

  .howto .buttons {
    margin: 0 auto 6px;
    width: 75%;
  }

  .howto .buttons li {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .howto .buttons a {
    font-size: 15px;
    padding: 9px 0px;
  }

  .howto .buttons a span {
    padding-left: 36px;
  }

  .howto .buttons a span:after {
    width: 29px;
    height: 25px;
  }

  .howto .button02 a span {
    padding-left: 28px;
  }
  .howto .button02 a span:after {
    width: 19px;
    height: 26px;
  }

  .howto .annotation {
    font-size: 12px;
    text-align: center;
  }

  .annotations {
    font-size: 12px;
  }

  .page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 75px;
    z-index: 200;
  }

}
