@charset"UTF-8";
/* SX42 Cover Story */



div.subtitle {
	border-radius: 5px;
	width: 100%;
	padding: 0.8em 1.2em;
	display: inline-block;
}

/*p3*/
.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

/*p2*/
.item.p2 strong{
	display: block;
	padding: 0 0 0 1em;
	margin: 0 1em 1em 0;
	line-height: 1.6em;
	border-left: 2px solid #000000;
}

/* PC */
@media (min-width:1000px){ 
	.item.p2 strong{
		font-size: 1.1em;
		letter-spacing: 0.2em;
	}

	#main_left #magazine_main div.item p{
		padding: 0 1em 0 0;
	}


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

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

	/* 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){
	.item.p2 strong{
		font-size: 1.2em;
		letter-spacing: 0.1em;
	}

	#main_left #magazine_main div.item p{
		padding: 0 2em 0 0;
	}

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

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

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

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