#page_title{
	background:#fffef1 url('../images/concept/pagetitle.webp') no-repeat top center;
	background-size: cover;
}
#section1 .inner{
	max-width:980px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
}
#section2 ul{
	padding:0 0 40px;
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	justify-content:center;
	list-style:none;
}
#section2 ul li{
	width:calc((100% - 80px) / 3);
	text-align:center;
	font-size:24px;
	color:#fff;
	text-shadow: 
    #746955 2px 0px,  #746955 -2px 0px,
    #746955 0px -2px, #746955 0px 2px,
    #746955 2px 2px , #746955 -2px 2px,
    #746955 2px -2px, #746955 -2px -2px,
    #746955 1px 2px,  #746955 -1px 2px,
    #746955 1px -2px, #746955 -1px -2px,
    #746955 2px 1px,  #746955 -2px 1px,
    #746955 2px -1px, #746955 -2px -1px;

}
#section2 ul li img{
	display:block;
	height:120px;
	object-fit:contain;
}
#section7{
	background:#fffde4;
	padding:100px 0;
	text-align:center;
}

#section7 .more{
	max-width:450px;
	margin:50px auto 0;
	/* border:2px solid #b2d6eb; */
	/* padding:2px; */
	border-radius:15px;
	background:#fff;
}
#section7 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;
}
#section7 a:hover{
	background:#126F3E;
}
.comment_photo{
	align-items:center;
	line-height:1.8em;
	font-size:24px;
}