@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sec.jpg");
  }
  #global-content .pt20{
  	padding-top: 20px;
  }
  #global-content .module-boxColumn4{
  	padding-top: 20px;
  }
  #global-content .module-boxColumn4 li{
	display: inline-block;
	width: 23.9%;
	margin-left: 1%;
  }
  #global-content .module-boxColumn4 li:first-child{
	margin-left: 0;
  }
  #global-content .module-boxColumn4 li img{
	width: 100%;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .pt20{
	padding-top: 20px;
}
.device-view-pc #global-content .module-boxColumn4{
	padding-top: 20px;
}
.device-view-pc #global-content .module-boxColumn4 li{
	display: inline-block;
	width: 23.9%;
	margin-left: 1%;
}
.device-view-pc #global-content .module-boxColumn4 li:first-child{
	margin-left: 0;
}
.device-view-pc #global-content .module-boxColumn4 li img{
	width: 100%;
}

/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-boxColumn4{
		padding-top: 20px;
	}
  .device-js-on #global-content .module-boxColumn4 li{
		display: inline-block;
		width: 92%;
		margin-left: 0;
	}
  .device-js-on #global-content .module-boxColumn4 li:first-child{
		margin-left: 0;
	}
  .device-js-on #global-content .module-boxColumn4 li img{
		width: 100%;
	}
  .device-js-on #global-content .module-boxImg{
		margin-top: 5%!important;
	}
	.device-js-on #global-content .module-boxImg:last-child{
		margin-bottom: 5%!important;
	}		
	.device-js-on #global-wrapper .module-commonLayout .module-lead03.imgCap{
		margin: 3% 4% 8%;
	}
}
