/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 15 2023 | 02:59:06 */
.custom_floating {
	position: fixed;
    bottom: 7.5%;
    right: 0;
    z-index: 100;
}

.custom_floating a {
	margin-bottom: 15px;
	padding: 20px 10px 10px;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba( 237, 127, 0, 1 );
	border-radius: 10px;
	letter-spacing: .25em;
	font-weight: bold;
	text-align: center;
}
.custom_floating a:hover {
	opacity: .5;
}
.custom_floating a i {
	margin-bottom: 5px;
}

.custom_floating a:not(:last-child) {
	margin-bottom: 20px;
}

.custom_floating a.pc_floating_none {
	display: none;
}

@media screen and ( max-width: 480px ) {
	.custom_floating a.pc_floating_none { display: block; }
	
	.custom_floating a:not(:last-child) {
		margin-bottom: 10px;
	}
	.custom_floating a {
		padding: 10px 5px;
		font-size: 12px;
		display: block;
		width: 30px;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
}