/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2024 | 08:56:51 */
.cta-button-block{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index: 999 !important;
 	display: none; 
}
.cta-button>a{
	z-index: 98 !important;

	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
	border: solid 4px #13A7B4;
	border-radius: 8px;
	color: #13A7B4;
	text-shadow: 0 0 5px white;
	padding: 0.5rem 1rem;
	background: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 3px,#C9FBFF 3px, #C9FBFF 7px);
	transition: .4s;
	font-size: 1.2rem;
 	display: none; 
}

.cta-button-caption{
	z-index: 100 !important;
	position: relative; /* 今の位置を基準 */
	top: 10px; /* 上から10px */
	width:fit-content;
	display: flex;
	border: solid 0.2rem #F95D5A;
	color: #F95D5A;
	background: #FFFFFF;
	border-radius: 32px;
	padding: 4px 16px;
 	display: none; 
}
.cta-button-caption>p{
	margin: 0px 4px;
	font-size: 0.9rem;
 	display: none; 
}

@media (min-width: 800px) {
  	.cta-button-block {
	  	Transform: scale(1.7);
		position:fixed;
		right:150px;
		bottom:100px;
 		display: none;
	}
}