@charset "UTF-8";
/*構造*/


.rightBannerImg_03 {
	display: block;
	width: 6%;
	position: fixed;
	z-index: 997;
	right: 50px;
	bottom: 150px; /* 上下の調節 */
	opacity: 0.75;
	transition: 0.3s;
}

.rightBannerImg_03:hover {
	width: 20%;
	opacity: 0.7;
	right: 20px;
}


.rightBannerImg_04 {
	display: block;
	width: 6%;
	position: fixed;
	z-index: 998;
	right: 50px;
	bottom: 225px; /* 上下の調節 */
	opacity: 0.75;
	transition: 0.3s;
}

.rightBannerImg_04:hover {
	width: 20%;
	opacity: 0.7;
	right: 20px;
}

.rightBannerImg_05 {
	display: block;
	width: 6%;
	position: fixed;
	z-index: 999;
	right: 50px;
	bottom: 300px; /* 上下の調節 */
	opacity: 0.75;
	transition: 0.3s;
}

.rightBannerImg_05:hover {
	width: 20%;
	opacity: 0.7;
	right: 20px;
}

.rightBannerImg_06 {
	display: block;
	width: 6%;
	position: fixed;
	z-index: 1000;
	right: 50px;
	bottom: 375px; /* 上下の調節 */
	opacity: 0.75;
	transition: 0.3s;
}

.rightBannerImg_06:hover {
	width: 20%;
	opacity: 0.7;
	right: 20px;
}

.rightBannerImg_07 {
	display: block;
	width: 6%;
	position: fixed;
	z-index: 1001;
	right: 50px;
	bottom: 450px; /* 上下の調節 */
	opacity: 0.75;
	transition: 0.3s;
}

.rightBannerImg_07:hover {
	width: 20%;
	opacity: 0.7;
	right: 20px;
}

.rightBannerImg_08 {
	display: block;
	width: 6%;
	position: fixed;
	z-index: 1002;
	right: 50px;
	bottom: 525px; /* 上下の調節 */
	opacity: 0.75;
	transition: 0.3s;
}

.rightBannerImg_08:hover {
	width: 20%;
	opacity: 0.7;
	right: 20px;
}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){


.rightBannerImg_03 {
	display: block;
	width: 20%;
	position: fixed;
	z-index: 997;
	right: 8px; /* 左右の調節 */
	bottom: 100px; /* 上下の調節 */
	opacity: 0.75;
}
.rightBannerImg_04 {
	display: block;
	width: 20%;
	position: fixed;
	z-index: 998;
	right: 8px; /* 左右の調節 */
	bottom: 150px; /* 上下の調節 */
	opacity: 0.75;
}
.rightBannerImg_05 {
	display: block;
	width: 20%;
	position: fixed;
	z-index: 999;
	right: 8px; /* 左右の調節 */
	bottom: 200px; /* 上下の調節 */
	opacity: 0.75;
}
.rightBannerImg_06 {
	display: block;
	width: 20%;
	position: fixed;
	z-index: 1000;
	right: 8px; /* 左右の調節 */
	bottom: 250px; /* 上下の調節 */
	opacity: 0.75;
}
.rightBannerImg_07 {
	display: block;
	width: 20%;
	position: fixed;
	z-index: 1001;
	right: 8px; /* 左右の調節 */
	bottom: 300px; /* 上下の調節 */
	opacity: 0.75;
}

.rightBannerImg_08 {
	display: block;
	width: 20%;
	position: fixed;
	z-index: 1002;
	right: 8px; /* 左右の調節 */
	bottom: 350px; /* 上下の調節 */
	opacity: 0.75;
}

