/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2025 | 06:19:01 */
@import url( 'https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap' );
/* font-family: "Prompt", serif; */

body.es-page-sale_information .es-container.page-header { display: none; }

.rtc_sale_phone {
	margin-bottom: 5px !important;
}
.rtc_sale_phone::before {
	margin-right: 5px;
	content: '\f095';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_btn_sale a {
	padding: 5px 50px !important;
}


.rtc_block_sale_icons > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_block_sale_icons > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 3px !important;
	background-color: #008A7C;
	border: 3px solid #008A7C;
}
.rtc_block_sale_icons figure {
	margin-bottom: 10px !important;
}
.rtc_block_sale_icons figure img {
	border-radius: 15px 15px 0 0;
}
.rtc_block_sale_icons figure figcaption {
	margin-bottom: 0 !important;
	color: #fff;
	font-size: 18px !important;
	text-align: center;
	font-weight: bold;
}

.rtc_ttl_borderleft {
	position: relative;
	padding: 10px 30px;
	border-left: 10px solid #008A7C;
}
.rtc_ttl_borderleft::before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 50%;
	background-color: #F08300;
	left: -10px;
	bottom: 0;
}

.rtc_ttl_step span {
	display: block;
	margin-bottom: 10px;
	color: #008A7C;
}

.rtc_block_points > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
	background-color: #fff;
}
.rtc_point_num {
	position: absolute;
	margin: 0 auto;
    margin-bottom: 0 !important;
    top: -158px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
	font-family: "Prompt", serif;
	font-size: 75px;
	font-weight: bold;
	color: #fff;
	background-color: #208E7C;
	border-radius: 50vh;
}

.rtc_block_voice > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}
.rtc_sale_step02img img {
	max-width: 80%;
}
.rtc_table_jisseki table th {
	color: #fff;
	text-align: center;
	background-color: #525252;
}
.rtc_table_jisseki table thead { border: none; }


body.es-page-sale_information #inquiry {
	background-color: #fff;
}

/* お客様の声 */
.esx-list-style-pop4 .es-list-items .es-list-item {
	margin-bottom: 20px;
	border: none;
}
.esx-list-style-pop4 .es-list-item:nth-child(even) a {
	flex-direction: row-reverse;
}
.esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content {
	margin-left: 0;
	margin-right: 20px;
}
.esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::before, .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::after {
	left: inherit;
	right: -15px;
	transform: rotate(180deg);
}
.esx-list-style-pop4 .es-list-content {
	position: relative;
	flex-grow: 2;
	margin-left: 20px;
	padding: 10px 15px;
	border-radius: 10px;
	background:  #fff;
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
}
.esx-list-style-pop4 .es-list-content::before, .esx-list-style-pop4 .es-list-content::after {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	left: -15px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.esx-list-style-pop4 .es-list-content::before {
	top: 23px;
	border-right: 15px solid rgba(0, 0, 0, 0.2);
}
.esx-list-style-pop4 .es-list-content::after {
	top: 20px;
	border-right: 15px solid  #fff;
}
.esx-list-style-pop4 a {
	overflow: inherit;
	padding-bottom: 5px;
}
.esx-list-style-pop4 a:hover h3.wrap {
	text-decoration: none;
	color: rgba( 255, 119, 0, 1 );
}
.esx-list-style-pop4 .es-list-figure {
	border-radius: 10px;
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
}
.esx-list-style-pop4 h3.wrap {
	position: relative;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: normal;
}
.esx-list-style-pop4 h3.wrap::after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	bottom: 0;
	background-image: linear-gradient(to right, #BD9F08, #BD9F08 8px, transparent 8px, transparent 8px);
	background-size: 18px 2px;
	background-repeat: repeat-x;
}
.esx-list-style-pop4 .ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: inherit;
}
@media (min-width: 481px) {
	.esx-list-style-pop4 .es-list-items .es-list-item {
		margin-bottom: 40px;
	}
	.esx-list-style-pop4 .es-list-item {
		max-width: 1000px;
	}
	.esx-list-style-pop4 .es-list-item:nth-child(even) {
		margin-left: auto;
	}
	.esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content {
		margin-right: 40px;
	}
	.esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::before, .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::after {
		right: -24px;
	}
	.esx-list-style-pop4 .es-list-content {
		margin-left: 40px;
		padding: 20px 30px;
	}
	.esx-list-style-pop4 .es-list-content::before, .esx-list-style-pop4 .es-list-content::after {
		width: 24px;
		height: 24px;
		left: -24px;
		border-top-width: 15px;
		border-bottom-width: 15px;
	}
	.esx-list-style-pop4 .es-list-content::before {
		border-right-width: 24px;
	}
	.esx-list-style-pop4 .es-list-content::after {
		border-right-width: 24px;
	}
	.esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a figure,
	.esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb {
		width: 240px;
	}
	.esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .es-list-content {
		width: calc(100% - 280px);
	}
	.esx-list-style-pop4 h3.wrap {
		font-size: 1.5rem;
	}
	.esx-list-style-pop4 .ellipsis {
		-webkit-line-clamp: 1;
	}
}
/* ie11用、1行省略 */
@media (min-width: 481px) and (-ms-high-contrast: none), (min-width: 481px) and (-ms-high-contrast: active) {
	.esx-list-style-pop4 .ellipsis {
		white-space: nowrap;
	}
}


