@charset "utf-8";

.enhance_wrapper_notitle .enhance_content > ul:first-of-type > li:first-child {
  margin: 1em;
}
.icon_data_pdf{
  color:#3F3B3A;
  font-weight:bold;
  text-decoration: none;
  padding:0 0 0 20px;
  display:inline-block;
}
.icon_data_pdf:before{
  margin: 0 4px -4px auto;
  padding:0 0 0 0;
  display:inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  background-image: url("../../img/rn01/icon_pdf.svg");
}
.text_bold{
  font-weight: bold;
}

.text_underline{
  text-decoration: underline;
}

.sanka_mutsuu_a_notitle{
    color: #000;
}

