@charset "UTF-8";
main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #1E1E1E;
}

section {
  position: relative;
}
section:last-of-type {
  margin-bottom: 0;
}

.accordion-step > dl > dt > span {
  background-color: #1e1e1e;
  color: #fff;
}

@media screen and (max-width: 767.99px) {
  .accordion-step > dl > dt > span {
    display: block;
    width: auto;
    color: #5A5A5A;
    background-color: transparent;
  }
}

.btn > a > * {
  position: relative;
  line-height: 1.3;
}

.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;
}

.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;
}
.important_news > a:has(> span),
.text-link:has(> span) {
  background-repeat: no-repeat;
  background-position: right center;
}
.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;
}
.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-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;
}

.section {
  position: relative;
}
.section-inner {
  position: relative;
  padding: 0 20px;
}

.bg-secondary-yl {
  background-color: #FFE100 !important;
}
.bg-secondary-gr {
  background-color: #EBEBEB !important;
}
.bg-white {
  background-color: #fff !important;
}

.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;
}

.img {
  text-align: center;
  position: relative;
  max-width: 400px;
}

.support-service-set {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media (max-width: 700px) {
  .support-service-set {
    flex-direction: column;
    gap: 16px 0;
  }
}
.support-service-box {
  border-radius: 6px;
  width: 330px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEB;
  padding: 0 8px;
}
@media (max-width: 700px) {
  .support-service-box{
    max-width: 330px;
    width: 100%;
  }
}
.support-service-box-price > span {
  letter-spacing: 0;
  font-size: 2rem;
  display: inline-block;
  line-height: 1;
}

.box-excluded-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 16px;
}
.box-excluded-list > li {
  position: relative;
  padding-left: 16px;
}
.box-excluded-list > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #323232;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.box {
  border-radius: 6px;
  padding: 16px;
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100dvh;
  display: none;
}

:root {
  --color-textgray: rgb(82, 109, 123);
  --color-qualitygray: rgb(115, 135, 146);
  --color-yellow: rgb(250, 190, 0);
}

.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 (any-hover: hover) {
  a {
    transition: 0.3s;
  }

@media screen and (max-width: 767.98px) {
  .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;
  }

  .list-color {
    gap: 0 4px;
  }
}

@media screen and (min-width: 767.99px), print {
  .text-list.inline-pc {
    gap: 16px 24px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.local-nav {
  position: relative;
  background-color: #ebebeb;
  padding: 20px 0;
}
.local-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 0;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 767.99px) {
	.local-nav {
		padding: 40px 0;
	}
}

.charge-excluded {
  border: 1px solid #EBEBEB;
  background-color: #fff;
  border-radius: 10px;
}

.card-box-body > dt {
  color: #fff;
  background-color: #1e1e1e;
}