/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 05:16:37 */
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap' );

/* 共通設定 - common
-------------------------------------------------- */
body.home {
	overflow-x: hidden;
}
.es-separate-container #primary { padding-bottom: 0 !important; }
.es-link-container { margin-top: 0 !important; }
footer.site-footer { margin-top: 0 !important; }

.rtc_ttl_main {
	font-size: 40px !important;
}

.rtc_txt_sub {
	font-size: 18px;
	font-weight: 600 !important;
	line-height: 1.75 !important;
}

.rtc_df_btn a.wp-block-button__link {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	background: transparent;
	box-shadow: none;
}
.rtc_df_btn a.wp-block-button__link::after {
	margin-left: 20px;
	content: '\f138';
	font-family: 'Font Awesome 5 Free';
	color: #062C54;
	font-weight: 900;
}


/* ヘッダー - header
-------------------------------------------------- */
@media ( min-width: 480px ) {
	#masthead .es-container {
		padding-right: 0;
		width: 100%;
	}
	#masthead .main-header-container, #masthead.fixed .main-header-container {
		padding: 0;
	}
	#masthead .es-main-header-bar-alignment, #masthead .es_user_identity {
		background: #062C54;
	}
	#masthead .main-header-menu > .menu-item > a, .header_links a:not(.menu-toggle) {
		color: #fff;
	}
	#masthead .es_user_identity {
		padding-right: 20px;
		height: 94px;
	}

	#site-navigation {
		padding: 15px 0;
	}
	.rtc_btns_contact a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 150px;
		height: 94px;
		line-height: 1.5;
		color: #fff;
		background: #407AEA;
	}
	.rtc_btns_contact a span {
		display: block;
		font-size: 12px;
	}

	#masthead.fixed #site-navigation {
		padding: 5px 0;
	}
	#masthead.fixed .es_user_identity, #masthead.fixed .rtc_btns_contact a {
		height: 74px;
	}
	
	.header_links a:not(.menu-toggle):hover {
		color: #407AEA !important;
	}
	.rtc_btns_contact a:hover {
		background: #FF7A00;
	}
	#menu-item-2895 {
		display: none;
	}
}


/* メインビジュアル
-------------------------------------------------- */
.rtc_mainvisual {
	position: relative;
	margin: 0 calc( -50vw + 50% ) ;
	width: 100vw;
	height: 630px;
}

.rtc_slider_imgs {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 630px;
/* 	border-radius: 10px; */
	background-color: gray;
	overflow: hidden;
}

.rtc_slider_imgs > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 630px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation: fade 16s infinite;
}

@keyframes fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	85%{
		opacity: 0;
		transform: scale( 1.1 );
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}

.rtc_slider_imgs > div.rtc_sp01_slideimg01 {
	background-image: url( '/app/uploads/sites/1440/2025/12/slider_img01.jpg' );
}

.rtc_slider_imgs > div.rtc_sp01_slideimg02 {
	background-image: url( '/app/uploads/sites/1440/2025/12/slider_img02.jpg' );
	animation-delay: 4s;
}

.rtc_slider_imgs > div.rtc_sp01_slideimg03 {
	background-image: url(  '/app/uploads/sites/1440/2025/12/slider_img03.jpg'  );
	animation-delay: 8s;
}
.rtc_slider_imgs > div.rtc_sp01_slideimg04 {
	background-image: url(  '/app/uploads/sites/1440/2025/12/slider_img04.jpg'  );
	animation-delay: 12s;
}

.rtc_list_mainvisual {
	position: absolute;
	left: auto;
	right: auto;
	bottom: 35px;
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
    padding: 0 50px;
	gap: 2%;
	width: 100%;
	list-style: none;
	z-index: 50;
}
.rtc_list_mainvisual > li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 200px;
	font-size: 24px;
	font-weight: 600;
	color: #062C54;
	text-align: center;
	line-height: 1.5;
	background: rgba( 255, 255, 255, .95 );
}


