/*----------------------------------------------------
  .department_table
----------------------------------------------------*/
.department_table {
  width: 100%;
  font-size: .9em;
}
.department_table th {
  font-size: 1.1em;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
.department_table th:first-child, .department_table th:last-child {
  width: 5%;
}
.department_table td.school {
  text-align: left;
  padding-left: 1.5em;
}
/* history */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.unit_introbox {
  font-family: 'Libre Baskerville', serif;
}
ul.l_img_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 30px;
}
ul.l_img_list li {
  width: 95%;
  background: #F4F7F9;
  padding: 1em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.l_img_list li p, .solo_img_center p, .solo_img_grid p, p.center {
  font-family: 'Open Sans', sans-serif;
}
ul.l_img_list li img {
  width: 100%;
}
ul.l_img_list li p {
  font-size: .88em;
  line-height: 1.7;
}

/* 小見出し2のスタイル */
.l_col_textarea_komidashi {
  margin: 0px 0px 5px 20px;
  padding: 5px 10px 5px 10px;
  /*width:640px;*/
  font-size: 0.9em;
  background: #F5F5F5;
  line-height: 20px;
  font-size: 1.0em;
  font-weight: bold;
}
/* 小見出し2のスタイル */
.l_col_textarea_komidashi_moji {
  border-left: 5px solid #85AA35;
  padding-left: 5px;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #85AA35;
}
/*吹き出し*/
.l_hukidashi_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2em;
}
/*吹き出し*/
.l_hukidashi_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* ご挨拶*/
.l_hukidashi_flex .greeting {
  margin: 0 2em;
  font-size: 1em;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 2em;
}
.hukidashi_img {
  text-align: center;
}
.hukidashi_img img {
  width: 120px;
  border-radius: 20px;
}
.hukidashi_img p {
  text-align: center;
  font-size: .75em;
}
.hukidashi_img.icon img {
  width: 70px;
}
.hukidashi_img.icon-w100e img{
  width: 100px;
}
@media (max-width: 960px) {
  .upts_introbox_txt {
    margin-left: 0;
  }
  /* ご挨拶*/
  .l_hukidashi_flex .greeting {
    margin: 0 0;
  }
  .hukidashi_img {
    margin: 0 auto;
  }
  .l_hukidashi_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l_hukidashi_flex.reverse {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hukidashi_img.icon-w100e img{
    width: 70px !important;
	margin-top: 0;  
}
}
/*ふきだし右*/
.hukidashi_migi {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  padding: 1em;
  border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFEDCD;
  font-size: .95em;
  width: 100%;
}
.hukidashi_migi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFEDCD;
}
.hukidashi_migi p {
  margin: 0;
  padding: 0;
}
/*ふきだし左*/
.hukidashi_hidari {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  padding: 1em;
  border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  width: 100%;
  background: #FFEDCD;
  font-size: .95em;
}
.hukidashi_hidari:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFEDCD;
}
.hukidashi_hidari p {
  margin: 0;
  padding: 0;
}
/* アイコン*/
.hukidashi_migi.pink {
  background: #FFE9EA;
}
.hukidashi_migi.pink:before {
  border-left: 15px solid #FFE9EA;
}
.hukidashi_migi.green {
  background: #D6F1BE;
}
.hukidashi_migi.green:before {
  border-left: 15px solid #D6F1BE;
}
.hukidashi_hidari.blue {
  background: #DBEDFF;
}
.hukidashi_hidari.blue:before {
  border-right: 15px solid #DBEDFF;
}
@media (max-width: 960px) {
  /*上向き*/
  .hukidashi_hidari, .hukidashi_migi {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    padding: 1em;
    border-radius: 10px;
    min-width: 120px;
    width: 95%;
    background: #DEF2F7;
  }
  .hukidashi_hidari:before, .hukidashi_migi:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #DEF2F7;
  }
  /* アイコン*/
  .hukidashi_migi.pink {
    background: #DEF2F7;
  }
  .hukidashi_migi.pink:before {
    border-left: none;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #DEF2F7;
  }
  .hukidashi_migi.green {
    background: #DEF2F7;
  }
  .hukidashi_migi.green:before {
    border-left: none;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #DEF2F7;
  }
  .hukidashi_hidari.blue {
    background: #DEF2F7;
  }
  .hukidashi_hidari.blue:before {
    border-right: none;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #DEF2F7;
  }
}
/*上向き*/
.hukidashi_ue {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  padding: 1em;
  border-radius: 10px;
  min-width: 120px;
  width: 95%;
  background: #DEF2F7;
}
.hukidashi_ue:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #DEF2F7;
}
.hukidashi_ue p {
  margin: 0;
  padding: 0;
}