@charset "utf-8";

#design h2{
	text-align:center;
	font-size:168%;
	font-weight:bold;
	color:#263e71;
	margin:50px 0 20px 0;
}
#design h3{
	clear:both;
	font-weight:bold;
	font-size:116%;
	margin:0 10px 10px 10px;
}
@media(max-width: 768px) {
	#design h2{
		font-size:138%;
	}
	#design h3{
		font-size:108%;
		text-align:left;
	}
}

#design p{
	line-height:180%;
	margin:0 10px 40px 10px;
	text-align:left;
}

#design p.top_btn{
	text-align:center;
	width:300px;
	margin:0px auto;
}
#design p.top_btn a{
	display:block;
	background:#263e71;
	color:#FFF;
	padding:10px 0;
}
#design p.top_btn a:hover{
	background:rgba(0,28,88,0.7);
}

#design img{
	width:35%;
	height:auto;
	margin:0px 3% 50px 0;
	float:left;
}
@media(max-width: 768px) {
	#design{
		text-align:center;
	}
	#design img{
		width:90%;
		height:auto;
		margin:0 auto 10px auto;
		float:none;
	}
}
.clear{
	clear:both;
}

#design p.more_btn{
	text-align:center;
	width:300px;
	margin:0px auto;
}
#design p.more_btn a{
	display:block;
	background:#263e71;
	color:#FFF;
	padding:10px 0;
	border-radius: 5px;
}
#design p.more_btn a:hover{
	background:rgba(0,28,88,0.7);
}
@media(max-width: 768px) {
	#design p.more_btn{
		width:90%;
		margin:0px auto 30px auto;
	}
}

.youtube{
	width:780px;
	height:400px;
	margin:0px auto 100px auto;
}
@media(max-width: 768px) {
	.youtube{
		width:100%;
		height:250px;
	}
}
