/* first_test ページ固有スタイル */

/* セクション間の余白 */
.first-section {
	padding-bottom: 20px;
}
.first-section h3 {
	margin-top: 30px;
}

/* 本文の行間 */
.first-section p {
	line-height: 2.0em;
	font-size: 14px;
	margin-bottom: 25px;
}

/* セクション画像 */
.first-image {
	margin-bottom: 30px;
}
.first-image img {
	max-height: 300px;
	height: auto;
}

/* リスト（・部分） */
.first-list {
	margin: 0 0 30px 0.5em;
	list-style: none;
}
.first-list li {
	position: relative;
	padding-left: 1.4em;
	line-height: 2.2em;
	font-size: 14px;
}
.first-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 8px;
	height: 8px;
	background: #B99A4E;
	border-radius: 50%;
}

/* 署名エリア */
.first-signature {
	margin-top: 50px;
	padding-top: 30px;
	text-align: right;
}
.first-signature-clinic {
	font-size: 14px;
	margin-bottom: 5px !important;
}
.first-signature-name {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px !important;
}
.first-signature-autograph {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
}

/* レスポンシブ */
@media screen and (max-width: 800px) {
	.first-section p {
		line-height: 1.9em;
	}
	.first-section h3 {
		font-size: 1.5em;
	}
}
