#page_title {
	background: #fffef1 url('../images/about/pagetitle.webp') no-repeat top center;
	background-size: cover;
}
#page_title h2{
	color:#fff;
	text-align:center;
	text-shadow:1px 20px 0 rgba(255,255,255,0.1);
}

#section1 h3 {
	text-align: left;
	padding: 0 0 0 100px;
}

#section1 .inner {
	border: 8px solid #856e61;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

#section1 .inner .name {
	border: 8px solid #856e61;
	background: #fff;
	width: 310px;
	height: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: -150px;
	border-radius: 50%;
}

#section2 {
	padding: 60px 0;
	background: #856e61;
	color:#fff;
}
#section2 h3{
	color:#fff;
}

.photo_comment {
	display: flex;
	gap: 20px;
}

.photo_comment .comment {
	width: calc(100% - 400px);
	flex: none;
}

.photo_comment figure {
	width: 380px;
	flex: none;
}
#section1 figure{
	width: 300px;
}
#section1 figure span{
	display:block;
	height:450px;
	background:#ccc;	
}
.name{
	text-align:right;
}

.photo_comment figure img {
	display: block;
	margin: 0 auto 30px;
}

.photo_comment .comment table {
	border-top: 1px solid #ccc;
}

.photo_comment .comment th,
.photo_comment .comment td {
	border-bottom: 1px solid #ccc;
}

#section3 article {
	width: 100%;
	max-width: initial !important;
}

#section3 article iframe {
	width: 100%;
}

#section4 {
	text-align: center;
}

#section4 .more {
	max-width: 450px;
	margin: 50px auto 0;
	/* border:2px solid #b2d6eb; */
	/* padding:2px; */
	/* border-radius: 15px; */
	/* background: #fff; */
}

#section4 a {
	display: block;
	border: 1px solid #126F3E;
	text-align: center;
	line-height: 62px;
	color: #126F3E;
	text-decoration: none;
	text-align: center;
	background: #fff;
	background-image: url('../images/index/arrrow_green.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
}

#section4 a:hover {
	background: #126F3E;
}