@charset "utf-8";

/*** about.css ***/
.about__boder-none, .about__boder-none > dl {
	border: none;
}

.about__style > dt {
	background: rgba(0,98,161,0.15);
}

.about__style dt > label {
	margin: 0;
	padding: 5px;
}

.about__style > dd {
	line-height: 1.3;
}

.about__txt-pc {
	display: none;
}

@media screen and (min-width:640px) {
	.about__boder-none > dl {
		border-bottom: 1px dotted #ccc;
	}
	.about__style > dt {
		background-color: transparent;
		text-align: center;
	}
	.about__style dt > label {
		padding: 0;
	}
	.about__style > dd {
		line-height: 3;
	}
	.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;
	}
}