@charset "utf-8";

.main-img {
	margin: 0 0 60px 0;
}

.section__ttl {
	margin: 0 0 10px 0;
}

.section__ttl-double {
	box-sizing: border-box;
	margin: 0 0 35px 0;
	padding: 30px 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#speciality .inner {
	width: 630px;
	margin: 0 auto;
}

#speciality .section__txt {
	margin: 0 0 70px 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

#speciality .section__img {
	text-align: center;
	margin: 0 0 30px 0;
}

.list {
	margin: 0 0 30px 0;
	display: block;
}

.list li {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.list li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	background: #333;
	color: #fff;
	border-radius: 50%;
	line-height: 15px;
	text-align: center;
	font-size: 1.1rem;
}

.section__img--graf {
	margin: 0 0 60px 0;
}