@charset "utf-8";
/* ------------------------------
 * #main
 * ------------------------------ */
#main {
	margin: 146px 0 0 0;
}

@media only screen and (max-width: 768px) {
	#main {
		margin: 39px 0 0 0;
	}
}

.bg-a {
	background: #f3f5f5;
}

.hdgA {
	color: #050505;
	text-align: center;
	position: relative;
}

.hdgA_text-en {
	font-size: 2.2rem;
	display: block;
	padding: 12px 0 0 0;
}

.hdgA_text-ja {
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	display: block;
	margin: 12px 0;
}

.sec_text {
    font-size: 1.6rem;
    line-height: 1.94;
    margin: 0 0 25px 0;
}

@media only screen and (max-width: 768px) {
	.hdgA_text-en {
		font-size: 2.1rem;
		padding: 0 0 0 0;
	}

	.hdgA_text-ja {
		font-size: 1.2rem;
		margin: 10px 0 0 0;
	}
	
	.sec_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 25px 0;
  }
}

/* quality */
#secQuality {
  padding: 20px 0;
	margin: 0 0 30px 0;
}

.sec_contents{
	padding: 0 0 5px 0;
	margin: 40px 0;
}

.sec_contents:first-of-type{
	border-bottom:1px solid #e9e9e9;
	padding: 0 0 5px 0;
	margin: 30px 0;
}

h3{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	padding: 12px 0 0 0;
	/*border-bottom: 5px solid #7a6544;*/
	position: relative;
  	padding: .5em 1em .5em .75em;
}

h3::after {
  position: absolute;
  top: .5em;
  left: .1em;
  content: '';
  width: 8px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #7a6544;
  border-radius: 4px;
}


@media only screen and (max-width: 768px) {
	h3{
		font-size: 2rem;
		line-height: 1.8;
		width: 100%;
		padding: 0;
		/*text-align: center;*/
		position: relative;
  		padding: .5em 1em .5em .75em;
	}
	
	h3::after {
  		position: absolute;
 		top: .5em;
  		left: .1em;
 		content: '';
 		width: 6px;
		height: -webkit-calc(100% - 1em);
 		height: calc(100% - 1em);
 		background-color: #7a6544;
 		border-radius: 4px;
}
}

/* Material */
#secMaterial {
	
}

#secMaterial .sec_midashi{
	font-size: 4rem;
	padding: 5px 0 5px 0;
	margin: 20px 0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

#secMaterial .sec_midashi.gold{
	font-family: "MS Serif", "New York", serif;
	color: #bf9b28;
}

#secMaterial .sec_midashi.platinum{
	font-family: "MS Serif", "New York", serif;
	color: #a5a5a5;
	margin: 50px 0 20px 0;
}

#secMaterial .sec_title{
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#secMaterial ul.img_list{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

#secMaterial ul li{
	width: 20%;
}

#secMaterial .description ul{
	display: flex;
	flex-flow: row nowrap;
}

#secMaterial .description li{
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 40px 0 0 0;
}

#secMaterial .description.gold li{
	border: 5px solid #ccc0a3;
	background: #fff;
	width: 32%;
	margin-left: 48%;
	position: relative;
}

#secMaterial .description.gold li:before{
	position: absolute;
	content: "";
	background: url("/img/quality/arrow_gold.png") no-repeat 0 0;
	width: 48px;
	height: 48px;
	background-size: contain;
	left: 0;
	right: 0;
	top:-41px;
	margin: 0 auto;
}

#secMaterial .description.platinum li{
	border: 2px solid #d3d3d3;
	width: 22%;
	margin-right: 4%;
}
#secMaterial .description.platinum li:before{
	position: absolute;
	content: "";
	background: url("/img/quality/arrow_silver.png") no-repeat 0 0;
	width: 48px;
	height: 48px;
	background-size: contain;
	left: 0;
	right: 0;
	top:-41px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#secMaterial .sec_midashi{
		font-size: 3rem;
	}

	#secMaterial .sec_midashi.platinum{
		margin: 50px 0 20px 0;
	}

	#secMaterial .sec_title{
		font-size: 2rem;
	}

	#secMaterial ul.img_list{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	#secMaterial ul li{
		width: 45%;
		margin: 0 0 20px 0;
	}

	#secMaterial .description ul{
		display: flex;
		flex-flow: row nowrap;
	}

	#secMaterial .description li{
		padding: 10px;
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
		margin: 10px 0 0 0;
	}

	#secMaterial .description.gold li{
		border: 3px solid #ccc0a3;
		width: 100%;
		margin-left: 0;
	}

	#secMaterial .description.gold li:before{
		width: 32px;
	  height: 32px;
		left: 14%;
		right: auto;
		top:-27px;
	}
	
	#secMaterial .description.platinum{
		padding: 10px;
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
		font-weight: bold;
		position: relative;
		margin: 0px 0 30px 0;
		border: 1px solid #d3d3d3;
		width: 45%;
	}
	
	#secMaterial .description.platinum:before{
		position: absolute;
		content: "";
		background: url("/img/quality/arrow_silver.png") no-repeat 0 0;
		width: 32px;
	    height: 32px;
		left: 14%;
		right: auto;
		top:-27px;
		background-size: contain;
		margin: 0 auto;
	}
}

/* color */
#secMaterial .color_title{
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	position: relative;
}

#secMaterial .color_title.gold:before{
	position: absolute;
	content: "■";
	left: 0;
	color:#d1bd26;
}

#secMaterial .color_title.pinkgold:before{
	position: absolute;
	content: "■";
	left: 0;
	color:#f4ada2;
}

#secMaterial .color_title.whitegold:before{
	position: absolute;
	content: "■";
	left: 0;
	color:#eae8e8;
}

#secMaterial .indent{
	width: 92%;
	margin: 20px 0 20px auto
}

#secMaterial .indent .sec_text{
	width: 96%;
	margin: 10px 0 20px auto
}

#secMaterial .sec_lead{
	font-size: 2.2rem;
	line-height: 1.6;
	display: block;
	padding: 40px 0 20px 0;
}

#secMaterial .fitImg.quality{
	width: 50%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#secMaterial .color_title{
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: bold;
		margin: 0;
		padding: 0 0 0 18px;
		position: relative;
	}

	#secMaterial .indent{
		width: 100%;
		margin: 20px 0;
	}

	#secMaterial .indent .sec_text{
		width: 100%;
		margin: 10px 0:
	}

	#secMaterial .sec_lead{
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 20px 0;
		text-align: left;
	}
	
	#secMaterial .fitImg.quality{
  	width: 100%;
	}
}












































