@charset "UTF-8";

.contents {
  max-width: none;
  letter-spacing: 0.04em;
}

.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;
}

.flow_img {
  display: block;
  max-width: 70%;
  margin: 40px auto 0;
}

.contact_ttl {
  margin-top: 9.5%;
}

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

#training-support .contact_btn_area {
  margin-top: min(9.5%, 100px);
}

.flow-img_area {
  margin-top: 3.8%;
}

.initial_cost-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  margin-top: 5.77%;
}
.initial_cost-table {
  width: 100%;
  margin-right: 4%;
}
.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;
  max-width: 210px;
}
.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-table thead, .initial_cost-table tfoot {
  background-color: var(--content-bg-color);
}

.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;
  letter-spacing: 0.52px;
  line-height: 20px;
  margin-top: 20px;
}

.initial_cost-other_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}

.initial_cost-other_list {
  margin-top: 15px;
}

.initial_cost-other_item {
  list-style-type: disc;
  margin-left: 1em;
}

.initial_cost-other_item:not(:first-child) {
  margin-top: calc(15px + (1em - 1lh));
}

.initial_cost-other_text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: calc(40px + (1em - 1lh));
}

#headquarters-support {
  padding-bottom: min(11.5%, 120px);
}

#headquarters-support .contact_btn_area {
  margin-top: 9.6%;
}

.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;
}
