/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2025 | 02:49:07 */
/* 画面幅 - MonitorWidth
-------------------------------------------------- */
body.home .es-container {
	width: 100%;
	max-width: initial;
}

@media ( max-width: 480px ) {
	.es-container { width: 100%; }
}

/* ◆補足事項
** 画面幅設定の解除(内側で細かく設定したい時にON)
** ※サイト全体に影響します
** 特定ページのみ反映したい場合は「body.[クラス名]を付与して下さい。
** 例) body.[対象ページのクラス] .es-container {...}
*++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*エリア検索、沿線検索 の見出し*/
.es-single-post .entry-title {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #05A19D;
}
.es-single-post .entry-title span{
	/*     color: var(--b-main-color); */
}
/* .content-wide-block {
width: 85%;
} */
@media ( max-width: 480px ) {
	.content-wide-block { width: 100%; }
}
/* スライダー設定 */
.flexslider.es_slider ol {
	position: static !important;
	margin: 20px auto 0;
	transform: none !important;
}
@media ( max-width: 480px ) {
	/* スライダー設定 */
	.flexslider.es_slider { overflow: visible !important; }
	.flexslider.es_slider .flex-control-nav { bottom: -22px !important; }
	/* 会社概要ページ表 SP時**[rtc_tbl_company]テーブルにclass追加する*/
	.rtc_tbl_company table td {
		display: block;
		width: 100%;
	}
	.rtc_tbl_company table td:first-child { font-weight: bold; }
	.rtc_tbl_company table td:last-child { font-size: 14px; }
}
/* h3 */
.entry-content h3 {
	letter-spacing: 0.1em;
	font-weight: 600;
}
/* p */
.entry-content p {
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 2;
}
/* 会社概要 > テーブル */
.wp-block-table {
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 2;
}
/* header */
.header_free_text {
	letter-spacing: 0.05em;
	font-weight: 500;
}
.header_links__list {
	letter-spacing: 0.05em;
	font-weight: 500;  
}
/* footer */
.footer-adv-overlay h2.widget-title {
	letter-spacing: 0.1em;
	font-weight: 600;
}
.footer-adv-overlay li a {
	letter-spacing: 0.05em;
	font-weight: 500;
}
/* 会社紹介 */
.entry-content .esc-image-caption-bottom figcaption {
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media (min-width: 481px){
	.top_company_info .inquiry_column .wp-block-column {
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.top_company_info__form_button {
		letter-spacing: 0.1em;
		font-weight: 600;
	}
}