@charset "UTF-8";

.content {
	background:#F3EEEE;
	border-radius:20px;
	padding: 2rem;
}
.content_flex {
	display:flex;
}
.text_wrap {
	width:70%;
	padding:2rem;
}
.chairman {
	padding-bottom:2rem;
}
.division {
	font-size:16px;
	padding-bottom: 0.5rem;
}
.name {
	font-size:20px;
}
.name span {
	font-size:18px;
	padding-right:1rem;
}
.text p {
	line-height:2;
	font-size:16px;
	margin-bottom:1rem;
	word-break: normal;
}
.image_wrap {
	width:30%;
	padding:2rem;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	.image_wrap {
		padding: 1rem;
	}
	.text_wrap {
		padding: 1rem;
	}
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	.content_flex {
		flex-flow:column-reverse;
		align-items: center;
	}
	.image_wrap {
		width: 70%;
	}
	.text_wrap {
		width: 100%;
	}
	.chairman {
		display:flex;
		flex-flow:column;
		align-items:center;
	}
}
@media screen and (max-width: 560px) {
	.content_title {
		padding: 1.5rem 0;
	}
}
@media screen and (max-width: 428px) {
	.content {
		padding:1rem;
	}
	.image_wrap {
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	
}