
.main {
  padding-bottom: 120px;
}

.service-read-ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.53;
  margin: 0 auto 30px;
  padding-bottom: 29px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service-read-ttl::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}

.service-read-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.58;
  text-align: center;
}

.service-read-sub {
  line-height: 1.88;
  margin-top: 25px;
}

.contents-main > section {
  letter-spacing: 0.05em;
  margin: 100px 0 120px;
}

.heading-primary {
  margin: 0 0 50px;
}

.free-flex-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.free-flex-item .free-flex-txt {
  font-size: 1.6rem;
  line-height: 1.88;
}
.free-flex-item .btn {
  margin: 24px 0 0;
}
.free-flex-item .btn > a {
  margin: 0;
}
.free-flex-item .free-flex-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 475px;
  width: 475px;
}
.free-flex-item .free-flex-img img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.free-step-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.free-step-list > li {
  width: calc(50% - 25px);
}
.free-step-list figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 475px;
}
.free-step-list figure img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.free-step-list dl {
  margin: 15px 0 0;
}
.free-step-list dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}
.free-step-list dl dt::before {
  content: "Step." counter(item);
  counter-increment: item;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.free-step-list dl dd {
  font-size: 1.6rem;
  line-height: 1.88;
}
.free-step-list .btn {
  margin: 25px 0 0;
}
.free-step-list .btn > a {
  margin: 0;
}
.free-step-list.no-step dl dt::before {
  content: none;
}

.free-question-list {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 0 0 25px 10px;
}
.free-question-list .q-ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.free-question-list .q-ttl::before {
  border-radius: 50%;
  color: var(--white);
  content: "Q";
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 35px;
  letter-spacing: 0;
  line-height: 3.5rem;
  min-width: 35px;
  text-align: center;
  width: 35px;
}
.free-question-list .a-txt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.88;
}
.free-question-list .a-txt::before {
  border-radius: 50%;
  content: "A";
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 35px;
  letter-spacing: 0;
  line-height: 3.5rem;
  min-width: 35px;
  text-align: center;
  width: 35px;
}

.free-number-listbox {
  counter-reset: step;
}
.free-number-listbox .free-number-list {
  border-bottom: 1px solid #ddd;
  counter-increment: step;
  margin: 0 0 30px;
  padding: 0 0 25px 10px;
}
.free-number-listbox .free-number-list .ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.free-number-listbox .free-number-list .ttl::before {
  border-radius: 50%;
  color: var(--white);
  content: counter(step);
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 35px;
  letter-spacing: 0;
  line-height: 3.5rem;
  min-width: 35px;
  text-align: center;
  width: 35px;
}
.free-number-listbox .free-number-list .atxt {
  font-size: 1.6rem;
  line-height: 1.88;
}

.free-link-list .free-link-cts {
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 0 10px 30px;
}
.free-link-list .free-link-cts a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.free-link-list .free-link-cts a::after {
  content: "";
  height: 28px;
  width: 28px;
}
.free-link-list .free-link-cts a:hover {
  opacity: 1;
  text-decoration: underline;
}
.free-link-list .free-link-cts a:hover::after {
  opacity: 0.7;
}
.free-link-list .free-link-cts a[target=_blank]::after {
  height: 24px;
  width: 24px;
}

.free-table {
  border-top: 1px solid #ddd;
  table-layout: fixed;
  width: 100%;
}
.free-table tr {
  border-bottom: 1px solid #ddd;
}
.free-table th,
.free-table td {
  font-size: 1.6rem;
  height: 64px;
  letter-spacing: 0.05em;
  line-height: 1.88;
  padding: 16px 20px;
  text-align: left;
}
.free-table th {
  background: #f8f8f8;
  font-weight: bold;
  width: 200px;
}

.free-person-cts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
}
.free-person-cts figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 120px;
}
.free-person-cts figure img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.free-person-cts .free-person-txt {
  font-size: 1.6rem;
  line-height: 1.88;
  width: calc(100% - 150px);
}