@charset "UTF-8";
/* cl バスクラリネット奏者対談　加藤明久（NHK交響楽団）× 有馬理絵（東京佼成ウインドオーケストラ） */


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

	/* box2_rs */
	.box2_rs{
		display: flex;
		justify-content:space-between;
		padding: 1rem 0 ;
	}
	
	.box2_rs .item{
		max-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{/*clarinetに限りmagazine_Pspace相殺のため*/
		width: 100%;
		margin: 0;
		padding: 0;
	}
	/* 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;
	}

}
