@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ 目的 ◇◆◇
  
  
========================================================================================================================*/

.sbj {
  font-family:"Noto Sans Japanese";
  font-style:normal;
  font-weight:500;
  text-align:center;
}

@media screen and (max-width:640px) {
  .sbj { font-size:136%; }
}


/*-----------------------------------------------------------------------------------
  活動目標
-----------------------------------------------------------------------------------*/

.objective {
  margin-top:0.5em;
  margin-bottom:0.5em;
  margin-left:1.5em;
  list-style:upper-roman;
  font-family:"Noto Sans Japanese";
  font-style:normal;
  font-weight:500;
}

.objective li {
  line-height:1.4;
  padding-top:0.25em;
  padding-top:0.25rem;
}

.objective li:first-child {
  padding-top:0;
}

