<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */



.ol_list_parentheses_m li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.ol_list_parentheses_m li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


.containar .feature_type03.feature_h1{
  color: #3B6C39;
}

.school_detail_wrap{
  border-color: #559951;
}
.school_year_01 .school_year_ttl{
  background-color: #559951;
}
.school_year_02 .school_year_ttl{
  background-color: #3B6C39;
}
.school_year_03 .school_year_ttl{
  background-color: #1C331B;
}

.ttl_border02{
  border-bottom-color: #3B6C39;
}</pre></body></html>