@charset "UTF-8";
/* CSS Document */


/* MySlick */



/* MySlick */


.Refer2019 {
	padding: 0 30px;
	box-sizing: border-box;
}

.Refer2019 h3 {
	font-size: 1.35em;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
}

.Refer2019 h4 {
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.2em;
	height: 65px;
	text-align: left;
	font-style: italic;
	height: 80px;
}

.Refer2019 p {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2em;
	background: #FFF;
	color: #4a545a;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}

.Refer2019 .Portrait {
	display: inline-block;
	float: right;
	position: relative;
	width: 44px;
	height: 44px;
	background: transparent;
	margin: 5px auto 10px 10px;
	border-radius: 22px;
	overflow: hidden;
	border:2px solid #FFF;
	box-sizing: border-box;
	background: #FFF;
	}
	
.Refer2019 .Portrait img {
	width: 40px;
	height: 40px;
}

.Refer2019 .ReferLogo {
	display: block;
	position: relative;
	width: 80px;
	height: 40px;
	margin: 5px auto;
	}
	
.Refer2019 .ReferLogo img {
	max-width: 80px;
	max-height: 40px;
}

.Refer2019Bubble {
	position: absolute;
	top:-45px;
	left:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px;
	border-color: transparent transparent #FFF transparent;
}