#page_title{
	background:url('../images/about/page_title.webp') no-repeat top center;
}
.comment_photo{
	display:flex;
	gap:100px;
	position:relative;
}
.comment_photo figure{
	width:300px;
	flex:none;
}
.comment_photo .comment{
	width:calc(100% - 400px);
	position:relative;
	flex:none;
}
main section h4{
	background:url('../images/about/bg_h4_color.webp') no-repeat left center;
}
main section table{
	width:100%;
	border-top:1px solid #ccc;
}
main section th,
main section td{
	padding:10px 15px;
	border-bottom:1px solid #ccc;
}
main section th{
	white-space:nowrap;
}
#contents5 .comment_photo{
	margin:0 auto 60px;
}
#contents5 .comment_photo .more{
	position:absolute;
	top:0;
	right:0;
}
#contents5 .comment_photo .more a{
	display:block;
	width:160px;
	padding:0 0 0 20px;
	box-sizing:border-box;
	line-height:36px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	font-weight:700;
}
#shisetsu1 h5{
	padding:0;
	border-bottom:3px double #7ebd6a;
}
#shisetsu1 .more a{
	background:#7ebd6a;
}
#shisetsu2 h5{
	padding:0;
	border-bottom:3px double #e67d99;
}
#shisetsu2 .more a{
	background:#e67d99;
}
#shisetsu3 h5{
	padding:0;
	border-bottom:3px double #3bb8c4;
}
#shisetsu3 .more a{
	background:#3bb8c4;
}
#shisetsu4 h5{
	padding:0;
	border-bottom:3px double #f1ae44;
}
#shisetsu4 .more a{
	background:#f1ae44;
}
#shisetsu5 h5{
	padding:0;
	border-bottom:3px double #7ebd6a;
	font-size:24px;
}
#shisetsu5 .more a{
	background:#7ebd6a;
}
#shisetsu6 h5{
	padding:0;
	border-bottom:3px double #b77add;
}
#shisetsu6 .more a{
	background:#b77add;
}
#shisetsu7 h5{
	padding:0;
	border-bottom:3px double #e8d44b;
}
#shisetsu7 .more a{
	background:#e8d44b;
}
#contents6 .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:80px 0;
	padding:50px 0 0;
}
#contents6 .inner dl{
	width:430px;
	background:url('../images/about/bg_logo.webp') no-repeat center center;
}
#contents6 .inner dt{
	font-size:24px;
	margin:0 auto 30px;
	text-align:center;
}
#contents6 .inner dl:nth-child(even){
	margin-top:105px;
}
#contents6 h5{
	border-bottom:3px double #7ebd6a;
	padding:0;
}
#contents6 ul{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:50px;
	margin:0 auto 40px;
}
#contents6 ul li{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:calc((100% - 100px) / 3);
	height:100px;
	border:3px solid #7ebd6a;
	border-radius:10px;
	box-sizing:border-box;
	font-weight:700px;
	color:#33781d;
}