@charset "UTF-8";

.about__ttlH1 {
	margin-bottom: 4.3rem;
	font-size: 2rem;
	font-weight: bold;
	color: #233469;
}
.about__infoList {
	margin-bottom: 4rem;
}
.about__infoItemBox {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 0.1rem solid #e3e5e8;
}
.about__infoItemTtl {
	margin-bottom: 1rem;
	padding-left: 0.4rem;
	border-left: 0.4rem solid #233469;
	font-weight: bold;
	color: #233469;
}
.about__infoItemDetail {
	line-height: 2.4rem;
}
.about__subTtl {
	margin-bottom: 4rem;
	font-size: 2rem;
	font-weight: bold;
	color: #233469;
}
.about__text {
	line-height: 2.4rem;
	font-size: 1.2rem;
}

@media screen and (min-width: 451px) {
	.about__ttlH1 {
		margin-bottom: 38px;
		font-size: 30px;
	}
	.about__infoItemLink {
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
	.about__infoItemLink:hover {
		opacity: 0.7;
	}
}