@charset "UTF-8";
/* ===================================== フォント[PC] */
/* ===================================== フォント[SP] */
/* ===================================== OTHER */
/* ===================================== FLEX */
/*----
* クレカードS リリース記念CP第2弾 ここから */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@media screen and (max-width: 767px) {
  #sc_bread .inner {
    margin-top: 7vw;
  }
}

.inner_ll {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner_ll {
    width: auto;
    margin-top: 1vw;
  }
}

#sc_crecards_contents {
  color: #00305B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
#sc_crecards_contents .sc_crecascp_content {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .sc_crecascp_content {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#sc_crecards_contents .sc_crecascp_content_sub {
  margin: 4vw 3vw;
}
#sc_crecards_contents .sc_crecascp_content_sub__full {
  margin-left: 0;
  margin-right: 0;
}
#sc_crecards_contents .sc_crecascp_content_sub:first-child {
  margin-top: 2vw;
}
#sc_crecards_contents .row {
  display: flex;
}
#sc_crecards_contents .row.justify-space-between {
  justify-content: space-between;
}
#sc_crecards_contents .row.justify-center {
  justify-content: space-between;
}
#sc_crecards_contents .row.items-center {
  align-items: center;
}
#sc_crecards_contents .row.wrap {
  flex-wrap: wrap;
}
#sc_crecards_contents .row .col-6 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .row .col-md-12 {
    width: 90%;
  }
}
#sc_crecards_contents .txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .txt-sp-left {
    text-align: left !important;
  }
}
#sc_crecards_contents .bold-m {
  font-weight: 500;
}
#sc_crecards_contents .bold {
  font-weight: 600;
}
#sc_crecards_contents .fs-m {
  font-size: 1.8rem;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .fs-m {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
#sc_crecards_contents .fs-m2 {
  font-size: 2rem;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .fs-m2 {
    font-size: 1.8rem;
    line-height: 34px;
  }
}
#sc_crecards_contents .fs-l {
  font-size: 2.2rem;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .fs-l {
    font-size: 2rem;
    line-height: 38px;
  }
}
#sc_crecards_contents .fs-ll {
  font-size: 2.4rem;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .fs-ll {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
#sc_crecards_contents .fs-xl {
  font-size: 2.6rem;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .fs-xl {
    font-size: 2.4rem;
    line-height: 44px;
  }
}
#sc_crecards_contents .front {
  position: relative;
  z-index: 3;
}
#sc_crecards_contents .d-inline-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .icon-number {
    width: 30px;
    height: 30px;
    margin-bottom: -3px;
  }
}
#sc_crecards_contents .crecards_btn {
  display: inline-block;
  background-color: #03519A;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 30px;
  letter-spacing: 0.25em;
}
#sc_crecards_contents .crecards_btn__l {
  font-size: 26px;
  width: 400px;
  padding: 2rem 3rem;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecards_btn__l {
    font-size: 18px;
    width: 85%;
    padding: 1.75rem 2rem;
  }
}
#sc_crecards_contents .crecascp_ttl {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
#sc_crecards_contents .crecascp_ttl * {
  letter-spacing: 0.15em;
}
#sc_crecards_contents .crecascp_ttl__a {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6vw;
}
#sc_crecards_contents .crecascp_ttl__a:first-child {
  padding-top: 0;
}
#sc_crecards_contents .crecascp_ttl__a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/crecard-s_cp/deco_pipipi.png") no-repeat center/contain;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_ttl__a {
    font-size: 24px;
  }
  #sc_crecards_contents .crecascp_ttl__a::after {
    width: 30px;
    height: 30px;
  }
}
#sc_crecards_contents .crecascp_ttl__b {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75vw;
  line-height: 1.25;
}
#sc_crecards_contents .crecascp_ttl__b::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 15px;
  background: url("../images/crecard-s_cp/deco_dotline-l.png") no-repeat center/contain;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
