@charset "UTF-8";

section:nth-of-type(4) .col .lead_01 {
	padding: 17px 15px 17px 15px;
}

.nav_current > li.current a {
  pointer-events: none;
  padding-left: 1.5em;
  color:#888;

}
.nav_current > li.current a::after {
  content: "←現在閲覧中のページ";
  color: red;
  padding-left:.8em;
}
.nav_current > li.current a::before {
  visibility: hidden; !important;
}
@media only screen and (max-width: 767px) {
  .nav_current > li.current a::after {
    content: "（現在閲覧中のページ）";
    display: block;
  }
}