@charset "utf-8";

#content {
	height: 125px;
	margin-top: 25px;
	display: block;
	z-index: 1;
}
video{
	width:90%;
}
.hiw {
	color: #FFFFFF;
	margin-top: -1px;
	margin-bottom: 32px;
	font-variant: small-caps;
	cursor: pointer;
}
@media screen and (max-width:992px){
	#hiw_image{
		bottom:12px;
		position: relative;
	}
	#content{
		width:100% !important;
	}
}
@media screen and (max-width:480px){
	video{
		width: 100%;
	}
	h2{
		font-size: 1.4em;
	}
}
.hiw_focus {
	height: 63px;
}
#hiw_v {
	background-color: #58B6A4;
}


#hiw_1 {
	background-color: #48C1BF;
	text-align: center;
}
#hiw_2 {
	background-color: #389795;
	text-align: center;
}
#hiw_3 {
	background-color: #266160;
	text-align: right;
}
#hiw_image img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-color: undefined;
	max-width: 527px;
}
#hiw_image {
	background-color: #709778;

}
#hiw_image h2 {
	color: #FFFFFF;
	margin-left: 16px;
	margin-bottom: -7px;
	font-weight: bold;
}
.hiw_hide {
	display: none;
}
.hiw_hide img{
	width:100%;
}
#hiw_v_content {
	margin-top: 22px;
	margin-bottom: 22px;
}