@charset "utf-8";

/* ------------------------------------------------------------------------- *
 *	PC : 641px < Window Size
/* ------------------------------------------------------------------------- */
@media print,screen and (min-width: 641px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/product/page_ttl_pc.jpg);
	}

	/* ------ Body ------ */
	#pnav{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom:30px;
	}
	#pnav .clist{
		width:66%;
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#pnav .clist li{
		margin-bottom:10px;
		font-size:16px;
		line-height:1em;
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: center;
		-webkit-align-items: center;
	}
	#pnav .clist li:after{
		content: "";
		border-right: 1px solid #252424;
		margin-right: 25px;
		padding-right: 25px;
		display: block;
		height: 1em;
	}
	#pnav .clist li a{
		font-size:1em;
		white-space:nowrap;
		line-height:1em;
	}
	#pnav .clist li a:before{
		font-size:1em;
		line-height:1em;
	}
	#pnav .btn{
		width:31%;
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#pnav .btn li{
		width:48.4%;
		min-width:145px;
	}
	#pnav .btn li{
		margin-bottom:10px;
	}
	#pnav .btn li:last-child{
		margin-left:3.2%;
	}
	#pnav .btn li a{
		width:100%;
		white-space:nowrap;
	}

	#product h3{
		margin-bottom:40px;
	}
	#product h3 .lbl{
		padding-bottom:10px;
	}
	#product .product{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#product .product li{
		padding:20px;
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); 
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); 
		border:1px solid #dddddd;
		background-color:#fff;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width:32%;
		margin-bottom:20px;
	}
	#product .product li:not(:nth-child(3n)){
		margin-right:2%;
	}
	#product .product li .tbox .img{
		margin-bottom:15px;
	}
	#product .product li .tbox .ttl .scd{
		margin-bottom:5px;
	}
	#product .product li .tbox .ttl h4{
		font-size:16px;
		margin-bottom:15px;
	}
	#product .product li .tbox .ttl .stext{
		text-align:left;
		word-break: break-all;
		line-height:1.6em;
		margin-bottom:15px;
	}
	#product .wp-pagenavi{
		margin-top:40px;
	}
}
/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 1040px > 641px
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 1040px) and (min-width: 641px) {
	#pnav .clist{
		width:83.5%;
	}
}

/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 640px > 0
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/product/page_ttl_sp.jpg);
	}

	/* ------ Body ------ */
	#pnav{
		margin-bottom:6.25vw;
	}
	#pnav .clist{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom:3.125vw;
	}
	#pnav .clist li{
		line-height:1em;
		margin:0 0 3.125vw 0;
		display: block;
		width: auto;
	}
	#pnav .clist li:not(:last-child){
		margin:0 4.6vw 3.125vw 0;
		border-right:1px solid #252424;
		padding-right:4.6vw;
	}
	#pnav .clist li a{
		font-size:3.75vw;
		white-space:nowrap;
		line-height:1em;
	}
	#pnav .clist li a:before{
		font-size:1em;
		line-height:1em;
	}
	#pnav .btn{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#pnav .btn li{
		width:48.3%;
	}
	#pnav .btn li:first-child{
		margin-right:3.4%;
	}

	#product h3{
		margin-bottom:6.25vw;
	}
	#product .product{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#product .product li{
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width:100%;
	}
	#product .product li:not(:last-child){
		margin-bottom:9.375vw;
	}
	#product .product li .tbox{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		margin-bottom:3.125vw;
	}
	#product .product li .tbox .img{
		width:48.3%;
	}
	#product .product li .tbox .ttl{
		width:48.3%;
	}
	#product .product li .tbox .ttl .scd{
		font-size:2.75vw;
		margin-bottom:0.568em;
	}
	#product .product li .tbox .ttl h4{
		font-size:3.75vw;
		margin-bottom:0.6em;
	}
	#product .product li .tbox .ttl .stext{
		text-align:left;
		word-break: break-all;
	}
	#product .wp-pagenavi{
		margin-top:6.25vw;
	}
}
