@charset "utf-8";

#headline .wrap {
	padding-bottom: 90px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	line-height: 2.286;
	text-align: center;
}
#headline .text {
	margin: 0 0 55px;
	color: #a78237;
	font-size: 24px;
	letter-spacing: .5em;
	text-align: center;
}

#headline .title {
	height: auto;
	background: none;
	box-shadow: none;
	margin-bottom: 30px;
	padding: 0;
}

.sNav {
	text-align: center;
}
.sNav li {
	display: inline-block;
	margin: 0 0 0 56px;
}
.sNav li:first-child {
	margin: 0;
}
.sNav a,
.sNav strong {
	display: inline-block;
	padding:  15px 24px 30px;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	transition: 0.5s;
}
.sNav a:hover,
.sNav strong {
	color: #a78237;
}
.sNav a:after,
.sNav strong:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #a78237;
	transform: scaleX(0);
	transition: 0.5s;
}
.sNav a:hover:after,
.sNav strong:after {
	transform: scaleX(1);
}
.sNav.foot {
	border-top: 1px solid #d2d2d2;
	padding-top: 55px;
}

section ,
#headline {
    padding: 0 4.688%;
}
section .wrap {
	padding: 100px 0 90px;
}
#headline .wrap {
	padding: 0px 0 90px;
}
section + section .wrap {
	border-top: 1px solid #d2d2d2;
}
@media screen and (max-width:999px) and (min-width:768px) {
	section .wrap {
		margin: 0 auto;
	}
}
.rMore {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #222;
	font-size: 15px;
	text-align: center;
}
.rMore i {
	margin: 0 8px 0 0;
	transition: transform 1s;
}
 a:hover .rMore i {
	transform: translateX(5px);
}
.rMore span {
	position: relative;
	transition: color 1s;
}
a:hover .rMore span {
	color: #a78237;
}
a .rMore span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #a78237;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a:hover .rMore span::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

	.sp {
		display: none;
	}
@media screen and (max-width:768px) {
	#headline {
		padding: 0 4.688%;
	}

}
@media only screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	#headline {
		padding: 0 4.688%;

	}
	#headline .wrap {
		padding: 15.375% 0 12.5%;
		font-size: 12px;
		text-align: left;
	}
	#headline .wrap .mb55 {
		margin-bottom: 28px;
	}
	#headline .text {
		margin: 0 0 10.345%;
		font-size: 16px;
	}
	#headline .title {
		margin: 0 0 35px;
		padding: 0;
		background-image: none;
	}
	#pageTitle {
/*
		background-image: url(../imgs/quality/bg-headline.jpg);
		background-position: right;
		box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
*/
	}

	.sNav li {
		width: 27.586%;
		margin: 12.069% 0 0 4.31%;
	}
	.sNav li:nth-child(3n+1) {
		margin-left: 2.155%;
	}
	.sNav li:nth-child(-n+3) {
		margin-top: 0;
	}
	.sNav a,
	.sNav strong {
		display: block;
		padding: 6.25% 0 calc(6.25% + 10px);
		font-size: 12px;
	}
	.sNav a:hover:after {
		transform: scaleX(1);
	}

	section {
		padding: 0 4.688%;
	}
	section .wrap {
		padding: 13.793% 0;
	}
	section .wrap.last {
		padding-bottom: 13.793%;
	}


	.rMore {
		margin: 5.172% 0 0;
		position: static;
		font-size: 15px;
	}
	 a:hover .rMore i {
		transform: translateX(0);
	}

	.lh2,
	.lh4 {
		text-align: left;
	}
}

	.image img {
		vertical-align: top;
	}

	.logo {
		position: relative;
	}
	.logo:after {
		content: url("../imgs/img-01.png");
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: 110px;
	}
