#page_title {
	background: url('../images/about/page_title.webp') no-repeat top center;
}

#contents1 ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding: 0;
}

#contents1 ul li {
	width: calc((100% - 40px) / 2);
}

.c-msg__wrapper{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.c-msg__photo{
	width: 240px;
}

.msg_desc{
	width: calc(100% - 280px);
	margin: 0 0 0 40px;
}

.c-msgs__lead{
	background: none;
	text-align-last: left;
}

.c-msg__name{
	text-align: right;
	font-size: 120%;
	margin: 20px 0 0;
}

.c-msg__name span{
	font-size: 77%;
	margin: 0 10px 0 0;
}