.float-banner {
	position: fixed;
	z-index: 100;
	bottom: 130px;
	right: 50px;
}
.float-banner a {
	text-decoration:none;
}
.float-banner a:hover {
	opacity: .8;
}
.banner {
	width: 200px;
	height: 190px;
	background: linear-gradient(86.13deg, #eee -3.42%, #fff 59.59%);
	text-align: center;
	box-shadow: 5px 5px 5px #ccc;
	border-radius: 0px;
}
.float_acount {
	margin-top: 20px;
	display: inline-block;
	width: 150px;
	height: 60px;
	text-indent:0em;
	color: #fff;
	font-weight: bold;
	line-height: 70px;
	font-size: 25px;
	text-align: center;
	background: linear-gradient(270deg, #ff9900 0%, #ff9900 100%); /* ボタンの背景 */
	box-shadow: 5px 5px 5px #ccc; /* ボタンの影 */
	border-radius: 5px;
}
.float_risk {
	margin-top: 20px;
	padding-top: 8px;
	display: inline-block;
	width: 148px;
	height: 50px;
	text-indent:0em;
	color: red;
	line-height: 25px;
	font-size: 13px;
	text-align: center;
	background: linear-gradient(270deg, #FFF 0%, #FFF 100%); /* ボタンの背景 */
	box-shadow: 5px 5px 5px #ccc; /* ボタンの影 */
	border-radius: 5px;
	border: solid 2px red;
}
.btn {
	background: #f5f5f5;
	color: #555;
	padding: .3em .6em;
	border-radius: 100px;
	text-align: center;
	font-weight: bold;
	display: table;
	cursor: pinter; 
	box-shadow: 5px 5px 5px #ccc;
}
.btn:hover {
	cursor: pointer; 
	opacity: .5;
}
.btn:active {
	background: rgb(127, 194, 239);
}
/* close button */
.action-close {
	position: relative;
	margin-top: 2em;
}
.action-close .btn {
	position: absolute;
	right: 1em;
	top: -1em;
}
/* checkbox non-display */
.add-control .checkbox {
	display: none;
}

/* close button's control */
.add-control .action-close #close:checked ~ .btn {
	display: none;
}
.add-control .action-close #close:checked ~ .delbox {
	display: none;
}

@media screen and (max-width: 768px) {
/* body{margin-bottom:100px;}.float-banner{display:inline-block;top:unset;right:0;bottom:0;}.banner{width:100vw;eight:100px;background:#eee;}.sp{display:none;}.float_acount{margin-right:50px;float:right;width:30vw;height:60px;line-height:70px;font-size:28px;}.float_risk{margin-right:20px;margin-left:20px;float:right;width:35vw;min-width:260px;height:48px;line-height:50px;font-size:15px;}.float_riskimg{height:42px;}} */
/* @media screen and (max-width: 480px) { */

  body {
	margin-bottom:0px;
  }
  .float-banner {
	clear: both;
	display: block;
	position: relative;
	z-index: 1;
	top: none;
	bottom: 0px;
	right: 0px;
  }
  .banner {
	width: 100%;
	height: 170px;
	background: #eee;
	box-shadow:none;
	border-radius: 0px;
	margin:0px;
  }
   .action-close .btn,.btn,.sp {
	display: none;
  }
   .action-close {
	margin: 0px;
	padding: 0px;
  }

  .float_club {
	display: block;
	position:relative;
	width: 92%;
	height: 40px;
	text-indent:0em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	line-height: 50px;
	font-size: 20px;
	margin:  10px auto;
	margin-top:10px;
	padding-bottom:5px;
	background:#22428A;
	box-shadow:none;
	border-radius: 5px;
  }
  .float_acount {
	clear: both;
	float:none;
	display: block;
	position:relative;
	width: 92%;
	height: 40px;
	text-decoration:none;
	line-height: 50px;
	font-size: 20px;
	margin:  10px auto;
	padding-bottom:5px;
	background:#ff9900;
	box-shadow:none;
	border-radius: 5px;
  }
  .float_risk {
	clear: both;
	float:none;
	display: block;
	position:relative;
	margin:  10px auto;
	margin-bottom:0px;
	width: 91%;
	height: 30px;
	padding-top: 5px;
	padding-bottom:5px;
	line-height: 34px;
	font-size: 15px;
	box-shadow:none;
	border-radius: 5px;
	border: solid 2px red;
	text-decoration:none;
  }
  .float_risk img{
	height: 29px;
  }
}