/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2025 | 07:43:51 */
body.es-page-translation .header_free_content .header_phone {
	display: none;
}

/* 翻訳 - header
-------------------------------------------------- */
body:not(.es-page-translation):not(.page-id-192) .rtc_block_honyaku { display: none; }
body.es-page-translation .rtc_block_honyaku, body.page-id-192 .rtc_block_honyaku {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #ebedf4;
}
.rtc_cautionStatement {
	line-height: 1.5 !important;
}
.rtc_cautionStatement p {
	margin-bottom: 0 !important;
	color: red;
}
.rtc_list_honyaku_btns {
	list-style: none;
	margin: 0;
	gap: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.rtc_list_honyaku_btns > li a {
	display: block;
	width: 150px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #142D62;
	border-radius: 50vh;
}
.rtc_list_honyaku_btns > li a:hover {
	text-decoration: none;
	opacity: .6;
}
.rtc_list_honyaku_btns > li a::before {
	margin-right: 5px;
	content: '\f1ab';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_block_honyaku {
		padding: 0;
	}
	.rtc_list_honyaku_btns {
		gap: 0;
	}
	.rtc_list_honyaku_btns > li {
		width: 50%;
	}
	.rtc_list_honyaku_btns > li:first-child {
		width: 100%;
	}
	.rtc_list_honyaku_btns > li a {
		padding: 5px;
		width: 100%;
		border-radius: 0;
		border: 1px solid #fff;
	}
}