
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #1E1E1E;
}

time {
  display: inline-block;
}

section {
  position: relative;
}
section:last-of-type {
  margin-bottom: 0;
}


#wrapper:has(.mv-top) {
  padding-top: 0 !important;
}

.js-accordion-head {
  cursor: pointer;
}
.js-accordion-body {
  display: none;
}
.js-modal.scroll {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js-modal.scroll::-webkit-scrollbar {
  display: none;
}

.important_news > a,
.text-link {
  text-decoration: none;
  padding-bottom: 0.2em;
}
.important_news > a:not(:has(> span)),
.text-link:not(:has(> span)) {
  text-decoration: none;
  transition: none;
}
@-moz-document url-prefix() {
  .important_news > a:not(:has(> span)),
.text-link:not(:has(> span)) {
    background-size: 100% 1px;
  }
}
.important_news > a:not(:has(> span)).color-white,
.text-link:not(:has(> span)).color-white {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.important_news > a:not(:has(> span)).color-important,
.text-link:not(:has(> span)).color-important {
  background-image: linear-gradient(90deg, #EB0731, #EB0731);
}
.important_news > a:has(> span),
.text-link:has(> span) {
  background-repeat: no-repeat;
  background-position: right center;
}
/*.important_news > a:has(> span) > span,
.text-link:has(> span) > span {
  background-image: linear-gradient(90deg, #323232, #323232);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.9px;
  text-decoration: none;
  transition: none;
  padding-bottom: 0.2em;
}*/
@-moz-document url-prefix() {
  .important_news > a:has(> span) > span,
.text-link:has(> span) > span {
    background-size: 100% 1px;
  }
}
.important_news > a:has(> span).color-white[target=_blank],
.text-link:has(> span).color-white[target=_blank] {
  background-image: url(/share/img/icon-blank-wh.svg);
}
.important_news > a:has(> span).color-white > span,
.text-link:has(> span).color-white > span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.important_news > a:has(> span).color-important > span,
.text-link:has(> span).color-important > span {
  background-image: linear-gradient(90deg, #EB0731, #EB0731);
}
.important_news > a:has(> span)[target=_blank],
.text-link:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank-gy.svg);
  padding-right: 18px;
  margin-right: 0.3em;
}
.important_news > a:hover:has(> span)[target=_blank],
.text-link:hover:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank-or.svg);
}
.important_news > a:has(> span)[target=_blank] span:after,
.text-link:has(> span)[target=_blank] span:after {
  background-image: none;
  margin-left: 0;
  width: 0;
}
.important_news > a:has(> span)[href$=".pdf"],
.text-link:has(> span)[href$=".pdf"] {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url(/share/img/icon-pdf-gy.svg);
}
.important_news > a:has(> span)[href$=".pdf"]:hover,
.text-link:has(> span)[href$=".pdf"]:hover {
  background-image: url(/share/img/icon-pdf-or.svg);
}
.important_news > a:has(> span)[href$=".pdf"] span:after,
.text-link:has(> span)[href$=".pdf"] span:after {
  background-image: none;
  margin-left: 0;
  width: 0;
}
.cv-app {
  max-width: 440px;
  margin: 80px auto 0;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 24px 40px 32px;
  overflow-x: clip;
}
.cv-app-inner {
  position: relative;
}
.cv-app-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 56px;
}
.cv-app-list > li {
  text-align: center;
  width: 120px;
}
.cv-app-list > li .text-caption {
  white-space: nowrap;
  margin: 0 -100%;
}
.cv-app-btn {
  width: 120px;
  display: block;
  margin: 16px auto 0;
}
.cv-app-qr {
  width: 70px;
  display: block;
  margin: 16px auto 0;
}

.text-attention {
  margin-top: 16px;
}
.text-attention > li:nth-of-type(n+2) {
  margin-top: 4px;
}

.text-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.text-list > li {
  position: relative;
}
.text-list.point > li {
  padding-left: 16px;
}
.text-list > li:nth-of-type(n+2) {
    margin-top: 0;
}
.text-list.point > li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  border-radius: 100%;
  background-color: #323232;
  position: absolute;
  top: 10px;
  left: 0;
}

