.index .l-main {
  padding-bottom: 200px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .index .l-main {
      padding-bottom: 110px; } }

.index__box01 {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
      .index__box01 {
      margin-top: 70px; } }
  
.index__box01 + .index__box01 {
    margin-top: 110px; }
    @media screen and (max-width: 767px) {
      .index__box01 + .index__box01 {
        margin-top: 70px; } }
  
.index__box01__outer + .index__box01__outer {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .index__box01__outer + .index__box01__outer {
        margin-top: 50px; } }
  
.index__box01__inner + .index__box01__inner {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .index__box01__inner + .index__box01__inner {
        margin-top: 20px; } }


.index__ttl01 {
  margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .index__ttl01 {
        margin-bottom: 30px; } }

.index__ttl02 {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .index__ttl02 {
      margin-bottom: 20px; } }


.index__txt01 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .index__txt01 {
      font-size: 1.6rem; } }
  
.index__txt01 + .index__txt01 {
    margin-top: 20px; }

.index__txt02 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .index__txt02 {
      font-size: 1.6rem; } }

.index__txt02 + .index__list02 {
  margin-top: 20px; }
  
.index__txt02 + .index__list03 {
    margin-top: 20px; }

.index__list01 li {
  line-height: 1.8; }

.index__list01 li::before {
    top: 0.7em; }
    @media screen and (max-width: 767px) {
      .index__list01 li::before {
        top: 0.7em; } }

.index__list02 li {
  line-height: 1.8; }

.index__list03 li {
  line-height: 1.8; }

.index__list03 li + li {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .index__list03 li + li {
        margin-top: 30px; } }

.index__listBox01 {
  margin-top: 20px; }
  @media print, screen and (min-width: 768px) and (min-width: 1241px) {
  .index__listBox01 {
    display: flex;
    align-items: center; }

.index__listBox01 .index__txt02 {
      margin-right: 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1240px) {
    .index__listBox01 .index__txt02 {
    margin-bottom: 10px; }

.index__listBox01 .index__btn01 {
    display: inline-block; } }
  @media screen and (max-width: 767px) {
    .index__listBox01 .index__btn01 {
      margin: 20px auto 0;
      width: 220px; } }

.b-font{
  font-weight: 600;
}
.c-link {
  border-bottom: 1px solid #000;
}
.space{
  height: 50px;
}
.c-ttl-02 {
    padding-bottom: 24px;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #777;
  }
  @media screen and (max-width: 767px) {
    .index__listBox01 .index__btn01{
      font-size: 2.4rem;
    } }


  .c-ttl-01.small {
    font-size: 2.4rem;
    margin-top: 30px;
  }

.p-page-header-01{
  height: auto !important;
  padding-bottom: 50px !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(98, 98, 98);
  font-family: sans-serif;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  text-align: justify;
}

thead,
tfoot {
  background-color: rgb(233, 233, 233);
}

th,
td {
  border: 1px solid rgb(98, 98, 98);
  padding: 8px 16px;
  vertical-align: middle;
}

table th:first-child {
  white-space: nowrap; /* 折り返さない → 最小幅になる */
}

@media screen and (max-width: 767px) {
  table th:first-child {
    white-space: normal;
    width: 30%;
  } }

/* td:last-of-type {
  text-align: center;
} */

/* プライバシーポリシー */
#privacypolicy .l-inner-md >:last-child{
  float:right;
}
#privacypolicy .l-inner-md {
  overflow: hidden;
}


/* 当社が取扱う個人情報について */
#personal-info{
  margin-top: 500px;
}