



.flow {
	margin-top: 60px;
	margin-bottom: 10px;
}
.flow .btn__default {
	width: 49%;
	margin: 0 1%;
}
.flow img.arrow {
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.flowBox {
	background: #FFF;
	padding: 30px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
	position: relative;
}
	.flowBox dt {
	}
	.flowBox .no {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		background: #a99664;
		text-align: center;
		line-height: 30px;
		color: #FFF;
		position: absolute;
		top: -10px;
		left: -10px;
		letter-spacing: 0;
	}


.faq {
}
.faq dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d7e3e8;
}
.faq dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.faq dl dt {
	color: #a99664;
	font-size: 1.8rem;
}


.recruit {
}
.recruit th {
	width: 20%;
}







/* その他のページ */
.otherPage .read {
	margin-bottom: 60px;
}
.otherPage dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #d7e3e8;
}
.otherPage dl dt {
	font-size: 2rem;
	color: #a99664;
}
.otherPage dl dd {
	margin-top: 20px;
}
.otherPage .box {
	margin: 40px 0;
}



	.otherPage table {
		border-top: solid 1px #acacac;
		text-align: left;
	}
	.otherPage table tr {
		border-bottom: solid 1px #acacac;
	}
	.otherPage table th {
		width: 10%;
		vertical-align: top;
		padding: 10px 20px;
		color: #a99664;
		background: #f5f7f8;
	}
	.otherPage table td {
		vertical-align: top;
		padding: 10px 20px;
	}


.otherPage .name {
	text-align: right;
}
.otherPage .name span {
	display: block;
	font-size: 1.4rem;
}




.sitemap .article dl {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 5%;
	border-bottom: solid 1px #d7e3e8;
}
.sitemap dl dt {
	font-size: 1.8rem;
	color: #a99664;
}
.sitemap dl dd {
	margin-top: 10px;
	font-size: 1.4rem;
}

.sitemap .article dl dd {
	margin-bottom: 15%;
}
.sitemap .article dl dd a {
	color: #3c3c3c;
}
.sitemap .article dl:nth-child(2n) {
	margin-right: 0%;
}






/* max 1023px */
@media screen and (max-width: 1023px) {
	
	
	
	
	
.flow .btn__default {
	width: 100%;
	margin: 1% 0;
}
	
	
	
/* その他のページ */
.otherPage dl dt {
	font-size: 1.6rem;
	color: #a99664;
}
	
	.otherPage table {
		border-top: solid 1px #acacac;
		text-align: left;
	}
	.otherPage table tr {
		border-bottom: solid 1px #acacac;
	}
	.otherPage table th {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 10px 0 0 0;
		color: #a99664;
		background: none;
	}
	.otherPage table td {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 0 0 10px 0;
	}
	
.sitemap dl dt {
	font-size: 1.6rem;
	color: #a99664;
}
	
	
.sitemap .article dl {
	width: 100%;
	margin-right: 0%;
}
.sitemap .article dl dd {
	margin-bottom: 5%;
}
.sitemap .article dl:nth-child(2n) {
	margin-right: 0%;
}

	
	
	
}