@charset "UTF-8";


.kind{
	width: 80%;
	margin: 80px auto 0px;
	background-color: #ec6f47;
	border-radius: 10px;
}

.kind p{
	font-size: 12pt;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
}

.content{
	width:90%;
	margin: 0 auto;
}

.flex .img{
	width: 250px;
	min-width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 8px 8px 15px 1px #d4d4d4;
	margin: 0 auto;
}

.flex img{
	height: 80%;
}	


.flex .width{
	width: 80%;
	height: auto;
}	

.qualification{
	width: 100%;
	margin: 80px auto;
}

.right{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 10px;
}

.right .title{
	font-weight: bold;
	font-size: 13pt;
}

.right .text{
	font-size: 10pt;
}

.right a{
	text-decoration: none;
	font-size: 10pt;
	color: #4876e6;
	font-weight: bold;
	
}

.right a:hover{
	border-bottom: 1px solid #4876e6;
}

.orange{
	width: 90%;
	margin: 30px auto;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #ec6f47;
}