@charset "UTF-8";

nav li:nth-child(11) a {
  font-weight: bold;
  font-size: 102%;
  background-color: #ffffff20;
}
section .block {
  padding: 5%;
  margin-bottom: 2%;
  background-color: #efefef;
}
section .block dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
section .block dl {
  padding-right: 250px;
  background: url("../../images/school/course_img_01.png")no-repeat right center;
  background-size: 200px auto;
}
section .block:nth-child(2) dl {
  background: url("../../images/school/course_img_02.png")no-repeat right center;
  background-size: 200px auto;
}
section .block:last-child dl {
  background: url("../../images/school/course_img_03.png")no-repeat right center;
  background-size: 200px auto;
}
@media screen and (max-width:768px){
	section .block {
  	padding: 15px;
	}
	section .block dl,
	section .block:nth-child(2) dl,
	section .block:last-child dl {
		padding: 0;
		padding-bottom: 220px;
		background-position: center bottom;
	}
}