@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ===============================================================

 project / campaign recurring

=============================================================== */
.l-main {
  font-family: "Noto Sans JP","Arial", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  line-height: 1.5;
}

.c-rrbutton {
  text-align: center;
  width: 75px;
}

.c-rrbutton__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 650px;
  margin: 40px auto 0;
}

.c-rrbutton__box {
  text-align: center;
  margin: 0 auto;
}

.c-top_title__key__main {
  margin-bottom: 17px;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-top_title__key__main__inner {
  margin: 0 auto;
}

.c-top_title__key__main.-no_margin_bottom {
  margin-bottom: 0;
}

.c-top_title__key__main.-add_marginbottom {
  margin-bottom: 41px;
}

.c-top_title__key__main.-cc {
  letter-spacing: 0.08em;
}

.c-top_title__key__main.-add_space {
  letter-spacing: 0.08em;
  margin-bottom: 41px;
}

.c-top_title__key__sub_title {
  letter-spacing: 0.04em;
}

.c-rrtxtlink {
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #2454B3;
  font-weight: 400;
  font-size: 15px;
}

.c-rrtxtlink.-small {
  font-size: 15px;
  width: 105px;
  position: relative;
  left: -15px;
  letter-spacing: 0;
}

.c-rrtxtlink span {
  text-align: center;
  position: relative;
}

.l-rrbgblue {
  background-color: #F2F6FA;
  padding-top: 64px;
  padding-bottom: 65px;
  text-align: center;
  letter-spacing: 0.05em;
}

.l-rrbgblue.-ccc {
  padding: 0;
  background-color: unset;
  margin-bottom: 41px;
}

.l-block--xl.l-rrbgblue.-margin__change {
  margin-bottom: 40px;
}

.c-rrtitleline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFBF3F));
  background-image: linear-gradient(transparent 60%, #FFBF3F 60%);
  line-height: 1.5;
}

.c-title__block.-main.-rrtitle h2 {
  font-size: 28px;
  font-weight: bold;
}

.c-title__block.-main.-rrtitle h3 {
  font-size: 20px;
  font-weight: 500;
}

.l-rrmaintxt {
  margin-bottom: 60px;
}

.c-text.-rrmaintxt {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.c-textbox.-rrtxtbox {
  padding: 0;
}

.c-rrsubtxt {
  font-size: 13px;
}

.c-title__main .-main {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 500;
}

.c-title__main.-rr {
  padding: 0;
  width: 120px;
}

.l-rrcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.l-gridblock__inner.-rr {
  width: 610px;
}

.l-textbox__add {
  margin-bottom: 64px;
}

.c-text.-rr {
  font-size: 16px;
}

.l-gridblock__item.-rr.-size3 {
  margin-left: 24px;
}

/* ボタン */
.entrybtn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 460px;
  height: 64px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.entrybtn:hover {
  border-color: transparent;
  width: 460px;
  height: 64px;
}

.entrybtn .c-rrbutton {
  position: relative;
  z-index: 2;
  display: block;
  padding: 18px 30px;
  background: #E25D6C;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 460px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
}

.pushright:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: solid 2px #E25D6C;
  width: 460px;
  height: 64px;
}

.pushright:hover .c-rrbutton {
  background-color: #E25D6C;
  color: #fff;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.entrybtn .c-rrbutton:after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btnwrapper {
  text-align: center;
}

.l-gridbox__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-gridbox__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-gridbox__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-gridbox__item:nth-child(1) {
  background-color: #F2F6FA;
  border-radius: 10px;
  padding: 40px;
  width: 737px;
}

.l-gridbox__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 223px;
}

.c-gridbox__image:first-child {
  margin-right: 24px;
}

