@charset "UTF-8";
/* ICT教育について */

main {
	min-width: 1280px;
	background-image:url("../image2020/pc/01_4_03high_performance/hpsystem_base.png");
	background-size:1030px;
	background-repeat: repeat-y;
	background-position: center 100px;
	
}

main .header h1{
	display: block;
	width:1280px;
	height:362px;
	margin:0px auto;
	background-image: url("../image2020/pc/01_4_03high_performance/title_school_feature.png");
	background-size: 1280px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom:20px;
}

main section p {
	font-size:14pt;
	line-height: 26pt;
	width:700px;
	margin:0px auto;
}

/* ======================== スマートフォン ================================================ */

@media screen and (max-width:800px){
	
	main {
		width:100%;
		min-width: 100%;
		background-image: none;
	}
	
	main .header h1{
      display: block;
      width:100%;
      height:0px;
      padding-top:45%;
      margin:0px auto;
      background-image: url("../image2020/sp/01_4_03high_performance/title_school_feature.png");
      background-size: 100%;
      margin-bottom:20px;
	}
	
	main section p {
		font-size:12pt;
		line-height: 20pt;
		width:86%;
		margin:0px auto;
	}
	
}