@charset "utf-8";
.about_sect {
    margin-bottom: 90px;
	padding-left: 40px;

}
.about_sect .ec-role {
	color: #040000;
}
.ec-borderedDefs.about__boder-none {
	border-top: none;
}
.ec-borderedDefs dl {
	border-style: solid;
}
.about__txt-pc {
	display: none;
}
.about__ttl {
	font-size: 24px;
	margin-top: 90px;
	margin-bottom: 60px;
	color: #040000;
}

@media screen and (min-width:640px) {
    .about_sect {
        margin-top: 30px;
        margin-bottom: 205px;
    }
	.ec-borderedDefs dt {
		text-align: center;
	}
    .about__ttl {
		margin-top: 150px;
		font-size: 28px;
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1024px) {
	.about__style > dd {
		line-height: 1.3;
	}
}