@media only screen and (max-width: 640px) {
	.logo:after {
		content: url("../imgs/img-01.png");
		display: block;
		position: static;
		margin-top: 10px;
		margin-left: 0;
	}
}

	.Numb {
		padding-left: 25px;
	}
	.Numb1 { background: url(../imgs/icn-num1.png) no-repeat 0 2px;}
	.Numb2 { background: url(../imgs/icn-num2.png) no-repeat 0 2px;}
	.Numb3 { background: url(../imgs/icn-num3.png) no-repeat 0 2px;}
	.Numb4 { background: url(../imgs/icn-num4.png) no-repeat 0 2px;}
	.Numb5 { background: url(../imgs/icn-num5.png) no-repeat 0 2px;}
	.Numb6 { background: url(../imgs/icn-num6.png) no-repeat 0 2px;}
	.Numb7 { background: url(../imgs/icn-num7.png) no-repeat 0 2px;}
	.Numb8 { background: url(../imgs/icn-num8.png) no-repeat 0 2px;}

	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.clmBox.clm2 {
		margin-top: -30px;
		margin-left: -3%;
	}
	.clmBox.clm2 > div {
		width: 47%;
		margin-top: 30px;
		margin-left: 3%;
	}
	.clmBox.clm2 > div.clm2-100 {
		width: 97%;
	}

	.clmBox.clm3 {
		margin-top: -30px;
		margin-left: -2.83%;
	}
	.clmBox.clm3 > div {
		width: 30.5%;
		margin-top: 30px;
		margin-left: 2.83%;
	}

	.clmBox.clm3-2 {
		margin-top: -30px;
		margin-left: -2.83%;
	}
	.clmBox.clm3-2 > div {
		/*width: 63.83%;*/
		width: 30.5%;
		margin-top: 30px;
		margin-left: 2.83%;
	}
	.clmBox.clm3-2 > div:first-child {
		width: 30.5%;
		margin-top: 30px;
		margin-left: 2.83%;
	}

	.clmBox.clm4 {
		margin-top: -30px;
		margin-left: -2.5%;
	}
	.clmBox.clm4 > div {
		width: 22.5%;
		margin-top: 30px;
		margin-left: 2.5%;
	}

	.clmBox > div.cl {
		clear: left;
	}
@media only screen and (max-width: 1000px) {
	.clmBox.clm3.hlf > div,
	.clmBox.clm3.hlf > div.db {
		width: 47%;
	}
	.clmBox.clm3-2 > div ,
	.clmBox.clm3-2 > div:first-child {
		width: 47%;
	}
	.clmBox.clm3-2 > div:first-child img {
		width: 100%;
	}
	.clmBox.clm3-2 > div.col1 {
		clear: both;
		padding-top: 30px;
		float: none;
		width: 100%;
		letter-spacing: -0.4em;
	}
	.clmBox.clm3-2 > div.col1 > div {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		width: 47%;
		margin-left: 2.83%;
	}
	.clmBox.clm3-2 > div.col1 > div:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 640px) {
	.clmBox.clm2 {
		margin-left: 0;
	}
	.clmBox.clm2 > div {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.clmBox.clm3.hlf,
	.clmBox.clm3 {
		margin-left: 0;
	}
	.clmBox.clm3.hlf > div,
	.clmBox.clm3 > div {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.clmBox.clm3.hlf > div.db,
	.clmBox.clm3 > div.db {
		width: auto;
	}
	.clmBox.clm3-2 {
		margin-left: 0 !important;
	}
	.clmBox.clm3-2 > div {
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
	}

	.clmBox.clm4 > div {
		width: 47.5%;
	}
	.clmBox.clm4 > div.full {
		width: 97.5%;
	}

	.clmBox > div.cl {
		clear: none;
	}
	.clmBox > div.clsp {
		clear: left;
	}
	.clmBox.clm3-2 > div:first-child img {
		width: auto;
	}
	.clmBox.clm3-2 > div.col1 {
		padding-top: 0;
	}
	.clmBox.clm3-2 > div.col1 > div {
		display: block;
		letter-spacing: normal;
		vertical-align: top;
		width: 100%;
		margin-left: 0%;
	}
	.clmBox.clm3-2 > div.col1 > div:nth-child(2n+1) {
		margin-left: 0;
	}
}

	.mb28 { margin-bottom: 28px;}
	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .txtArea,
	.imgBox .phArea {
		display: table-cell;
		vertical-align: top;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.imgBox.num1 .phArea {
		width: 142px;
		padding-right: 25px;
		text-align: left;
	}
	.imgBox.num1 .mls {
		letter-spacing: -1px;
	}
@media only screen and (max-width: 960px) {
	.imgBox.num1 .mls {
		letter-spacing: 0;
	}
}

	.imgBox.num2 .phArea {
		max-width: 483px;
		width: 483px;
		padding-right: 30px;
		text-align: left;
		vertical-align: top;
	}
	.imgBox.num2 .txtArea {
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 1000px) {
	.imgBox.num2 .phArea {
		width: auto;
	}
}
@media only screen and (max-width: 640px) {
	.imgBox.num2 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num2 .phArea {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}
.commentArea {
	padding: 20px;
	background: #f4f4f4;
	margin-top: 30px;
}
.commentArea .table {
	display: table;
	width: 100%;
}
.commentArea .table > div {
	display: table-cell;
	vertical-align: top;
}
.commentArea .table .phArea {
	width: 100px;
	padding-right: 25px;
}
@media only screen and (max-width: 640px) {
	.commentArea {
		padding: 20px;
		background: #f4f4f4;
		margin-top: 30px;
	}
	.commentArea .table > div {
		/*display: block;*/
	}
	.commentArea .table .phArea {
		margin-bottom: 10px;
	}
