@charset "UTF-8";

/* 茶色ボックス */
.bg_brown_wrap {
  text-align: center;
}

.bg_brown_inner {
  padding: 15px;
  margin: 20px 0 0;
  background: #7F96C2;
  display: inline-block;
}

.sec_txt02 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0 0;
}

@media only screen and (min-width: 641px) {
  .bg_brown_inner {
    padding: 20px;
    margin: 0;
  }

  .sec_txt02 {
    font-size: 20px;
    margin: 20px 0 0;
  }

}


/* 分野概要　フレックス */

@media only screen and (min-width: 641px) {
  .flex_box01 {
    position: relative;
  }

  .flex_item01 p:first-of-type {
    width: 48%;
  }

  .flex_item02 {
    width: 48%;
    float:left;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

   /* .flex_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flex_item01 {
    width: 48%;
  }

  .flex_item02 {
    width: 48%;
    margin: 0;
  }*/

}

/* 教育活動 */
.hpha_list_ttl {
  font-size: 14px;
  line-height: 2;
  margin: 20px 0 0;
  font-weight: bold;
}

.hpha_list_ttl:first-of-type {
  margin: 0;
}

.hpha_list_txt {
  font-size: 14px;
  line-height: 2;
  padding-left: 1em;
}

@media only screen and (min-width: 641px) {
  .hpha_list_ttl {
    font-size: 18px;
  }

  .hpha_list_txt {
    font-size: 18px;
  }
}


/* 教育方針 */
.hpha_ttl01 {
  font-weight: bold;
}