/* グループ社員限定
-------------------------------------------------- */
.rtc_group_waribiki a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	border: 4px solid;
	border-image: linear-gradient(to right, #6C5432, #A2752F, #B48A46, #D7AD65, #9F7430 ) 1;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	background: #062C54;
	transition: all ease .6s;
}
.rtc_group_waribiki a:hover {
	opacity: .6;
}
.rtc_group_waribiki a p {
	margin-bottom: 0 !important;
	font-weight: 600;
	color: #fff;
}
.rtc_txt_group {
	font-size: 21px;
}
.rtc_btn_info {
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 18px;
}
.rtc_btn_info::after {
	margin-left: 10px;
	content: '\f138';
	font-size: 24px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.rtc_frame_luxury h2::after {
	display: none;
}
.rtc_frame_luxury h2 {
	margin-bottom: 0 !important;
	height: 50px;
	color: #fff;
	font-size: 16px !important;
	line-height: 50px;
	background-image: linear-gradient(to right, #062C54, #205A98, #071F38 );
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #6C5432, #A2752F, #B48A46, #D7AD65, #9F7430 ) 1;
}
.rtc_txt_luxury {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0 !important;
	min-height: 150px;
	font-weight: 600 !important;
	background: #fff;
	border: 1px solid #062C54;
	color: #062C54;
}

.rtc_frame_icon {
	position: absolute;
	width: 30px;
	height: 30px;
}
.rtc_frame_icon.rtc_frame_tl {
	top: 13px;
    left: 13px;
}
.rtc_frame_icon.rtc_frame_tr {
	top: 13px;
    right: 13px;
	transform: rotate( 90deg );
}
.rtc_frame_icon.rtc_frame_bl {
	left: 13px;
    bottom: 13px;
	transform: rotate( -90deg );
}
.rtc_frame_icon.rtc_frame_br {
	right: 13px;
    bottom: 13px;
	transform: rotate( 180deg );
}


/* 購入物件をエリアを探す
-------------------------------------------------- */
.rtc_list_map {
	margin-bottom: 30px;
}
.rtc_list_map h3 {
	margin-bottom: 0 !important;
	padding: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: 600 !important;
	text-align: center;
	background: #062C54;
}
.rtc_list_map ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 20px 50px;
	background: #fff;
	border: 1px solid #062C54;
}
.rtc_list_map ul > li {
	margin-bottom: 10px;
	width: 50%;
}
.rtc_list_map ul > li a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	transition: all ease .6s;
}
.rtc_list_map ul > li a:hover {
	text-decoration: none;
	color: #407AEA;
}
.rtc_list_map ul > li a::before {
	content: '■';
	margin-right: 10px;
	color: #062C54;
}

.rtc_svg_areamap {
	width: 100%;
	height: auto;
}


/* 物件種別から探す
-------------------------------------------------- */
.rtc_block_evenly > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_block_evenly > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	border-radius: 10px;
	border: 1px solid #D4D4D4;
	background: #fff;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
}
.rtc_block_evenly > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_block_exlink figure {
	margin-bottom: 0 !important;
	overflow: hidden;
}
.rtc_block_exlink h3 {
	margin-bottom: 10px !important;
	font-size: 22px;
}
.rtc_block_exlink p {
	margin-bottom: 0 !important;
	font-size: 12px;
	font-weight: 600 !important;
}

.esx-expand-link {
	cursor: pointer;
	transition: all ease .6s;
}
/* .esx-expand-link:hover {
	opacity: .6;
} */
.esx-expand-link:hover figure img {
	transform: scale( 1.1 );
}
.esx-expand-link figure {
	overflow: hidden;
}
.esx-expand-link figure img {
	transition: all ease .6s;
}

.rtc_block_columntry h3 {
	font-size: 16px;
}
.rtc_column_feature h3 {
	font-size: 16px;
}

/* お問い合わせ - contact
-------------------------------------------------- */
.rtc_width_full {
	margin: 0 calc( -50vw + var(--es-scroll-var-half) + 50% );
	width: 100vw;
	max-width: 100vw;
}
.rtc_list_contact {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rtc_list_contact > li {
	width: 50%;
}
.rtc_list_contact > li:first-child {
	width: 100%;
	background-image: url( '/app/uploads/sites/1440/2025/12/contact_cover.jpg' );
}
.rtc_list_contact > li h2::after {
	display: none;
}
.rtc_list_contact > li h2, .rtc_list_contact > li p {
	color: #fff;
}
.rtc_list_contact > li h2 {
	font-size: 40px;
}
.rtc_list_contact > li p {
	margin-bottom: 0 !important;
	font-weight: 600;
	text-align: center;
}
.rtc_list_contact > li a {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #062C54;
	transition: all ease .6s;
}
.rtc_list_contact > li:first-child a {
	background-image: url( '/app/uploads/sites/1440/2025/12/contact_cover.jpg' );
	filter: grayscale(1);
}
.rtc_list_contact > li:last-child a {
	background: #407AEA;
}
.rtc_list_contact > li a:hover {
	text-decoration: none;
}
.rtc_list_contact > li:first-child a:hover {
	opacity: 1;
	filter: grayscale(0);
}
.rtc_list_contact > li:nth-child(2) a:hover,
.rtc_list_contact > li:last-child a:hover {
	background: #fff;
}
.rtc_list_contact > li:nth-child(2) a:hover h2, .rtc_list_contact > li:nth-child(2) a:hover p {
	color: #062C54;
}
.rtc_list_contact > li:last-child a:hover h2, .rtc_list_contact > li:last-child a:hover p {
	color: #407AEA;
}


/* バナー - bnr
-------------------------------------------------- */
.rtc_list_bnr {
	list-style: none;
	gap: 3%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rtc_list_bnr > li:first-child {
	width: 450px;
	background-color: #fff;
}
.rtc_list_bnr > li:first-child a {
	padding: 0 30px;
}
.rtc_list_bnr > li a {
	display: block;
}
.rtc_list_bnr > li a img {
	width: auto;
	height: 80px;
	transition: all ease .6s;
	object-fit: contain;
}
.rtc_list_bnr > li a:hover img {
	opacity: .6;
	transform: scale(1);
}

/* トップへ
-------------------------------------------------- */
.rtc_totop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 999;
	transition: all ease .6s;
}
.rtc_totop:hover {
	opacity: .6;
}
.rtc_totop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: #062C54;
}
.rtc_totop a svg {
	width: 60px;
	height: 35px;
}