/* よくある質問 - FAQ
-------------------------------------------------- */
.rtc_sp01_qa_list {
	list-style: none;
	margin-left: 0;
	margin: 0 auto 80px;
	max-width: 1140px;
}
.rtc_sp01_qa_list > li {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
}
.rtc_sp01_qa_list > li:not(:last-child) {
	margin-bottom: 20px;
}

.rtc_qa_title {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	transition: all ease .6s;
}
.rtc_qa_title::before, .rtc_qa_anser::before {
	flex-shrink: 0;
	content: '';
    margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
    background-image: url( '/app/uploads/sites/1258/2025/02/icon_q.png' );
	background-size: contain;
}
.rtc_qa_anser {
	display: flex;
	font-size: 14px;
	height: 0;
	overflow: hidden;
	transition: all ease .6s;
}
.rtc_qa_anser::before {
	background-image: url( '/app/uploads/sites/1258/2025/02/icon_a.png' );
}
.rtc_qa_title::after {
	flex-shrink: 0;
	content: '';
	margin-left: auto;
	width: 20px;
	height: 20px;
	background-image: url( '/app/uploads/sites/1258/2025/02/icon_plus.png' );
	background-size: contain;
    transition: all ease .6s;
}

.rtc_sp01_qa_list > li.is_active .rtc_qa_title {
	padding-bottom: 15px;
/* 	border-bottom: 1px solid #333; */
}
.rtc_sp01_qa_list > li.is_active .rtc_qa_title::after {
	background-image: url( '/app/uploads/sites/1258/2025/02/icon_batsu.png' );
}
.rtc_sp01_qa_list > li.is_active .rtc_qa_anser {
	padding-top: 15px;
	height: auto;
}


/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.rtc_sp_font { font-size: 14px !important; }
	.rtc_ttl_saleinfo {
		font-size: 21px !important;
	}
	
	.rtc_block_sale_icons > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rtc_block_sale_icons > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		margin-bottom: 20px;
		width: 48.5% !important;
	}
	.rtc_block_sale_icons figure figcaption {
		font-size: 14px !important;
	}

	.rtc_table_jisseki table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
	.rtc_sp01_qa_list > li {
		padding: 20px 10px;
	}
	.rtc_qa_title {
        font-size: 11px;
    }
	
	.es-form-item.address > br, .es_address > br:first-of-type {
		display: none;
	}
}