#sc_crecards_contents .crecascp_ttl__b::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 15px;
  background: url("../images/crecard-s_cp/deco_dotline-r.png") no-repeat center/contain;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_ttl__b {
    font-size: 20px;
  }
  #sc_crecards_contents .crecascp_ttl__b::before {
    height: 10px;
    width: 40px;
  }
  #sc_crecards_contents .crecascp_ttl__b::after {
    height: 10px;
    width: 40px;
  }
}
#sc_crecards_contents .crecascp_ttl__c {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  line-height: 1.25;
  font-weight: bold;
}
#sc_crecards_contents .crecascp_ttl__c::before {
  border-top: 2px solid #00305B;
  content: "";
  width: 1em;
  margin-right: 0.5em;
}
#sc_crecards_contents .crecascp_ttl__c::after {
  border-top: 2px solid #00305B;
  content: "";
  width: 1em;
  margin-left: 0.5em;
}
#sc_crecards_contents .box {
  border-radius: 20px;
  padding: 1vw;
}
#sc_crecards_contents .box__gray {
  background-color: #F3F4F6;
}
#sc_crecards_contents .c-red {
  color: #FF0000;
}
#sc_crecards_contents .c-red-salmon {
  color: #EA545D;
}
#sc_crecards_contents .lh-125 {
  line-height: 1.25;
}
#sc_crecards_contents .lh-15 {
  line-height: 1.5;
}
#sc_crecards_contents .lh-175 {
  line-height: 1.75;
}
#sc_crecards_contents .caution {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .caution {
    line-height: 1.5;
  }
}
#sc_crecards_contents .caution_number {
  padding-left: 2em;
  text-indent: -2em;
}
#sc_crecards_contents ul.dot li {
  display: flex;
}
#sc_crecards_contents ul.dot li::before {
  content: "●";
  display: inline-block;
  margin-right: 1rem;
  font-size: 4px;
}
#sc_crecards_contents ul.dot.lh-15 li::before, #sc_crecards_contents ul.dot.lh-175 li::before {
  margin-top: 1.25rem;
}
#sc_crecards_contents .txt-pc-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .txt-pc-right {
    text-align: left;
  }
}
#sc_crecards_contents .deco-underline {
  text-decoration: underline;
}
#sc_crecards_contents .deco_dot {
  position: relative;
}
#sc_crecards_contents .deco_dot__1::before {
  content: "";
  display: block;
  position: absolute;
  top: -145px;
  left: -250px;
  width: 533px;
  height: 246px;
  background: url("../images/crecard-s_cp/deco_dot1.png") no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .deco_dot__1::before {
    top: -67px;
    left: -50px;
    width: 180px;
    height: 190px;
  }
}
#sc_crecards_contents .deco_dot__2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  right: -150px;
  width: 368px;
  height: 145px;
  background: url("../images/crecard-s_cp/deco_dot2.png") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .deco_dot__2::after {
    bottom: -56px;
    right: -30px;
    width: 130px;
    height: 100px;
  }
}
#sc_crecards_contents .deco_dot__3::before {
  content: "";
  display: block;
  position: absolute;
  top: -110px;
  left: -120px;
  width: 533px;
  height: 246px;
  background: url("../images/crecard-s_cp/deco_dot1.png") no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .deco_dot__3::before {
    top: -67px;
    left: -50px;
    width: 180px;
    height: 190px;
  }
}
#sc_crecards_contents .sc_crecascp_bg__white {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#sc_crecards_contents .sc_crecascp_bg__gray {
  background-color: #F3F4F6;
}
#sc_crecards_contents #sc_crecascp_detail {
  background-color: #F9F28A;
}
#sc_crecards_contents .crecascp_content_appdl {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#sc_crecards_contents .crecascp_content_appdl .col_content {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  width: 70%;
}
#sc_crecards_contents .crecascp_content_appdl .col .dl-btns {
  display: flex;
  justify-content: center;
}
#sc_crecards_contents .crecascp_content_appdl .col .dl-btns li {
  margin-left: 10px;
  margin-right: 10px;
}
#sc_crecards_contents .crecascp_content_appdl .col .dl-push {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sc_crecards_contents .crecascp_content_appdl .col .dl-push::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 29px;
  background: url("../images/crecard-s_cp/arrow-b.png") no-repeat center/contain;
  margin-right: 0.5rem;
}
#sc_crecards_contents .crecascp_content_appdl .col .dl-push::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 29px;
  background: url("../images/crecard-s_cp/arrow-b.png") no-repeat center/contain;
  margin-left: 0.5rem;
}
#sc_crecards_contents .crecascp_content_appdl .deco_hand {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_content_appdl {
    width: 94%;
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #sc_crecards_contents .crecascp_content_appdl .col .dl-btns li {
    margin-left: 2px;
    margin-right: 2px;
  }
  #sc_crecards_contents .crecascp_content_appdl .col .dl-push {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: left;
  }
  #sc_crecards_contents .crecascp_content_appdl .col .dl-push::before {
    width: 18px;
    height: 18px;
  }
  #sc_crecards_contents .crecascp_content_appdl .col .dl-push::after {
    display: none;
  }
  #sc_crecards_contents .crecascp_content_appdl .deco_hand {
    bottom: 0;
    right: 0;
    width: 100px;
  }
}
#sc_crecards_contents .crecascp_step.row {
  justify-content: center;
}
#sc_crecards_contents .crecascp_step.row .col div {
  width: 290px;
  text-align: center;
}
#sc_crecards_contents .crecascp_step.row .col:nth-child(1), #sc_crecards_contents .crecascp_step.row .col:nth-child(2) {
  display: flex;
  align-items: flex-start;
}
#sc_crecards_contents .crecascp_step.row .col:nth-child(1)::after, #sc_crecards_contents .crecascp_step.row .col:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-top: 110px;
  margin-left: 20px;
  margin-right: 20px;
  background: url("../images/crecard-s_cp/arrow-r.png") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_step {
    width: 80%;
    margin: 5vw auto;
  }
  #sc_crecards_contents .crecascp_step.row {
    display: block;
  }
  #sc_crecards_contents .crecascp_step.row .col {
    margin: 5vw 0;
    text-align: center;
  }
  #sc_crecards_contents .crecascp_step.row .col:nth-child(1)::after, #sc_crecards_contents .crecascp_step.row .col:nth-child(2)::after {
    display: none;
  }
}
#sc_crecards_contents .crecascp_content_requirements .note {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#sc_crecards_contents .crecascp_content_method {
  /*確認方法*/
}
#sc_crecards_contents .crecascp_content_method .col {
  margin: 0 3%;
}
#sc_crecards_contents .crecascp_content_method .col h4 {
  margin-bottom: 0.5em;
}
#sc_crecards_contents .crecascp_content_method .col ol li {
  line-height: 1.5;
  display: flex;
  margin-top: 1em;
}
#sc_crecards_contents .crecascp_content_method .col ol li .num {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_content_method {
    display: block;
  }
  #sc_crecards_contents .crecascp_content_method .col {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: #ddd 1px solid;
  }
  #sc_crecards_contents .crecascp_content_method .col ol li .num {
    width: 30px;
  }
  #sc_crecards_contents .crecascp_content_method .col ol li .txt {
    width: calc(100% - 30px);
  }
}
#sc_crecards_contents .crecascp_content_period .content_period_date {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 710px;
  margin: 0 auto;
}
#sc_crecards_contents .crecascp_content_period .content_period_date .period {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#sc_crecards_contents .crecascp_content_period .content_period_date .period dd {
  margin-left: 0.5em;
  font-size: 2.4rem;
  line-height: 44px;
  font-weight: 500;
}
#sc_crecards_contents .crecascp_content_period .times {
  display: block;
  text-align: center;
  font-weight: 500;
}
#sc_crecards_contents .crecascp_content_period .times .time {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sc_crecards_contents .crecascp_content_period .times .time dt::after {
  content: "：";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_content_period .content_period_date .period {
    display: block;
  }
  #sc_crecards_contents .crecascp_content_period .content_period_date .period dt {
    text-align: center;
    margin-bottom: 10px;
  }
  #sc_crecards_contents .crecascp_content_period .content_period_date .period dt img {
    width: 100px;
    height: auto;
  }
  #sc_crecards_contents .crecascp_content_period .content_period_date .period dd {
    font-size: 1.8rem;
    line-height: 34px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
  #sc_crecards_contents .crecascp_content_period .times .time {
    display: block;
  }
  #sc_crecards_contents .crecascp_content_period .times .time dt {
    font-weight: 800;
  }
  #sc_crecards_contents .crecascp_content_period .times .time dt::after {
    content: "";
    display: none;
  }
  #sc_crecards_contents .crecascp_content_period .times .time dd {
    font-size: 1.8rem;
    line-height: 34px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