.c-gridbox__sentence {
  font-size: 14px;
  margin-top: 24px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-gridbox__move {
  width: 436px;
  display: block;
}

.c-gridbox__timing {
  width: 175px;
}

.c-imagebox__cross {
  width: 30px;
  margin: auto 36px;
}

.c-imagebox__qira_point {
  width: 120px;
}

.c-imagebox__exchange {
  width: 72.4vw;
}

.c-credit__pay__point {
  position: relative;
  background-color: #FFFFFF;
  margin: 0 auto 15px auto;
  width: 800px;
  height: 111px;
  padding: 24px;
  border-radius: 10px;
}

.c-credit__pay__point__number__inner {
  font-size: 18px;
  font-weight: bold;
}

.c-credit__pay__point__number__inner::before {
  content: "";
  background-image: url("/campaign/utilities/assets/img/icon_diamond.png?v18b70174ee0");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  width: 17px;
  height: 17px;
  display: inline-block;
  top: 2px;
  right: -2px;
}

.c-credit__pay__point__number__children {
  width: 100%;
  position: absolute;
  left: 24px;
  top: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  width: 31px;
}

.c-credit__pay__point__number__children.-nth_of_type2n {
  color: #D680A7;
}

.c-credit__pay__point__number__children.-nth_of_type2n.-add {
  top: 28px;
}

.c-credit__pay__point__sentence {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.7;
}

.c-credit__pay__point__sentence.-nomargintop {
  margin-top: 0;
}

.c-textbox.-c-credit__pay__caution {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  letter-spacing: normal;
}

.c-link.-blue {
  font-size: 14px;
  display: block;
  margin: 0 auto;
  width: 107px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
}

.c-credit__pay__point.-nth4 {
  padding: 24px;
  height: auto;
}

h3.other_service {
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}

h4.c-subscription_service {
  letter-spacing: 0.08em;
  font-size: 18px;
  margin-bottom: 9px;
}

.l-utilities__others {
  background-color: #F2F6FA;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
  width: 800px;
  margin: 0 auto 16px;
}

.l-utilities__others.-bottom {
  margin-bottom: 40px;
}

span.-four_dots {
  display: inline-block;
  width: 20px;
  position: relative;
  top: -10px;
  margin: 0 15px;
}

.l-gridblock__inner.-add_border_under {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 33.5px;
}

.point-simulation {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 33px;
  margin-bottom: 15px;
}

.point-simulation__total {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 12px;
  line-height: 1.17;
}

.point-simulation__total__caution {
  font-size: 13px;
  margin-top: 20px;
  color: #656565;
}

.point-simulation__total__large {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #D680A7;
}

.point-simulation__total__large.-add {
  margin: 0 1px 0 5px;
  line-height: 1.17;
}

.point-simulation__total__small {
  font-size: 18px;
  font-weight: bold;
  color: #D680A7;
  font-family: "Arial";
}

.l-block--m.-background__gray {
  background-color: #F2F6FA;
  border-radius: 10px;
  width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-how_to_use__qira {
  background-color: #F2F6FA;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 64px;
  position: relative;
}

.stickarrow {
  width: 11px;
  height: 40px;
  border-right: 2px solid #4E5B73;
  border-bottom: 2px solid #D680A7;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  position: absolute;
  top: 329px;
  left: 49.9%;
}

.-how_to_use__qira {
  width: 960px;
  background-color: #FFFFFF;
  margin: 0 auto 40px;
  border-radius: 10px;
  padding: 40px 0 40px;
}

.c-how_to_use__qira__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-how_to_use__qira__image {
  width: 130px;
  margin-left: 211px;
}

.c-how_to_use__qira__exchange {
  margin-left: 40px;
  text-align: left;
}

.c-how_to_use__qira__exchange__subsentence {
  font-size: 16px;
  margin-bottom: 28px;
}

.c-how_to_use__qira__exchange__thousand {
  font-size: 24px;
}

.l-exchange {
  margin-bottom: 24px;
}

h3.c-old__card__sentence {
  line-height: normal;
  padding-top: 67px;
  padding-bottom: 67px;
  font-size: 18px;
  font-weight: bold;
}

.c-visa_classic {
  width: 127px;
  margin: 40px;
}

.c-top__exchange__main {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

/*既存上書き*/

.l-gridblock.-no_padding {
  padding: 0;
}

.l-gridblock.\-2col .l-gridblock__item.-margin__change__other {
  margin: 0 0 0 auto;
  width: auto;
}

.c-button.-small.-change_btn_size {
  width: 264px;
  margin: 0 0 0 auto;
  height: 48px;
}

a.c-button.-single.-spfull.-hasicon.-height_change {
  height: 48px;
}

.c-text.-change_font {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  width: 421px;
}

.c-text.-caution.-change_all {
  font-size: 13px;
  width: 779px;
  margin: 30.5px auto 63.5px;
}

.c-list.-caution__default.-c-credit__pay {
  font-size: 13px;
}

.c-list__item.-no_margin_bottom {
  margin-bottom: 0;
}

.c-list__item.-no_margin_bottom.c-text__add {
  font-size: 13px;
  color: #656565;
  margin-top: 8px;
}
.cardInc {
  width: 960px;
}
.cardInc .l-gridblock {
  padding: 0;
}
.cardInc_note {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-rrbutton {
    width: calc((100% - 10.5% * 2)/3);
  }
  .c-rrbutton:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-rrbutton__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 82.6%;
    margin: 24px auto 0;
  }
  .c-top_title__key__main__inner {
    width: 72.4vw;
  }
  .c-top_title__key__main.-add_marginbottom {
    margin-bottom: 25px;
    line-height: 1.5;
    width: 70.93vw;
  }
  .c-top_title__key__main {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: normal;
    margin: 0 auto;
  }
  .c-top_title__key__main.-cc {
    width: 92vw;
    letter-spacing: 0.04em;
  }
  .c-top_title__key__main.-add_space {
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
  .c-top_title__key__sub_title {
    text-align: left;
    margin: 24px auto 0;
    width: 84vw;
  }
  .c-rrtxtlink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4vw;
  }
  .c-rrtxtlink.-small {
    margin-bottom: 25px;
    width: 28vw;
    left: -4vw;
  }
  .l-rrbgblue {
    padding: 40px 4%;
    margin: 0 auto 40px;
  }
  .l-rrbgblue.-ccc {
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .c-rrtitleline {
    font-size: 40px;
  }
  .l-rrmaintxt {
    margin-bottom: 24px;
  }
  .l-gridblock__inner.-rr {
    width: 100%;
  }
  .l-textbox {
    margin-bottom: 40.5px;
  }
  .l-textbox__add {
    margin-bottom: 40px;
  }
  .l-gridblock__item.-rr.-size3 {
    margin-left: 0;
  }
  .l-gridblock.\-4col .l-gridblock__item.-rr:nth-child(n+2) {
    margin-top: 16px;
  }
  .entrybtn {
    width: 340px;
  }
  .entrybtn:hover {
    width: 340px;
  }
  .entrybtn .c-rrbutton {
    width: 340px;
  }
  .pushright:before {
    width: 340px;
  }
  .l-block--xl.-change_marginbottom {
    margin-bottom: 40px;
  }
  .l-gridbox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 4%;
  }
  .l-gridbox__image {
    display: block;
    width: 76vw;
  }
  .l-gridbox__item {
    width: 100%;
  }
  .l-gridbox__item:nth-child(1) {
    width: 100%;
    padding: 30px 8vw;
  }
  .l-gridbox__item:nth-child(2) {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 32vw;
  }
  .c-gridbox__image:first-child {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .c-gridbox__sentence {
    margin-top: 18px;
    /*height: 62px;*/
  }
  .c-gridbox__move {
    font-size: 14px;
    width: 52vw;
  }
  .c-gridbox__timing {
    width: 27vw;
  }
  .c-imagebox__cross {
    width: 9vw;
    max-width: 50px;
    margin: 32px auto;
  }
  .c-imagebox__qira_point {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
  span.-www_internet {
    font-size: 4vw;
    display: block;
  }
  .c-credit__pay__point {
    width: 100%;
    height: auto;
    padding: 6.98% 0;
  }
  .c-credit__pay__point__number {
    width: 67.7vw;
    margin-left: 13.9vw;
  }
  .c-credit__pay__point__number__rightside {
    text-align: left;
    text-indent: -1.75em;
    padding-left: 1.3em;
  }
  .c-credit__pay__point__number__inner::before {
    content: "";
    background-image: url("/campaign/utilities/assets/img/icon_diamond_sp.png?v18b70174ee2");
    top: 0;
    right: -3px;
  }
  .c-credit__pay__point__number__children {
    font-size: 8.5vw;
    top: 33%;
    left: 15px;
    width: 4.8vw;
  }
  .c-credit__pay__point__number__children.-nth_of_type2n {
    top: 32%;
  }
  .c-credit__pay__point__number__children.-nth_of_type2n.-add {
    top: 35%;
  }
  .c-credit__pay__point__sentence {
    text-indent: 0.01em;
    letter-spacing: 0.04em;
  }
  .c-textbox.-c-credit__pay__caution {
    width: 100%;
  }
  .c-link.-blue {
    padding-left: 0.02em;
    text-indent: 0.1em;
    margin: 11px 0 0 0;
  }
  .c-credit__pay__point.-nth4 {
    padding: 6.98% 0;
  }
  section.l-other_service__container {
    width: 92%;
    margin: 0 auto;
  }
  h4.c-subscription_service {
    margin-bottom: 9px;
  }
  .l-utilities__others {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .l-utilities__others.-bottom {
    margin-bottom: 40px;
  }
  span.-four_dots {
    margin: 0 8px;
  }
  .l-gridblock__inner.-add_border_under {
    padding-bottom: 30px;
  }
  .point-simulation {
    margin-top: 30px;
    margin-bottom: 22px;
  }
  .point-simulation__total {
    text-align: center;
    margin-top: 16px;
  }
  .point-simulation__total__caution {
    margin-top: 24px;
    line-height: 2.07;
  }
  .point-simulation__total__large.-add {
    display: inline-block;
    width: auto;
    margin: 0 0 2px;
    line-height: 1.17;
  }
  .l-block--m.-background__gray {
    padding: 30px 5% 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
  }
  .l-how_to_use__qira {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .stickarrow {
    top: 87px;
    left: 47.5%;
  }
  .-how_to_use__qira {
    width: 92%;
    padding-top: 40px;
    padding-bottom: 41px;
  }
  .c-how_to_use__qira__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-how_to_use__qira__image {
    margin: 0 auto;
  }
  .c-how_to_use__qira__exchange {
    margin-left: 0;
    text-align: center;
  }
  .c-how_to_use__qira__exchange__subsentence {
    margin: 24px auto 16px;
    width: 69.8vw;
  }
  .c-how_to_use__qira__exchange__thousand {
    position: relative;
  }
  h3.c-old__card__sentence {
    text-align: center;
    padding: 23px 0 0;
  }
  .c-visa_classic {
    margin: 0 auto;
    width: 33.8vw;
  }
  .c-contactbox__item__title.-fontsize_change {
    width: 70vw;
    margin: 0 auto;
  }
  .l-gridblock.p-utilities__3col {
    padding: 0;
  }
  .l-gridblock.-top_kv {
    padding: 0;
  }
  .l-gridblock.\-2col .l-gridblock__item.-margin__change__other {
    margin-left: 0;
    margin-top: 25px;
    margin-left: 0;
  }
  .c-button.-small.-change_btn_size {
    width: 76vw;
    padding: 12px 26px;
    height: auto;
    margin: 0 auto;
  }
  a.c-button.-single.-spfull.-hasicon.-height_change {
    padding: 12px 26px;
    width: 84vw;
    max-width: 440px;
    height: auto;
  }
  .c-text.-change_font {
    width: 100%;
  }
  .c-text.-caution.-change_all {
    width: 84vw;
    margin: 0 auto;
    line-height: 1.69;
  }
  .c-list__item.-no_margin_bottom.c-text__add {
    padding-left: 0.02em;
    text-indent: 0.1em;
    margin: 0;
  }
  .cardInc {
    width: 100%;
  }
  .cardInc_note {
    width: 92%;
    margin: 0 4%;
  }
}