<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* PC　Style */

/* base */

.input_wrapper {
    max-width: 820px;
    margin: 60px auto 0 auto;
    padding-bottom: 48px;
    background-color: #f3f3f3;
    border: 1px solid #111;
    border-radius: 10px;
}

/* ttl */

.simulation_title {
    padding: 1.8rem 0;
    background-color: #6e6e6e;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.simulation_box_input_title {
    width: 420px;
    padding: 1rem 0;
    background-color: #e1e1e1;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    text-align: center;
}


/* box */

.simulation {
    max-width: 600px;
    margin: 32px auto 0 auto;
}

/* form */

.simulation-box-form ul li {
    position: relative;
}

.simulation-box-form ul li &gt; div {
    height: 90px;
    margin-top: 6px;
    padding: 1rem 2.4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fafafa;
}

.simulation-box-input {
    display: flex;
    align-items: center;
}


.simulation-box-input-price {
    display: flex;
    align-items: center;
    justify-content: center;
}


.simulation-box-input-price input {
    width: 70px;
    height: 40px;
    padding: 0 5px;
    border: 2px solid #bbbbbb;
    text-align: right;
}

.simulation-box-input-txt,
.simulation-box-input-price {
    font-size: 1.6rem;
}

.simulation-box-input-txt {
    width: 230px;
    font-weight: bold;
}

