/*-- [!!! MT only !!!] --*/
hr {
  height: 1px;
  background-color: #ccc;
  border: none;
}

h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 1px;
}

h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #0952a1;
  letter-spacing: 1px;
}

strong {
  font-weight: bold;
}

ol > li {
  margin: 0 0 5px 1em;
  padding: 0;
  list-style: decimal outside;
}

/*-- pdfリンク用（後方一致".pdf"） --*/
a[href$="\.pdf"] {
  color: #0952a1;
  text-decoration: none;
}

a[href$="\.pdf"]:hover {
  text-decoration: underline;
}

a[href$="\.pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  padding-left: 8px;
  background: url(https://www.nrc.co.jp/n_common/img/icon/icon_pdf.png) center right no-repeat;
  background-size: 20px 22px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .mt_full_img img {
    width: 100%;
    height: auto;
  }
}
/*-- [!!! /MT only !!!] --*/
