/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 06:33:47 */
@import url( 'https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap' );

/* 共通 - common
-------------------------------------------------- */
* {
	font-size: 14px;
	line-height: 1.5 !important;
}

*, h1, h2, h3, h4, h5, h6 {
	font-family: 'Meiryo', 'メイリオ', sans-serif;
	color: #222;
}

body.home { overflow-x: hidden; }

.site-content a img {
	transition: all ease .6s;
}
.site-content a:hover img {
	transform: scale(1);
	opacity: .6;
}

.rtc_width_full {
  margin: 0 calc( -50vw + 50% );
}



/* タイトル - title
-------------------------------------------------- */
.rtc_ttl_main {
	position: relative;
}
.rtc_ttl_main > span {
	position: absolute;
	top: -100px;
    left: -5%;
	font-size: 128px;
/* 	font-family: "Lusitana", serif; */
	font-family: "Times New Roman", serif;
	font-weight: 400;
	white-space: nowrap;
	color: #E8E8E8;
	opacity: .6;
	z-index: -1;
}

.rtc_ttl_sub > span {
	display: block;
/* 	font-family: "Lusitana", serif; */
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
}

.page-header h1.entry-title {
	font-weight: 400 !important;
}

/* ボタン - btn
-------------------------------------------------- */
.rtc_btn_df {
	position: relative;
}
.rtc_btn_df a {
	border-radius: 50vh !important;
}
.rtc_btnicon_white a,
.rtc_btnicon_white a strong {
	color: #fff !important;	
}
.rtc_btn_df::after {
	content: '\f0a9';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #11263f;
}

/* .rtc_btn_df a:hover {
	background-color: ;
} */

.rtc_translation {
	padding: 10px;
	display: flex;
	justify-content: flex-end;
/* 	background-color: #11263F; */
}
.rtc_translation > a {
	display: block;
	padding: 0 20px;
	font-family: 'Meiryo', 'メイリオ', sans-serif;
    font-size: 10px;
	color: #222;
	border: 1px solid #222;
	background-color: #fff;
	transition: all ease .6s;
}
.rtc_translation > a:hover {
	opacity: .6;
	text-decoration: none;
}
.rtc_translation > a:first-child {
	margin-right: 10px;
}
/* SPお問い合わせボタンカスタム */
.wp-block-button__link:not(:hover).outline {
	background-color: #A39A8E;
	color:#ffffff;
}

/* ヘッダー - header
-------------------------------------------------- */
.es_user_identity .header_links { display: none; }
header#masthead .es-container {
	width: 100% !important;
}
#masthead.fixed .site-logo-img .custom-logo {
	max-width: 520px;
}
.rtc_btn_contact {
	display: block;
	margin-right: 10px;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
/* 	font-weight: bold; */
	border-radius: 50vh;
	background: linear-gradient( to right, #C7BDA3, #A39A8E );
}
.rtc_btn_contact:hover {
	color: #fff;
}
#masthead.fixed .header_free_content {
	display: block;
}

#masthead .site-logo-img .custom-logo {
	max-width: 520px;
}

.main-header-menu .sub-menu {
	width: 200px;
	background-color: rgba( 255, 255, 255, .5 );
}
.main-header-menu .sub-menu a {
	padding: 14px 18px;
	font-size: 12px;
}


.main-header-menu li:hover > a {
	color: #11263F;
}

.main-header-menu > .current-menu-ancestor > a {
	color: #a39a8e !important;
}

#site-navigation {
	margin-right: 10px;
	text-align: right;
}
.main-header-menu > .menu-item > a, .sub-menu > li a {
	font-size: 14px;
}

.sub-menu > li {
	text-align: center;
	font-weight: bold;
}
.sub-menu > li a {
	text-align: left;
	font-weight: 500;
	color: #fff !important;
	background-color: #666;
	opacity: 1;
	transition: all ease .6s;
}
.sub-menu > li:hover a {
	background-color: #999;
}

