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

.lineup_mainbox_three {
}


.lineup_mainbox_three h3{
	font-size:120%;
	font-weight:bold;
	margin:0 auto 1em auto;
	width:96%;
}

.lineup_mainbox_three p{
	width:96%;
	margin:auto;
	clear:both;
}


.three_st_1_img{
	margin-top:30px;
}

.three_st_1_img ul{
	display:flex;
	flex-wrap: wrap;
}


.three_st_1_img ul li{
	width:50%;
}

.three_st_1_img ul li:nth-child(even){
	margin-right:0;
}

.three_st_1_img ul li img{
	width:100%;
	box-sizing:border-box;
	display: block;
}




@media screen and (min-width:667px) and ( max-width:959px) {
	.lineup_mainbox_three h3{
		font-size:140%;
		text-align:center;
	}
}
