@charset "UTF-8";

@media (min-width: 1040px) {}



/* =================== */
/*       全体
/* =================== */

.cubic{
  margin-top: 80px;
}

.cubic__point2000 {
  padding: 20px 0 40px;
}

.cubic__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 11px 17px;
  background-image: url(../img/support/tscubiccard/cubic-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (min-width: 1040px) {
  .cubic__inner {
    padding: 40px 32px 20px;
    max-width: 100%;
  }

  .cubic__point2000 {
    padding: 20px 0 80px;
  }
}



/* =================== */
/*   共通 class
/* =================== */

.cubic_uppercase{
  text-transform: uppercase;
}

.change__br--pc{
  display: none;
}

@media (min-width: 1040px) {
  .change__br--pc{
    display: block;
  }

  .change__br--sp{
    display: none;
  }
}



/* =================== */
/*   cubic__heading
/* =================== */

.cubic__heading--box01{
  width: 100%;
  max-width: 168px;
  margin: 0 auto;
}

.cubic__heading--box02{
  color: #fff;
}

.cubic__heading--box02--title{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.cubic__heading--box02--text{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
.cubic__heading--box02--notes{
  color: #1A1311;
  font-size: 10px;
  line-height: 1.7;
  margin: 13px 0 0 0;
}

@media (min-width: 1040px) {

  .cubic__heading{
    display: flex;
    justify-content: space-between;
  }

  .cubic__heading--box01{
    max-width: 218px;
    margin: 0 0;
  }
  .cubic__heading--box02{
    width: 100%;
    max-width: 384px;
  }

  .cubic__heading--box02--title{
    font-size: 45px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-align: left;
    margin: 5px 0 0 0;
  }
  .cubic__heading--box02--text{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
  .cubic__heading--box02--notes{
    color: #1A1311;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: -0.015em;
  }
} /* // @media (min-width: 1040px)  */



/* =================== */
/*   cubic__point
/* =================== */

.cubic__point--flex--box{
  margin-top: -16px;
  padding-top: 26px;
}

.cubic__point--item01,
.cubic__point--item02 {
  width: 100%;
  max-width: 313px;
  padding-top: 13px;
  margin: 0 auto;
  position: relative;
}

.cubic__point--btn{
  display: block;
  width: 100%;
  max-width: 296px;
  border-radius: 22.5px;
  background: #fff;
  border: 3px solid #da0143;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}

.cubic__point--btn:hover{
  opacity: .7;
  transition: opacity .5s;
}

.cubic__point--btn a{
  display: block;
  letter-spacing: 0.1em;
  color: #da0143;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  position: relative;
}


.cubic__point--btn--arrow{
  width: 18px;
  height: 18px;
  background-color: #da0143;
  border-radius: 9999px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cubic__point--btn--arrow span {
  display: block;
  padding-left: 4px;
}

.cubic__point--notes{
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin: 17px 0 0 0;
}

.cubic__point--member{
  display: flex;
  margin-top: 43px;
}
.cubic__point--member--target{
  width: 100%;
  max-width: 20px;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cubic__point--member--target span {
  display: block;
}
.cubic__point--member--notes{
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  padding-left: 7px;
  letter-spacing: 0em;
}

@media (min-width: 1040px) {

  .cubic__point--member{
    display: flex;
    margin-top: 30px;
  }
  .cubic__point--flex--box{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }

  .cubic__point--item01,
  .cubic__point--item02{
    max-width: 310px;
    margin: 0;
  }

  .cubic__point--notes{
    margin: 10px 0 0 0;
  }

  .cubic__point--member--target{
    font-size: 12px;
    width: 100%;
    max-width: 42px;
  }
}


/* =================== */
/*   cubic__privilege
/* =================== */

.cubic__privilege{
  background-color: #fff;
  margin-top: 18px;
  border-radius: 5px;
  padding-bottom: 30px;
}

.cubic__privilege--title{
  width: 100%;
  max-width: 607px;
  margin: 0 auto;
}

.cubic__privilege--box{
  padding: 0 10px;
}

.cubic__privilege-text{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin: 10px 0 0 0;
  letter-spacing: 0.006em;
}

.cubic__privilege-text mark{
  background: linear-gradient(transparent 57%, #FFF583 0%);
  padding: 0;
}

.privilege-point-color{
  color: #DC000C;
}

.cubic__privilege--notes{
  font-size: 10px;
  line-height: 1.5;
  margin: 14px 0 0 0;
}

.cubic__privilege--notes02{
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  margin-top: 6px;
}
.cubic__privilege--notes03{
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  margin-top: 8px;
}

.cubic__privilege--notes02 a {
  text-transform: lowercase;
  color: #1A1311;
}

@media (min-width: 1040px){
  .cubic__privilege-text{
    font-size: 16px;
    line-height: 1.8;
  }

  .cubic__privilege--box{
    padding: 0 20px;
  }

  .cubic__privilege--notes{
    margin: 7px 0 0 0;
    letter-spacing: -0.001em;
  }

  .cubic__privilege--notes03{
    margin-top: 18px;
  }
}


/* 特典1 */
.dashed__box{
  margin-top: 15px;
}

.dashed__box--01{
  width: 100%;
  max-width: 294px;
  margin: 0 auto;
}

.dashed__box--01--title{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #264293;
  margin: 0;
}
.dashed__box--01--title02{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2C7BC1;
  margin: 0;
}

.dashed__box--01--title .kome{
  font-size: 10px;
  vertical-align: text-top;
}

.dashed__box--01--text{
  border-radius: 2.83px;
  border: dashed 1px #264293;
  margin: 3px auto 0;
  display: flex;
  justify-content: space-between;
  padding: 11px;
  width: 100%;
}

.dashed__box--01--text p{
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  width: 100%;
  max-width: 186px;
  letter-spacing: 0;
  margin: 4px 0 0 0;
}

.dashed__box--01--img{
  width: 100%;
  max-width: 71px;
  padding-top: 10px;
}

.dashed__box--02{
  display: none;
}

@media (min-width: 1040px){

  .dashed__box{
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 18px;
  }

  .dashed__box--01{
    max-width: 311px;
    margin: 0 17px 0 0;
  }

  .dashed__box--01--title,
  .dashed__box--01--title02{
    font-size: 13px;
    line-height: 1.3;
  }

  .dashed__box--01--text{
    margin: 3px 0 0;
  }

  .dashed__box--01--text p{
    max-width: 200px;
  }

  .dashed__box--01--img{
    max-width: 67px;
  }

  .dashed__box--02{
    display: block;
    width: 100%;
    max-width: 112px;
  }

  .dashed__box--01--text03{
    padding: 8px 11px 20px;
  }
}


/* 特典2 */
.dashed__box02{
  margin: 13px auto 0;
  width: 100%;
  max-width: 294px;
}

.dashed__box--01--text02{
  border-radius: 2.83px;
  border: dashed 1px #2C7BC1;
  margin: 3px auto 0;
  padding: 11px;
  width: 100%;
  position: relative;
}

.cubic__privilege--cuicPay{
  width: 100%;
  max-width: 119px;
  margin: 16px auto 0;
}

.cubic__privilege--pay{
  margin-top: 27px;
}

.convenience__box--text{
  font-size: 11px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}

.convenience__box--notes{
  font-size: 10px;
}

.convenience__box--circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C7BC1;
  vertical-align: inherit;
}

.convenience__box--img{
  width: 100%;
  max-width: 225px;
  margin: 10px auto 8px;
}

.convenience__box--cost{
  width: 100%;
  max-width: 79px;
  position: absolute;
  top: -18px;
  right: -8px;
}

.convenience__box--cost p {
  margin: 0;
}
.convenience__box--cost sup {
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: left;
}

@media (min-width: 1040px){

  .dashed__box02{
    margin: 0;
    max-width: 365px;
  }

  .convenience__box{
    display: flex;
    margin-top: 7px;
    justify-content: space-around;
  }

  .convenience__box--img{
    max-width: 200px;
    margin: 0;
  }

  .convenience__box--text{
    margin: 0;
  }

  .cubic__privilege--cuicPay{
    margin: 0 0 0 32px;
  }

  .cubic__privilege--cuicPay--cont{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: end;
    margin-top: 18px;
    padding-left: 40px;
  }

  .convenience__box--cost{
    max-width: 57px;
    top: -29px;
    right: -27px;
  }
}


/* 特典3 */
.dashed__box03{
  margin: 0;
  width: 100%;
  max-width: 192px;
}

.cubic__privilege--phone{
  margin-top: 32px;
}

.phone__box--circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E15583;
  vertical-align: inherit;
}

.phone__box--text{
  font-size: 11px;
  line-height: 1.5;
  margin:  0;
}

.phone__box--img{
  width: 100%;
  max-width: 157px;
  margin: 0 auto;
  padding-top: 16px;
}

.phone__box--cost{
  width: 100%;
  max-width: 95px;
}

.phone__flexBox{
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  width: 100%;
  max-width: 293px;
}

.dashed__box--01--text03{
  border-radius: 2.83px;
  border: dashed 1px #E15583;
  padding: 8px 11px 16px;
  width: 100%;
}

.dashed__box--01--text02--pay{
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  color: #D90143;
  margin: 4px 0 0 0;
}

@media (min-width: 1040px){
  .dashed__box03{
    max-width: 220px;
  }

  .cubic__privilege--phone{
    margin-top: 14px;
  }

  .phone__box--img{
    width: 100%;
    max-width: 172px;
    margin: 14px auto 0;
    padding-top: 0;
  }

  .phone__box--cost{
    max-width: 97px;
  }

  .phone__flexBox{
    margin: 22px auto 0;
    max-width: 328px;
  }

  .dashed__box--01--text02--pay{
    letter-spacing: 0;
  }
}


/* 特典4 */
.cubic__privilege--electricity{
  margin-top: 30px;
}

.dashed__box04{
  margin: 18px auto 0;
  width: 100%;
}

.dashed__box--01--text04{
  border-radius: 2.83px;
  border: dashed 1px #5DA71E;
  padding: 8px 11px 26px;
  width: 100%;
}

.electricity__box--circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5DA71E;
  vertical-align: inherit;
}

.electricity__box--text{
  font-size: 11px;
  line-height: 1.5;
  margin:  0;
}

.electricity__box--img{
  width: 100%;
  max-width: 260px;
  margin: 18px auto 0;
}

.cubic__privilege--notes04{
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  margin-top: 8px;
}

@media (min-width: 1040px){
  .cubic__privilege--electricity{
    margin-top: 14px;
  }

  .dashed__box04{
    max-width: 470px;
  }

  .dashed__box--01--text04{
    padding: 16px 11px 18px;
  }

  .electricity__box--text{
    padding-left: 16px;
  }

  .electricity__box--img{
    margin: 14px auto 0;
    max-width: 418px;
  }
}

/* 特典5 */
.cubic__privilege--eneos{
  margin-top: 27px;
}

.eneos--text{
  font-size: 10px;
  line-height: 1.5;
  margin: 13px 0 0;
}

.dashed__box--01--text05{
  border-radius: 2.83px;
  border: dashed 1px #FCB04D;
  padding: 11px 11px 15px;
  width: 100%;
}

.eneos__box--text{
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.eneos__box--text span {
  color: #DC000C;
}

.eneos__box--img{
  width: 100%;
  max-width: 267px;
  margin: 16px auto 0;
}

.dashed__box05{
  margin: 18px auto 0;
  width: 100%;
}

@media (min-width: 1040px){
  .cubic__privilege--eneos{
    margin-top: 17px;
  }

  .dashed__box--01--text05{
    padding: 14px 14px 22px;
  }

  .eneos__box--text{
    font-size: 13px;
  }

  .eneos__box--img{
    max-width: 482px;
    margin: 10px auto 0;
  }

  .dashed__box05{
    max-width: 520px;
  }
}

.cubic__caution{
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  background-color: #78CBF4;
  margin: 20px 0 0;
  padding: 20px 10px;
  letter-spacing: 0;
}
.cubic__caution dt {
  font-weight: 400;
}

@media (min-width: 1040px){
  .cubic__caution{
    margin: 20px 0 0;
    padding: 12px 18px;
  }
}