/* adjust
================================================== */
.heading--h2-bdb {
  border-color: #5f647b;
}

.expander__title {
  cursor: default;
  background: none !important;
}
.expander__title:hover {
  opacity: 1;
}

.expander__body {
  padding-top: 1em;
  max-height: none !important;
}

/* info
================================================== */
.info__main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 30px;
}
.info__image {
  flex: 0 0 350px;
}
.info__table {
  flex: 0 0 580px;
}
.info__table table {
  margin-bottom: 1em;
  width: 100%;
}
.info__table table th, .info__table table td {
  padding: 1em;
  border: solid 1px #ccc;
}
.info__table table th {
  background: #FAFAFA;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .info__btn {
    margin: 0 auto 80px;
    max-width: 420px;
  }
  .info__btn > li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .info__main {
    display: block;
    margin-bottom: 5.33333vw;
  }
  .info__image {
    margin-bottom: 8vw;
  }
  .info__image img {
    display: block;
    margin: 0 auto;
    max-width: 73.33333vw;
  }
  .info__table table th, .info__table table td {
    font-size: 3.73333vw;
  }
  .info__btn {
    margin-bottom: 13.33333vw;
  }
  .info__btn > li + li {
    margin-top: 4vw;
  }
}

/* demo
================================================== */
.demo__main {
  display: flex;
  margin-bottom: 40px;
}
.demo__image {
  flex: 0 0 320px;
  margin-right: 30px;
}
.demo__text {
  flex: 1 0 0%;
}
.demo__btn {
  margin: 0 auto;
}
.demo__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 550px;
  height: 80px;
  border-radius: 40px;
  background: #5f647b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.demo__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.demo__btn a small {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .demo__main {
    display: block;
    margin-bottom: 5.33333vw;
  }
  .demo__image {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .demo__image img {
    display: block;
    margin: 0 auto;
    max-width: 73.33333vw;
  }
  .demo__text {
    font-size: 4vw;
  }
  .demo__btn a {
    width: 100%;
    height: 18.66667vw;
    font-size: 4.53333vw;
  }
  .demo__btn a small {
    font-size: 4vw;
  }
  .demo__btn a::before {
    right: 5.33333vw;
  }
}


.headSection + .section--no-padding{
 padding-top:30px
}
