/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 03:34:59 */
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap' );

/* 共通設定 - common
-------------------------------------------------- */
body.home {
	overflow-x: hidden;
}
*, h1,h2,h3,h4,h5,h6 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.header_links a:not(.menu-toggle), .header_free_content strong,
.top_company_info .inquiry_column .wp-block-column, .site-footer a {
	color: #333;
}
.entry-content h2, .entry-content h3 {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 600 !important;
}
.sub-menu > li a,
a.wp-block-button__link {
	font-weight: 500;
}
.header_links__list > li a {
	font-weight: 600;
}

.sns-links ul {
    display: flex;
    align-items: center;
}
.sns-links ul > li a i {
	color: #FF0000;
	font-size: 36px;
}

.site-header.fixed .header-other-content {
	display: flex;
	order: 2;
}
.site-header.fixed .site-branding {
	order: 1;
}
.site-header.fixed .es-main-header-bar-alignment {
	order: 3;
}
.site-header.fixed .es_user_identity {
	order: 4;
}

.rtc_bg_stripe_left {
	background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, .5 ), rgba( 255, 255, 255, .5 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 11px );
	background-color: #F7F6EF;
}

.rtc_bg_dot {
	background-image: radial-gradient( rgba( 67, 164, 105, .3 ) 10%, transparent 10% );
	background-size: 40px 40px;
}
#masthead .es-container {
	max-width: 100%;
}

#primary {
	padding-bottom: 0 !important;
}
.es-link-container {
	margin-top: 0 !important;
}

.rtc_ttl_main, .rtc_new_bukken h2 {
	font-size: 24px !important;
	color: #23442F !important;
	font-weight: 900;
}

.header-other-content {
	display: flex;
	align-items: center;
}
.rtc_block_limited {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 20px;
	width: 200px;
	height: 75px;
	color: #fff;
	background: #23442F;
	font-weight: 700;
	line-height: 1.5 !important;
	border-radius: 10px;
}
.rtc_other_txt {
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.rtc_other_txt span {
	color: #FFBA00;
}


.esx-list-style-b3 {
	padding-top: 0;
}
.feature-advertisement-block .es_new_block_item {
	background: #fff;
}

.es-footer-overlay {
	background: #23442F !important;
}

.sns-links a:hover i {
	transform: scale(1.1);
}

/* パスワード
-------------------------------------------------- */
.rtc_ttl_pass {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
}
.rtc_ttl_pass::before, .rtc_ttl_pass::after {
	content: '';
}
.rtc_ttl_pass::before {
	margin-right: 20px;
	width: 104px;
	height: 70px;
	background: url( '/app/uploads/sites/1439/2025/12/wonda.png' ) center / 104px auto no-repeat;
}
.rtc_ttl_pass::after {
	margin-left: 20px;
	width: 112px;
	height: 72px;
	background: url( '/app/uploads/sites/1439/2025/12/land.png' ) center / 112px auto no-repeat;
}

.rtc_login_form {
	margin: 0 auto;
	max-width: 412px;
}
.rtc_login_form form {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #f4f8ec;
	border-radius: 6px;
}
.rtc_login_form form label {
	font-size: 15px;
	display: block;
	margin: 10px 0;
}

.rtc_login_form button[type='button'] {
	margin: 20px auto 0;
	width: 300px;
	border-radius: 6px;
	background: #93bd44;
	color: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.rtc_login_form p {
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: left;
}

#rtc_txt_change {
	text-align: center;
}

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	.header-other-content {
		display: none;
	}
	.site-header.fixed .header-other-content {
		display: none;
	}
	#rtc-limited-fixed-banner {
		font-size: 12px;
		color: #fff;
		font-weight: 600;
		text-align: center;
		background: #23442f;
	}
	#rtc-limited-fixed-banner span {
		color: #FFBA00;
	}
	
	.esx-list-style-b3 > .uagb-columns__inner-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.esx-list-style-b3 > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 49% !important;
	}
	.top-company-feature h2 {
		font-size: 21px !important;
	}
	
	.esx-list-style-b3 .uagb-columns__inner-wrap .wp-block-image figcaption {
		font-size: .9rem !important;
	}
	.esx-list-style-b3 figure {
		margin-bottom: 0 !important;
	}
}