/* ------------------------------
    p-mastersintro01
------------------------------ */
.p-mastersintro01 {
	margin: 9.5rem auto 7.8rem;
}
@media screen and (max-width: 768px) {
	.p-mastersintro01 {
		margin: 6.6rem auto 5.8rem;
	}
}

.p-mastersintro01__img {
	max-width: 103.9rem;
	width: 100%;
	margin: 9.2rem auto 0;
}
@media screen and (max-width: 768px) {
	.p-mastersintro01__img {
		width: 100%;
		max-width: inherit;
		margin: 6.5rem auto 0;
		padding-bottom: 3rem;
	}
}
@media screen and (max-width: 729px) {
	.p-mastersintro01__img {
		overflow: auto;
	}
	.p-mastersintro01__img img {
		width: 151rem;
		max-width: inherit;
	}
}

.p-mastersintro01__txt {
	width: 81rem;
	margin: 5.1rem auto 0;
	border: 1px solid #dee0e3;
	border-radius: 0.8rem;
	padding: 2.7rem;
}
@media screen and (max-width: 768px) {
	.p-mastersintro01__txt {
		width: 100%;
		margin: 2.2rem auto 0;
		padding: 1.7rem 1rem 2.2rem;
	}
}
.p-mastersintro01__txt dt {
	color: #134e3b;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-mastersintro01__txt dt {
		font-size: 3.2rem;
	}
}
.p-mastersintro01__txt dd {
	font-size: 1.5rem;
	line-height: 1.9333333333;
	text-align: center;
	margin: 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-mastersintro01__txt dd {
		font-size: 2.6rem;
		line-height: 1.5384615385;
		margin: 0.5rem 0 0;
	}
}
/*# sourceMappingURL=masters.css.map */