@media screen\0 {
	
}
.pc_only{display:block;}
.sp_only{display:none;}
.sdG{
	position: absolute;
    max-width: 220px;
    right: 3%;
    top: 125px;
}
.sdG img{width:100%;}
@media all and (max-width: 1330px) {

}

@media all and (max-width: 1200px) {

}

@media all and (max-width: 1000px) {

}

@media all and (max-width: 840px) {
.sdG {
    position: absolute;
    max-width: 150px;
    left: 0;
    right: 0;
    margin: auto;
	top: initial;
    bottom: 10%;
}
}
@media screen and (max-width: 480px) {
.pc_only{display:none;}
.sp_only{display:block;}
.sdG{
	position: inherit;
    max-width: 220px;
    margin: 0 auto 30px;
}
}

