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

main {
  padding-bottom: 80px;
}

main .s01 {
  width: 700px;
  margin: 70px auto 0;
}

main .s01 dl dt {
  height: 77px;
  margin-top: 60px;
  margin-bottom: 10px;
  border: 1px solid #888;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 77px;
}

main .s01 dl dt .icon {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main .s01 dl dt.gray {
  background-color: #eee;
}

main .s01 dl dd {
  width: 450px;
  margin: 0 auto -10px;
  font-size: 14px;
  line-height: 200%;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 786px) {
  main {
    padding-bottom: 50px;
  }
  main .s01 {
    width: 100%;
    padding: 0 40px;
    margin: 40px auto 0;
  }
  main .s01 dl dt {
    height: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 48px;
  }
  main .s01 dl dt .icon {
    width: 24px;
    top: -25px;
  }
  main .s01 dl dd {
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
  }
}
