@charset "utf-8";

/*---------------------------------------------
common style
---------------------------------------------*/
.about .unit-box { margin-top: 50px; display: block; }
.about .unit-box > * { overflow: hidden; }
.about .unit-box p + p { margin-top: 20px; }
.about .lead { color: #00a37f;  font-weight: 500; font-size: 2.2rem; font-family: 'Noto Sans JP', sans-serif; }
.about .sub.lead { margin-top: 30px; color: #000; font-size: 1.8rem; }
.about .catlist li dl:after { right: 15px; width: 10px; height: 10px; border-top: 1px solid #3eb134; border-right: 1px solid #3eb134; }
.about .catlist li a[href$=".pdf"]:after { content: none; }
.about .catlist li a[href$=".pdf"] dl:after { content: ""; display: inline-block; margin-top: -10px; position: absolute; top: 50%; color: #333; font-family: "Font Awesome 5 Pro"; }
@media (max-width: 767px) {
  .about .unit-box > * { overflow: initial; }
}