.l-pageFv.denture-ownexpense {
  background-image: url(../img/page/denture/fv-sp.jpg);
  height: 17rem;
}

@media only screen and (min-width: 1060px) {
  .l-pageFv.denture-ownexpense {
    background-image: url(../img/page/denture/fv-pc.jpg);
    height: 16rem;
  }
  .l-pageFv.denture-ownexpense::after {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0.8) 100%
    );
  }
}

.Ownexpense .Common__h3 {
  color: #333333;
  border-left: solid 4px #2bbaa6;
  padding-inline-start: 8px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}

.Ownexpense .Common__txt {
  margin-bottom: 4rem;
}

.ownexpense__table {
  margin-bottom: 7.5rem;
}

.ownexpense__table table {
  width: 100%;
  border-top: 1px solid #2bb9a7;
  border-left: 1px solid #2bb9a7;
}

.ownexpense__table table th,
.ownexpense__table table td {
  box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 1.42857;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #2bb9a7;
  border-right: 1px solid #2bb9a7;
}

.ownexpense__table table tr th {
  background: #d0ede9;
    padding: 3rem 2rem;
}

.ownexpense__table table tr td {
  padding: 2rem;
}

.ownexpense__table table tr td span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3;
}

.Ownexpense .--50 {
  width: 50%;
}
.Ownexpense .--33 {
  width: 33%;
}
.Ownexpense .--34 {
  width: 34%;
}

.Ownexpense .--22 {
  width: 22%;
}

@media only screen and (min-width: 1060px) {
  .Ownexpense .Common__h3 {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    margin-bottom: 3rem;
  }

  .Ownexpense .Common__txt {
    margin-bottom: 3rem;
  }

  .ownexpense__table {
    margin-bottom: 7rem;
  }

  .ownexpense__table table th,
  .ownexpense__table table td {
    font-size: 1.7rem;
  }
}
