@charset "UTF-8";
.Program #contentsArea .box{
	background-color:#f6fbfd;
	border: 1px solid #d1e8f0;
}
.Program #contentsArea .box h3{
	color:#ec912c;
	}
.Program #contentsArea .box .sText{
	color: #059dde;
	font-weight: bold;
}

@media all and (min-width: 768px) {
.Program h1{
	width:980px;
	height:110px;
	margin:30px auto;
	background:url(../img/program_parts.png) no-repeat;
	text-indent:-9999px;
	}
.Program #mainImg img{
	background-image: url(../img/program_img_pc.jpg);
	width:900px;
	height:350px;
	margin:15px auto 0;
	}
.Program h2{
	font-size:120%;
	line-height:1.8;
	color:#0376a8;
	padding-bottom:2px;
	}
.Program .topText{
	margin-bottom: 20px;
	font-size: 94%;
	line-height: 1.6;
	color:#0376a8;
}
.Program #contentsArea .box{
	padding:20px;
	margin-bottom:10px;
	}
.Program #contentsArea .box h3{
	font-size:100%;
	line-height:1.6;
	}
.Program #contentsArea .box p{
	font-size:94%;
	line-height:1.6;
	}
}
@media all and (max-width: 767px) {
.Program h1{
	width:94%;
	height:0;
	padding-top:12.12%;
	margin:10px auto 15px;
	background:url(../img/program_parts_smp.png) no-repeat;
	text-indent:-9999px;
	background-size:cover;
	}
.Program h2{
	font-size:90%;
	line-height:1.8;
	color:#0376a8;
	}
.Program #mainImg img{
	background-image: url(../img/program_img_smp.jpg);
	width:100%;
	height:0;
	padding-top:128.125%;
	margin:15px auto 0;
	background-size:cover;
	}
	.Program .topText{
		margin-bottom:10px;
		font-size:86%;
		line-height: 1.4;
		color:#0376a8;
	}
.Program #contentsArea .box{
	padding:15px;
	margin-bottom:5px;
	}
.Program #contentsArea .box h3{
	font-size:90%;
	line-height:1.6;
	}
.Program #contentsArea .box p{
	font-size:86%;
	line-height:1.6;
	}
}
