@charset "UTF-8";
@media (min-width:1000px){ 

	.box2_rs{
		display: flex;
		justify-content:space-between;
	}

	/* box2_rs */
	.box2_rs .item{
		width: 47%;
	}
	.box2_rs .item img{
		max-width: 100%;
	}
}

@media (max-width:999px){

	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

	.box2_rs .item img{
		max-width: 100%;
	}

	.box2_rs .caption{
		font-size: 0.8em;
	}

}


