@charset "utf-8";

/* 事業所紹介/プライバシーポリシー*/
.office, .privacypolicy, .contact{
  ;
}

.office dt, .privacypolicy dt, .contact dt{
  font-weight: bold;
  padding : 10px 5px 5px;
}

.office dd, .privacypolicy dd, .contact dd{
  padding: 0px 10px 5px;
  border-bottom: 1px solid #000;
}

.office li, .privacypolicy li{
  margin-bottom: 10px;
}

