.txt-slide1{
	margin-top:8% !important;
}
.cont1 {
	width: 100%;
	float: left;
}
.cont1-left {
	width: 34%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}
.cont1-left img {
	width: 100%;
}
.cont1-right {
	width: 66%;
	float: left;
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 180%;
}
.cont1-right strong{
	font-size:17px;
	color:#006888;
}
.cont1-right a{
	font-weight: bold;
	color: #00acae;
	text-decoration: none;
}
.cont1-right a:hover{
	color:brown; 
}
@media screen and (max-width: 640px) {
.cont1, .cont2 {
  background: #F7F7F7;
  padding: 4%;
  box-sizing: border-box;
}
.cont1-left {
	width: 100%;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
}
.cont1-right {
	width: 100%;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}
}

