

.img_box {
	width: 100%;
/*	height: 300px;*/
/*	margin: auto;*/
/*	margin-bottom: 100px;*/
	height: 150px;
	margin-bottom: 150px;
	height: 110px;
	margin-bottom: 50px;
	background: #0093ff1c;
}

.img_box >img {
	width: 100%;
	height: 100%;
}

.delegate_box {
	display: flex;
	width: 80%;
	margin: auto;
	margin-bottom: 100px;
	gap: 100px;
}

.msg_box {
	width: 70%;
}

.company_name {
	font-size: 22px;
	margin-bottom: 10px;
}

.delegate_name {
	font-size: 30px;
	margin-bottom: 20px;
}

.msg {
	font-size: 18px;
	line-height: 33px;
}

.delegate_photo {
	width: 30%;
	text-align: right;
}

.delegate_photo > img {
	width: 380px;
}

.delegate_title {
	font-size: 26pt;
	padding: 50px;
}




@media	screen	and	(max-width:	767px) {
	.img_box {
		width: 100%;
/*		height: 350px;*/
		height: 150px;
		margin-bottom: 50px;
	}
	
	.delegate_box {
		width: 90%;
		flex-wrap: wrap;
		gap: 50px;
	}
	
	.msg_box {
		width: 100%;
	}
	
	.company_name {
		font-size: 18px;
	}
	
	.delegate_name {
		font-size: 26px;
	}
	
	.msg {
		font-size: 15px;
		line-height: 30px;
	}
	
	.delegate_photo {
		width: 100%;
	}
	
	.delegate_photo > img {
		width: 100%;
	}
}