.simulation-box-point {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.simulation-box-point,
.odometer {
    display: flex;
    align-items: center;
    color: #aa8222;
    font-size: 2.4rem;
}

.simulation-box-result .odometer-digit-inner {
    width: 29px;
}

.odometer-auto-theme {
    margin-right: 9px;
    vertical-align: baseline;
}

.error {
    position: absolute;
    bottom: 5px;
    left: 254px;
    color: red;
}

.input_note {
    width: 100%;
    max-width: 820px;
    padding-left: 4rem;
    margin-top: 12px;
    font-size: 1.6rem;
    text-indent: -1.6rem;
}

/* result */

.simulation-box-result {
    margin-top: 24px;
}

.m_y_point_list,
.special_list {
    height: 70px;
    max-width: 600px;
    display: flex;
    border: 1px solid #111;
    line-height: 1.5;
}

.m_y_point_list {
    font-size: 1.6rem;
}

.special_list {
    font-size: 1.4rem;
}

.m_y_point_list li,
.special_list li {
    max-width: 300px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #111;
    color: #fff;
}

.special_list_intro {
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    font-size: 1.8rem;
    text-align: center;
}

.special_list_intro::before {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    position: absolute;
    top: 1px;
    left: 143px;
    background-color: #111;
    transform: rotate(-45deg);
}

.special_list_intro::after {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    position: absolute;
    right: 143px;
    bottom: 1px;
    background-color: #111;
    transform: rotate(45deg);
}

.special_list {
    margin-top: 8px;
}

.m_y_point_list_center, .center {
    margin: 0 auto;
    text-align: center;
}

.point {
    height: 100%;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background-color: #fff;
    color: #aa8222;
    line-height: 70px;
    text-align: center;
}

.simulation-note {
    margin-top: 16px;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
}

.total_yearPoint_wrapper {
    max-width: 600px;
    margin-top: 24px;
    border: 1px solid #111;
}

.total_yearPoint_title {
    padding: 1rem 0;
    background-color: #111;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.total_yearPoint {
    padding: 1rem 0;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #fff;
    color: #aa8222;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

.total_yearPoint_odometer {
    font-size: 3.2rem;
}

/* SP　Style */
@media screen and (max-width: 767px) {
    .input_wrapper {
        max-width: 700px;
        width: 100%;
        margin: 60px auto 0 auto;
        padding-bottom: 20px;
        background-color: #f3f3f3;
        border: 1px solid #111;
        border-radius: 10px;
    }

    .contents {
        padding: 0 2vw;
    }

    .simulation_title {
        font-size: 1.8rem;
    }

    .simulation_box_input_title {
        font-size: 1.2rem;
    }

    .simulation_box_input_title {
        max-width: 260px;
        width: 100%;
    }

    .simulation-box-input {
        width: 132px;
        display: block;
    }

    .simulation-box-input-price input {
        width: 70px;
        height: 30px;
        padding: 0 5px;
        border: 1px solid #bbbbbb;
        text-align: right;
    }

    .simulation-box-form ul li &gt; div {
        padding: 1rem 2vw;
        align-items: center;
    }

    .simulation-box-input-txt {
        width: 160px;
        font-size: 1.1rem;
    }

    .simulation-box-input-price {
        display: block;
        margin-top: 4px;
        font-size: 1.8rem;
    }

    .error {
        bottom: 2px;
        left: 10px;
    }


    .odometer.odometer-auto-theme .odometer-digit,
    .odometer.odometer-theme-minimal .odometer-digit {
        vertical-align: inherit;
    }


    .odometer {
        font-size: 1.8rem;
    }

    .simulation-box-point {
        font-size: 1.7rem;
    }
    .m_y_point_list,
    .special_list {
        height: 100%;
        width: 100%;
        display: block;
        font-size: 1.2rem;
    }

    .m_y_point_list li,
    .special_list li {
        height: 50px;
        max-width: 600px;
        width: 100%;
    }

    .m_y_point_list li:first-child,
    .special_list li:first-child {
        border-bottom: 1px solid #fff;
    }

    .point {
        max-width: 420px;
        width: 55vw;
        position: relative;
        font-size: 2rem;
        line-height: 2.5;
    }

    .point::after {
        content: '';
        height: 1px;
        max-width: 420px;
        width: 55vw;
        position: absolute;
        left: 0;
        top: -1px;
        background-color: #000;
        font-size: 2rem;
        line-height: 2.5;
    }

    .m_y_point_list_center,
    .center {
        margin: 0 auto;
    }

    .simulation-note {
        margin-top: 16px;
        padding-left: 1rem;
        font-size: 1rem;
        text-indent: -1rem;
    }

    .total_yearPoint,
    .total_yearPoint_odometer {
        font-size: 2.4rem;
    }

    .special_list_intro {
        max-width: 270px;
        font-size: 1.6rem;
    }

    .special_list_intro::before {
        height: 18px;
        left: -1%;
        top: 3px;
    }

    .special_list_intro::after {
        height: 18px;
        right: -1%;
        bottom: 3px;
    }

    .input_note {
        max-width: 700px;
        width: 100%;
        padding-left: 1rem;
        font-size: 1rem;
        text-indent: -1rem;
    }


}

@media screen and (max-width: 450px) {

    .simulation_title {
        font-size: 1.6rem;
        letter-spacing: -0.1rem;
    }

}



.save_list {
  max-width: 860px;
  width: 100%;
}
.save_point_list {
  display: flex;
  flex-wrap: wrap;
}
.save_point_list &gt; dt,
.save_point_list &gt; div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.save_point_list &gt; dd {
  position: relative;
  width: calc(100% - 108px);
  color: #aa8222;
  font-size: 24px;
}
.save_point_list &gt; dd:nth-of-type(1)::before,
.save_point_list &gt; dd:nth-of-type(2)::before {
  content: "";
  z-index: 2;
  position: absolute;
  transform: translate(50%, -50%);
  right: 0;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/creditcard/use/t-premium/images/icon-plus.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.save_point_list &gt; dd:nth-of-type(2)::before {
  background-image: url(/creditcard/use/t-premium/images/icon-minus.png);
 }
.save_point_list &gt; dd em {
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
}
.save_point_list &gt; dd span:not(:first-child) {
  display: block;
  color: #656565;
  font-size: 14px;
}
.save_heading {
  display: flex;
  align-items: center;
  background-color: #585858;
  color: #fff;
  font-size: 16px;
}
.save_heading h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-right: 12px;
}
.save_item.-tsutaya .save_heading h2::before {
  background-image: url(/creditcard/use/t-premium/images/icon-book.png);
}
.save_item.-shop .save_heading h2::before {
  background-image: url(/creditcard/use/t-premium/images/icon-shop.png);
}
.save_item.-yahoo .save_heading h2::before {
  background-image: url(/creditcard/use/t-premium/images/icon-pc.png);
}
.save_item.-phone .save_heading h2::before {
  background-image: url(/creditcard/use/t-premium/images/icon-phone.png);
}
.save_item.-stand .save_heading h2::before {
  background-image: url(/creditcard/use/t-premium/images/icon-stand.png);
}
.save_item.-others .save_heading h2::before {
  background-image: url(/creditcard/use/t-premium/images/icon-restaurant.png);
}
@media screen and (max-width: 767px) {
  .save_item.-top {
    display: none;
  }
  .save_heading {
    padding: 12px 16px;
    font-size: 18px;
  }
  .save_heading h2 {
    display: flex;
    align-items: center;
  }
  .save_heading h2::before {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .save_point_list &gt; dt,
  .save_point_list &gt; dd {
    padding: 20px 8px;
    border-bottom: solid 1px #505050;
  }
  .save_point_list &gt; dt {
    width: 108px;
    background-color: #909090;
    font-size: 11px;
  }
  .save_point_list &gt; dd {
    text-align: center;
  }
  .save_point_list &gt; dd span:not(:first-child) {
    font-size: 10px;
  }
  .save_point_list &gt; dd:nth-of-type(1)::before,
  .save_point_list &gt; dd:nth-of-type(2)::before {
    content: "";
    z-index: 2;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 50%;
    right: auto;
    bottom: auto;
    display: block;
    width: 20px;
    height: 20px;
  }
  .save_point_list &gt; dd:nth-of-type(2)::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media not all and (max-width: 767px) {
  .save_item {
    display: flex;
  }
  .save_item .save_heading {
    width: 232px;
  }
  .save_item .save_heading h2 {
    width: 100%;
    padding: 16px;
    color: #F5F5F5;
  }
  .save_item .save_point_list {
    flex: 1;
  }
  .save_item:not(:first-child) dt {
    display: none;
  }
  .save_item:nth-child(2n) .save_heading {
    background-color: #484848;
  }
  .save_item:nth-child(2n + 1) dl &gt; dd {
    background-color: #CBCBCB;
  }
  .save_item:nth-child(2n) dl &gt; dd {
    background-color: #E3E3E3;
  }
  .save_point_list &gt; dt,
  .save_point_list &gt; dd,
  .save_point_list &gt; div {
    width: 37%;
    padding: 16px 24px;
  }
  .save_point_list dt:not(:first-of-type),
  .save_point_list dd:not(:first-of-type),
  .save_point_list div:not(:first-of-type) {
    border-left: solid 1px #505050;
  }
  .save_point_list &gt; *:last-of-type {
    width: 26%;
  }
  .save_point_list &gt; dt,
  .save_point_list &gt; div {
    background-color: #909090;
    order: 1;
  }
  .save_point_list &gt; dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    order: 2;
  }
  .save_point_list &gt; dd:last-of-type {
    align-items: center;
  }
  .save_point_list &gt; dd em {
    display: block;
  }
  .save_item.-tsutaya .save_heading h2::before {
    width: 52px;
  }
  .save_item.-familymart .save_heading h2::before {
    width: 44px;
  }
  .save_item.-yahoo .save_heading h2::before {
    width: 56px;
  }
  .save_item.-softbank .save_heading h2::before {
    width: 28px;
    height: 44px;
  }
  .save_item.-others .save_heading h2::before {
    width: 28px;
    height: 48px;
  }
}

</pre></body></html>