/* section num01 */
.section.num01 section {
  text-align: left;
}

.section.num01 .btn {
  max-width: 360px;
  margin-top: 50px;
  margin-bottom: 60px;
  color: #039;
  font-weight: bold;
}

.section.num01 .btn:hover {
  color: #ffffff;
}

.section.num01 .flow {
  margin-bottom: 50px;
}

.section.num01 .list {
  padding-left: 20px;
  margin-bottom: 10px;
}

.section.num01 .text01 {
  margin-bottom: 50px;
}

.section.num01 .text01.text__last {
  margin-bottom: 100px;
}

.section.num01 .headline--02 {
  margin-bottom: 20px!important;
  text-transform: capitalize;
}

.table {
  margin-top: 10px;
}

.table th:first-child {
  text-align: left;
  background-color: #f7f7f7;
}

.table tbody tr:hover {
  background-color: transparent;
}

.table .table__cell {
  border: 1px solid #adadad;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .side {
    display: block;
  }
  .section.num01 .text01 {
    margin-bottom: 10px;
  }
}

.headline--02 {
  font-size: 42px!important;
  line-height: 44px;
  text-transform: none!important;
}

.headline--02::before {
  width: 90px;
  transform: translateY(-25px);
}

.headline--03 {
  font-size: 30px;
  line-height: 34px;
  margin-top: 40px;
  border-bottom: 2px solid rgba(216, 216, 216, 1);
  font-family: "adobe-garamond-pro",serif;
}

.headline--03::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: rgba(0, 35, 104, 1);
  margin-bottom: 20px;
  transform: translateY(-28px);
}

.pageTitle {
  margin-bottom: 80px;
}

@media screen and (max-width: 860px) {
  .owners .pageTitle {
    margin-bottom: 50px;
    top: -17px;
  }

  .owners-title {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 20px;
    margin-right: 0;
  }

  .headline--02 {
    font-size: 26px!important;
    line-height: 31px;
    text-transform: none!important;
  }

  .headline--02::before {
    width: 36px;
    transform: translateY(-12px);
  }

  .headline--03 {
    margin-top: 40px;
    border-bottom: 2px solid rgba(216, 216, 216, 1);
    font-size: 22px!important;
    line-height: 26px;
  }

  .headline--03::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-20px);
  }
}

.media__section {
  flex-direction: column;
}

.image__figure figure img {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .media__section {
    padding-bottom: 0!important;
  }
}
