h1 {
  display: block;
  padding: 2px 0 0 6px;
  margin: 10px auto 30px;
  border-left: 4px solid #9B9A99;
  font-size: 16px;
  font-weight: bold;
}

p {
  margin-bottom: 1rem;
}

p:last-of-type,
.notApplicable_section:last-of-type {
  margin-bottom: 0;
}

#notApplicable_contents {
  display: block;
  width: 740px;
  margin: 0 auto 30px;
}

.notApplicable_section {
  margin-bottom: 2rem;
}

.notApplicable_text {
  color:#000000;
  font-size:12px;
  line-height:1.6em;
}

/*=============================================
 SP
=============================================*/
@media only screen and (max-width:768px) {
  h1 {
    margin: 5px auto 15px;
    font-size: 12px;
  }
  #notApplicable_contents {
    width: auto;
    padding: 10px;
  }
}