<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -- イントロ --*/
.pearl-about__caption {
	width: 720px;
	height: 400px;
	text-align: center;
}
.pearl-about__h2 {
	font-size: 1.7em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.pearl-about__sub-title {
	display: block;
	font-size: 0.6em;
}
.pearl-about__caption-txt {
    font-size: 1em;
    line-height: 3em;
}

/*-- コンテンツ部品 --*/
.pearl-about__width--700 {
	width: 700px;
}
.pearl-about__width--400 {
	width: 400px;
}
.pearl-about__width--300 {
	width: 300px;
}

.pearl-about__h3 {
	font-size: 1.7em;
	line-height: 1.7em;
	text-align: left;
}

.pearl-about__h3--center {
	text-align: center;
}</pre></body></html>