@charset "utf-8";

ul.cmn_normal_list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #B0B0B0;
  border-radius: 4px;
  top: 8px;
  left: 5px;
}
ol.cmn_normal_list li.num2::before {
  content: "(2)";
}
ul.cmn_annotation_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
ul.cmn_annotation_list li.no-annotate {
  font-size: 1.6rem;
  color: #000;
}
ul.cmn_annotation_list li.no-annotate::before {
  content: '';
  top: 8px;
  left: 5px;
}
.arrow-down {
  position: relative;
  padding-top: 60px;
}
.arrow-down:after {
  position: absolute;
  content: "";
  border-top: 30px solid #ccc;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  bottom: auto;
}
.number_link a {
  font-size: 2.0rem;
  font-weight: bold;
  color: #0070cc;
  text-decoration: none;
}
.number_link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .pL5 {
      padding-left: 4px !important;
  }
}