.cost {
  padding: 8rem 1.5rem;
}
@media (990px <= width) {
  .cost {
    padding: 16rem 0;
  }
}

.cost01 {
  background-color: #eee;
  margin-top: 6rem;
}
@media (990px <= width) {
  .cost01 {
    margin-top: 12rem;
  }
}

@media (990px <= width) {
  :is(#cost01) .cost__inner {
    display: grid;
    grid-template-columns: 40rem auto;
    align-items: center;
    gap: 0 16rem;
  }
}
@media (990px <= width) {
  :is(#cost01) .cost__wrap {
    grid-column: 2/3;
  }
}
:is(#cost01) .cost__contents {
  display: grid;
  gap: 2rem;
}
@media (990px <= width) {
  :is(#cost01) .cost__contents {
    gap: 2rem;
  }
}
:is(#cost01) .cost__contents .item {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem 2rem;
  counter-increment: section;
  position: relative;
  --color: #b8b8b8;
}
@media (990px <= width) {
  :is(#cost01) .cost__contents .item {
    padding: 3rem 4rem;
  }
}
:is(#cost01) .cost__contents .item::before, :is(#cost01) .cost__contents .item::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 3px solid var(--color);
  position: absolute;
}
:is(#cost01) .cost__contents .item::before {
  left: -0.15rem;
  top: -0.15rem;
  clip-path: inset(0 50% 50% 0);
}
:is(#cost01) .cost__contents .item::after {
  right: -0.15rem;
  bottom: -0.15rem;
  clip-path: inset(50% 0 0 50%);
}
:is(#cost01) .cost__contents .item__header {
  font-size: 2rem;
  font-weight: 700;
}
:is(#cost01) .cost__contents .item__header::before {
  content: counter(section);
  width: calc(1.2em + 2px);
  line-height: 1.2em;
  display: inline-block;
  border: 1px solid var(--clr-text);
  text-align: center;
  border-radius: 100%;
  margin-right: 1rem;
}
:is(#cost01) .cost__contents .item__body {
  margin-top: 0.5rem;
}
:is(#cost01) .cost__img {
  margin-top: 4rem;
  text-align: center;
}
@media (990px <= width) {
  :is(#cost01) .cost__img {
    margin-top: 0;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
:is(#cost01) .cost__img figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
  color: #999;
}

.cost02 {
  padding-bottom: 4rem;
}
@media (990px <= width) {
  .cost02 {
    padding-bottom: 8rem;
  }
}

:is(#cost02) .cost__contents .cards {
  display: grid;
  gap: 2rem;
}
@media (765px <= width) {
  :is(#cost02) .cost__contents .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (990px <= width) {
  :is(#cost02) .cost__contents .cards {
    gap: 5.5rem;
  }
}
:is(#cost02) .cost__contents .card {
  border-radius: 2rem;
  background-color: #eee;
}
:is(#cost02) .cost__contents .card__img img {
  border-radius: 2rem;
}
:is(#cost02) .cost__contents .card__label {
  padding: 1.5rem 2rem 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (990px <= width) {
  :is(#cost02) .cost__contents .card__label {
    padding: 3rem 4rem 0;
  }
}
:is(#cost02) .cost__contents .card__text {
  padding: 0 2rem 2rem;
}
@media (990px <= width) {
  :is(#cost02) .cost__contents .card__text {
    padding: 0 4rem 4rem;
  }
}

.cost00 {
  padding-top: 0;
}

@media (990px <= width) {
  :is(.cost00) .cost__inner .tabfile {
    margin: 0;
    grid-column: 1/3;
  }
}
:is(.cost00) .cost__inner .tabfile__title .label,
:is(.cost00) .cost__inner .tabfile__title .label::after,
:is(.cost00) .cost__inner .tabfile__title .dec, :is(.cost00) .cost__inner .tabfile__title::before {
  background-color: #fff;
}
:is(.cost00) .cost__inner .tabfile__body__inner {
  padding: 3rem 1.5rem;
}
@media (990px <= width) {
  :is(.cost00) .cost__inner .tabfile__body__inner {
    padding: 5rem 10rem;
  }
}
:is(.cost00) .cost__inner .tabfile .over-x {
  margin-top: 1.5rem;
  overflow-x: scroll;
}
@media (990px <= width) {
  :is(.cost00) .cost__inner .tabfile .over-x {
    overflow: visible;
    width: 100%;
    margin-top: 3rem;
  }
}
:is(.cost00) .cost__inner .tabfile table {
  min-width: 55rem;
  width: 100%;
  border: 1px solid #ddd;
  border-right: 2rem;
}
@media (990px <= width) {
  :is(.cost00) .cost__inner .tabfile table {
    width: 100%;
  }
}
:is(.cost00) .cost__inner .tabfile table tr:nth-child(1) th:not(:nth-child(1)) {
  background-color: #eee;
  color: var(--clr-text);
}
@media (width < 990px) {
  :is(.cost00) .cost__inner .tabfile table tr:nth-child(1) th:not(:nth-child(1)) {
    line-height: 1.3;
  }
}
:is(.cost00) .cost__inner .tabfile table th,
:is(.cost00) .cost__inner .tabfile table td {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px solid #ddd;
}
@media (width < 990px) {
  :is(.cost00) .cost__inner .tabfile table th,
  :is(.cost00) .cost__inner .tabfile table td {
    padding: 0.3rem;
  }
}
:is(.cost00) .cost__inner .tabfile table th {
  background: #000;
  color: #fff;
  font-weight: 700;
}
:is(.cost00) .cost__inner .tabfile table th.multiple {
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
:is(.cost00) .cost__inner .tabfile table td {
  font-size: 2.4rem;
  font-weight: 700;
}
:is(.cost00) .cost__inner .tabfile table td small {
  font-size: 1.4rem;
}
@media (width < 990px) {
  :is(.cost00) .cost__inner .tabfile table td {
    font-size: 2rem;
  }
  :is(.cost00) .cost__inner .tabfile table td small {
    font-size: 1.2rem;
  }
}
:is(.cost00) .cost__inner .tabfile .sticky {
  position: sticky;
  left: 0;
  z-index: 2;
}
:is(.cost00) .cost__inner .tabfile .coution {
  font-size: 1.2rem;
  line-height: 1.7143;
  color: #999;
  margin-top: 2rem;
}
@media (990px <= width) {
  :is(.cost00) .cost__inner .tabfile .coution {
    margin-top: 3rem;
    font-size: 1.4rem;
    display: grid;
    justify-content: center;
  }
}
:is(.cost00) .cost__inner .tabfile .coution li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.cost03 {
  background-color: #eee;
}
@media (990px <= width) {
  :is(#cost03) .cost__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16rem;
    align-items: center;
  }
}
@media (990px <= width) {
  :is(#cost03) .cost__wrap {
    order: 2;
    max-width: 62rem;
    margin-right: 29.5454545455%;
  }
}
:is(#cost03) .cost__img {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
:is(#cost03) .cost__img img {
  border-radius: 2rem;
}
@media (990px <= width) {
  :is(#cost03) .cost__img {
    margin-top: 0;
    order: 1;
  }
  :is(#cost03) .cost__img img {
    border-radius: 0 2rem 2rem 0;
  }
}