#primary-menu > .menu-item {
	line-height: 5 !important;
}
#primary-menu > li > a {
	color: #222 !important;
}



/* メインビジュアル - MainVisual
-------------------------------------------------- */
.rtc_mainvisual {
	position: relative;
	margin: 0 calc( -50vw + 50% ) ;
	width: 100vw;
	height: 780px;
}

.rtc_slider_imgs {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 780px;
	overflow: hidden;
}

.rtc_slider_imgs > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 980px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation: fade 42s infinite;
}

@keyframes fade {
	0%{
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	90%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}


.rtc_slider_imgs > div.rtc_slideimg01 {
	background-image: url( '/app/uploads/sites/1210/2024/06/top_slider01.jpg' );
}

.rtc_slider_imgs > div.rtc_slideimg02 {
	background-image: url( '/app/uploads/sites/1210/2024/06/top_slider02.jpg' );
	animation-delay: 7s;
}


.rtc_slider_imgs > div.rtc_slideimg04 {
	background-image: url(  '/app/uploads/sites/1210/2024/06/top_slider04.jpg'  );
	animation-delay: 14s;
}

.rtc_slider_imgs > div.rtc_slideimg05 {
	background-image: url(  '/app/uploads/sites/1210/2024/06/top_slider05.jpg'  );
	animation-delay: 21s;
}

.rtc_slider_imgs > div.rtc_slideimg03 {
	background-image: url(  '/app/uploads/sites/1210/2024/06/top_slider03-1.jpg'  );
	animation-delay: 28s;
}

.rtc_slider_imgs > div.rtc_slideimg06 {
	background-image: url(  '/app/uploads/sites/1210/2024/06/top_slider06.jpg'  );
	animation-delay: 35s;
}


.rtc_catchtxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
/* 	font-family: "Lusitana", serif; */
	font-family: "Times New Roman", serif;
	font-size: 2.1rem;
	z-index: 10;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 0 5px rgba( 0, 0, 0, .8 );
}
.rtc_catchtxt > p {
	margin-bottom: 0 !important;
	font-size: 1.4rem;
}

/* スクロールダウン - Scroll
-------------------------------------------------- */
.rtc_scroll {
	position: absolute;
	top: 50%;
    right: 80px;
	transform: translateY( -50% );
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	opacity: 1;
	z-index: 10;
}
.rtc_scroll_text {
	writing-mode: vertical-rl;
	color: #fff;
/* 	font-family: "Lusitana", serif; */
	font-family: "Times New Roman", serif;
	font-size: 1.4rem;
	font-weight: 200;
    letter-spacing: .1em;
	text-shadow: 0 0 5px rgba( 0, 0, 0, .8 );
}

.rtc_scroll_bar {
	position: relative;
    width: 1px;
    height: 120px;
    background-color: #fff;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .8 );
}

.rtc_scroll_bar::before {
	content: '';
	display: block;
	position: absolute;
    top: 0;
    left: calc( 50% - 5px );
    width: 10px;
    height: 10px;
    background-color: #fff;
	border-radius: 50%;
    opacity: 0;
    animation: scrollDown 3s ease-in-out infinite;
}

@keyframes scrollDown {
	0% {
		opacity: 0;
		transform: translateY(0) rotate(0)
	}

	10% {
		opacity: 1;
		transform: translateY(0) rotate(0)
	}

	90% {
		opacity: 1;
		transform: translateY(120px) rotate(-360deg)
	}

	100% {
		opacity: 0;
		transform: translateY(120px) rotate(-360deg)
	}
}


