/* ------------------------------
 width: all
------------------------------ */
header .gnav ul li:nth-child(5) a::after {
  opacity: 1 !important;
}

main .s01 {
  width: 900px;
  margin: 0 auto;
  padding-top: 60px;
}

main .s01 dl {
  margin-bottom: 80px;
}

main .s01 dl:last-child {
  margin-bottom: 0;
}

main .s01 dl dt {
  min-height: 77px;
  border: 1px solid #bbb;
  background-color: #eee;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  padding: 22px 40px 22px 90px;
}

main .s01 dl dt img {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

main .s01 dl dd {
  min-height: 77px;
  margin-top: 5px;
  position: relative;
  font-size: 16px;
  line-height: 200%;
  padding: 22px 40px 22px 90px;
}

main .s01 dl dd img {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 786px) {
  main .s01 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  main .s01 dl {
    margin-bottom: 40px;
  }
  main .s01 dl:last-child {
    margin-bottom: 0;
  }
  main .s01 dl dt {
    min-height: 44px;
    font-size: 16px;
    line-height: 180%;
    padding: 10px 20px 10px 60px;
  }
  main .s01 dl dt img {
    width: 30px;
    top: 10px;
    left: 10px;
  }
  main .s01 dl dd {
    min-height: 44px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 200%;
    padding: 10px 20px 10px 60px;
  }
  main .s01 dl dd img {
    width: 30px;
    top: 10px;
    left: 10px;
  }
}
