@charset "UTF-8";

.common.fv-area .fv-contents {
  padding-top: 120px;
  padding-bottom: 120px;
}

.common.fv-area .fv-contents .fv-character {
  top: 70px;
}

.fv-area .fv-text .ttl-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.fv-area .fv-text .ttl-area .title {
  font-size: 38px;
  font-weight: 900;
  padding-right: 16px;
}

.fv-area .fv-text .ttl-area .parent {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  .common.fv-area .fv-contents {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .fv-area .fv-text .ttl-area {
    display: block;
  }

  .fv-area .fv-text .ttl-area .title {
    font-size: 48px;
    margin-bottom: 8px;
  }
}

.outbox {
  padding-top: 0;
  padding-bottom: 100px;
}

.cont-main .cont-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont-main .cont-item:first-child {
  padding-top: 0;
}

.cont-main .cont-item:last-child {
  padding-bottom: 0;
}

.common.contents-area .cont-item .text-area {
  margin-bottom: 56px;
}

@media screen and (min-width: 835px) {
  .outbox {
    padding-top: 0;
    padding-bottom: 160px;
  }

  .cont-main .cont-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .common.contents-area .cont-item:first-child .text-area {
    max-width: 770px;
  }

  .common.contents-area .image-area {
    display: flex;
    flex-wrap: wrap;
  }

  .common.contents-area .image-area .image {
    flex: 0 0 50%;
  }

  .common.contents-area .image-area.full .image {
    flex: 0 0 100%;
  }
}

.menu-area {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.menu-area .menu-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  padding: 20px;
}

.menu-area .menu-item .block-area {
  display: flex;
  flex-wrap: wrap;
}

.menu-area .menu-item .block-area .image {
  flex: 0 0 105px;
  max-width: 105px;
}

.menu-area .menu-item .block-area .text-area {
  flex: 0 0 calc(100% - 105px);
  max-width: calc(100% - 105px);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-bottom: 0;
}

.menu-area .menu-item .block-area .text-area .title {
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 8px;
}

@media screen and (min-width: 835px) {
  .menu-area .menu-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.table-base {
  margin-top: 56px;
}

.table-base thead tr th,
.table-base tbody tr td {
  font-weight: 400;
  color: #fff;
  background: none;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .table-base tbody tr:first-child {
    border-top: 1px solid #fff;
  }

  .table-base tbody tr {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
  }

  .table-base thead tr th,
  .table-base tbody tr td {
    display: block;
    border-bottom: none;
  }

  .table-base tbody tr td {
    margin-bottom: 16px;
    display: flex;
  }

  .table-base tbody tr td:last-child {
    margin-bottom: 0;
  }

  .table-base tbody tr td span.title {
    font-weight: 700;
    display: block;
    flex: 0 0 104px;
    max-width: 104px;
  }
}

@media screen and (min-width: 835px) {
  .table-base thead tr th {
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
  }

  .table-base tbody tr td {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
  }
}

.introduction-list .introduction-item {
  margin-bottom: 40px;
}

.introduction-list .introduction-item .image {
  margin-bottom: 16px;
}

.introduction-list .introduction-item p {
  margin-bottom: 8px;
}

@media screen and (min-width: 835px) {
  .introduction-list {
    display: flex;
    flex-wrap: wrap;
  }

  .introduction-list .introduction-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
