/*The Clarinet vol.58　コハーン・イシュトヴァーン*/
@charset "UTF-8";

#magazine_main #magazine_Pspace{
/* background-color: #FF0000; */
}


/* PC */
@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%;
	}

	/* box2_1_4 */
	.box2_1_4{
		display: flex;
		justify-content:space-between;
	}

	.box2_1_4 .item:nth-child(1){
		width: 18%;
	}
	.box2_1_4 .item:nth-child(2){
		width: 78%;
	}

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

	/* box2_4_1 */
	.box2_4_1{
		display: flex;
		justify-content:space-between;
	}

	.box2_4_1 .item:nth-child(1){
		width: 78%;
	}
	.box2_4_1 .item:nth-child(2){
		width: 18%;
	}

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


}
/* SP */
@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;
	}

	/* box2_1_4 */
	.box2_1_4{
		display: flex;
		justify-content:space-between;
	}

	.box2_1_4 .item:nth-child(1){
		width: 18%;
	}
	.box2_1_4 .item:nth-child(2){
		width: 78%;
	}

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

	/* box2_4_1 */
	.box2_4_1{
		display: flex;
		justify-content:space-between;
	}

	.box2_4_1 .item:nth-child(1){
		width: 78%;
	}
	.box2_4_1 .item:nth-child(2){
		width: 18%;
	}

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