@charset "utf-8";

section.products ul.tab{
	margin:30px 0 80px;
	overflow: hidden;
	position: relative;
}

section.products ul.tab li:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 60%;
	right: 0;
	background: #eee;
}

section.products ul.tab li:last-child:before {
	content:"";
	display:none;
}

section.products ul.tab li{
	width: 33.33%;
	float: left;
	text-align: center;
	position: relative;
}

section.products ul.tab li a {
	display: block;
	padding: 25px 25px 30px;
	font-size: 1.3em;
	letter-spacing: 5px;
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #262627;
	color: #fff;
	transition: .3s;
}


section.products ul.tab li a.active {
	border-bottom: none;
	margin: auto;
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #444446;
}

section.products ul.tab li a:hover {
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #444446;
}

section.products ul.tab li:last-child {
	float:right;
}

/*
section.products article.tab2 {
	display: none;
}*/

section.products article {
	border-bottom: 1px dashed #ccc;
}

/*商品紹介*/
section.products article ul {
	overflow: hidden;
	margin:50px 0 30px;
}

section.products article ul li{
	width: 24%;
	margin: 0 1% 2% 0;
	padding: 0;
}

section.products article ul li:nth-child(4n){
	margin: 0 0 2%;
}

section.products article ul li figure{
	width: 100%;
	max-width: inherit;
	margin: auto;
	float: none;
	background: #fff;
}

section.products article ul li span{
	display: block;
	padding: 10px 0 0 0;
}

section.products article .productBox {
	margin: 50px auto 0;
	overflow: hidden;
}

section.products article figure {
	max-width: 55%;
	margin: 0 auto 100px;
	float: left;
}

section.products article ol {
	overflow: hidden;
	width: 40%;
	float: right;
	background: rgba(255,255,255,0.7);
	padding: 10px 20px 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

section.products article li {
	float: left;
	width: 47%;
	/* background: rgba(255,255,255,0.8); */
	padding: 10px;
	box-sizing: border-box;
	margin: 0 1.2% 0 0;
	border-radius: 2px;
}

section.products article li:nth-child(5n) {
	/* margin: 0 0 2%; */
}

section.products article li dl {
	
font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

section.products article li dt {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 100px;
	position: relative;
}

section.products article li dt span {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 24px;
	display: block;
	left: 0;
	right: 0;
	height: 20px;
	font-size: 0.9em;
	font-weight: bold;
}
section.products article li dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
}

@media screen and (max-width: 1399px){

section.products ul.tab li a {
	padding: 20px 25px 25px;
	font-size: 1.2em;
}


section.products article.tab2 {
	/* display: none; */
}

section.products article figure {
	max-width: 60%;
	margin: 0 auto 30px;
	float: none;
}

section.products article ol {
	width: auto;
	float: none;
}

section.products article li {
	width: 32%;
}

}

@media screen and (max-width: 1023px){

section.products {
	max-width: 95%;
	margin: auto;
}
	
section.products ul.tab{

	margin: 30px auto 50px;
}


section.products ul.tab li:last-child:before {
	content:"";
	display:none;
}

section.products ul.tab li a {padding: 15px 15px 20px;}


section.products ul.tab li a:hover {
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #444446;
}

section.products article.tab2 {
	/* display: none; */
}

section.products article figure {max-width: 80%;}

section.products article ol {
	width: auto;
	float: none;
	border-radius: 0;
	padding: 20px 10px 5px;
}

section.products article li {
	padding: 0 0 10px;
	float: left;
	display: block;
	margin: 0;
	width: 33%;
}

section.products article li dt {
	width: 20px;
	height: 20px;
}

section.products article li dt span {
	font-size: 0.7em;
	width: 20px;
	letter-spacing: -1px;
	height: 16px;
}
	
section.products article li dd {
	margin: 0 0  0 5px;
	width: 80%;
	font-size: 0.75em;
	letter-spacing: 0;
}
}

@media screen and (max-width: 767px){

section.products article {
	
margin: 0 0 50px;
}

section.products ul.tab li a {
    font-size: 1em;
    padding: 20px;
    line-height: 1;
    letter-spacing: 3px;	
}

section.products article ul {
	margin: 30px 0 50px;
}
	
section.products article ul li {
	width: 47%;
	margin: 0 1% 5%;
	display: inline-block;
	float: none;
	vertical-align: top;
}

section.products article ul li:nth-child(4n) {
	margin: 0 1% 5%;
}

section.products article ul li span {
	
padding: 5px 0 0 0;
	
font-size: 0.9em;
}

section.products article .productBox {
	margin: 30px auto 0;
}

section.products article figure {
	max-width: 80%;
}
	
section.products article li {
	width: 50%;
}
	
	
}
