/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper ul {
  width: 1000px;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 60px;
}

main section.s01 .wrapper ul li {
  width: calc(100% / 3);
}

main section.s01 .wrapper ul li dl + dl {
  margin-top: 50px;
}

main section.s01 .wrapper ul li dl dt {
  font-size: 23px;
  color: #040000;
}

main section.s01 .wrapper ul li dl dt a {
  text-decoration: none;
  color: #040000;
}

main section.s01 .wrapper ul li dl dd {
  padding-left: 27px;
  font-size: 23px;
}

main section.s01 .wrapper ul li dl dd p {
  margin-top: 5px;
}

main section.s01 .wrapper ul li dl dd p a {
  text-decoration: none;
  font-size: 23px;
  color: #040000;
}

main section.s01 .wrapper ul li dl dd p a.link_off {
  color: #ddd;
  pointer-events: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper ul {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
    display: block;
    padding-left: 60px;
  }
  main section.s01 .wrapper ul li {
    width: 100%;
  }
  main section.s01 .wrapper ul li + li {
    margin-top: 30px;
  }
  main section.s01 .wrapper ul li dl + dl {
    margin-top: 30px;
  }
  main section.s01 .wrapper ul li dl dt {
    font-size: 16px;
    color: #040000;
  }
  main section.s01 .wrapper ul li dl dt a {
    text-decoration: none;
    color: #040000;
  }
  main section.s01 .wrapper ul li dl dd {
    padding-left: 27px;
    font-size: 16px;
  }
  main section.s01 .wrapper ul li dl dd p {
    margin-top: 5px;
  }
  main section.s01 .wrapper ul li dl dd p a {
    text-decoration: none;
    font-size: 13px;
    color: #040000;
  }
  main section.s01 .wrapper ul li dl dd p a.link_off {
    color: #ddd;
    pointer-events: none;
  }
}
