@charset "utf-8";
/* CSS Document */



/*==========================================================================
製品ラインナップ2の中のインナー部
============================================================================*/

/*-- 4つのbox --*/
.lineupinBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
    justify-content: flex-start;
}
.lineupinBox li {
	width: 49%;
	margin: 0 0.5%;
}
.lineupinBox li .pic {
	text-align: center;
}
.lineupinBox li .txt {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
/*-- 1つのbox --*/
.lineupinBox2 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
    justify-content:center;
}
.lineupinBox2 li {
	width: 49%;
	margin: 0 0.5%;
}
.lineupinBox2 li .pic {
	text-align: center;
}
.lineupinBox2 li .txt {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	
	/*-- 4つのbox --*/
	.lineupinBox li {
		width: 24%;
		margin: 0 0.5%;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

}




/*==========================================================================
	xxxxxxxxxxxxx
============================================================================*/

/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (min-width: 320px) {
 
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

}
