@charset "UTF-8";
/* CSS Document */
.blow_head{
  font-size: 28px;
  padding-top: 56px;
  line-height: 1.8em;
}
@media screen and (max-width:1199px) { 
}
@media screen and (max-width:991px) { 
.blow_head{
  font-size: 24px;
  padding-top: 30px;
  line-height: 1.8em;
} 
}
.k-banner{
	position: relative;
	float: right;
	margin-top: -150px;
	margin-right: 50px;
}
@media screen and (max-width:767px) { 
.k-banner{
	margin-top: -115px;
	margin-right: 15px;
}
}
@media screen and (max-width:620px) { 
	.jumbotron{
		background: none;
		text-align: center;
	}
.k-banner{
	float: none;
	margin: 0;
}
.k-banner img{
	margin-top: 20px;
}
}
