@charset "UTF-8";
/* CSS Document */


/* PC */
@media (min-width:1000px){ 

	/* box2_rs */
	.box2_rs{
		display: flex;
		justify-content:space-between;
	}
	
	.box2_rs .item{
		width: 47%;
	}
	.box2_rs .item img{
		max-width: 100%;
	}



}

/* SP */
@media (max-width:999px){

	.box2_rs{
		width: 80%;
		margin: 0 10%;
		
	}
	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

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

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



}
