@charset "UTF-8";
/* CSS Document */

body{
	background-color:#172E4C;
	color:#fff;
	font-weight: 300;
}
article{
	max-width:1200px;
	margin:0 auto;
}
section{
	margin-bottom: 40px;
}
dt{
	font-weight: 300;
}
.list h1{
	font-size: 4.6rem;
    font-weight: 300;
    font-family: inherit;
}
.list .lead_text{
	text-align: center;
	margin-bottom: 0;
}
.list .prod_outline{
	max-width:720px;
	margin:0 auto;
	margin-bottom:30px;
}
.list article ul{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style:none;
	padding:0 10px 50px;
	margin:0;
	box-sizing:border-box;
}
.list article ul li{
	width:calc(100% / 4);
}
.list article ul li a .box_info{
	color:#D7BC99;
	padding:5px 5px 50px;
}
.list article ul li a .box_info .num,.list article ul li a .box_info .price{
	color:#fff;
}
.list article ul li a .box_info .price{
	font-weight:normal;
}
.list article ul li a .box_info .model_name{
	font-size: 3rem;
    line-height: 1.2em;
    margin-bottom: 10px;}
h2{
	text-align: center;
	padding:50px 0 20px;
	font-weight: 300;
	position:relative;
}
h2 span{
	display: inline-block;
    background-color: #000;
    padding: 5px 20px;
    color: #D7BC99;
	font-size:3.4rem;
}
h2 a.btn_tolist{
	position: absolute;
    left: 0;
    top: 50%;
    display: block;
}
h2 a.btn_tolist:before{
	content: "<";
    margin-right: 5px;
}

.detail .outline{
	display: flex;
	justify-content: space-between;
}
.detail .outline .prod_image,.detail .outline .prod_detail{
	width:48%;
}
.detail .images ul{
	display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
	flex-wrap: wrap;
}
.detail .images ul li{
	width: 48%;
	margin-bottom: 30px;
}
.detail .prod_detail .num,.detail .prod_detail .price{
	font-size:1.6rem;
}
.detail .prod_detail a.btn_link_buy{
	display: inline-block;
	color: #D7BC99;
	border: 1px solid #D7BC99;
	padding: 8px 12px 8px 20px;
	margin-top: 10px;
}
.detail .prod_detail a.btn_link_buy:hover{
	text-decoration:none;
	background-color:#D7BC99;
	color:#172E4C;
}
.detail .prod_detail a.btn_link_buy:after{
	content:"\3009";
	margin-left:.5em;
}
.detail .prod_detail .model_name{
	color:#D7BC99;
	font-size:3.6rem;
}
.detail .prod_detail dl{
	padding:40px 0;
}
.detail .prod_detail dl dt{
	color:#D7BC99;
}
.detail .prod_detail dl dd{
	padding:0 0 14px 2em;
}

@media screen and (max-width: 667px){
	article{
		padding: 0 10px;
	}
	article ul li{
		width:50%;
	}
	.list h1{
		font-size: 3.4rem;
	}
	.list .lead_text{
		text-align: left;
	}
	.list article ul li{
		width: 50%;
	}
	.list article ul li a .box_info .model_name{
		font-size: 2.4rem;
	}
	.detail h2 span{
		font-size: 2.8rem;
	}
	.detail .outline{
		display:block;
	}
	.detail .outline .prod_image, .detail .outline .prod_detail{
		width:100%;
	}
	.detail .prod_detail .model_name{
		font-size:3rem;
	}
	.detail .images ul{
		display:block;
	}
	.detail .images ul li{
		width:100%;
		margin-bottom: 10px;
	}
}