/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 05:41:11 */
/*会社ロゴ　位置調整*/
@media (min-width: 700px)  {
.site-header-logo{
	padding-left: 50px;
}
	}

@media (max-width: 700px)  {
.site-header-logo{
	padding-right: 50px;
}
	}

/*Contact Form 7　テーブル*/
.cf7-table {
	border: 0px !important;
	padding: 0 0 0 0 !important;
}
.pd20{
	padding-left: 20px !important;
}
.textarea-br {
	white-space: pre-wrap;
}

/*サイトマップ*/
.sitemap {
	list-style: none !important;   /* 点を消す */
	border-left: 1px solid #000000 !important; /* 縦線 */
	padding: 5px 0px 5px 20px !important;  /* テキストの左余白 */
	margin-top: -20px !important;
}