/*-------------------------
 #page_ttl
-------------------------*/
#page_ttl h2 {
  position: relative;
  background: url(../../common/images/ph_main.jpg) top center no-repeat;
  background-size: cover;
}

/*-------------------------
 #precautions
-------------------------*/
#precautions #capsule {
  margin-bottom: 70px;
}
#precautions h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid #1d1d1d 1px;
  padding-bottom: 15px;
}
#precautions h3 img {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: auto;
}
#precautions dt {
  margin-top: 40px;
}
#precautions h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-indent: -1rem;
  margin-left: 1rem;
}
#precautions .right {
  text-align: right;
  margin-top: 20px;
}
#precautions ol {
  margin-left: 3rem;
}
#precautions ol li {
  position: relative;
  list-style-type: none;
  line-height: 1.4;
  margin-bottom: 5px;
}
#precautions ol li:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}/*# sourceMappingURL=style.css.map */