/*------------------------
  specfied
------------------------*/
.specfied-sect .scroll-nav {
  padding: 0;
}
.specfied-sect .lead {
  max-width: 680px;
  max-width: 56.667vw;
  margin: 0 auto 3.333vw;
}
.specfied-sect .lead p + p {
  margin-top: 1.2em;
}
.specfied-sect .spec-block {
  margin-top: 5vw;
}
.specfied-sect .spec-block#content01 {
  background: url(../images/spec/img-specblock01.png) no-repeat top right/10.5vw auto;
}
.specfied-sect h5 {
  margin-top: 2.5vw;
}
.specfied-sect ol.decimal {
  list-style: decimal;
  margin: 1.25vw 0 1.25vw 1.5em;
}
.specfied-sect p a {
  color: #FFA822;
  text-decoration: underline;
}
.specfied-sect table {
  margin-bottom: 2.5vw;
}
.specfied-sect table th {
  white-space: nowrap;
}

@media screen and (min-width: 1366px) {
  .specfied-sect .lead {
    max-width: 680px;
    margin: 0 auto 40px;
  }
  .specfied-sect .spec-block {
    margin-top: 60px;
  }
  .specfied-sect .spec-block#content01 {
    background: url(../images/spec/img-specblock01.png) no-repeat top right/150px auto;
  }
  .specfied-sect h5 {
    margin-top: 30px;
  }
  .specfied-sect ol.decimal {
    margin: 15px 0 15px 1.5em;
  }
  .specfied-sect table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .specfied-sect .scroll-nav ul li {
    width: 100%;
  }
  .specfied-sect .lead {
    max-width: 100%;
  }
  .specfied-sect .lead + figure img {
    max-width: 300px;
    width: 60%;
  }
  .specfied-sect .spec-block {
    margin-top: 50px;
  }
  .specfied-sect .spec-block#content01 {
    background: none;
  }
  .specfied-sect h5 {
    margin-top: 30px;
    font-size: 20px;
  }
  .specfied-sect ol.decimal {
    margin: 15px 0 15px 1.5em;
  }
  .specfied-sect table {
    margin-bottom: 30px;
  }
}