@charset "utf-8";

/*======================================

	product PC

=======================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul::after,
dl::after,
.wrap::after,
.block::after {
	content: '';
	display: block;
	clear: both;	
}

a {
	text-decoration: none;
}

.btn-list a {
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 46px;
	line-height: 46px;
	background-color: #82705c;
	color: #fff;
	text-align: center;
	box-shadow: 2px 2px 0.5px #e6e6e6;
	position: relative;
}

.btn-list a::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/return_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 8%;
	top: 18px;
}	

#product-contents h2 {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	font-size: 26px;
}

#product-contents h3 {
	margin-bottom: 10px;
}

#product-contents .catch {
	font-size: 16px;
	margin-bottom: 20px;
    font-weight:bold;
}

#product-contents .icon-list {
	margin-bottom: 20px;
}

#product-contents .icon-list li {
	display: inline-block;
	padding-left: 22px;
	margin-right: 20px;
	position: relative;
}

#product-contents .price::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/price_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 3px;
}	

#product-contents .breadth::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/breadth_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;
}	

#product-contents .text {
	text-align: justify;
	margin-bottom: 60px;
}

#product-contents .image-1{
    margin-bottom: 40px;
}
#product-contents .image-2{
    margin-bottom: 40px;
}
#product-contents .block {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}

#product-contents .block:last-of-type {
	margin-right: 0
}
#product-contents .block .image-3{
    margin-bottom: 10px;
	background: #f2ecde;
}

#product-contents .block .image-3 img{
	width: 100%;
    height: 170px;
    object-fit: contain;
}


#product-contents table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 100px;
}

#product-contents th {
	color: #402000;
	font-weight: bold;
	width: 200px;
	padding: 15px 0;
}

#product-contents td {
	width: 640px;
	padding: 15px 0;
}




/*======================================

	product  PC: END

=======================================*/

/*======================================

	product SP

=======================================*/

@media only screen and (max-width: 640px){
	
	.btn-list a {
		display: block;
		margin: 0	auto;0;
		width: 100%;
		height: 46px;
		line-height: 46px;
		background-color: #82705c;
		color: #fff;
		text-align: center;
		position: relative;
	}

	img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	
	#product-contents {
		width: 90%;
		margin: 0	auto;	
	}
	
	#product-contents h2 {
		padding-bottom: 0;
		margin-bottom: 5px !important;
		font-size: 22px;
}
	
	#product-contents h3 {
		font-size: 20px;
}

	#product-contents .catch {
		font-size: 16px;
		margin-bottom: 10px;
}

	#product-contents .icon-list {
		margin-bottom: 20px;
	}

	#product-contents .text {
		margin-bottom: 30px;
	}

	#product-contents .image-1,
	#product-contents .image-2 {
		margin-bottom: 30px;
	}

	#product-contents .block {
		margin-bottom: 30px;
        width:100%;
        float: none;
        margin-right: 0;
	}

	#product-contents .block:last-of-type {
		margin-bottom: 40px;
	}

	#product-contents .block .image-3 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#product-contents .block:nth-of-type(even) .image-3 {
		float: none;
		margin-left: 0;
	}

	#product-contents .block .text {
		width: 100%;
		float: none;
	}

	#product-contents table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 60px;
	}

	#product-contents th {
		display: block;
		width: 100%;
		padding: 5px 10px;
		background-color: #f2ecde;
	}

	#product-contents td {
		display: block;
		width: 100%;
		padding: 5px 10px;
	}

	#product-contents .icon-list li {
		margin-bottom: 3px;
	}
	
	#product-contents .block .image-3 img {
		width: 100%;
		height: 200px;
		object-fit: contain;
	}

}

/*======================================

	product SP : END

=======================================*/

