@charset "utf-8";
.about_sect {
    margin-bottom: 90px;
	padding: 40px 20px 0;
}
.sub-ttl {
    text-align: center;
    font-size: 24px;
}
.about__boder-none, .about__boder-none > dl {
	border: none;
}

.about__style > dt {
	background-color: #0B9186;
	color: #fff;
}

.about__style dt > label {
	margin: 0;
	padding: 5px;
    font-weight: normal;
}

.about__style > dd {
	line-height: 1.3;
    margin-top: 3px;
}

.about__txt-pc {
	display: none;
}

@media screen and (min-width:640px) {
    .about_sect {
        margin-top: 30px;
        margin-bottom: 205px;
    }
    .ec-role {
        font-size: 18px;
    }
	.about__boder-none > dl {
		border-bottom: 1px solid #ccc;
	}
	.about__style > dt {
		background-color: transparent;
		text-align: center;
	}
	.about__style dt > label {
		padding: 0;
	}
	.about__style > dd {
		line-height: 2;
	}
    .ec-borderedDefs dt {
        padding-top: 10px;
		color: #333;
    }
	.about__txt-sp {
		display: none;
	}
	.about__txt-pc {
		display: block;
	}
	.about__style .about__txt-center {
		justify-content: center;
		align-items: center;
		display: flex;
		padding: 0;
	}
}

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