@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 768px) {
  p.newt-get-lead {
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }

  /* get-store
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-store-list {
    margin: 20px 0 0;
  }

  #newt-get-store-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  #newt-get-store-list ul li {
    width: calc(100% / 6);
    padding: 0 12px;
  }

  #newt-get-store-list ul li:nth-child(n + 7) {
    margin-top: 24px;
  }

  #newt-get-store-list ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  #newt-get-store-list ul li a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #newt-get-store-list ul li a.new::after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 42px;
    height: 16px;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    text-align: center;
    content: "NEW";
    background: #fc1050;
    border-radius: 8px;
  }

  #newt-get-store-list ul li a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-store-box .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .newt-get-store-box .newt-get-txt-link {
    margin: 20px auto 0;
    text-align: center;
  }

  .newt-get-store-box .newt-get-txt-link a {
    color: #203d95;
    text-decoration: underline;
  }

  .newt-get-store-box .newt-get-txt-link a:hover {
    text-decoration: none;
  }

  /* newt-get-cp
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-cp {
    background: #f5f5f5;
  }

  #newt-get-cp-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  #newt-get-cp-list ul li {
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  #newt-get-cp-list ul li:nth-child(n + 4) {
    margin-top: 24px;
  }

  #newt-get-cp-list ul li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  #newt-get-cp-list ul li a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-cp-list-txt {
    padding: 15px;
  }

  .newt-get-cp-list-txt .label {
    display: inline-block;
    width: 90px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 10px;
  }

  .newt-get-cp-list-txt p {
    display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
    margin: 15px 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #newt-get-cp .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }

  /* newt-get-save
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .newt-get-save-yt {
    max-width: 800px;
    margin: 25px auto 0;
  }

  .newt-get-save-yt-box {
    position: relative;
    padding-top: 56.25%;
  }

  .newt-get-save-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .newt-get-save-applist {
    width: 637px;
    margin: 30px auto 0;
  }

  .newt-get-save-applist ul {
    display: flex;
    margin: 30px auto 0;
  }

  .newt-get-save-applist ul li {
    width: calc(100% / 6);
  }

  .newt-get-save-applist ul li + li {
    margin-left: 20px;
  }

  .newt-get-save-applist ul li figure {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-save-applist .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .newt-get-check {
    position: relative;
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #d1d1d6;
  }

  .newt-get-check-list {
    display: flex;
    margin: 30px -15px 0;
  }

  .newt-get-check-item {
    width: 50%;
    padding: 0 15px;
  }

  .newt-get-check-item-inner {
    padding: 30px 25px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-check-title {
    position: relative;
  }

  .newt-get-check-title figure {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    padding: 0 0 0 20px;
    transform: translateY(-50%);
  }

  .newt-get-check-title dl {
    padding: 0 0 0 100px;
  }

  .newt-get-check-title dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #203d95;
  }

  .newt-get-check-title dl dd {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .newt-get-check-item:nth-child(1) figure img {
    width: 46px;
  }

  .newt-get-check-item:nth-child(2) figure img {
    width: 54px;
  }

  .newt-get-check-item .newt-get-btn-link-rad {
    margin-top: 30px;
  }

  .newt-get-icon-plus {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background: #fff;
    border: 2px solid #333;
    border-radius: 20px;
  }

  .newt-get-icon-plus::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-icon-plus::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 22px;
    margin: auto;
    content: "";
    background: #333;
  }

  /* newt-get-credit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-credit {
    background: #f5f5f5;
  }

  .newt-get-credit-list {
    display: flex;
    justify-content: center;
  }

  .newt-get-credit-list figure {
    padding: 0 0 0 30px;
  }

  .newt-get-credit-list p {
    margin: 25px 0 0;
    font-weight: bold;
    text-align: center;
  }

  .newt-get-credit-case {
    max-width: 580px;
    margin: 25px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-credit-case .newt-get-credit-pd a {
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .newt-get-credit-case .newt-get-credit-pd a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-credit-case .newt-get-credit-pd a::after {
    position: absolute;
    top: 0;
    right: 27px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 7px;
    margin: auto;
    content: "";
    background: url(../img/arrow_bl_pd.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transition: transform 400ms ease;
    transform: rotate(180deg);
  }

  .newt-get-credit-case .newt-get-credit-pd a.on::after {
    transform: rotate(0);
  }

  .newt-get-credit-case-detail {
    display: none;
    padding: 0 0 30px;
    margin: 0 25px;
    border-top: 1px solid #eee;
  }

  .newt-get-credit-case-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 30px;
  }

  .newt-get-credit-case-item {
    border-bottom: 1px solid #333;
  }

  .newt-get-credit-case-item figure {
    width: 155px;
    text-align: center;
  }

  .newt-get-credit-case-item figure span {
    display: block;
    font-size: 10px;
    font-weight: bold;
  }

  .newt-get-credit-case-item figure img {
    width: 37px;
  }

  .newt-get-credit-case-price {
    font-size: 18px;
    font-weight: bold;
  }

  .newt-get-credit-case-price span {
    padding: 0 0 0 5px;
    font-size: 10px;
  }

  .newt-get-credit-case-point {
    width: 240px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }

  .newt-get-credit-case-point p {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
  }

  .newt-get-credit-case-point p::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 27px;
    margin: auto;
    content: "";
    background: url(../img/_r4vp_logo_tpoint.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-credit-case-point span {
    display: inline-block;
    width: 30px;
    margin: 0 0 0 5px;
    font-size: 10px;
    text-align: left;
  }

  .newt-get-icon-plus-s {
    position: absolute;
    right: 0;
    bottom: -10.5px;
    left: 0;
    z-index: 10;
    width: 21px;
    height: 21px;
    margin: auto;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
  }

  .newt-get-icon-plus-s::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 1px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-icon-plus-s::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 9px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-icon-arrow {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 24px;
    height: 23.5px;
    margin: auto;
    background: url(../img/icon_case_arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-credit-case-result {
    margin: 30px 0 0;
  }

  .newt-get-credit-case-result-item h4 {
    position: relative;
    text-align: center;
  }

  .newt-get-credit-case-result-item h4::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-credit-case-result-item h4 span {
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
  }

  .newt-get-credit-case-result-txt {
    padding: 5px 0 0;
    line-height: 1.8;
    text-align: center;
  }

  .newt-get-credit-case-result-txt p strong {
    font-size: 26px;
    font-weight: bold;
    color: #fc1050;
  }

  .newt-get-credit-case-result-txt p span {
    margin: 0 0 0 5px;
    font-size: 10px;
  }

  .newt-get-credit-case-result-txt p.newt-get-cap {
    font-weight: bold;
  }

  .newt-get-credit-case-result-txt p.newt-get-note {
    font-size: 12px;
  }

  .newt-get-credit-case-result-list {
    display: flex;
    justify-content: space-between;
  }

  .newt-get-credit-case-result-list .newt-get-credit-case-result-item {
    width: calc(50% - 18px);
  }

  .newt-get-credit-case-note-list {
    margin: 30px 0 0;
  }

  .newt-get-credit-case-note-list li {
    display: flex;
    font-size: 12px;
    line-height: 1.8;
  }

  .newt-get-credit-case-note-list li i {
    line-height: 1.8;
  }

  .newt-get-credit-case-note-list li + li {
    margin-top: 10px;
  }

  .newt-get-credit-case-note-list span {
    width: 30px;
  }

  #newt-get-credit .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }

  /* newt-get-tmall
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .newt-get-tmall-detail {
    max-width: 580px;
    padding: 0 25px;
    margin: 25px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-tmall-col {
    padding: 25px 0;
  }

  .newt-get-tmall-col + .newt-get-tmall-col {
    border-top: 1px solid #eee;
  }

  .newt-get-tmall-col1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newt-get-tmall-col1 figure {
    width: 67px;
  }

  .newt-get-tmall-col1 p {
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-get-tmall-col2 {
    text-align: center;
  }

  .newt-get-tmall-col2 p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #203d95;
  }

  .newt-get-tmall-col2 p strong {
    font-size: 20px;
    font-weight: bold;
    color: #fc1050;
  }

  #newt-get-tmall .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }

  /* newt-get-confirm
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-confirm {
    background: #f5f5f5;
  }

  .newt-get-confirm-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 580px;
    padding: 20px;
    margin: 25px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-confirm-detail h4 {
    width: 154px;
  }

  .newt-get-confirm-detail p {
    margin: 20px 0 0;
    line-height: 1.5;
    color: #333;
  }

  .newt-get-confirm-detail .newt-get-confirm-txt {
    width: calc(100% - 100px);
  }

  .newt-get-confirm-detail figure {
    width: 54px;
  }

  #newt-get-confirm .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
}

@media screen and (max-width: 767px) {
  p.newt-get-lead {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }

  /* get-store
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-store-list {
    margin: 20px 0 0;
  }

  #newt-get-store-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  #newt-get-store-list ul li {
    width: calc(99.999% / 3);
    padding: 0 8px;
  }

  #newt-get-store-list ul li:nth-child(n + 4) {
    margin-top: 16px;
  }

  #newt-get-store-list ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  #newt-get-store-list ul li a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #newt-get-store-list ul li a.new::after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 42px;
    height: 16px;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    text-align: center;
    content: "NEW";
    background: #fc1050;
    border-radius: 8px;
  }

  #newt-get-store-list ul li a:hover {
    color: #333;
    text-decoration: none;
  }

  .newt-get-store-box .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  .newt-get-store-box .newt-get-txt-link {
    margin: 20px auto 0;
    text-align: center;
  }

  .newt-get-store-box .newt-get-txt-link a {
    font-size: 14px;
    color: #203d95;
    text-decoration: underline;
  }

  /* newt-get-cp
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-cp {
    background: #f5f5f5;
  }

  #newt-get-cp-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  #newt-get-cp-list ul li {
    width: 50%;
    padding: 0 8px;
  }

  #newt-get-cp-list ul li:nth-child(n + 3) {
    margin-top: 24px;
  }

  #newt-get-cp-list ul li a {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  #newt-get-cp-list ul li a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-cp-list-txt {
    padding: 15px;
  }

  .newt-get-cp-list-txt .label {
    display: inline-block;
    width: 90px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 10px;
  }

  .newt-get-cp-list-txt p {
    display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
    margin: 15px 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  #newt-get-cp .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  /* newt-get-save
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .newt-get-save-yt {
    max-width: 800px;
    margin: 25px auto 0;
  }

  .newt-get-save-yt-box {
    position: relative;
    padding-top: 56.25%;
  }

  .newt-get-save-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .newt-get-save-applist {
    margin: 20px auto 0;
  }

  .newt-get-save-applist ul {
    display: flex;
    margin: 20px auto 0;
  }

  .newt-get-save-applist ul li {
    width: calc(100% / 6);
  }

  .newt-get-save-applist ul li + li {
    margin-left: 10px;
  }

  .newt-get-save-applist ul li figure {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-save-applist .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  .newt-get-check {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d1d1d6;
  }

  .newt-get-check-list {
    margin: 20px 0 0;
  }

  .newt-get-check-item + .newt-get-check-item {
    margin-top: 15px;
  }

  .newt-get-check-item-inner {
    padding: 25px 15px 15px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-check-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newt-get-check-title figure {
    width: 100px;
    padding: 0 0 0 20px;
  }

  .newt-get-check-title dl {
    width: 170px;
  }

  .newt-get-check-title dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
  }

  .newt-get-check-title dl dd {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .newt-get-check-item:nth-child(1) figure img {
    width: 46px;
  }

  .newt-get-check-item:nth-child(2) figure img {
    width: 54px;
  }

  .newt-get-check-item .newt-get-btn-link-rad {
    max-width: 500px;
    margin: 20px auto 0;
  }

  .newt-get-icon-plus {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    background: #fff;
    border: 2px solid #333;
    border-radius: 20px;
  }

  .newt-get-icon-plus::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-icon-plus::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    content: "";
    background: #333;
  }

  /* newt-get-credit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-credit {
    background: #f5f5f5;
  }

  .newt-get-credit-list {
    display: flex;
    justify-content: center;
  }

  .newt-get-credit-list figure {
    max-width: 162px;
  }

  .newt-get-credit-list p {
    padding: 0 16px 0 0;
    margin: 15px 0 0;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .newt-get-credit-case {
    max-width: 580px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-credit-case .newt-get-credit-pd a {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
  }

  .newt-get-credit-case .newt-get-credit-pd a::after {
    position: absolute;
    top: 0;
    right: 27px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 7px;
    margin: auto;
    content: "";
    background: url(../img/arrow_bl_pd.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transition: transform 400ms ease;
    transform: rotate(180deg);
  }

  .newt-get-credit-case .newt-get-credit-pd a.on::after {
    transform: rotate(0);
  }

  .newt-get-credit-case-detail {
    display: none;
    padding: 0 0 20px;
    margin: 0 15px;
    border-top: 1px solid #eee;
  }

  .newt-get-credit-case-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }

  .newt-get-credit-case-item {
    border-bottom: 1px solid #333;
  }

  .newt-get-credit-case-item figure {
    width: 85px;
    text-align: center;
  }

  .newt-get-credit-case-item figure span {
    display: block;
    font-size: 10px;
    font-weight: bold;
  }

  .newt-get-credit-case-item figure img {
    width: 37px;
  }

  .newt-get-credit-case-price {
    font-size: 18px;
    font-weight: bold;
  }

  .newt-get-credit-case-price span {
    padding: 0 0 0 5px;
    font-size: 10px;
  }

  .newt-get-credit-case-point {
    width: 140px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }

  .newt-get-credit-case-point p {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
  }

  .newt-get-credit-case-point p::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 27px;
    margin: auto;
    content: "";
    background: url(../img/_r4vp_logo_tpoint.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-credit-case-point span {
    display: inline-block;
    width: 30px;
    margin: 0 0 0 5px;
    font-size: 10px;
    text-align: left;
  }

  .newt-get-icon-plus-s {
    position: absolute;
    right: 0;
    bottom: -8.5px;
    left: 0;
    z-index: 10;
    width: 17px;
    height: 17px;
    margin: auto;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
  }

  .newt-get-icon-plus-s::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 1px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-icon-plus-s::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 9px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-icon-arrow {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    background: url(../img/icon_case_arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-credit-case-result {
    margin: 25px 0 0;
  }

  .newt-get-credit-case-result-item h4 {
    position: relative;
    text-align: center;
  }

  .newt-get-credit-case-result-item h4::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    content: "";
    background: #333;
  }

  .newt-get-credit-case-result-item h4 span {
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
  }

  .newt-get-credit-case-result-txt {
    padding: 5px 0 0;
    line-height: 1.8;
    text-align: center;
  }

  .newt-get-credit-case-result-txt p strong {
    font-size: 26px;
    font-weight: bold;
    color: #fc1050;
  }

  .newt-get-credit-case-result-txt p span {
    margin: 0 0 0 5px;
    font-size: 10px;
  }

  .newt-get-credit-case-result-txt p.newt-get-cap {
    font-size: 10px;
    font-weight: bold;
  }

  .newt-get-credit-case-result-txt p.newt-get-note {
    font-size: 10px;
  }

  .newt-get-credit-case-result-list {
    display: flex;
    justify-content: space-between;
  }

  .newt-get-credit-case-result-list .newt-get-credit-case-result-item {
    width: calc(50% - 15px);
  }

  .newt-get-credit-case-note-list {
    margin: 20px 0 0;
  }

  .newt-get-credit-case-note-list li {
    display: flex;
    font-size: 12px;
    line-height: 1.8;
  }

  .newt-get-credit-case-note-list li i {
    line-height: 1.8;
  }

  .newt-get-credit-case-note-list li + li {
    margin-top: 15px;
  }

  .newt-get-credit-case-note-list span {
    width: 30px;
  }

  .newt-get-credit-case-note-list i {
    width: calc(100% - 30px);
  }

  #newt-get-credit .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  /* newt-get-tmall
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .newt-get-tmall-detail {
    max-width: 580px;
    padding: 0 15px;
    margin: 25px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-tmall-col {
    padding: 20px 0;
  }

  .newt-get-tmall-col + .newt-get-tmall-col {
    border-top: 1px solid #eee;
  }

  .newt-get-tmall-col1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newt-get-tmall-col1 figure {
    width: 67px;
  }

  .newt-get-tmall-col1 p {
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-get-tmall-col2 {
    text-align: center;
  }

  .newt-get-tmall-col2 p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #203d95;
  }

  .newt-get-tmall-col2 p strong {
    font-size: 18px;
    font-weight: bold;
    color: #fc1050;
  }

  #newt-get-tmall .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  /* newt-get-confirm
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-get-confirm {
    background: #f5f5f5;
  }

  .newt-get-confirm-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 580px;
    padding: 15px;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-get-confirm-detail h4 {
    width: 116px;
  }

  .newt-get-confirm-detail p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }

  .newt-get-confirm-detail .newt-get-confirm-txt {
    width: calc(100% - 70px);
  }

  .newt-get-confirm-detail figure {
    width: 54px;
  }

  #newt-get-confirm .newt-get-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 374px) {
  .newt-get-credit-case-price {
    font-size: 13px;
  }

  .newt-get-credit-case-point {
    width: 120px;
    font-size: 18px;
  }

  .newt-get-tmall-col2 p {
    font-size: 13px;
  }

  .newt-get-check-title dl dt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .tcard_pre_wid {
    position: relative !important;
    left: 20px;
    width: 70% !important;
  }

  .tcard_img_top {
    position: relative;
    top: 30px;
  }

  .tcard_pri_top {
    position: relative;
    top: 60px;
  }

  .tcard_pri_top_pp {
    position: relative;
    top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .tcard_pri_top {
    position: relative;
    top: 95px;
  }

  .tcard_pri_top_pp {
    position: relative;
    top: 35px;
  }

  .tcard_img_top {
    position: relative;
    top: 45px;
  }
}
