@import url("sub.css");

.information .flex {
	display: flex;
}
.information .text {
	flex: 2.2;
	margin-left: 30px;
	font-size: 17px;
	word-break: keep-all;
}
.information .thumb {
	flex: 0.8;
	border-radius: 50%;
    overflow: hidden;
    height: 0;
    padding-bottom: 26%;
}
.information .thumb img {
	width: 100%;
}


@media screen and (max-width: 1160px){
	.information .thumb {
		flex: none;
		width: 320px;
		height: 320px;
    	padding: 0;
	}
	.information .text {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px){
	.information .flex {
		display: block;
	}
	.information .thumb {
		flex: none;
		width: 60%;
		margin: 0 auto 25px;
		height: 0;
		padding-bottom: 60%;
	}
	.information .text {
		flex: none;
		width: 100%;
		margin-left: 0;
		text-align: center;
		font-size: 13px;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 385px){
}