@charset "utf-8";
/*------------------------------------------------------------
	guide
------------------------------------------------------------*/
#main .topBox {
	padding: 49px 0 56px;
	text-align: center;
	background: url(../img/guide/bg01.png) no-repeat right bottom;
	background-size: 454px auto;
}

#main .topBox p {
	line-height: 2;
}

#main .topBox .ttl {
	margin: 17px 0 14px;
	color: #a48957;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.45;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#main .customers {
	padding: 60px 0 65px;
	position: relative;
	background-color: #EDE7D7;
}

#main .customers .headLine01 {
	margin-bottom: 48px;
}

#main .customers .txtList {
	width: 882px;
	margin: -35px auto 0;
}

#main .customers .txtList li {
	width: 425px;
	float: left;
	padding: 17px 0 23px;
	margin-top: 35px;
	text-align: center;
	background-color: #fff;
	border: 20px solid #DBD2B1;
	box-sizing: border-box;
	border-top-color: #fff;
	border-left-color: #fff;
}

#main .customers .txtList li:nth-child(2n) {
	float: right;
}

#main .customers .txtList li .icon img {
	height: 111px;
}

#main .customers .txtList li p {
	color: #a48957;
	font-size: 1.7rem;
	line-height: 1.9;
}

#main .customers .txtList li .title {
	margin: 6px 0 8px;
	font-size: 3.7rem;
	line-height: 1.24;
	font-weight: bold;
	color: #bda15e;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#main .customers .link {
	width: 366px;
	margin: 49px auto 0;
}

#main .customers .link a {
	padding: 10px 0 9px;
	display: block;
	color: #a48957;
	font-size: 2rem;
	text-align: center;
	border: 1px solid #B6A176;
	border-radius: 5px;
	background: url(../img/guide/icon07.png) no-repeat center right 15px;
	background-size: 12px auto;
}

#main .customers .link a:hover {
	opacity: 0.7;
}

#main .flow {
	padding: 62px 0 83px;
}

#main .flow .headLine01 {
	margin-bottom: 60px;
}

#main .flow .imgBox {
	width: 980px;
	margin: 0 auto 60px;
}

#main .flow .imgBox01 {
	margin-bottom: 0;
}

#main .flow .imgBox .photo {
	width: 464px;
	float: left;
}

#main .flow .imgBox .photo img {
	width: 100%;
}

#main .flow .imgBox .txtBox {
	width: 510px;
	margin-right: -35px;
	float: right;
}

#main .flow .imgBox .txtBox p {
	margin: 0 17px;
	line-height: 2;
	letter-spacing: -1px;
}

#main .flow .imgBox .txtBox .ttl {
	margin: 36px 0 -14px;
	color: #a48957;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: -2px;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#main .flow .imgBox .txtBox .ttl img {
	    margin: -50px 10px 0 0;
	display: inline-block;
	width: 50px;
	vertical-align: middle;
}

#main .qa {
	padding: 60px 0;
	position: relative;
	background-color: #DADADA;
}

#main .qa .headLine01 {
	margin-bottom: 45px;
}

#main .qa .tabPanel {
	width: 980px;
	margin: 0 auto;
}

#main .qa .tabUl {
	margin-bottom: 58px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #B39D78;
}

#main .qa .tabUl li {
	width: 323px;
}

#main .qa .tabUl li a {
	padding: 9px 0 6px;
	color: #7f7f7f;
	font-size: 2rem;
	display: block;
	text-align: center;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main .qa .tabUl li.on a,
#main .qa .tabUl li:hover a {
	padding: 11px 0;
	font-size: 2.8rem;
	color: #fff;
	background-color: #A48858;
}

#main .qa .tabBox ul li {
	padding-bottom: 42px;
	width: 460px;
	float: left;
}

#main .qa .tabBox ul li:nth-child(2n) {
	float: right;
}

#main .qa .tabBox ul li p {
	line-height: 2;
}

#main .qa .tabBox ul li .title {
	margin-bottom: 10px;
	padding: 0 0 0 97px;
	font-size: 2.8rem;
	line-height: 1.34;
	min-height: 89px;
	letter-spacing: -2px;
	color: #a48957;
	background: url(../img/guide/icon08.png) no-repeat left top;
	background-size: 79px auto;
}

@media all and (max-width: 767px) {
	#main .topBox {
		padding: 30px 15px;
		background: url(../img/guide/bg01.png) no-repeat right bottom;
		background-size: 240px auto;
	}
	
	#main .topBox p {
		line-height: 1.5;
	}
	
	#main .topBox .ttl {
		margin: 10px 0 5px;
		font-size: 2.3rem;
	}
	
	#main .customers {
		padding: 30px 15px;
	}
		
	#main .customers .txtList {
		width: auto;
		margin: 0 auto;
	}
	
	#main .customers .txtList li {
		width: auto;
		float: none;
		padding: 17px 0 23px;
		margin-top: 20px;
		border-width: 10px;
	}
	
	#main .customers .txtList li:nth-child(2n) {
		float: none;
	}
	
	#main .customers .txtList li .icon img {
		height: 60px;
	}
	
	#main .customers .txtList li p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	#main .customers .txtList li .title {
		margin: 6px 0 3px;
		font-size: 2.5rem;
	}
	
	#main .customers .link {
		width: auto;
		margin: 20px auto 0;
	}
	
	#main .customers .link a {
		font-size: 1.6rem;
		background-size: 7px auto;
	}
	
	#main .flow {
		padding: 30px 15px;
	}
	
	#main .flow .imgBox {
		width: auto;
		margin: 0 auto 20px;
	}
	
	#main .flow .imgBox01 {
		margin-bottom: 0;
	}
	
	#main .flow .imgBox .photo {
		width: auto;
		float: none;
	}
		
	#main .flow .imgBox .txtBox {
		width: auto;
		margin-right: 0;
		float: none;
	}
	
	#main .flow .imgBox .txtBox p {
		margin: 0;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	#main .flow .imgBox .txtBox .ttl {
		margin: 36px 0 0;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	
	#main .flow .imgBox .txtBox .ttl img {
		margin: -40px 10px 0 0;
		width: 40px;
	}
	
	#main .qa {
		padding: 30px 15px;
	}
	
	#main .qa .tabPanel {
		width: auto;
		margin: 0 auto;
	}
	
	#main .qa .tabUl {
		margin-bottom: 20px;
	}
	
	#main .qa .tabUl li {
		width: 32.5%;
	}
	
	#main .qa .tabUl li a {
		padding: 5px 0 3px;
		font-size: 1.2rem;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	#main .qa .tabUl li.on a,
	#main .qa .tabUl li:hover a {
		padding: 6px 0 3px;
		font-size: 1.4rem;
	}
	
	#main .qa .tabBox ul li {
		padding-bottom: 30px;
		width: auto;
		float: none;
	}
	
	#main .qa .tabBox ul li:nth-child(2n) {
		float: none;
	}
	
	#main .qa .tabBox ul li p {
		line-height: 1.5;
	}
	
	#main .qa .tabBox ul li .title {
		margin-bottom: 5px;
		    padding: 0 0 0 50px;
		font-size: 2.0rem;
		min-height: 50px;
		letter-spacing: 0;
		background-size: 40px auto;
	}
}

@media all and (-ms-high-contrast:none) {
	#main .customers .link a {
		padding: 14px 0 5px;
	}
	
	#main .qa .tabUl li a {
		padding: 12px 0 3px;
	}
	
	#main .qa .tabUl li.on a, #main .qa .tabUl li:hover a {
		padding: 16px 0 6px;
	}
}