/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2023 | 02:49:14 */
/* 共通設定 - common
-------------------------------------------------- */
.rtc_bg_stripe_left > .uagb-columns__overlay {
  background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 16px );
}
.rtc_bg_stripe_right {
  background-image: repeating-linear-gradient( 45deg, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 16px );
}

.rtc_bg_gray {
	background-color: rgba( 246, 246, 246, 1 );
}

.esx-bg-illust-2 { stroke: rgba( 115, 168, 210, 1 ); }


/* トップ：検索 - top:search
-------------------------------------------------- */
.wp-block-media-text .wp-block-media-text__content p {
	color: #333;
}


/* トップ：お問合せ - top:contact
--------------------------------------------- */
.top_company_info {
	border-radius: 10px;
}
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
	color: rgba( 224, 75, 144, 1 );
}
.top_company_info .inquiry_column .wp-block-button a {
	background: rgba( 224, 75, 144, 1 );
}


/* フッター - footer
-------------------------------------------------- */
.site-footer {
	padding-top: 0 !important;
    background-image: none !important;
}

/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* トップ：お問合せ - top:contact
	--------------------------------------------- */
	.top_company_info h3 {
		font-size: 1.2rem;
	}
}