.map {
  max-width: 900px;
  margin: 0 auto;
}
.map iframe {
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .map {
    max-width: 500px;
  }
  .map iframe {
    height: 300px;
  }
}
/*----------------------------------------------------
  .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;
}
/*国際交流　indexに２枚並べるとき*/
ul.l_img_list.double {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 0;
}
ul.l_img_list.double li {
  text-align: center;
  margin: 0 auto;
  background: none;
  padding: 0;
}

/*--- */
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 {
  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;
}
.dl_acc ul.l_img_list{
	border: none;
	padding: 0;
}