

/*20250623追加　追従ボタン*/

.btn_caution{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)
		translateY(-50%);
	width: 750px;
	background-color: #c8000a;
	text-align: center;
	z-index: 1000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	border: 1px #e37f84 solid;
}
.btn_caution a{
	display: block;
	padding: 15px;
	color: #fff;
}

.btn_caution a:before{
	font:normal normal normal 14px/1 FontAwesome;
	/*font-size:inherit;*/
	font-size: 24px;
	color: #d4b300;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f06a';
	margin-right:5px;
	vertical-align: middle;
}

@media screen and (max-width:600px){
	
.btn_caution{
	position: fixed;
	/*bottom: 20px;
	top:60px;
	right: 0;
	left: 0;*/
	width: 80%;
	text-align: center;
	z-index: 1000;
	font-size: 14px;
}
.btn_caution a{
	padding: 20px;
}	
	
}

@media screen and (min-width:601px){}

@media screen and (max-width:1200px){}

@media screen and (max-width: 960px) {}
