@charset "utf-8";
p.main-p{
    font-size: 20px;
    line-height: 35px;
}

.production ul.list{
	justify-content: flex-start;
}

.production ul.list li{
	margin-right: 32px;
	margin-top: 40px;
	width: 305px;
}

.production ul.list li p{
	margin-top: 10px;
}

.production ul.list li.new p{
	padding-left: 45px;
	position: relative;
}

.production ul.list li.new p:before{
	content: "NEW";
	background: #b61522;
	color: #ffffff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	width: 37px;
	left: 0;
	top: 5px;
}

.production .more-blo{
	background: #eeeeee;
	padding: 30px 0;
}

.img .zoom{
    background: #2162b1;
    bottom: 0;
    color: #ffffff;
    display: table-cell;
    font-size: 25px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    z-index: 1;
}

.img .icon img{
	vertical-align: middle;
}

@media all and (min-width: 768px){
	.production ul.list li:nth-child(3n){
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.production .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	p.main-p {
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0;
	}
	
	.production ul.list li {
		margin-right: 4%;
		margin-top: 20px;
		width: 48%;
	}
	
	.production ul.list li:nth-child(2n) {
		margin-right: 0;
	}
}