.text-notice {
  position: relative;
  font-size: 1.4rem;
  padding-left: 24px;
  font-weight: 400;
}
.text-notice::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(/home/service/simple/share/img/icon-notice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

.text-copy {
  font-size: 2rem;
}

.text-lead {
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center;
}

.text-caption {
  font-size: 1.4rem;
}
.text-balloon {
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  font-weight: normal;
  width: 100%;
}
.text-balloon.outline {
  border: 1px solid #323232;
}
.text-balloon.outline::before {
  background-image: url(/home/service/simple/share/img/arrow-balloon-outline.svg);
}
.text-balloon.up::before {
  bottom: auto;
  top: -15px;
  rotate: 180deg;
}
.text-balloon-inner {
  padding: 4px 8px;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.text-balloon::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(/home/service/simple/share/img/arrow-balloon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.text-pickup {
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 6px;
  margin-inline: auto;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.title-h2-cap {
  padding-bottom: 32px;
  margin-bottom: 24px;
  position: relative;
  letter-spacing: 0;
}
.title-h2-cap::after {
  content: "";
  display: block;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #FFE100;
}
.title-h2-text .eo {
  font-weight: 500;
}
.title-h2.wh .title-h2-cap::after {
  background-color: #fff;
}
.title-h2.top .title-h2-text {
  font-size: 5.6rem;
}
.title-h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
.title-h3-left {
  font-size: 2.4rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.5;
}
.title-h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
}
.title-h5 {
  font-size: 1.6rem;
  font-weight: 400;
}

.section {
  position: relative;
}
.section-inner {
  position: relative;
  padding: 0 20px;
}
.section-head {
  position: relative;
  aspect-ratio: 1440/264;
  margin-bottom: -0.6px;
  z-index: -1;
}
.section-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #FFE100;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.section-head.gr::after {
  background-color: #EBEBEB;
}
.section-head.wh::after {
  background-color: #fff;
}
.section-foot {
  position: relative;
  aspect-ratio: 1440/264;
  margin-top: -0.6px;
  z-index: -1;
}
.section-foot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #FFE100;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.section-foot.gr::after {
  background-color: #EBEBEB;
}
.section-foot.wh::after {
  background-color: #fff;
}

.color-primary-rd {
  color: #E31A00 !important;
}
.bg-primary-rd {
  background-color: #E31A00 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-primary-or {
  color: #FCA733 !important;
}
.bg-primary-or {
  background-color: #FCA733 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-secondary-yl {
  color: #FFE100 !important;
}
.bg-secondary-yl {
  background-color: #FFE100 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-secondary-gr {
  color: #EBEBEB !important;
}
.bg-secondary-gr {
  background-color: #EBEBEB !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-secondary-wh {
  color: #D7D7D7 !important;
}
.bg-secondary-wh {
  background-color: #D7D7D7 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-text {
  color: #323232 !important;
}
.bg-text {
  background-color: #323232 !important;
}
.bg-transparent {
  background-color: transparent !important;
}


.list-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.list-center > li > * {
  height: 100%;
}
.list-support {
  display: flex;
  gap: 0 16px;
  justify-content: center;
  margin: 32px auto 0;
}
.list-feature {
  max-width: 800px;
  margin: 48px auto 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
  overflow-x: clip;
}
.list-feature > li {
  width: 50%;
}
.list-feature > li > p {
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
  padding-left: 24px;
}
.list-feature > li > p::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #FFE100;
  position: absolute;
  top: 6px;
  left: 0;
}
.list-num {
  counter-reset: cnt;
}
.list-num > li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2em;
}
.list-num > li::before {
  counter-increment: cnt;
  content: "0" counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list-num > li:nth-of-type(n+2) {
  margin-top: 8px;
}
.list-point {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.list-point > li {
  position: relative;
  padding-left: 32px;
}
.list-point > li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  border-radius: 100%;
  background-color: #FFE100;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-point-title {
  font-size: 2rem;
}
.list-point-title + * {
  margin-top: 8px;
}
.list-color {
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
.list-color > li > span {
  display: inline-block;
  aspect-ratio: 1;
  width: 16px;
  background-color: #f00;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.cp-app-kv {
  position: relative;
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: clip;
}
.cp-app-kv-pic {
  width: 210px;
  position: relative;
  z-index: 5;
}
.cp-app-kv-detail {
  position: relative;
  margin-left: -4px;
  text-align: center;
  margin-top: 48px;
}
.cp-app-kv-detail-inner {
  position: relative;
}
.cp-app-kv-detail-box {
  padding: 32px;
  background-color: #fff;
  margin-bottom: 16px;
}
.cp-app-kv-detail-box-inner {
  position: relative;
}
.cp-app-kv-detail-title {
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: normal;
}
.cp-app-kv-detail-copy {
  margin-top: 8px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: normal;
}
.cp-app-kv-detail-price {
  font-size: 2rem;
  line-height: 1;
  margin-top: 8px;
}
.cp-app-kv-detail-price > span {
  font-size: 10rem;
  color: #EB0731;
  letter-spacing: 0;
}
.cp-app-flow {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.cp-app-flow-step {
  width: 340px;
}
.cp-app-flow-step-pic {
  display: flex;
  margin-bottom: 8px;
}
.cp-app-flow-step-pic .icon-step {
  flex-shrink: 0;
}
.cp-app-flow-step-pic > img {
  margin-left: -16px;
  position: relative;
  width: 270px;
}

.icon-step {
  font-size: 1.5rem;
  font-weight: normal;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 100%;
  position: relative;
  letter-spacing: 0;
}

.contents-width {
  margin-inline: auto;
  position: relative;
  max-width: 1440px;
}
.contents-width.large {
  max-width: 1080px;
}
.contents-width.medium {
  max-width: 1024px;
}
.contents-width.small {
  max-width: 600px;
}
.contents-width.tiny {
  max-width: 400px;
}
.contents-width.fit {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100dvh;
  display: none;
}
.modal.old .modal-iframe-contents {
  height: 90dvh;
}
.modal-bg {
  position: absolute;
  background-color: #323232;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.modal-head {
  position: relative;
}
.modal-body {
  position: relative;
  padding: 24px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: auto;
  max-width: 1120px;
  margin-inline: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-body::-webkit-scrollbar {
  display: none;
}
.modal-iframe-contents {
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin-block: auto;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}
.modal-iframe-contents > iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.modal-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: -24px;
  z-index: 5;
  overflow-x: clip;
  padding-top: 40px;
}
.modal-title-bg {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  height: 240px;
  pointer-events: none;
}
.modal-title-inner {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.modal-title-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 3.0rem;
}


:root {
  --color-textgray: rgb(82, 109, 123);
  --color-qualitygray: rgb(115, 135, 146);
  --color-yellow: rgb(250, 190, 0);
}




#wrapper[data-layout=modal] {
  padding-top: 56px;
}
#wrapper[data-layout=modal] .modal-close {
  right: 24px;
}

.container {
  container-type: inline-size;
}

.simplebar-content-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

hr {
  border-color: #323232;
  margin-block: 32px;
}

@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.8;
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}

