/* ORGANIZATION */
.organiz_title {
  padding: 5px 20px 5px 20px;
  font-size: 30px;
  background: #ffdc00;
}
.organiz_contents {
  display: block;
  width: 100%;
}
.organiz_section {
  display: block;
  width: 95%;
  margin: 30px auto 30px auto;
  padding: 10px;
  border: solid 2px #000000;
}
.organiz_section p {
  font-size: 15px;
  text-align: left;
  font-weight: normal;
}
.organiz_section .honbu {
  font-size: 25px;
  font-weight: bold;
}

.organiz_section .ul1st {
  position: relative;
  padding: 10px 10px 0px 30px;
  text-align: left;
  list-style-type: disc;
}
.organiz_section li.s1st {
  padding-left: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 20px;
}
.organiz_section .ul2nd {
  position: relative;
  padding: 10px 10px 0px 30px;
  text-align: left;
  list-style: "★";
}

.organiz_section li.s2nd {
  padding-left: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:480px) {
  /* ここにスマホ版だけの記述 */
  .organiz_title {
    font-size: 22px;
    margin-top: 30px;
  }
  .organiz_section p {
    font-size: 13px;
    text-align: left;
  }
  .organiz_section .honbu {
    font-size: 20px;
  }
  .organiz_section .ul1st {
    padding: 10px 10px 0px 20px;
  }
  .organiz_section li.s1st {
    font-size: 16px;
  }
  .organiz_section .ul2nd {
    padding: 10px 10px 0px 20px;
  }
  .organiz_section li.s2nd {
    font-size: 18px;
  }
}
