/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 15:42:35 */
/* 本文の装飾用 */
/* 問い合わせページの装飾を別途行うことを想定して、プライバシーポリシーのページの装飾用CSSと分けておく */
.contact-form h2 {
	padding: 0.5rem 0rem;
	margin-bottom: 0.5rem;
	border-bottom: 2px solid #333333;
}
.contact-form h3 {
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
}
.contact-form p {
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:10px;
}
.contact-form a {
	line-height:1.5rem;
	margin-bottom:10px;
}
