@charset "UTF-8";

.organization .inner>ul:nth-child(4) li.sub_organization {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 
}

.organization .inner>ul:nth-child(4)>li>ul>li>a {
 background: #f2f2f2;
 border: 1px solid #c8c8c8;
 border-bottom: 1px solid #c8c8c8;
 
}

.organization .inner>ul:nth-child(4) li.sub_organization a {
 background: #ffffff;
 
}

 hr.organization {
  width: 1rem;
  background: #aab9c2;
  margin: 0.4rem auto -0.5rem auto;
  transform:rotate(90deg);
}


           