#sc_crecards_contents .crecascp_content_prize {
  padding-bottom: 20px;
}
#sc_crecards_contents .crecascp_content_prize .txt_prize {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sc_crecards_contents .crecascp_content_prize ul {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#sc_crecards_contents .crecascp_content_prize ul li {
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sc_crecards_contents .crecascp_content_prize .txt_prize {
    display: block;
    text-align: center;
  }
  #sc_crecards_contents .crecascp_content_prize .txt_prize .txt_prize_txt img {
    width: 80%;
  }
  #sc_crecards_contents .crecascp_content_prize .txt_prize .txt_prize_num img {
    width: 85%;
  }
  #sc_crecards_contents .crecascp_content_prize ul {
    width: 96%;
  }
  #sc_crecards_contents .crecascp_content_prize ul li {
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 1.75;
  }
}
#sc_crecards_contents .mb-0 {
  margin-bottom: 0 !important;
}
#sc_crecards_contents .mb-025 {
  margin-bottom: 0.25vw !important;
}
#sc_crecards_contents .mb-05 {
  margin-bottom: 0.5vw !important;
}
#sc_crecards_contents .mb-1 {
  margin-bottom: 1vw !important;
}
#sc_crecards_contents .mb-2 {
  margin-bottom: 2vw !important;
}
#sc_crecards_contents .mb-3 {
  margin-bottom: 3vw !important;
}
#sc_crecards_contents .mb-4 {
  margin-bottom: 4vw !important;
}
#sc_crecards_contents .mb-5 {
  margin-bottom: 5vw !important;
}
#sc_crecards_contents .mt-0 {
  margin-top: 0 !important;
}
#sc_crecards_contents .mt-05 {
  margin-top: 0.5vw !important;
}
#sc_crecards_contents .mt-1 {
  margin-top: 1vw !important;
}
#sc_crecards_contents .mt-2 {
  margin-top: 2vw !important;
}
#sc_crecards_contents .mt-3 {
  margin-top: 3vw !important;
}
#sc_crecards_contents .mt-4 {
  margin-top: 4vw !important;
}
#sc_crecards_contents .mt-5 {
  margin-top: 5vw !important;
}

/* クレカードS リリース記念CP ここまで
---- *//*# sourceMappingURL=crecard-s-cp2.css.map */