
.firstvisit {
}
.firstvisit .set dl{
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.firstvisit .set dl:nth-child(3n) {
	margin-right: 0%;
}
.firstvisit .set dl dt {
	width: 70%;
	margin:  0 auto;
}



.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: #d97774;
	font-size: 1.6rem;
}






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



	.otherPage table {
		border-top: solid 1px #d7d7d7;
		text-align: left;
	}
	.otherPage table tr {
		border-bottom: solid 1px #d7d7d7;
	}
	.otherPage table th {
		width: 10%;
		vertical-align: top;
		padding: 10px 20px;
		color: #d97774;
		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 .set dl {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5%;
	border-bottom: solid 1px #d7e3e8;
}
.sitemap dl dt {
	font-size: 1.8rem;
	color: #d97774;
}
.sitemap dl dd {
	margin-top: 10px;
	font-size: 1.4rem;
}

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






/* max 1023px */
@media screen and (max-width: 1023px) {
	
	
	
	
/* その他のページ */
.otherPage dl dt {
	font-size: 1.6rem;
	font-weight: 500;
	color: #d97774;
}
	
	.otherPage table {
		border-top: solid 1px #d7d7d7;
		text-align: left;
	}
	.otherPage table tr {
		border-bottom: solid 1px #d7d7d7;
	}
	.otherPage table th {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 10px 0 0 0;
		color: #d97774;
		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: #d97774;
}
	
	
.sitemap .set dl {
	width: 100%;
	margin-right: 0%;
}
.sitemap .set dl dd {
	margin-bottom: 5%;
}
.sitemap .set dl:nth-child(3n) {
	margin-right: 0%;
}

	
	
	
}