	#reno_wrap {
		text-align: center;
		max-width: 940px;
	}

	#reno_wrap img {
		max-width: 100%;
		vertical-align: bottom;
	}

	#reno_wrap .dflex {
		display: flex;
		flex-wrap: wrap;
	}

	#reno_wrap .dflex>* {
		width: 50%;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
#reno_wrap .link_confirm_none {
    pointer-events: none;
    opacity: 0.6;
}


@media screen and (max-width: 767px) {
	#reno_wrap .dflex>* {
		width: 100%;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}