@media screen and (min-width: 751px){
	.for_sp {
		display: none !important;
	}
	.pc-side-ad-fixed {
		top: 140px;
		position: fixed;
	}
        .pc-side-ad-fixed-bottom {
                bottom: 20px;
                position: absolute;
        }
}

