@charset "UTF-8";
/* フィンダのピッコロトリセツ講座 */

#main_left #magazine_main hr{
	height: initial;
}


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

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

	/*box2 profile archive article */
	.box2_profile{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.box2_profile .item{
		width: 44%;
		margin: 0 3%
	}

	.box2_profile .item img{
		width: 50%;
	}	

	.box2_profile .item:nth-child(1){
		text-align: right;
	}

	.box2_profile .item:nth-child(2){
		text-align: left;
		font-size: 1.8em;
	}

}

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

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

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

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

	/*box2 profile archive article */
	.box2_profile{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.box2_profile .item{
		width: 44%;
		margin: 0 3%
	}

	.box2_profile .item img{
		width: 50%;
	}	

	.box2_profile .item:nth-child(1){
		text-align: right;
	}

	.box2_profile .item:nth-child(2){
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
	}

}