/* フッター - footer
-------------------------------------------------- */
.site-footer .widget-title {
	padding-bottom: 0;
	border-bottom: none !important;
}
.footer-adv-overlay {
	padding-bottom: 40px !important;
	background: #fff !important;
}
.rtc_footer_logo {
	padding-top: 40px;
	text-align: center;
	border-top: 1px solid #D9D9D9;
}
.rtc_footer_logo img {
	max-width: 360px;
}
.site-footer .widget-title {
	color: #062C54;
	font-size: 16px !important;
}


/* 売却をお考えの方へ - sell
-------------------------------------------------- */
.rtc_cover_page_auto {
	margin-bottom: 50px !important;
}
body.es-page-kaitori .rtc_cover_page_auto {
	margin-bottom: 0 !important;
}
.rtc_cover_page_auto h1 {
	margin-bottom: 0 !important;
}

body.es-page-sell, body.es-page-shop, body.es-page-kaitori {
	overflow-x: hidden;
}
body.es-page-sell .es-container.page-header, body.es-page-shop .es-container.page-header, body.es-page-kaitori .es-container.page-header,
body.es-page-sell .main-header-bar.es-header-breadcrumb, body.es-page-shop .main-header-bar.es-header-breadcrumb, body.es-page-kaitori .main-header-bar.es-header-breadcrumb {
	display: none;
}

.rtc_block_problems .uagb-column__inner-wrap {
	position: relative;
	min-height: 500px;
}

.rtc_block_problems .uagb-column__inner-wrap > .list_fukidashi_random {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: contain;
}
.rtc_block_problems .uagb-column__inner-wrap > .list_fukidashi_random p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	margin-bottom: 30px !important;
}

.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(1) {
	top: 50px;
	left: 0;
	width: 399px;
	height: 186px;
	background-image: url( '/app/uploads/sites/1440/2026/01/fukidashi_05.png' );
	z-index: 1;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(2) {
	top: 0;
	left: 440px;
	width: 330px;
	height: 235px;
	background-image: url( '/app/uploads/sites/1440/2026/01/fukidashi_01.png' );
	z-index: 2;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(3) {
	top: 20px;
	right: 50px;
	width: 281px;
	height: 180px;
	background-image: url( '/app/uploads/sites/1440/2026/01/fukidashi_03.png' );
	z-index: 3;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(4) {
	left: 30px;
	bottom: 80px;
	width: 338px;
	height: 141px;
	background-image: url( '/app/uploads/sites/1440/2026/01/fukidashi_04.png' );
	z-index: 4;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(5) {
	right: 265px;
    bottom: 120px;
	width: 308px;
	height: 136px;
	background-image: url( '/app/uploads/sites/1440/2026/01/fukidashi_04.png' );
	z-index: 5;
}


.rtc_ttl_sub span {
	display: block;
	margin-bottom: 10px;
	font-size: 42px !important;
	color: #062C54;
}

.rtc_sell_info p {
	margin-bottom: 0 !important;
}

.rtc_btn_contact_sell {
	margin-top: 10px;
}
.rtc_btn_contact_sell a.wp-block-button__link {
	padding: 5px 50px !important;
	font-weight: 600;
	border-radius: 10px !important;
}

.rtc_sell_point > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	padding: 20px;
	border: none;
	box-shadow: none;
}
.rtc_sell_point h3 {
	font-size: 18px !important;
}
.rtc_sell_point p {
	font-size: 14px;
	line-height: 1.75 !important;
}

.rtc_block_flow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	margin-bottom: 50px;
}
.rtc_block_flow ul {
	padding: 0;
}
.rtc_block_flow li {
	list-style-type: none;
}
.rtc_block_flow dd {
	margin-left: 0;
}

.rtc_flow_step {
	position: relative;
}

.rtc_flow_step::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
/* 	border-radius: 20px; */
}

.rtc_flow_step > li {
	position: relative;
}
.rtc_flow_step > li:not(:last-child) {
	margin-bottom: 60px;
}

.rtc_flow_step > li .icon_flow {
	display: inline-block;
	margin-right: 1em;
	padding: 0 1.5em;
	font-size: 0.8em;
	width: fit-content;
	line-height: 2;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	background: #062C54;
}

.rtc_flow_step > li dl {
	padding-left: 70px;
	position: relative;
}

.rtc_flow_step > li dl::before,
.rtc_flow_step > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.rtc_flow_step > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #062C54;
	border-radius: 50%;
	left: -4px;
}

