@charset "UTF-8";

#pageTop {
	position: fixed;
	bottom: 230px;
	z-index: 999;
}	
footer {
	padding-bottom: 100px;
}
.fixedBanners {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100px;
	display: flex;
	z-index: 999;
	box-shadow: 0 0 4px #000;
	background: #fff;
}
.fixedBanners a {
	display: flex;
	width: 50%;
	align-items: center;
	box-sizing: border-box;
	color: #fff!important;
	position: relative;
}
.fixedBanners a:hover {
	opacity: 0.7;
}
.fixedBannerCatalog {
	background: #ff4200;
}
.fixedBannerRequest {
	background: #4ec4b8;
}
.fixedBannerRequest img {
	width: auto;
	height: 100px;
}
.fixedBanners a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -12px;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}	
.fixedBanners a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: -10px;
	right: 20px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.fixedBanners a .inr {
	display: inline-block;
	text-align: center;
}
.fixedBanners a .img {
	text-align: center;
}
.fixedBanners a .txt {		
	padding: 25px;
}	
.txt01 {
	font-size: 12px;
	display: block;
}
.txt02 {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
@media screen and (max-width:1040px) {
	#pageTop {
		bottom: 120px;
	}	
	footer {
		padding-bottom: 60px;
	}
	.fixedBanners {
		height: 60px;
	}
	.fixedBanners a {
		display: flex;
	}
	.fixedBanners a .img {
		width: 60px;
	}
	.fixedBanners a img {
		width: 60px;
		height: 60px;
	}
	.fixedBannerCatalog img {
		object-fit: contain;
	}
	.fixedBannerRequest img {
		object-fit: cover;
	}		
	.fixedBanners a:before {
		bottom: -45px;
		right: 15px;
	}	
	.fixedBanners a:after {
		bottom: -43px;
		right: 15px;
	}
	.fixedBanners a .txt {		
		padding: 10px;
		line-height: 1.4;
	}	
	.txt01 {
		display: none;
	}
	.txt02 {
		font-size: 11px;
		text-align: left;
	}	
	.idxMainCpInr {
		height: 160px;
		width: 270px;
	}
	.idxMainCp01 {
		font-size: 1.5rem;
	}
	.idxMainCp02 {
		font-size: 1.5rem;
		top: 30px;
	}
	.idxMainCp03 {
		bottom: 84px;
		height: 35px;
		width: 80%;
	}
}