@charset "utf-8";
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#main .topBox {
	margin: 0 auto;
	padding: 112px 0 150px;
	max-width: 1500px;
}
#main .topBox .comBox {
	padding: 0 50px;
}
#main .topBox .lead {
	margin-bottom: 44px;
	color: #333;
	font-size: 1.7rem;
	font-weight: 500;
	font-feature-settings: normal;
	line-height: 1.41;
	letter-spacing: 0.06em;
	text-align: center;
}
#main .topBox .lead span {
	padding-left: 32px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon14.png) no-repeat left 1px top calc(50% + 1px) / 18px auto;
}
#main .topBox .rBox .area {
	margin-bottom: 126px;
}
#main .topBox .rBox .area:last-of-type {
	margin-bottom: 0;
}
#main .topBox .faqList li {
	border-bottom: 1px solid #d8d8d8;
}
#main .topBox .faqList .title {
	padding: 20px 30px 22px 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #262626;
	font-size: 1.6rem;
	font-weight: 500;
	font-feature-settings: normal;
	letter-spacing: 0.05em;
	line-height: 1.71;
	cursor: pointer;
}
#main .topBox .faqList .title::before,
#main .topBox .faqList .title::after {
	width: 14px;
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transition: .3s;
	background-color: #222;
	content: '';
}
#main .topBox .faqList .title::after {
	transform: rotate(90deg);
}
#main .topBox .faqList .title.on::after {
	transform: rotate(180deg);
}
#main .topBox .faqList .en {
	width: 35px;
	color: #262626;
	font-size: 2.6rem;
	line-height: 1.38;
	letter-spacing: 0.11em;
	font-family: 'Open Sans', sans-serif;
}
#main .topBox .faqList .txt,
#main .topBox .faqList .sub {
	margin-top: 5px;
	width: calc(100% - 41px);
}
#main .topBox .faqList .txtBox {
	padding: 3px 0 28px;
	display: none;
	position: relative;
}
#main .topBox .faqList .txtBox .en {
	position: absolute;
	left: 0;
	top: 0;
	color: #d24f3e;
	font-size: 2.8rem;
	letter-spacing: 0.11em;
	line-height: 1.36;
}
#main .topBox .faqList .txtBox .sub {
	margin-left: auto;
	padding: 36px 50px 38px;
	box-sizing: border-box;
	background-color: #f5f5f6;
}
#main .topBox .faqList .txtBox .sub p {
	font-size: 1.3rem;
	font-feature-settings: normal;
	line-height: 1.9;
	letter-spacing: 0.04em;
}
#main .topBox .faqList .txtBox .sub a {
	border-bottom: solid 1px;
}
#gFooter {
	padding-top: 0;
	border-top: none;
}
@media screen and (max-width: 999px) {
	#main .topBox {
		padding: 88px 0 110px;
		max-width: inherit;
	}
	.pad #main .topBox {
		max-width: 640px;
	}
	#main .topBox .comBox {
		padding: 0 25px;
		max-width: inherit;
	}
	.pad #main .topBox .comBox {
		padding: 0;
	}
	#main .topBox .lead {
		margin-bottom: 22px;
		font-size: 1.45rem;
		line-height: 1.66;
	}
	#main .topBox .lead span {
		padding-left: 28px;
		background-size: 17px auto;
		background-position: left 3px top calc(50% + 2px);
	}
	#main .topBox .comBox .comLinkList02 {
		max-width: 760px;
		margin: 0 auto 56px;
	}
	#main .topBox .comBox .comFlexBox {
		max-width: 760px;
		margin: 0 auto;
	}
	#main .topBox .rBox .area {
		margin-bottom: 66px;
	}
	#main .topBox .rBox .area:last-of-type {
		margin-bottom: 0;
	}
	#main .topBox .faqList li {
		border-bottom: 1px solid #969696;
	}
	#main .topBox .faqList .title {
		padding: 14px 30px 17px 0;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
	}
	#main .topBox .faqList .title::before,
	#main .topBox .faqList .title::after {
		width: 12px;
		top: calc(50% - 0px);
	}
	#main .topBox .faqList .en {
		width: 25px;
		font-size: 2.15rem;
		line-height: 1.35;
	}
	#main .topBox .faqList .txt,
	#main .topBox .faqList .sub {
		margin-top: 5px;
		width: calc(100% - 27px);
	}
	#main .topBox .faqList .txtBox {
		padding: 0 0 23px;
	}
	#main .topBox .faqList .txtBox .en {
		margin-bottom: 2px;
		position: relative;
		color: #d24f3e;
		font-size: 2.25rem;
		letter-spacing: 0.07em;
		line-height: 1;
	}
	#main .topBox .faqList .txtBox .sub {
		width: auto;
		padding: 22px 20px 24px;
	}
	#main .topBox .faqList .txtBox .sub p {
		font-size: 1.25rem;
		line-height: 2;
		letter-spacing: 0.02em;
	}
}