@charset "utf-8";
.contents_ttl{
	background: #f4f2ec;
}
	.contents_ttl h2{
		font-size: 2.8rem;
		text-align: left;
		padding: 40px 0;
	}

.lead_txt{
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: left;
}

/*製品を探す*/
.tab-target{ display: none;}
.tab-target.current{ display: block;}

.tab{
	display: flex;
	justify-content: flex-start;
	margin: 30px auto;
}

.tab li{
	border: 1px solid #fff;
	width: 25%;
	background: #c8c8c8;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	font-weight: bold;
}

.tab li.current{
	border: 1px solid #b3b3b3;
	border-bottom: none;
	width: 25%;
	background: #fff;
	color: #505050;
	padding: 15px;
	cursor: pointer;
	font-weight: bold;
}

.tab-target ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}
.tab-target ul:last-child{
	border-bottom: none;
}
.tab-target ul li{
	width: 33.333%;
	border-bottom: 1px solid #848484;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.tab-target ul li:last-child a{
	border-right: 1px solid #b3b3b3;
}
.tab-target ul li.bdnone{
	border-bottom: none;
}
.tab-target ul li span{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.tab-target ul li span.top-title {
	margin:0;
	text-align:left;
	padding:0 1em;
}
.tab-target ul li span.top-body {
	margin:0;
	text-align:left;
	padding:0 1em;
	font-weight: normal;
}
.tab-target ul li a{
	display: block;
	transition: 0.5s ease;
	border-left: 1px solid #b3b3b3;
}
.tab-target ul li a:hover{
	opacity: 0.6;
	text-decoration: none;
}

.tab-target ul li a img{
	max-width: 205px;
	width: 100%;
}


@media only screen and (max-width: 768px) {
	.sec01 .inner > div{
		width: 70%;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	section{
		margin-bottom: 40px;
	}
	
	
	.sec01 .inner{
		margin: 0 auto 40px;
	}
	
	.sec01 .inner > div{
		width: 100%;
		margin-right: 0;
	}
	
	.sec01 .inner{
		display: block;
	}
	
	.sec01 .inner > figure{
		margin: 30px 0;
	}
	
	.sec01 .inner > div .lead_txt{
		font-size: 20px;
	}
	
	.tab{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.tab li{
		font-size: 14px;
	}

	
	.tab li,
	.tab li.current{
		width: 50%;
		padding: 10px 5px;
	}
	
	.tab li.current{
		border: 1px solid #b3b3b3;
	}
	
	.tab-target ul{
		flex-wrap: wrap;
	}
		.tab-target ul li{
			width: 50%;
			margin-bottom: 20px;
		}
		.tab-target ul li:nth-child(2n) a{
			border-right: 1px solid #b3b3b3;
		}
	
	.tab-target ul li.bdnone{
			border-bottom: 1px solid #b3b3b3;
	}
	
	.tab-target ul li:last-child{
		border-right: none;
	}
	
	.tab-target ul li span{
		font-size: 13px;
	}
}

.tab-target .new{
	display: inline-block;
	background: #e73820;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding:0 0.5em;
	text-align: center;
	vertical-align: 4px;
	margin-left: 10px;
}
	.tab-target .new::before{
		content: "NEW";
	}
.tab-target .ended{
	display: inline-block;
	background: #005689;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding:0 0.5em;
	text-align: center;
	vertical-align: 4px;
	margin-left: 10px;
}
	.tab-target .ended::before{
		content: "販売終了";
	}
.tab-target .end{
	display: inline-block;
	background: #50b41e;
	color: #fff;
	font-weight: bold;
	padding:0 0.5em;
	position: relative;
	text-align: center;
	vertical-align: 4px;
	margin-left: 10px;
}
	.tab-target .end::before{
		content: "販売終了予定";
	}