<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-reason__caption {
	width: 720px;
	text-align: center;
}
.pearl-reason__caption-h2 {
	font-size: 1.7em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.pearl-reason__caption-text {
    font-size: 1em;
    line-height: 3em;
}

/* -- 美しさの理由 -- */
.pearl-reason__contents {
	width: 980px;
}
.pearl-reason__sub-title {
	display: block;
	font-size: 1em;
}
.pearl-reason__contents-h2 {
	font-size: 1.7em;
	line-height: 1.8em;
	padding-bottom: 30px;
	border-bottom: 3px solid rgba(0,0,0,0.9);
}
.pearl-reason__contents-p {
	width: 650px;
}

.pearl-reason__contents-headline {
	font-size: 1.4em;
	position: relative;
	text-align: center;
}
.pearl-reason__contents-span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	font-size: 1.0em;
	text-align: left;
}
.pearl-reason__contents-headline::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

/*理由ボックス*/
.pearl-reason__h3 {
	position: relative;
	font-size: 1.9em;
	padding-bottom: .5em;
	border-bottom: 2px solid #ccc;
}
.pearl-reason__reason-subtitle {
	display: block;
	font-size: 0.6em;
	margin-bottom:10px;
}
.pearl-reason__h3::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: rgba(177,165,73,0.9);
}
.pearl-reason__txt-area {
	width: 460px;
	padding-right:30px; 
	text-align: justify;
}
.pearl-reason__image-area {
	width: 490px;
}
.pearl-reason__image {
	width: 490px;
	background-color: #eee;
}

.pearl-reason__txt-area--width-980 {
	width: 980px; 
	text-align: justify;
}
</pre></body></html>