@charset "UTF-8";
.c-kvA2__inner {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .c-kvA2__inner {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.c-kvA2__inner--txt {
  color: #ffffff;
  font-family: 'UD新ゴ M';
  font-size: 1.3rem;
  margin-top: 16px;
  padding-left: 48px;
  text-align: justify;
}

@media (max-width: 1023px) {
  .c-kvA2__inner--txt {
    padding-left: 0;
  }
}

.contents__body + .contents__body {
  margin-top: 70px;
}

@media (max-width: 1023px) {
  .pageH2Area {
    margin-bottom: 0;
  }
}

.pageH4Area {
  margin-bottom: 0;
}

.pageH4Area__tit {
  color: #404040;
  font-family: 'UD新ゴ B';
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .pageH4Area__tit {
    font-size: 1.6rem;
  }
}

.pageColumn1 {
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .pageColumn1 {
    margin-top: 20px;
  }
}

.pageColumn1__img img {
  max-width: 700px;
  width: 100%;
}

.pageTxt, .pageTxtList {
  margin-top: 16px;
}

.pageTxtList__item {
  margin-top: 8px;
}

.table01__wrap {
  margin-top: 30px;
}

.pageH2Area__center {
  text-align: center;
}

.table01 thead th {
  text-align: center;
  vertical-align: middle;
}

.table01 tbody th {
  background: #00003e;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}

@media screen and (max-width: 1023px) {
  .table01 tbody tr th {
    width: 250px;
  }
}

.table01 tbody td {
  vertical-align: middle;
}

.table01 tbody tr:first-child {
  border-top: 2px solid #ffffff;
}
/*# sourceMappingURL=style.css.map */