.rtc_flow_step > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #000;
	position: absolute;
	left: 5px;
}

.rtc_flow_step > li dl dt {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: 600;
	color: #062C54;
	display: flex;
	align-items: center;
}
.rtc_flow_step > li dl dd {
	display: flex;
	align-items: flex-start;
}
.rtc_flow_step > li dl dd ul {
	margin-left: 30px;
/* 	width: 100%; */
}
.rtc_flow_step > li dl dd ul li {
	list-style-type: disc;
}
.rtc_flow_step > li dl dd img {
	flex-shrink: 0;
	margin-right: 1.5em;
	max-width: 25%;
}
.rtc_flow_step > li dl dd a.wp-block-button__link {
	display: block;
	margin-top: 10px;
	padding: 5px 50px !important;
	width: fit-content;
	border-radius: 10px !important;
}

/* 買取サービスについて - kaitori
-------------------------------------------------- */
.rtc_kaitori_merit > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	padding: 40px 20px 10px;
	border: none;
	overflow: visible;
	border-radius: 10px;
	box-shadow: none;
}
.rtc_kaitori_merit > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__overlay {
	border-radius: 10px;
}
.rtc_kaitori_merit h3 {
	position: absolute;
    top: -60px;
	left: 50%;
	transform: translateX( -50% );
	width: 100%;
}
.rtc_kaitori_merit h3 span {
	font-size: 26px;
}
.rtc_kaitori_merit p {
	min-height: 48px;
	font-weight: 600 !important;
	line-height: 1.5 !important;
}

.rtc_kaitori_merit figure {
	margin-bottom: 0;
	text-align: center;
}
.rtc_kaitori_merit figure img {
	max-width: 75%;
}

.rtc_video_block {
	width: 100%;
}


/* 営業所一覧 - shop
-------------------------------------------------- */
.rtc_ttl_borderleft {
	padding-left: 20px;
	font-size: 30px !important;
	border-left: 6px solid #062C54;
}


