@charset "UTF-8";

.contents {
  max-width: none;
}

.note {
  font-size: 1.3rem;
  letter-spacing: 0.52px;
  line-height: 20px;
}

.bottom_nav_link {
  display: flex;
  align-items: center;
  padding: 31px 65px 31px 30px;
}

#training-support {
  padding-bottom: 0;
}

#training-support .contact_btn_area {
  margin-top: 10%;
}

#flow .contact_btn_area {
  margin: 5.77% auto 0;
}

.flow-img_area {
  max-width: 70%;
  margin: 3.8% auto 0;
  padding-bottom: 70px;
}

.flow-content-item {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 20px;
  padding-left: 22px;
  margin-bottom: 16px;
}

.flow-content-item::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: var(--main-color);
}

.flow-content-item .term {
  color: #E60012;
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  font-weight: bold;
}

.initial_cost-main {
  display: flex;
  margin-top: 30px;
}

.cost_unit {
  color: var(--text-darkgray);
  font-size: 1.3rem;
  letter-spacing: 0.52px;
  line-height: 20px;
  margin-bottom: 5px;
}

.initial_cost-left {
  width: 54%;
  margin-right: 4%;
}

.initial_cost-right {
  width: 42%;
}

.other_table-bottom {
  margin-top: 20px;
}

.initial_cost-table {
  width: 100%;
}
.initial_cost-table .annotation {
  font-size: 60%;
  vertical-align: super;
}
.initial_cost-table,
.initial_cost-table th,
.initial_cost-table td {
  border: 1px solid var(--line-color);
  border-collapse: collapse;
}
.initial_cost-table th,
.initial_cost-table td {
  padding: 12px 20px;
}
.initial_cost-table tbody th {
  font-weight: 300;
  letter-spacing: 0.64px;
}
.initial_cost-table td {
  text-align: right;
}
.initial_cost-table thead,
.initial_cost-table tfoot {
  font-size: 1.8rem;
  font-weight: bold;
}

.initial_cost-right .initial_cost-table thead,
.initial_cost-right .initial_cost-table tfoot {
  font-size: 1.5rem;
  font-weight: bold;
}

.initial_cost-table thead, .initial_cost-table tfoot {
  background-color: var(--content-bg-color);
}

.table-ttl {
  width: 62.5%;
}

.table-cost {
  width: 37.5%;
}

.initial_cost-right .table-ttl {
  width: 65%;
  vertical-align: middle;
}

.initial_cost-right .table-cost {
  width: 35%;
  vertical-align: middle;
}

.initial_cost-others {
  width: 48%;
}
.initial_cost-others_title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 33px;
}
.initial_cost-others_list {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 20px;
  margin-top: 15px;
  margin-left: 1em;
  text-indent: -1em;
}
.initial_cost-others_item {
  list-style: inside;
}
.initial_cost-others_item:not(:first-child) {
  margin-top: 16px;
}
.initial_cost-others_caution {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 32px;
  margin-top: 40px;
}

.initial_cost-note {
  color: var(--text-darkgray);
  font-size: 1.3rem;
  margin: 20px calc(50% - 50vw) 0 0;
  letter-spacing: 0.52px;
  line-height: 20px;
}

.initial_cost-note_item {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.initial_cost-note_item.has-number {
  margin-left: 2em;
  text-indent: -2em;
}