@charset "UTF-8"; /* 2024.09.30 */

header .nav_list li:last-child > a {color: var(--sub);}

/* メインimage指定 */
.img_top {
  background-image: url("../images/fee/img_top_sp.jpg");
}
@media (min-width: 1024px) {
  .img_top {
    background-image: url("../images/fee/img_top_pc.jpg");
  }
}

section {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section {
    padding-bottom: 80px;
  }
}
#fee {
  position: relative;
}
#fee::after {
  background: url(../images/bg_cloud.svg) no-repeat bottom center / contain;
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 60%;
  position: absolute;
  bottom: -5vw;
  left: -20px;
  z-index: -1;
}
.txt01 {
  font-size: 1.3rem;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.6;
}

.ttl_03 {
  background-color: var(--light1);
}
table {
  font-size: 1.3rem;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: solid 2px;
}
@media (min-width: 576px) {
  .txt01 {
    font-size: 1.4rem;
  }
  table {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  table {
    border: solid 3px;
  }
}
th, td {
  border: 1px solid #a9a9a8;
  padding: 8px;
  vertical-align: middle;
}
th {
  text-align: left;
  font-weight: bold;
  background-color: #eaeaea;
}

td {
  background-color: #fff;
}
td:last-child {
  width: 9em;
  text-align: right;
}
.flex_01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
}
@media (min-width: 500px) {
  td {
  }
}
.d-flexX2 {
  justify-content: space-between;
}