/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* ヘッダー - header
	-------------------------------------------------- */
	#masthead .es-container {
		padding: 0 5px;
	}
	.main-header-menu .current-menu-ancestor > a {
		color: #fff !important;
	}
	
	/* 共通設定 - common
	-------------------------------------------------- */
	.rtc_ttl_main {
		font-size: 21px !important;
	}
	.rtc_txt_sub {
		font-size: 12px;
	}
	.rtc_txt_sub br {
		display: none;
	}
	.rtc_df_btn a.wp-block-button__link {
		font-size: 14px;
	}
	
	
	/* メインビジュアル - main
	-------------------------------------------------- */
	.rtc_mainvisual {
		padding: 0;
		border-radius: 0;
	}
	.rtc_mainvisual, .rtc_slider_imgs, .rtc_slider_imgs > div {
		height: 250px;
	}
	.rtc_list_mainvisual {
		padding: 0 10px;
		bottom: 10px;
	}
	.rtc_list_mainvisual > li {
		min-height: 80px;
		font-size: 8px;
	}
	
	/* グループ社員限定
	-------------------------------------------------- */
	.rtc_group_waribiki a {
		min-height: 120px;
	}
	.rtc_txt_group {
		font-size: 16px;
	}
	.rtc_btn_info {
		right: 10px;
		bottom: 5px;
		font-size: 14px;
	}
	.rtc_btn_info::after {
		font-size: 14px;
	}
	
	.rtc_frame_luxury h2 {
		font-size: 11px !important;
	}
	.rtc_txt_luxury {
		padding: 0 20px;
		min-height: 125px;
		font-size: 12px;
	}
	.rtc_txt_luxury br {
		display: none;
	}
	
	/* 購入物件をエリアを探す
	-------------------------------------------------- */
	.rtc_list_map ul {
		padding: 20px;
	}
	.rtc_list_map ul > li:last-child {
		width: 100%;
	}
	
	
	/* 物件種別から探す
	-------------------------------------------------- */
	.rtc_block_exlink {
		padding: 0 15px !important;
	}
	.rtc_block_evenly > .uagb-columns__inner-wrap > div:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.rtc_block_service {
		padding: 0 5px !important;
	}
	.rtc_block_service figure img {
		height: 160px;
		object-fit: cover;
	}
	
	/* お問い合わせ - contact
	-------------------------------------------------- */
	.rtc_width_full {
		margin: 0;
	}
	.rtc_list_contact > li {
		width: 100%;
	}
	.rtc_list_contact > li h2 {
		margin-bottom: 10px !important;
		font-size: 24px;
	}
	.rtc_list_contact > li p {
		font-size: 14px;
	}
	.rtc_list_contact > li a {
		padding: 30px 20px;
	}
	.rtc_list_contact > li p br {
		display: none;
	}
	
	.rtc_list_bnr {
		flex-wrap: wrap;
	}
	.rtc_list_bnr > li {
		width: 100%;
	}
	.rtc_list_bnr > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.rtc_list_bnr > li a img {
		width: 100%;
		height: auto;
	}
	.rtc_list_bnr > li:first-child a img {
		height: 100px;
	}
	
	/* トップへ
	-------------------------------------------------- */
	.rtc_totop {
		right: 10px;
		bottom: 70px;
	}
	.rtc_totop a {
		width: 50px;
		height: 50px;
	}
	.rtc_totop a svg {
		width: 30px;
		height: 15px;
	}
	
	/* フッター
	-------------------------------------------------- */
	.rtc_footer_logo img {
		max-width: 100%;
	}
	
	
	/* 売却をお考えの方へ - sell
	-------------------------------------------------- */
	.rtc_cover_page_auto {
		margin-bottom: 30px !important;
		min-height: auto;
	}
	.rtc_cover_page_auto h1 {
		font-size: 21px !important;
	}
	
	.rtc_ttl_sub {
		font-size: 16px !important;
	}
	.rtc_ttl_sub span {
		font-size: 30px !important;
	}
	
	.rtc_sell_info h2 {
		font-size: 16px !important;
	}
	.rtc_sell_info p {
		font-size: 11px !important;
	}
	.rtc_sell_info p br { display: none; }
	
	
	.list_problems {
		list-style: none;
		margin: 0;
	}
	.list_problems > li {
		padding: 10px;
		border-radius: 10px;
		font-family: "Noto Sans JP", sans-serif;
		text-align: center;
		color: #333;
		background-color: #F2F4F4;
	}
	.list_problems > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.rtc_page_contactinfo p {
		font-size: 1rem !important;
	}
	
	.rtc_block_flow {
		margin-left: 0;
		padding-left: 10px;
	}
	.rtc_flow_step {
		margin-left: 10px;
	}
	
	.rtc_flow_step > li dl {
		padding-left: 50px;
	}
	.rtc_flow_step > li dl::after {
		width: 40px;
	}
	
	.rtc_flow_step > li dl dt {
		align-items: flex-start;
		flex-direction: column;
		font-size: 18px;
	}
	
	.rtc_flow_step > li dl dd {
		margin: 0;
		flex-direction: column;
	}
	.rtc_flow_step > li dl dd img {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.rtc_flow_step > li dl dd p br {
		display: none;
	}
	
	/* 営業所一覧 - shop
	-------------------------------------------------- */
	.rtc_ttl_borderleft { font-size: 21px !important; }
	.rtc_block_shopinfo p {
		font-size: 12px !important;
	}
	
	/* 買取サービスについて
	-------------------------------------------------- */
	.rtc_kaitori_merit > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_kaitori_merit > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		padding: 30px 20px 10px;
		width: 49% !important;
	}
	.rtc_kaitori_merit h3 {
		top: -50px;
	}
	.rtc_kaitori_merit > .uagb-columns__inner-wrap > div:last-child {
		width: 100% !important;
	}
	.rtc_kaitori_merit > .uagb-columns__inner-wrap > div:last-child figure img {
		max-width: 50%;
	}
	.rtc_kaitori_merit p br {
		display: block;
	}
	.rtc_kaitori_merit p {
		font-size: 14px !important;
	}
}