/*------------------------
  Outline
------------------------*/
.outline-sect .content-title {
  margin-bottom: 1.25vw;
}
.outline-sect dl {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 2.5vw;
}
.outline-sect dl dt {
  width: 20vw;
}
.outline-sect dl dt h4 {
  font-weight: 400;
}
.outline-sect dl dd {
  width: calc(100% - 20vw);
}
.outline-sect dl dt, .outline-sect dl dd {
  border-bottom: 1px solid #E6E6E6;
  padding: 1.667vw 0;
}

.col-sect .content-title {
  margin-bottom: 1.25vw;
}
.col-sect .lead {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.col-sect .lead p {
  line-height: 2;
}

@media screen and (min-width: 1366px) {
  .outline-sect .content-title {
    margin-bottom: 15px;
  }
  .outline-sect dl {
    margin: 0 auto 30px;
  }
  .outline-sect dl dt {
    width: 240px;
  }
  .outline-sect dl dd {
    width: calc(100% - 240px);
  }
  .outline-sect dl dt, .outline-sect dl dd {
    padding: 20px 0;
  }
  .col-sect .content-title {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .outline-sect .content-title {
    margin-bottom: 15px;
  }
  .outline-sect dl {
    margin: 0 auto 20px;
  }
  .outline-sect dl dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }
  .outline-sect dl dt h4 {
    font-size: 14px;
    font-weight: 700;
  }
  .outline-sect dl dd {
    width: 100%;
    padding: 0 0 20px;
  }
  .col-sect .content-title {
    margin-bottom: 15px;
  }
}