@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.faqTop {
	margin: 75px auto 26px;
	width: 900px;
}

.faqTop h2 {
	margin-bottom: 38px;
}

.faqTopTi {
	margin-bottom: 26px;
	font-size: 14px;
	text-align: center;
}

.faqTopTi p {
	margin-bottom: 39px;
}

.faqTopTi ul {
	margin: 0 auto;
}

.faqTopTi li {
	display: inline;
}

.faqTopTi li a {
	padding: 3px 30px;
	box-shadow: 1px 0 0 0 #e5e5e5;
	letter-spacing: 1px;
}

.faqTopTi li:last-child a {
	box-shadow: 0 0 0 0 #e5e5e5;
}

.faqInfo {
	margin: 0 auto 136px;
	width: 900px;
}

.faqQusTitle {
	margin-bottom: 15px;
	position: relative;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
}

.faqQusTitle:before {
	margin-right: 28px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 14px;
	right: 100%;
	content: "";
	background: #e5e5e5;
}

.faqInfo li {
	padding: 15px 0;
	border-bottom: 1px solid #000000;
	position: relative;
}
.faqInfo li .after {
	--pian-val: 0px;
	position: absolute;
	left: 0;
	top: calc(0px + var(--pian-val));
}
.faqInfo li.fadeOvj .after {
	top: calc(-50px + var(--pian-val));
}
.faqInfo li.noAnimation .after {
	top: calc(0px + var(--pian-val));
}

#faqQus1,
#faqQus2,
#faqQus3 {
	padding-top: 50px;
}

.faqQus1 {
	margin-bottom: 31px;
}

.faqInfo .faqQus1:last-child {
	margin-bottom: 0;
}

.faqQus1 li:last-child {
	border: 0;
}

.faqInfo dl {
	overflow: hidden;
}

.faqInfo dt {
	width: 42px;
	float: left;
	font-family: 'Marcellus', serif;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #b7b7b7;
	border-radius: 100%;
}

.faqInfo dd {
	padding: 13px 15px 0 75px;
	font-size: 14px;
	line-height: 1.7;
	vertical-align: middle;
	letter-spacing: 1px;
}

.faqInfo li dl:first-child {
	cursor: pointer;
	transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s; 
	-moz-transition: 0.3s linear 0s;
	-webkit-transition: 0.3s linear 0s; 
	-o-transition: 0.3s linear 0s;
}

.faqInfo li dl:first-child:hover {
	color: #999999;
} 

.faqInfo li dl:first-child dd {
	font-weight: 600;
}

.faqInfo li dl {
	position: relative;
}

.faqInfo li dl:first-child:before,
.faqInfo li dl:first-child:after {
	width: 13px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 22px;
	transform-origin: center;
	transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s; 
	-moz-transition: 0.3s linear 0s;
	-webkit-transition: 0.3s linear 0s; 
	-o-transition: 0.3s linear 0s;
	content: "";
	background: #000000;
}

.faqInfo li dl:first-child:after {
	transform: rotateZ(90deg);
}

.faqInfo li dl:not(:first-child) {
	padding: 20px 0 17px;
	display: none;
}

.faqInfo li.faqOpen dl:first-child:after {
	transform: rotateZ(0deg);
}

.faqInfo li dl:not(:first-child) dt {
	background: #f1f4f7;
	border: 1px solid #f1f4f7;
}

.faqInfo li dl:not(:first-child) dd {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.faqBbox {
	display: block;
}

.faqBtn {
	margin: 21px 0 0 -1px;
	text-align: center;
	font-size: 13px;
	font-family: 'Marcellus', serif;
}

.faqBtn a {
	padding: 14px 79px;
	letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.faqTop {
		margin: 35px auto 45px;
		width: auto;
	}
	
	.faqTopTi {
		padding: 0 10px;
		margin: 0 auto 45px;
		width: auto;
		font-size: 12px;
	}
	
	.faqTopTi p {
		margin-bottom: 25px;
	}
	
	.faqTopTi li a {
		padding: 0 19px;
	}
	
	.faqTop h2 {
		margin-bottom: 18px;
	}
		
	.faqInfo {
		margin: 0 auto 59px;
		width: auto;
	}
	
	.faqQusTitle {
		margin-bottom: 5px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	
	.faqQusTitle:before {
		margin-right: 9.5px;
		top: 9px;
		right: 100%;
	}
	
	.faqInfo dt {
		width: 20px;
		line-height: 20px;
		font-size: 10px;
	}
	
	.faqInfo dd {
		padding: 2px 12px 0 33px;
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	
	.faqInfo li dl:first-child:hover {
		color: #000;	
	}
	
	.faqInfo li {
		padding: 10px 0;
	}
	.faqInfo li .after {
		--pian-val: -45px;
	}
	
	.faqInfo li dl:first-child:before,
	.faqInfo li dl:first-child:after {
		width: 10px;
		top: 10px;
	}
	
	#faqQus1, #faqQus2, #faqQus3 {
		padding-top: 0;
	}
	
	.faqQus1 {
		margin-bottom: 33px;
	}
	
	.faqInfo li dl:not(:first-child) {
		padding: 10px 0 9px;
	}
	
	.faqBtn {
		margin-top: 12px;
		font-size: 11px;
	}
		
}	
/*------------------------------------------------------------
	apartment  faq
------------------------------------------------------------*/
.aparFaqTop {
	margin-bottom: 0;
}

.aparFaqInfo {
	padding-top: 20px;
	margin: 0 auto 150px;
}

.aparFaqInfo li dl:not(:first-child) {
	display: block;
}

.aparFaqInfo li dl:first-child::before,
.aparFaqInfo li dl:first-child::after {
	width: 0;
	height: 0;
}

.aparFaq1 {
	margin-bottom: 0;
}

.aparFaq1 li dl:first-child {
	cursor: inherit;
}

.aparFaq1 li dl:first-child:hover {
	color: #000;
}

.faqSub {
	margin: 45px auto 0;
	text-align: center;
}

.faqSub a {
	font-weight:normal;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.aparFaqInfo {
		padding-top: 0;
		margin: 0 auto 75px;
	}
	
	.faqSub {
		margin: 17px auto 0;
	}
	
	.faqWp {
		padding: 9px 14px;
		min-width: 100px;
	}
}



@media all and (min-width: 320px) and (max-width: 374px) {
	.faqTopTi {
		padding: 0 5px;
	}
}

.faqInfo .sectionMore.mlbtn {
	background-image: none;
	text-indent: 16px;
	padding: 14px 18px 14px 2px;
}
.faqInfo .sectionMore.mlbtn span.icon {
	display: inline-block;
	margin: -4px 0px 0 5px;
	width: 13px;
	height: 10px;
	vertical-align: middle;
	background: url(/img/2nd/img_icon_1.png) no-repeat 0 0;
	background-size: 100% 100%;
	transition: background ease 1s;
}
.sectionMore.mlbtn:hover {
	background-image: none;
}
.faqInfo .sectionMore.mlbtn:hover span.icon {
	background-image: url(/img/2nd/img_icon_3.png);
}
@media all and (min-width: 0) and (max-width: 767px) {
	.faqInfo .sectionMore.mlbtn {
		text-indent: 13px;
		padding: 14px 13px 14px 2px;
	}
	.faqInfo .sectionMore.mlbtn span.icon {
		margin: -4px 0 0 4px;
	}
}