#Contents .h_namage h3{
  margin: 30px 0 0;
  line-height: 30px;
  letter-spacing: .05em;
  text-indent: 5px;
}

.h_manage_desc{
  margin: 1.2em 0 0;
  padding: 0 0 30px;
  line-height: 1.8;
  border-bottom: 1px solid rgb(225, 225, 225);
}
.h_manage_desc.noline{ border:0; }

.h_namage ol {
  padding: 0 0 0 2px;
  list-style: none;
  counter-reset: roman;
}

.h_namage ol li {
  counter-increment: roman;
  margin: 0.5em 0;
  padding-left: 2em;
  position: relative;
}

.h_namage ol li::before {
  content: counter(roman, upper-roman) ". ";
  position: absolute;
  left: 0;
  font-size: 90%;
}

.h_manage_img{ margin:10px 0 0; }