/* Common
=============================== */
.l-body {
  background-color: #fff;
}
[class^="cardEnd"] strong {
  font-weight: bold;
  color: #ff0000;
}
[class^="cardEnd"] .c-txt-link {
  color: #1F1F1F;
}
.cardEnd-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  border: 1px solid #68889a;
  background-color: #68889a;
}
.cardEnd-bg {
  background-color: #e6ecf0;
}
.cardEnd-txt-link {
  text-decoration: underline;
}
.cardEnd-txt-link[target=_blank]:not(._pdfIcon)::after {
  position: relative;
  content: "";
  top: 5px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: text-top;
  background: url(/cms/tobucard/img/usr/common/ico_blank_black.svg) no-repeat center / contain;
}
[class^="cardEnd"] .c-link__inner[target=_blank]:not(._deco):not(._pdfIcon):not(._excelIcon)::after {
  background-image: url(/cms/tobucard/img/usr/common/ico_blank_black.svg) ;
}
[class^="cardEnd"] .c-txt-link._pdfIcon::after {
  top: -2px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  background: url(/cms/tobucard/img/usr/common/ico_pdf.svg) no-repeat right center / contain;
}
@media print, screen and (max-width: 767px) {
  [class^="cardEnd"] .c-hdgLv2 {
    font-size: clamp(1.7rem, calc(19 / 414 * 100vw), 2.1rem);
    line-height: calc(60/34);
    letter-spacing: .04em;
  }
  [class^="cardEnd"] .c-hdgLv2 + .l-baseContentsInner > p:first-child {
    margin-top: 10px;
  }
  [class^="cardEnd"]:not(.cardEnd-faq) p:not([class^="cardEnd"]):not(.c-txt-note),
  [class^="cardEnd"] .c-link,
  [class^="cardEnd"] .c-txt-note,
  [class^="cardEnd"] .c-list-note,
  [class^="cardEnd"] .c-list-normal {
    font-size: clamp(1.2rem, calc(14 / 414 * 100vw), 1.6rem);
    line-height: calc(52/32);
  }
  .cardEnd-lead {
    margin-top: 15px;
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
    line-height: calc(52/32);
  }
  .cardEnd-btn {
    width: 90%;
    min-height: 48px;
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
    border-radius: 48px;
  }
  .cardEnd-bg {
    padding: 40px 0;
  }
  .cardEnd-txt-link[target=_blank]:not(._pdfIcon)::after,
  [class^="cardEnd"] .c-link__inner[target=_blank]:not(._deco):not(._pdfIcon):not(._excelIcon)::after {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  [class^="cardEnd"] .c-hdgLv2 + .l-baseContentsInner > p:first-child {
    margin-top: 24px;
  }
  [class^="cardEnd"]:not(.cardEnd-faq) p:not([class^="cardEnd"]):not(.c-txt-note),
  [class^="cardEnd"] .c-link,
  [class^="cardEnd"] .c-txt-note,
  [class^="cardEnd"] .c-list-note,
  [class^="cardEnd"] .c-list-normal {
    font-size: 1.6rem;
    line-height: calc(38/24);
  }
  .cardEnd-lead {
    margin-top: 40px;
    font-size: 2rem;
    line-height: calc(38/24);
  }
  .cardEnd-btn {
    width: 100%;
    max-width: 440px;
    min-height: 60px;
    font-size: 2.2rem;
    border-radius: 30px;
  }
  .cardEnd-btn:hover, .cardEnd-btn:focus {
    color: #68889a;
    background-color: #fff;
    opacity: 1;
  }
  .cardEnd-bg {
    padding: 80px 0;
  }
  .cardEnd-txt-link[target=_blank]:not(._pdfIcon)::after,
  [class^="cardEnd"] .c-link__inner[target=_blank]:not(._deco):not(._pdfIcon):not(._excelIcon)::after {
    width: 16px;
    height: 16px;
  }
}

/* First View
=============================== */
[class^="cardEnd"] .c-hdgLv1 {
  letter-spacing: .06em;
  line-height: calc(60/38);
}
.cardEnd-fv-row__txt {
  margin: 0 auto;
  padding: 0 1.2em;
  width: fit-content;
  position: relative;
}
.cardEnd-fv-row__txt::before,
.cardEnd-fv-row__txt::after {
  position: absolute;
  content: "";
  bottom: -3px;
  width: 1px;
  height: 100%;
  background-color: #68889a;
  transform-origin: top;
}
.cardEnd-fv-row__txt::before {
  left: 0;
  transform: rotate(-25deg);
}
.cardEnd-fv-row__txt::after {
  right: 0;
  transform: rotate(25deg);
}
.cardEnd-fv-row__item .cardEnd-btn {
  margin-top: 15px;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-fv {
    padding: 30px 0 50px;
  }
  [class^="cardEnd"] .c-hdgLv1 {
    font-size: clamp(1.9rem, calc(21 / 414 * 100vw), 2.3rem);
  }
  .cardEnd-fv-row {
    margin-top: 10px;
  }
  .cardEnd-fv-row__item + .cardEnd-fv-row__item {
    margin-top: 30px;
  }
  [class^="cardEnd"] .cardEnd-fv-row__txt {
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-fv {
    padding: 80px 0 100px;
  }
  [class^="cardEnd"] .c-hdgLv1 {
    font-size: 3.8rem;
  }
  .cardEnd-fv-row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .cardEnd-fv-row__item {
    width: 100%;
    max-width: 440px;
  }
  [class^="cardEnd"] .cardEnd-fv-row__txt {
    font-size: 2rem;
  }
}

/* Nav
=============================== */
.cardEnd-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.cardEnd-nav__link {
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-nav__list {
    gap: 10px 5px;
  }
  .cardEnd-nav__link {
    padding: 5px 10px;
    min-height: 35px;
    font-size: clamp(1.1rem, calc(12 / 414 * 100vw), 1.4rem);
    border-radius: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-nav__list {
    gap: 10px;
  }
  .cardEnd-nav__link {
    padding: 5px 20px;
    min-height: 46px;
    font-size: 1.8rem;
    border-radius: 23px;
  }
}

/* Target
=============================== */
.cardEnd-target-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cardEnd-target-cards__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.cardEnd-target-cards__name {
  text-align: center;
}
.cardEnd-target-cards__img {
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,.22));
}
@media print, screen and (max-width: 767px) {
  .cardEnd-target {
    padding: 40px 0;
  }
  .cardEnd-target-cards {
    margin-top: 20px;
    gap: 15px 12px;
  }
  .cardEnd-target-cards__item {
    width: calc((100% - 12px) / 2);
  }
  .cardEnd-target-cards__name {
    font-size: clamp(.9rem, calc(10 / 414 * 100vw), 1.2rem);
    line-height: calc(28/20);
  }
  .cardEnd-target-imp {
    margin-top: 10px;
    font-size: clamp(1.2rem, calc(14 / 414 * 100vw), 1.6rem);
    line-height: calc(21/14);
    letter-spacing: .02em;
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-target {
    padding: 80px 0;
  }
  .cardEnd-target-cards {
    margin-top: 40px;
    gap: 46px;
  }
  .cardEnd-target-cards__item {
    width: calc((100% - 46px * 2) / 3);
    min-width: 250px;
  }
  .cardEnd-target-cards__name {
    font-size: 1.8rem;
    line-height: calc(24/18);
  }
  .cardEnd-target-imp {
    margin-top: 30px;
    font-size: 2.6rem;
    line-height: calc(42/26);
    letter-spacing: .05em;
  }
}

/* Old End
=============================== */
.cardEnd-oldEnd.cardEnd-bg {
  padding-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-oldEnd-schedule-wrap {
    /* margin: 15px -16px 0; */
    margin: 15px 0 0;
    position: relative;
  }
  /* .cardEnd-oldEnd-schedule {
    padding: 0 16px 15px;
    overflow-x: auto;
  } */
  .cardEnd-oldEnd-schedule::after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: min(calc(40 / 414 * 100vw), 80px);
    height: min(calc(40 / 414 * 100vw), 80px);
    background: url(/cms/tobucard/img/usr/news/end/expand.webp) no-repeat center / contain;
  }
  /* .cardEnd-oldEnd-schedule::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 8%;
    z-index: 1;
    width: min(calc(50 / 414 * 100vw), 80px);
    height: min(calc(50 / 414 * 100vw), 80px);
    background: url(/cms/tobucard/img/usr/news/end/swipe.webp) no-repeat center / contain;
    transform: translateY(-50%);
    opacity: 0;
    transition: .2s linear;
    pointer-events: none;
  }
  .cardEnd-oldEnd-schedule:not(.is-swipe-active)::after {
    opacity: 1;
  } */
  /* .cardEnd-oldEnd-schedule img {
    width: 693px;
    height: 135px;
  } */
  .cardEnd-oldEnd-schedule-wrap + p {
    margin-top: 20px;
  }
  /* scroll bar */
  /* .cardEnd-oldEnd-schedule::-webkit-scrollbar {
    height: 10px;
  }
  .cardEnd-oldEnd-schedule::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #d4d4d4;
    border: solid transparent;
    border-width: 0 16px;
    background-clip: padding-box;
  }
  .cardEnd-oldEnd-schedule::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #808080;
    border: solid transparent;
    border-width: 0 16px;
    background-clip: padding-box;
  } */
}
@media print, screen and (min-width: 768px) {
  .cardEnd-oldEnd-schedule-wrap {
    margin: 20px auto 0;
    max-width: 1020px;
  }
  .cardEnd-oldEnd-schedule-wrap + p {
    margin-top: 25px;
  }
}

/* modal */
@media print, screen and (max-width: 767px) {
  body.is-modal-active {
    overflow: hidden;
  }

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    /* padding: 15px; */
    border-radius: 5px;
    max-width: 95vw;
    max-height: 95vh;
  }
  .modal-close {
    position: absolute;
    left: 50%;
    bottom: -78px;
    width: 48px;
    height: 48px;
    background: url(/cms/tobucard/img/usr/common/ico_modal_close.svg) no-repeat center / contain;
    transform: translateX(-50%);
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
    z-index: 10;
  }
  .modal-image-wrapper {
    width: 700px;
    height: 368px;
    overflow: auto;
    border: 1px solid #eee;
    max-width: 100%;
  }
  .modal-image-wrapper img {
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

/* Old WEB End
=============================== */
.cardEnd-oldWebEnd-sec {
  border-radius: 10px;
  background-color: #fff;
}
.cardEnd-oldWebEnd-sec + .cardEnd-oldWebEnd-sec {
  margin-top: 10px;
}
.cardEnd-oldWebEnd-hdg {
  font-weight: bold;
  text-align: center;
  color: #f00;
}
.cardEnd-oldWebEnd-meisai-desc {
  margin-top: 5px;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-oldWebEnd-sec {
    margin-top: 20px;
    padding: 20px 20px 25px;
  }
  .cardEnd-oldWebEnd-hdg {
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
  .cardEnd-oldWebEnd-sec-inner {
    margin-top: 10px;
  }
  .cardEnd-oldWebEnd-hdg + .c-list-normal {
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
    line-height: calc(54/32);
    letter-spacing: .06em;
  }
  .cardEnd-oldWebEnd-meisai-ttl,
  .cardEnd-oldWebEnd-meisai-desc {
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
  }
  .cardEnd-oldWebEnd-meisai,
  .cardEnd-oldWebEnd-sec-inner .c-txt-note {
    margin-top: 10px;
  }
  .cardEnd-oldWebEnd-txt {
    margin-top: 15px;
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-oldWebEnd-sec {
    margin: 20px auto 0;
    padding: 30px 30px 40px;
    max-width: 1040px;
  }
  .cardEnd-oldWebEnd-hdg {
    font-size: 2.6rem;
  }
  .cardEnd-oldWebEnd-sec-inner {
    margin: 20px auto 0;
    max-width: 765px;
  }
  .cardEnd-oldWebEnd-hdg + .c-list-normal {
    font-size: 2.2rem;
    line-height: calc(40/22);
    letter-spacing: .06em;
  }
  .cardEnd-oldWebEnd-sec .c-list-normal._col {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 20px;
  }
  .cardEnd-oldWebEnd-sec .c-list-normal._col > li {
    width: calc((100% - 20px * 3) / 2);
  }
  .cardEnd-oldWebEnd-meisai-desc {
    font-size: 1.8rem;
  }
  .cardEnd-oldWebEnd-meisai,
  .cardEnd-oldWebEnd-sec-inner .c-txt-note {
    margin-top: 15px;
  }
  .cardEnd-oldWebEnd-txt {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

/* Old Handling
=============================== */
@media print, screen and (max-width: 767px) {
  .cardEnd-oldHandling {
    padding-top: 40px;
  }
  .cardEnd-oldHandling-txt {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-oldHandling {
    padding-top: 80px;
  }
  .cardEnd-oldHandling-txt {
    margin-top: 10px;
  }
}

/* Point
=============================== */
.cardEnd-point-hdg {
  font-weight: 500;
  color: #68889a;
}
.cardEnd-point-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardEnd-point-layout__item._row {
  display: flex;
}
.cardEnd-point-layout__item._row > .cardEnd-point-layout__img {
  width: 100%;
}
.cardEnd-point-layout__img .credits {
  margin-top: 5px;
  display: block;
  text-align: center;
  letter-spacing: .02em;
}
.cardEnd-point-layout__connect {
  text-align: center;
}
.cardEnd-point-layout__connect::before {
  content: "";
  margin: 0 auto;
  display: block;
  background: no-repeat center / contain;
}
.cardEnd-point-layout__connect._alignment::before {
  background-image: url(../../../img/usr/news/end/icon_link3.webp);
}
.cardEnd-point-layout__connect._link::before {
  background-image: url(../../../img/usr/news/end/icon_link2.webp);
}
.cardEnd-point-layout__connect._cancel::before {
  background-image: url(../../../img/usr/news/end/icon_cancel.webp);
}
.cardEnd-point-sec .c-txt-note {
  margin-top: 1em;
}
.cardEnd-point-app__ttl {
  text-align: center;
}
.cardEnd-point-app__detail {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-point {
    padding-top: 40px;
  }
  .cardEnd-point-sec {
    margin-top: 20px;
  }
  .cardEnd-point-sec + .cardEnd-point-sec {
    margin-top: 35px;
  }
  .cardEnd-point-hdg,
  .cardEnd-point-txt,
  .cardEnd-point-sec .c-link,
  .cardEnd-point-sec .c-txt-note {
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
  .cardEnd-point-txt {
    margin-top: 5px;
  }
  .cardEnd-point-layout {
    margin-top: 10px;
    gap: 10px;
  }
  .cardEnd-point-layout__item {
    width: calc(105 / 414 * 100vw);
    flex: 1;
  }
  .cardEnd-point-layout__item._row {
    gap: 5px;
    width: calc(185 / 414 * 100vw);
    flex: 1.7;
  }
  .cardEnd-point-layout__item._col {
    flex: .9;
  }
  .cardEnd-point-layout__item._col .cardEnd-point-layout__img + .cardEnd-point-layout__img {
    margin-top: 8px;
  }
  .cardEnd-point-layout__img .credits {
    font-size: clamp(.9rem, calc(10 / 414 * 100vw), 1.2rem);
  }
  .cardEnd-point-layout__connect {
    width: calc(62 / 414 * 100vw);
    font-size: clamp(1rem, calc(11 / 414 * 100vw), 1.3rem);
    letter-spacing: -.07em;
  }
  .cardEnd-point-layout__connect::before {
    margin-bottom: 5px;
  }
  .cardEnd-point-layout__connect._alignment::before,
  .cardEnd-point-layout__connect._link::before {
    width: min(calc(53 / 414 * 100vw), 107px);
    height: min(calc(28 / 414 * 100vw), 56px);
  }
  .cardEnd-point-layout__connect._cancel::before {
    width: min(calc(46 / 414 * 100vw), 92px);
    height: min(calc(28 / 414 * 100vw), 56px);
  }
  .cardEnd-point-app {
    margin-top: 20px;
  }
  .cardEnd-point-app__ttl {
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
  .cardEnd-point-app__detail {
    margin-top: 8px;
    gap: 5px;
  }
  .cardEnd-point .c-txt-note {
    margin-top: 15px;
  }
  .cardEnd-point-fig {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-point {
    padding-top: 100px;
  }
  .cardEnd-point-sec {
    margin-top: 35px;
  }
  .cardEnd-point-sec + .cardEnd-point-sec {
    margin-top: 60px;
  }
  .cardEnd-point-hdg,
  .cardEnd-point-txt,
  .cardEnd-point-sec .c-link,
  .cardEnd-point-sec .c-txt-note {
    font-size: 2rem;
  }
  .cardEnd-point-txt {
    margin-top: 15px;
  }
  .cardEnd-point-layout {
    margin-top: 25px;
    gap: 20px;
  }
  .cardEnd-point .cardEnd-point-layout__item {
    max-width: 210px;
  }
  .cardEnd-point-layout__item._row {
    gap: 10px;
    max-width: 370px;
  }
  .cardEnd-point-layout__item._col
  ._link + .cardEnd-point-layout__item,
  .cardEnd-pocs .cardEnd-point-layout__item {
    max-width: 290px;
  }
  .cardEnd-point-layout__img .credits {
    font-size: 1.8rem;
  }
  .cardEnd-point-layout__connect {
    font-size: 2rem;
  }
  .cardEnd-point-layout__connect::before {
    margin-bottom: 10px;
  }
  .cardEnd-point-layout__connect._alignment::before,
  .cardEnd-point-layout__connect._link::before {
    width: 123px;
    height: 65px;
  }
  .cardEnd-point-layout__connect._cancel::before {
    width: 92px;
    height: 56px;
  }
  .cardEnd-point-app {
    margin-top: 50px;
  }
  .cardEnd-point-app__ttl {
    font-size: 2.4rem;
  }
  .cardEnd-point-app__detail {
    margin-top: 15px;
    gap: 10px;
  }
  .cardEnd-point-app__icon img {
    max-height: 84px;
  }
  .cardEnd-point .c-txt-note {
    margin-top: 30px;
  }
  .cardEnd-point-fig {
    margin: 25px auto 0;
    max-width: 1038px;
  }
}

/* Skytree
=============================== */
.cardEnd-skytree-main img {
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,.22));
}
.cardEnd-skytree-main .credits {
  display: block;
  line-height: calc(30/20);
  letter-spacing: .05em;
  text-align: center;
}
.cardEnd-skytree-list__item {
  display: flex;
}
.cardEnd-skytree-list__mrk {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  background-color: #8fb6cc;
}
.cardEnd-skytree-list__txt {
  flex: 1;
  line-height: calc(42/30);
}
@media print, screen and (max-width: 767px) {
  .cardEnd-skytree-main {
    margin: 15px auto 0;
    width: calc(248 / 414 * 100vw);
  }
  .cardEnd-skytree-main .credits {
    margin-top: 5px;
    font-size: clamp(.9rem, calc(10 / 414 * 100vw), 1.2rem);
  }
  .cardEnd-skytree-list__item {
    align-items: flex-start;
    gap: 8px;
  }
  .cardEnd-skytree-list__item + .cardEnd-skytree-list__item {
    margin-top: 10px;
  }
  .cardEnd-skytree-txt {
    margin-top: 10px;
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
  .cardEnd-skytree-list {
    margin-top: 15px;
  }
  .cardEnd-skytree-list__mrk {
    width: calc(35 / 414 * 100vw);
    height: calc(35 / 414 * 100vw);
    font-size: clamp(1.8rem, calc(20 / 414 * 100vw), 2.2rem);
  }
  .cardEnd-skytree-list__txt {
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
  }
  .cardEnd-skytree .c-list-note {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-skytree-main {
    margin: 35px auto 0;
    max-width: 496px;
  }
  .cardEnd-skytree-main .credits {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .cardEnd-skytree-list__item {
    align-items: center;
    gap: 14px;
  }
  .cardEnd-skytree-list__item + .cardEnd-skytree-list__item {
    margin-top: 20px;
  }
  .cardEnd-skytree-txt {
    margin-top: 30px;
    font-size: 2rem;
  }
  .cardEnd-skytree-list {
    margin-top: 30px;
  }
  .cardEnd-skytree-list__mrk {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
  .cardEnd-skytree-list__txt {
    font-size: 2rem;
  }
  .cardEnd-skytree .c-list-note {
    margin-top: 30px;
  }
}

/* PASMO Auto Charge Service
=============================== */
@media print, screen and (max-width: 767px) {
  .cardEnd-pocs {
    padding: 40px 0;
  }
  .cardEnd-pocs .c-txt-note {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-pocs {
    padding: 80px 0;
  }
  .cardEnd-pocs .c-txt-note {
    margin-top: 30px;
  }
}

/* Continuation
=============================== */
.cardEnd-continuation-step__item {
  position: relative;
}
.cardEnd-continuation-step__item + .cardEnd-continuation-step__item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.cardEnd-continuation-step__visual {
  position: relative;
  z-index: 0;
}
.cardEnd-continuation-step__num {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(../../../img/usr/news/end/shape.webp) no-repeat center / contain;
}
.cardEnd-continuation-step__icon img {
  margin: 0 auto;
}
.cardEnd-continuation .c-list-normal {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1em;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-continuation {
    padding: 40px 0;
  }
  .cardEnd-continuation-step {
    margin-top: 25px;
  }
  .cardEnd-continuation-step__item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .cardEnd-continuation .cardEnd-continuation-step__item + .cardEnd-continuation-step__item {
    margin-top: 40px;
  }
  .cardEnd-continuation-step__item + .cardEnd-continuation-step__item::before {
    position: absolute;
    content: "";
    top: -28px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 19px 20.5px 0 20.5px;
    border-style: solid;
    border-color: #E7EBEF transparent transparent transparent;
    transform: translateX(-50%);
  }
  .cardEnd-continuation-step__visual {
    padding-left: calc(10 / 414 * 100vw);
    width: calc(135 / 414 * 100vw);
  }
  .cardEnd-continuation-step__num {
    top: calc(-15/ 414 * 100vw);
    left: 0;
    width: calc(40 / 414 * 100vw);
    height: calc(40 / 414 * 100vw);
    font-size: clamp(2.3rem, calc(25 / 414 * 100vw), 2.7rem);
  }
  .cardEnd-continuation .cardEnd-continuation-step__item:nth-child(1) .cardEnd-continuation-step__icon img {
    width: calc(73 / 414 * 100vw);
  }
  .cardEnd-continuation .cardEnd-continuation-step__item:nth-child(2) .cardEnd-continuation-step__icon img {
    width: calc(105 / 414 * 100vw);
  }
  .cardEnd-continuation .cardEnd-continuation-step__item:nth-child(3) .cardEnd-continuation-step__icon img {
    width: calc(92 / 414 * 100vw);
  }
  .cardEnd-continuation-step__detail {
    flex: 1;
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
    line-height: calc(48/30);
    letter-spacing: .03em;
  }
  .cardEnd-continuation .c-list-normal {
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
  }
  .cardEnd-continuation .c-list-normal > li {
    width: calc((100% - 3em) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-continuation {
    padding: 100px 0 80px;
  }
  .cardEnd-continuation-step {
    margin-top: 90px;
    display: flex;
    gap: 60px;
  }
  .cardEnd-continuation-step__item {
    width: 100%;
  }
  .cardEnd-continuation-step__item + .cardEnd-continuation-step__item::before {
    top: calc(177px / 2);
    left: -46px;
    border-width: 42px 0 42px 38px;
    border-color: transparent transparent transparent #E7EBEF;
    transform: translateY(-50%);
  }
  .cardEnd-continuation-step__visual {
    margin: 0 auto;
    width: fit-content;
  }
  .cardEnd-continuation-step__num {
    top: -36px;
    left: -30px;
    width: 71px;
    height: 71px;
    font-size: 4.2rem;
  }
  .cardEnd-continuation-step__icon {
    display: flex;
    align-items: center;
    min-height: 177px;
  }
  .cardEnd-continuation .cardEnd-continuation-step__item:nth-child(1) .cardEnd-continuation-step__icon img {
    width: 146px;
  }
  .cardEnd-continuation .cardEnd-continuation-step__item:nth-child(2) .cardEnd-continuation-step__icon img {
    width: 210px;
  }
  .cardEnd-continuation .cardEnd-continuation-step__item:nth-child(3) .cardEnd-continuation-step__icon img {
    width: 183px;
  }
  .cardEnd-continuation-step__detail {
    margin-top: 30px;
    font-size: 2rem;
    line-height: calc(38/24);
  }
  .cardEnd-continuation .c-list-normal {
    font-size: 2rem;
  }
  .cardEnd-continuation .c-list-normal > li {
    width: calc((100% - 3em * 2) / 3);
  }
}

/* Family
=============================== */
.cardEnd-family .cardEnd-continuation-step__detail {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-family {
    padding: 40px 0;
  }
  .cardEnd-family-imp {
    margin-top: 10px;
  }
  .cardEnd-family .cardEnd-continuation-step {
    display: flex;
    gap: 20px;
  }
  .cardEnd-family .cardEnd-continuation-step__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .cardEnd-family .cardEnd-continuation-step__item + .cardEnd-continuation-step__item::before {
    top: calc(calc(86 / 414 * 100vw) / 2);
    left: -18px;
    border-width: 20.5px 0 20.5px 19px;
    border-color: transparent transparent transparent #E7EBEF;
    transform: translateY(-50%);
  }
  .cardEnd-family .cardEnd-continuation-step__visual {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: initial;
    min-height: calc(86 / 414 * 100vw);
  }
  .cardEnd-family .cardEnd-continuation-step__item:nth-child(1) .cardEnd-continuation-step__icon img {
    width: calc(60 / 414 * 100vw);
  }
  .cardEnd-family .cardEnd-continuation-step__item:nth-child(2) .cardEnd-continuation-step__icon img {
    width: calc(86 / 414 * 100vw);
  }
  .cardEnd-family .cardEnd-continuation-step__item:nth-child(3) .cardEnd-continuation-step__icon img {
    width: calc(62 / 414 * 100vw);
  }
  .cardEnd-family .cardEnd-continuation-step__num {
    left: calc(-20/ 414 * 100vw);
  }
  .cardEnd-family .cardEnd-continuation-step__detail {
    font-size: clamp(1.1rem, calc(12 / 414 * 100vw), 1.4rem);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-family {
    padding: 80px 0;
  }
  .cardEnd-family-imp {
    margin-top: 24px;
    font-size: 2.4rem;
    line-height: calc(42/24);
  }
  .cardEnd-family .cardEnd-continuation-step__item:nth-child(1) .cardEnd-continuation-step__icon img {
    width: 119px;
  }
  .cardEnd-family .cardEnd-continuation-step__item:nth-child(2) .cardEnd-continuation-step__icon img {
    width: 172px;
  }
  .cardEnd-family .cardEnd-continuation-step__item:nth-child(3) .cardEnd-continuation-step__icon img {
    width: 125px;
  }
  .cardEnd-family .cardEnd-continuation-step__num {
    top: -40px;
    left: -45px;
  }
}

/* Balance
=============================== */
@media print, screen and (max-width: 767px) {
  .cardEnd-balance .c-list-note {
    margin-top: 10px;
  }
  .cardEnd-balance .c-list-note > li {
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-balance .c-list-note > li {
    font-size: 2rem;
  }
  .cardEnd-balance .c-list-note,
  .cardEnd-balance .c-list-note > li + li {
    margin-top: 10px;
  }
}

/* FAQ
=============================== */
.cardEnd-faq .common-faqList__faqItem {
  border: 1px solid rgba(0,0,28,.1);
  box-shadow: 0px 0px 2px rgba(0,0,28,.1);
}
.cardEnd-contact-main__ttl {
  font-weight: bold;
}
.cardEnd-contact-main__detail {
  margin-top: 12px;
}

/* faq.css流用 */
.faq-contact-box__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #68899B;
}
.faq-contact-box__tel > a {
  color: #68899B;
}
.faq-contact-box__hour {
  margin-top: 5px;
}
.cardEnd-contact-main__detail .c-txt-note {
  color: #888D93;
}
@media print, screen and (max-width: 767px) {
  .cardEnd-contact-main__ttl {
    font-size: clamp(1.4rem, 4.1025641026vw, 1.8rem);
  }
  .faq-contact-box__tel {
    font-size: clamp(1.4rem, 4.1025641026vw, 1.8rem);
  }
  .faq-contact-box__tel > a {
    font-size: clamp(3rem, 8.2051282051vw, 3.3rem);
  }
  .faq-contact-box__hour {
    font-size: clamp(1.2rem, 3.5897435897vw, 1.6rem);
  }
  .cardEnd-contact-main__detail .c-txt-note {
    font-size: clamp(1rem, 3.0769230769vw, 1.4rem);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-contact-main__ttl {
    font-size: 1.6rem;
  }
  .faq-contact-box__tel {
    font-size: 2rem;
  }
  .faq-contact-box__tel > a {
    pointer-events: none;
    font-size: 4rem;
  }
  .faq-contact-box__hour {
    font-size: 1.4rem;
  }
  .cardEnd-contact-main__detail .c-txt-note {
    font-size: 1.2rem;
  }
}

/* Contact
=============================== */
@media print, screen and (max-width: 767px) {
  .cardEnd-contact {
    padding-top: 40px;
  }
  .cardEnd-contact-main {
    margin-top: 10px;
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .cardEnd-contact {
    padding-top: 80px;
  }
  .cardEnd-contact-main {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}