.top-hero-inner {
  margin: auto;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-hero-head {
  display: table;
  width: 100%;
}
.top-hero-ttl {
  text-align: center;
  font-weight: 600;
}
.top-hero-cap {
  font-size: 16px;
  text-align: left;
  display: block;
}
.top-hero-cap strong {
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2;
}
.top-hero-cap strong:first-child {
  text-align: left;
}
.top-hero-cap strong:last-child {
  margin-left: 40px;
}
.top-hero-text {
  font-size: 33px;
  line-height: 1.45;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: rgb(67, 67, 67) 1px 0 10px;
}
.top-hero-point {
  background-image: linear-gradient(90deg, #d7b52d, #f5e9b5 50%, #d7b52d);
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.top-hero-link {
  padding-top: 30px;
}
.top-hero-desc {
  padding: 25px 15px;
  overflow: hidden;
  font-weight: bold;
  margin: 0;
}
.top-hero-desc .top-hero-inner {
  box-shadow: 1px 6px 18px rgba(41, 64, 168, 0.2);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-hero-desc .top-hero-inner p {
  padding: 0 15px;
}
.top-about-txt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.top-about-result {
  position: relative;
  border-bottom: 1px solid #00235d;
  text-align: center;
  font-weight: bold;
  color: #00235d;
  font-size: 18px;
  padding: 30px 0;
  margin: 0;
}
/* 下三角 */ 
.top-about-result:before{
    content: "";
    position: absolute;
    bottom: -47px;
    left: 50%;
    margin-left: 0;
    border: 24px solid transparent;
    border-top: 24px solid #f7f8fb;
    z-index: 2;
}
.top-about-result:after {
    position: absolute;
    border: 24px solid transparent;
    border-top-color: #00235d;
    border-bottom-width: 0;
    bottom: -24px;
    content: "";
    left: 50%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-hero {
    overflow: hidden;
  }
  .top-hero-inner {
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-hero-ttl {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
  }
  .top-hero-cap {
    font-size: 20px;
  }
  .top-hero-cap strong:first-child {
    padding-right: 0;
  }
  .top-hero-cap strong:last-child {
    padding-left: 0;
    margin-left: 0;
  }
  .top-hero-text {
    font-size: 64px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .top-hero-point {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 0;
  }
  .top-hero-pic {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    margin: 0;
  }
  .top-hero-desc {
    padding: 0 0 25px;
    margin-top: -30px;
    overflow: visible;
  }
  .top-hero-desc .top-hero-inner {
    padding: 30px 0;
  }
  .top-hero-desc .top-hero-inner p {
    padding: 0 30px;
  }
  .top-about-txt {
    text-align: center;
  }
  .top-about-result {
    font-size: 24px;
  }
}

.top-faq-list {
  margin-top: 40px;
  border-top: 1px solid #d7d7d7;
}

.top-faq-item {
  border-bottom: 1px solid #d7d7d7;
}
.top-faq-item.is-open .top-faq-body {
  display: block;
}

.top-faq-link {
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding: 20px 0 20px 40px;
  position: relative;
}
.top-faq-link:before {
  content: "Q";
  display: block;
  background-size: 100%;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 16px;
  left: 10px;
  font-weight: bold;
  color: #0766f4;
  font-size: 20px;
}

.top-faq-body {
  display: none;
  font-size: 16px;
  padding: 20px 0 20px 40px;
  border-top: 1px dotted #b2b2b2;
}

.top-faq-more {
  margin-top: 30px;
}

.top-faq-more-link {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  background: #062d59;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 0.5rem;
  position: relative;
}
.top-faq-more-link:after {
  content: "";
  display: block;
  background: url("../img/ic_arrow_r.png") no-repeat;
  background-size: 100%;
  width: 9px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}
.top-faq-btn {
  text-align: center;
  margin: 30px auto 0;
}
.top-faq-btn a {
  background: #062d59;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 335px;
  padding: 9px 18px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-faq-btn a {
    position: relative;
  }
  .top-faq-btn a:after {
    content: "";
    display: block;
    background: url("../img/ic_arrow_r.png") no-repeat;
    background-size: 100%;
    width: 12px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.523%;
  }
}

.top-office-table-bg {
}
.top-office-table-bg iframe {
  width: 100%;
}
.top-office-table {
  font-size: 16px;
}
.top-office-table th,
.top-office-table td {
  display: block;
}
.top-office-table th {
  font-weight: 900;
  text-align: left;
  padding-right: 20px;
  padding-bottom: 10px;
}
.top-office-table td {
  padding-bottom: 30px;
}
.top-office-table .top-office-th {
  font-size: 20px;
  padding-bottom: 30px;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .top-office-table-bg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
  .top-office-table-bg iframe {
    width: 600px;
  }
  .top-office-table th,
  .top-office-table td {
    display: table-cell;
    padding-bottom: 30px;
  }
}