#pagetitle{
	background:url('../images/service4/bg_pagetitle.webp') no-repeat;
}
main section h3{
	max-width:500px;
	margin:0 0 20px !important;
}
main article{
	max-width:940px;
	margin:0 auto 160px;
}
#section1 ul{
	list-style:none;
	display:flex;
	gap:40px;
}
#section1 ul li{
	text-align:center;
	width:calc((100% - 80px) / 3);
}
#section2 article{
	display:flex;
	justify-content:space-between;
}
main article img{
	display:block;
}

main article .comment{
	width:460px;
	flex:none;
}
main article .photo{
	width:380px;
	flex:none;
	position:relative;
}
main article .photo img{
	position:relative;
	z-index:1;
}
main article h3{
	border:2px solid #666666;
	padding:0 0 0 15px;
	line-height:78px;
	margin:0 auto 20px;
	font-family: "makinas-4-flat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:36px;
	color:#666666;
	position:relative;
	box-sizing:border-box;
}
main article .more{
	padding:35px 0 0;
}
main article .more:after{
	content:"";
	display:block;
	clear:both;
}
main article .more a{
	float:right;
	display:block;
	border:2px solid #92bde4;
	padding:0 0 0 60px;
	text-align:center;
	color:#666;
	line-height:54px;
	box-sizing:border-box;
	text-decoration:none;
	position:relative;
	width:400px;
}
main article .more a:hover{
	background:#92bde4;
	color:#fff !important;
}
main article  a .arrow{
	content:"";
	display:block;
	width:60px;
	height:60px;
	border:2px solid #92bde4;
	box-sizing:border-box;
	background:#fff url('../images/common/arrow_blue.svg') no-repeat center center;
	position:absolute;
	top:-2px;
	left:-2px;
	z-index:2;
}