/* 不動産会社専用サイト - btn
-------------------------------------------------- */
.rtc_link_top figcaption a:hover {
	text-decoration: none;
}
.rtc_link_top figcaption a {
	display: block;
	padding: 10px;
	position: relative;
	color: #666;
    background-color: #EBEBEB;
}
.rtc_link_top figcaption a::after {
	margin-left: 10px;
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/* 画像の親要素のスタイル */
.rtc_flip_imgs {
	cursor: pointer;
	height: 165px;
	margin-inline: auto;
	margin-top: 20px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform .7s;
	width: 100%;
}
.rtc_flip_imgs a {
	display: block;
}
.rtc_flip_imgs a:hover img {
	opacity: 1;
}
/* 画像のスタイル */
.rtc_flip_imgs img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
/* 2枚目の画像は最初裏返し */
.rtc_flip_imgs img:last-child {
	transform: rotateX( 180deg );
}
.rtc_flip_imgs:hover img:last-child {
	transform: rotateX( 0 );
}
/* hoverすると2枚とも回転 */
.rtc_flip_imgs:hover img:first-child {
	transform: rotateX( -180deg );
}

.rtc_btn_linkarrow a {
	display: block;
	margin-top: 15px;
	padding: 10px;
	position: relative;
	text-align: center;
	color: #666;
    background-color: #EBEBEB;
	transition: all ease .6s;
}

.rtc_btn_linkarrow a::after {
	margin-left: 10px;
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_btn_linkarrow a:hover {
	color: #595959;
    background-color: #d7d7d7;
	text-decoration: none;
}


/* PDMの行動指針 - guide
-------------------------------------------------- */
.rtc_img_point .wp-block-image {
	text-align: center;
}
.rtc_img_point figure {
	display: block !important;
	margin: 0 !important;
}
.rtc_img_point figcaption {
	display: block !important;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
}


/* 事業内容 - business
-------------------------------------------------- */
.rtc_block_business {
/* 	margin-right: calc( -50vw + 50% );
	padding-right: calc( 50vw - 50% ); */
	margin: 0 calc( -50vw + 50% ) 50px !important;
	padding: 50px calc( 50vw - 50% ) !important;
}
/* .rtc_block_business .uagb-columns__overlay {
	border-radius: 10px 0 0 10px;
} */

.rtc_block_business h2.rtc_ttl_sub {
	text-decoration: none;
}

.rtc_block_business figure {
	margin: 0 !important;
	display: block !important;
}
.rtc_block_business figure img {
	width: 100%;
}

.rtc_block_business .uagb-column__inner-wrap {
	display: flex;
	flex-direction: column;
}
.rtc_block_business .uagb-column__inner-wrap .wp-block-buttons {
	margin-top: auto;
}

.rtc_top_businessimg figure {
	border-radius: 10px;
	overflow: hidden;
}


/* お知らせ - topics
-------------------------------------------------- */
.rtc_block_topics .wp-block-uagb-column {
	overflow: visible;
}

.rtc_block_topics h2.rtc_ttl_sub {
	text-decoration: none;
}

.rtc_float_txt {
	position: absolute;
	top: -100px;
    right: -5%;
	font-size: 128px;
	color: #E8E8E8;
	opacity: .6;
	z-index: -1;
}
.rtc_float_txt strong {
/* 	font-family: "Lusitana", serif; */
	font-family: "Times New Roman", serif;
	font-weight: 400;
	color: #E8E8E8;
	white-space: nowrap;
}

.rtc_tag {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	background-color: gray;
}
.rtc_news_tags .es-list .date {
	color: #686868;
	font-size: 12px;
}
.rtc_news_tags h3 {
	font-weight: normal !important;
}

.rtc_tag.tag_news {	background-color: #3D87CC; }
.rtc_tag.tag_chintaikanri {	background-color: #FF8000; }
.rtc_tag.tag_jigyou { background-color: #00B2B2; }
.rtc_tag.tag_bukken { background-color: #008C69; }
.rtc_tag.tag_kaigai { background-color: #8C8C00; }
.rtc_tag.tag_baibai { background-color: #cd5c5c; }



footer.site-footer .footer-adv-overlay .es-container::before {
	content: '';
	display: block;
	margin-bottom: 40px;
	width: 680px;
    height: 72px;
	background-image: url( '/app/uploads/sites/1210/2024/07/footer_logo_2.png' );
	background-size: contain;
	background-repeat: no-repeat;
}

footer .es-small-footer-section {
	color: #fff;
}


/* 会社概要 - page:company
-------------------------------------------------- */
.rtc_tbl_company {
	margin: 0 auto;
	max-width: 820px;
}
.rtc_tbl_company table,
.rtc_tbl_company table tr, .rtc_tbl_company table tr td {
	border: none;
}
.rtc_tbl_company table tr {
/* 	font-size: 13px; */
	border-bottom: 1px solid #ddd;
}

.rtc_tbl_company table tr td:first-child {
	width: 20%;
}
.rtc_tbl_company table tr td:last-child {
	width: 80%;
}
.rtc_tbl_company table tr td p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0 !important;
}
.rtc_tbl_company table tr td p:not(:last-child) {
	margin-bottom: 10px !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.rtc_tbl_company table tr td p a {
	color: #333;
}
.rtc_tbl_company table tr td p span {
	display: inline-block;
/* 	padding: 0 20px; */
	margin-right: 0;
	width: 200px;
/* 	font-size: 12px; */
/*	color: #fff;
 	background-color: #A39A8E; */
	color: #333333;
/*     background-color: #eee; */
}

.rtc_map_company a {
	padding: 0 20px;
	color: #fff !important;
	background-color: #11263F;
	transition: all ease .6s;
}
.rtc_map_company a:hover {
	opacity: .6;
	text-decoration: none;
}
.rtc_map_company a::after {
	margin-left: 5px;
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/* 海外事業 - page:overseas
-------------------------------------------------- */
.rtc_ttl_sub {
	text-decoration: underline;
}

.rtc_list_overseas {
	margin: 0 auto;
	max-width: 980px;
}


/* 開発事業 - page:development
-------------------------------------------------- */
body.es-page-development #content div:last-child,
body.es-page-development-en #content div:last-child {
	max-width: 960px;
}

.tab_area {
	display: flex;
	flex-wrap: wrap;
}
.tab_area p { margin-bottom: 0 !important; }

.tab_label {
	padding-left: 0 !important;
	width: calc( 100%/5 );
	height: 50px;
/* 	border-bottom: 3px solid #5ab4bd; */
	background-color: #EBEBEB;
	line-height: 50px !important;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	border-radius: 10px 10px 0 0;
	text-align: center;
/* 	font-weight: bold; */
	transition: all 0.2s ease;
}
.tab_label:hover {
	opacity: 0.75;
}

.tab_area input[name="tab_items"],
.tab_label::before, 
.tab_label::after {
	display: none !important;
}

.tab_content {
/* 	display: none; */
/* 	padding: 50px 30px; */
	padding: 0;
	width: 100%;
	background-color: #f8f8f8;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	height: 0;
	visibility: hidden;
}

#tab_01:checked ~ #tab01_content,
#tab_02:checked ~ #tab02_content,
#tab_03:checked ~ #tab03_content,
#tab_04:checked ~ #tab04_content,
#tab_05:checked ~ #tab05_content {
/* 	display: block; */
	padding: 50px 30px;
	height: auto;
	visibility: visible;
}

.tab_area input:checked + .tab_label {
	background-color: #f8f8f8;
/* 	color: #fff; */
}

.tab_content h2.rtc_ttl_left {
	margin-bottom: 20px;
	text-align: left;
}
.tab_content h2.rtc_ttl_left::after { display: none; }

.tab_content h3.rtc_ttl_center {
	position: relative;
	text-align: center;
}
.tab_content h3.rtc_ttl_center::after {
	content: "";
	display: block;
	margin: 20px auto 40px;
	width: 100px;
	height: 2px;
	background: #A39A8E !important;
}

@media ( max-width: 480px ) {
	.tab_area {
		justify-content: space-between;
	}
	.tab_label {
		margin-bottom: 10px;
		padding-left: 0 !important;
		width: 48%;
		border-radius: 10px;
	}
}

.rtc_list_development {
	list-style: none;
	margin: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: space-between; */
}
.rtc_list_development > li {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	padding: 20px;
	width: 33.3%;
}

/* .rtc_list_development > li:not(:nth-child(3n)) {
	margin-right: 2%;
} */

.rtc_list_development > li figure {
	margin-bottom: 10px;
}

/* .rtc_list_development > li figure a {
	pointer-events: none;
} */

.rtc_list_development > li figure img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.rtc_list_development > li h4 {
	font-size: 1rem;
}

.rtc_list_development > li p {
	font-size: 14px;
}

.rtc_btn_info {
	margin-top: auto;
/* 	display: none; */
}
.rtc_btn_info a {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 25px;
	color: #fff;
	border-radius: 5px;
	background-color: #3D87CC;
}

#tab04_content figure {
	margin-bottom: 50px;
}

.rtc_list_devslide {
	margin: 50px 0 100px;
}
.rtc_list_devslide ul {
	position: relative;
	margin: 0;
}
.rtc_list_devslide ul li {
	margin-right: 2%;
	width: 32%;
	height: 250px;
	overflow: hidden;
}

.rtc_list_devslide ul li img {
	width: 100%;
	height: 250px;
	transition: all ease .6s;
	object-fit: cover;
}

.rtc_list_devslide button {
	padding: 0;
	transition: all ease .6s;
}
.rtc_list_devslide button:hover {
	background-color: #333;
}

.rtc_list_construction {
	margin: 0 auto;
	max-width: 650px;
	list-style: none;
}
.rtc_list_construction > li {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rtc_list_construction > li h3 {
	width: 100%;
	font-size: 18px;
}
.rtc_list_construction > li div {
	position: relative;
	width: 46%;
}
.rtc_list_construction > li div img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.rtc_list_construction > li div::before {
	position: absolute;
	padding: 0 10px;
	content: '施工前';
	top: 10px;
	right: -15px;
	font-size: 14px;
	color: #fff;
	background-color: #402000;
}
.rtc_list_construction > li div.construction_right::before {
	content: '施工後';
	background-color: #ff8000;
}

.rtc_list_construction > li div::after {
	position: absolute;
	content: '';
	top: 35.5px;
	right: -15px;
	width: 15px;
	height: 15px;
	background-color: #402000;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.rtc_list_construction > li div.construction_right::after {
	background-color: #ff8000;
}


/* 個人情報保護方針 - privacypolicy
-------------------------------------------------- */
body.es-page-privacypolicy h2 {
	margin-bottom: 10px !important;
	font-weight: normal !important;
}
body.es-page-privacypolicy h2 > span {
	color: #11263F;
}

body.es-page-privacypolicy hr {
	height: auto;
	border: dotted 1px #d3d3d3;
}

.rtc_list_privacy > li {
	display: flex;
	margin-bottom: 10px;
}

.entry-meta { display: none; }

.rtc_tbl_project table, .rtc_tbl_project table tr td {
	border: none;
}


.rtc_btnicon_white::after { color: #fff; }
.rtc_ml_20 p { margin-left: 20px; }


/* 投稿ページ - single
-------------------------------------------------- */
.custom_post .es-single-post-order h1 {
	font-weight: 400 !important;
}


/* 管理者バー - admin_bar
-------------------------------------------------- */
#wpadminbar .display-name {
	color: #fff;
}


@media ( max-width: 480px ) {
	body.home #page {
		overflow-x: hidden;
	}
	
	#masthead.fixed .site-logo-img .custom-logo {
		max-width: 105%;
	}
	/* タイトル - title
	-------------------------------------------------- */
	.rtc_ttl_main > span, .rtc_float_txt {
		font-size: 56px;
		top: -50px;
		left: 50%;
		transform: translateX( -50% );
	}
	
	/* ボタン - button
	-------------------------------------------------- */
	.rtc_btn_df, .rtc_btn_df a { width: 100%; }
	
	/* ヘッダー - header
	-------------------------------------------------- */
	.rtc_btn_contact { display: none; }
	.es_user_identity .header_links { display: block; }
	
	#masthead .site-logo-img .custom-logo {
		max-width: 105%;
	}
	#masthead .site-branding {
		padding-right: 1em;
	}
	
	.main-header-bar>.es-container {
		padding: 0 5px;
	}
	
	.rtc_translation {
		justify-content: center;
	}
	.rtc_translation > a {
		font-size: 12px;
		font-weight: bold;
	}
	.es_user_identity .header_links__list li:first-child,
	.es_user_identity .header_links__list li.header_links__favorite {
		display: none;
	}
	
	#site-navigation {
		text-align: left;
	}
	
	#primary-menu > .menu-item {
		line-height: 1.1 !important;
	}
	#primary-menu > li a {
		color: #fff !important;
	}
	
	#masthead .site-branding {
		max-width: 90%;
	}
	

	/* メインビジュアル - MainVisual
	-------------------------------------------------- */
	.rtc_mainvisual {
		padding: 0 !important;
	}
	.rtc_mainvisual,
	.rtc_slider_imgs,
	.rtc_slider_imgs > div {
		height: 480px;
	}
	
	.rtc_catchtxt {
		font-size: 1.2rem;
		text-align: center;
	}
	.rtc_scroll_text {
		font-size: 1.2rem;
	}
	

	/* スクロールダウン - Scroll
	-------------------------------------------------- */
	.rtc_scroll {
		top: auto;
		right: 10px;
		bottom: -80px;
	}
	
	/* PDMの企業理念 - philosphy
	-------------------------------------------------- */
	.rtc_flip_imgs {
		height: 105px;
	}
	.rtc_text_philosphy {
		font-size: 12px !important;
	}
	
	/* PDMの行動指針 - guide
	-------------------------------------------------- */
	.rtc_img_point .uagb-columns__inner-wrap {
		display: flex;
	}
	.rtc_img_point figcaption {
		font-size: 8px;
	}
	
	/* 事業内容 - business
	-------------------------------------------------- */
	.rtc_block_business .uagb-columns__overlay {
		border-radius: 0;
	}
	
	
	/* 海外事業 - overseas
	-------------------------------------------------- */
	.rtc_list_overseas {
		list-style: disc;
		margin-left: 1.5em;
		font-size: 14px;
	}
	
	/* 開発事業 - development
	-------------------------------------------------- */
	.rtc_list_development > li {
		margin-bottom: 30px;
		padding: 0;
		width: 100%;
	}
	.rtc_list_devslide ul li {
		width: 100%;
	}
	.rtc_list_construction > li div img {
		height: 125px;
	}
	
	
	/* 会社概要 - page:company
	-------------------------------------------------- */
	.rtc_tbl_company table tr td p {
		flex-direction: column;
	}
	.rtc_tbl_company table tr td p span {
		display: block;
		margin-right: 0;
		margin-bottom: 0;
/* 		padding: 0 10px; */
		width: 100%;
/* 		font-size: 14px; */
	}
	
	.footer_bt_bar span.sp,
	.footer_bt_bar span[class^=icon-]:before {
		color: #fff;
	}
	
	footer.site-footer .footer-adv-overlay .es-container::before {
		width: 100%;
	}
	
	
	.tab_content h2.rtc_ttl_left {
		font-size: 1rem !important;
	}
	.tab_label { font-size: 12px; }
	
	.rtc_tbl_company table tr td:first-child {
		padding-bottom: 0;
		width: 100%;
	}
	.rtc_tbl_company table tr td:last-child {
/* 		padding-left: 20px; */
		width: 100%;
	}
	.rtc_tbl_company table tr td {
		font-size: 12px !important;
	}
	.rtc_tbl_company table tr td p:not(:last-child) {
		border-bottom: none;
	}
}