@media (any-hover: hover) {
  a {
    transition: 0.3s;
  }
  .btn.cta:hover::after {
    opacity: 1;
  }
  .btn.cta:hover::before {
    opacity: 1;
  }
  .btn.cta:hover > a {
    color: #EB0731;
    background-color: #fff;
    background-image: url(/home/service/simple/share/img/arrow-link-important.svg);
  }
  .btn.cta:hover > a[target=_blank] {
    background-image: url(/share/img/icon-blank-rd.svg);
  }
  .btn.primary > a:hover {
    background-image: url(/home/service/simple/share/img/arrow-link-primary.svg);
    color: #323232;
    background-color: #fff;
  }
  .btn.primary > a:hover[target=_blank] {
    background-image: url(/share/img/icon-blank-gy.svg);
  }

  .important_news > a:not(:has(> span)):hover,
.text-link:not(:has(> span)):hover {
    -webkit-animation-name: text-link-underline;
    animation-name: text-link-underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-moz-document url-prefix() {
    .important_news > a:not(:has(> span)):hover,
.text-link:not(:has(> span)):hover {
      animation-name: text-link-underline-ff;
    }
  }
  .important_news > a:has(> span):hover > span,
.text-link:has(> span):hover > span {
    -webkit-animation-name: text-link-underline;
    animation-name: text-link-underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-moz-document url-prefix() {
    .important_news > a:has(> span):hover > span,
.text-link:has(> span):hover > span {
      animation-name: text-link-underline-ff;
    }
  }
  .slide-card-arrow-prev, .slide-card-arrow-next {
    transition: 0.3s;
  }
  .slide-card-arrow-prev:hover, .slide-card-arrow-next:hover {
    scale: 1.25;
  }
  .accordion-attention-head > span:hover::after,
  .accordion-attention-head > button:hover::after {
    scale: 1.15;
  }
  .cp-card:hover::after {
    opacity: 1;
  }
  .cp-card:hover .cp-card-info-detail::after {
    scale: 1.15;
  }
  .header-menu-pc > li > a:hover::after {
    width: 100%;
  }
  .header-menu-sp-link > li > a:hover > span::after {
    width: 100%;
  }
  .footer-pagetop:hover {
    scale: 1.25;
  }
  .footer-nav-menu-link-list > li > a:hover {
    background-position: right 8px center;
  }
  .footer-nav-menu-link-list > li > a:hover[target=_blank] {
    background-position: right 4px center;
  }
  .footer-nav-menu-link-list > li > a:hover > span::before {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  sup {
    font-size: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  #wrapper {
    padding-top: 100px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }


  .cv-line-head {
    margin-bottom: 24px;
  }
  .cv-line-head::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/338;
    background-image: url(/home/service/simple/share/img/cv-line-head-sp.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-head-03 {
    margin-bottom: 24px;
  }
  .cv-line-head-03::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/338;
    background-image: url(/home/service/simple/share/img/cv-line-head-sp-03.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-foot {
    margin-top: 24px;
  }
  .cv-line-foot::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/422;
    background-image: url(/home/service/simple/share/img/cv-line-foot-sp.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-foot-03 {
    margin-top: 0px;
  }
  .cv-line-foot-03::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/422;
    background-image: url(/home/service/simple/share/img/cv-line-foot-sp-03.png);
    background-size: 100%;
    background-position: top center;
  }

  .cv-app {
    margin-top: 48px;
    padding: 24px 0 32px;
  }
  .cv-app-inner {
    max-width: 300px;
    margin-inline: auto;
  }
  .cv-app-list {
    gap: 0 32px;
    margin-top: 16px;
  }
  .cv-app-list > li {
    width: auto;
  }
  .cv-app-list > li .text-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2lh;
    margin: auto;
  }
  .cv-app-btn {
    width: 140px;
  }
  .cv-app-qr {
    display: none;
  }
  .cp-app-kv {
    margin-top: 40px;
    margin-inline: -20px;
  }
  .cp-app-kv-pic {
    position: absolute;
    left: -16px;
    width: 180px;
  }
  .cp-app-kv-detail {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }
  .cp-app-kv-detail .text-link {
    font-size: 1.2rem;
  }
  .cp-app-kv-detail-inner {
    padding-left: 160px;
  }
  .cp-app-kv-detail-box {
    margin-bottom: 8px;
    padding: 24px 16px;
  }
  .cp-app-kv-detail-box-inner {
    width: 180px;
    margin-inline: auto;
  }
  .cp-app-kv-detail-title {
    font-size: 1.8rem;
  }
  .cp-app-kv-detail-price {
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .cp-app-kv-detail-price > span {
    font-size: 8.4rem;
  }
  .cp-app-flow {
    flex-direction: column;
  }
  .cp-app-flow-step {
    width: 100%;
  }
  .cp-app-flow-step:nth-of-type(n+2) {
    border-top: 1px solid #323232;
    margin-top: 32px;
    padding-top: 32px;
  }
  .cp-app-flow-step-pic {
    justify-content: center;
  }
  .cp-app-flow-step-pic > img {
    width: 230px;
  }

  .modal-close {
    right: 13px;
    top: 13px;
    width: 24px;
  }
  .modal-head {
    position: fixed;
    top: 24px;
    background-color: #fff;
    width: calc(100% - 40px);
    left: 20px;
    height: 48px;
    z-index: 1000;
    border-radius: 6px 6px 0 0;
  }
  .modal-body {
    height: calc(100% - 48px);
    top: 48px;
    padding-top: 0;
  }
  .modal-iframe-contents {
    margin-top: 0;
    border-radius: 0 0 6px 6px;
  }
  .modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding-bottom: 16px;
    margin-bottom: -16px;
    padding-top: 32px;
  }
  .modal-title-bg {
    width: 390px;
    height: 100%;
  }
  .modal-title-bg::before {
    background-image: url(/home/service/simple/share/img/mv-sub-head-sp.png);
    aspect-ratio: 555/329;
    left: -130px;
    width: 275px;
  }
  .modal-title-bg::after {
    background-image: url(/home/service/simple/share/img/mv-sub-foot-sp.png);
    aspect-ratio: 704/389;
    right: -260px;
    width: 350px;
  }
  .cp-list {
    display: flex;
    gap: 24px 0;
    flex-direction: column;
  }
  .cp-card {
    min-height: auto;
  }
  .cp-card-info-label > li {
    font-size: 1.2rem;
  }
  .cp-card-info-detail {
    padding-right: 32px;
    font-size: 1.4rem;
  }
  .cp-card-info-detail::after {
    width: 28px;
  }
  #wrapper[data-layout=modal] {
    padding-top: 24px;
  }
  #wrapper[data-layout=modal] .modal-close {
    display: none;
  }
}







.eoapp-flow {
  max-width: 800px;
  width: 100%;
  margin: 24px auto 0;
}
.eoapp-flow > ul {
  display: flex;
  justify-content: center;
}

.list-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 767.99px), print {
  @container (width < 800px) {
    .eoapp-flow > ul {
      flex-direction: column;
    }
  }
  .eoapp-flow .cp-app-flow-step {
    width: 250px;
  }
  .eoapp-flow .cp-app-flow-step-pic > img {
    width: 190px;
  }
  .eoapp-flow .cp-app-flow-step > p {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .eoapp-flow > ul {
    flex-direction: column;
  }
  .cv-app {
    padding-inline: 24px;
  }
  .cv-app .title-h3 {
    font-size: 2rem;
  }
  .cv-app-list {
    gap: 0 16px;
  }
  .cv-app-btn {
    width: 125px;
  }