.btn-pageTop {
	display: none !important;
}
.floating_Button-container {
	position: fixed;
	bottom: 0;
	background: #494949;
	height: 90px;
	z-index: 2;
}
.floating_Button-box {
	position: fixed;
	bottom: 0;
	width: 84%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #494949;
	height: 90px;
}
.floating_Button-box .btn a {
	position: relative;
	display: inline-block;
	width: 39vw;
	margin: 0px 2px;
	padding: 15px 18px 15px 5px;
	background-color: #eb5504;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
.floating_Button-box p.btn-white.btn_linkwindow a:before {
	content: "";
	position: absolute;
	right: 25px;
	top: 1px;
	bottom: 0;
	display: block;
	width: 18px;
	height: 16px;
	margin: auto;
	background: url(/content/dam/au-com/common/icon/icn_sp_blank.gif);
	background-size: cover;
}
.floating_Button-box .btn a:hover {
	background-color: #fd772f;
	text-decoration: none;
}
.floating_Button-box > .btn-white > a {
	color: #eb5504;
	background-color: #fff;
}
.floating_Button-box > .btn-white > a:hover {
	background-color: #fff;
}
.floating_Button-box > .btn-white > a:hover {
	color: #fd772f;
}
.floating_Button-box > .btn-white > a:hover:before {
	opacity: 0.7;
}

.floating_Button-box .btn.btn_link a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.floating_Button-box .btn.btn_link.btn-white a:before {
	border-top: 2px solid #eb5504;
	border-right: 2px solid #eb5504;
}
@media screen and (min-width: 768px) {
	.floating_Button-box {
		bottom: 0;
		width: 100%;
	}
	.floating_Button-box .btn a {
		width: 300px;
		margin: 0 20px;
		padding: 20px;
		font-size: 16px;
	}
	.floating_Button-box .btn a:before {
		right: 25px;
	}
	.floating_Button-box.btn01 {
		display: block;
		text-align: center;
		padding-top: 1%;
	}
	.floating_Button-box.btn01 .btn a {
		width: 60%;
	}
}

@media screen and (max-width: 979px) and (min-width: 768px) {
	.floating_Button-box .btn a {
		width: 245px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.floating_Button-box {
		padding: 0 2%;
		width: 100%;
		height: 68px;
	}
	.floating_Button-box .btn {
		width: 50%;
		text-align: center;
		justify-content: flex-start;
		margin: 0 3px;
	}
	.floating_Button-box.oneBtn .btn {
		width: 100%;
		text-align: center;
		justify-content: flex-start;
	}
	.floating_Button-box.oneBtn .btn a {
		text-align: center;
	}
	.floating_Button-box .btn.btn-link {
		width: 26vw;
	}
	.floating_Button-box .btn a {
		width: 98%;
		text-align: left;
		padding: 17.7px 10px;
	}
	.floating_Button-box .btn.btn_linkwindow a {
		padding: 10px;
	}
	.floating_Button-box .btn.btn_linkwindow a {
		padding: 10px;
	}
	.floating_Button-box p.btn.btn_linkwindow a:before {
		right: 12px;
		width: 14px;
		height: 12px;
	}
	.floating_Button-box .btn.btn_link.btn-white a {
		padding: 10px;
	}
	.floating_Button-box .btn.btn_link.btn-white.line-01 a {
		padding: 17.7px 10px;
	}
	.floating_Button-box .btn.btn_link a:before {
		right: 15px;
	}
	.floating_Button-box {
		justify-content: flex-start;
	}
	.floating_Button-box.btn01 {
		display: block;
		padding-top: 1.5%;
	}
	.floating_Button-box.btn01 .btn {
		width: 72%;
	}
	.floating_Button-box.btn01 .btn a {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.localstorage-fixed-container{
		bottom:50px;
  }
}
/* PC時左のナビとはかぶらないように調整 */
@media all and (min-width: 1200px) {
	.floating_Button-container {
		left: 180px;
  }
	.floating_Button-box {
		width: calc(100% + -180px)
	}
}
/* iphone5でくずれないように調整 */
@media all and (max-width: 374px) {
	.floating_Button-box.btn01 .btn {
		width: 60%;
	}
}
/* フッターロゴと被らないよう調整 */
@media screen and (min-width: 768px) {
  .footerElem {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .footerElem {
    margin-bottom: 68px;
  }
}