/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 00:06:52 */
@import url( 'https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap' );

*, h1, h2, h3, h4, h5, h6, p {
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-style: normal;
}


/* header - ヘッダー
------------------------------------------------------------ */
.main-header-menu li:hover > a, .main-header-menu .current-menu-ancestor > a {
	color: #0095A5;
}

.page-header h1.entry-title {
	color: #0095A5;
}
.header_links a:not(.menu-toggle) {
	color: #333;
}

/* TOP:icons
------------------------------------------------------------ */
/* 全体 */
.rtc_title_opacity svg { stroke: #36978c; }

/* 個別 */
.rtc_icon_search svg { stroke: #36978c; }
.rtc_icon_feature svg { stroke: #36978c; }
.rtc_icon_recommend svg { stroke: #fff; }
.rtc_icon_news svg { stroke: #36978c; }
.rtc_icon_blog svg { stroke: #36978c; }
.rtc_icon_voice svg { stroke: #36978c; }
.rtc_icon_staff svg { stroke: #36978c; }
.rtc_icon_contents svg { stroke: #36978c; }
.rtc_icon_contact svg { stroke: #36978c; }
.rtc_icon_access svg { stroke: #fff; }


/* トップ：お問合せ - top:contact
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
	color: #357eba !important;
}
.top_company_info .inquiry_column .wp-block-button a {
	background: #357eba !important;
}

/* フッター - footer
-------------------------------------------------- */
.site-footer .widget-title {
	border-color: rgba( 0, 173, 194, 1 ) !important;
}


@media ( max-width: 480px ) {
	.main-header-menu li:hover > a, .main-header-menu .current-menu-ancestor > a {
		color: #fff;
	}
}