@charset "utf-8";

/*-------------------------------
	よくあるご質問
-------------------------------*/

.Faq-block-wrap{
	margin-bottom: 10rem;
}
.Faq-block:not(:last-child){
	margin-bottom: 10rem;
}
.Faq-block__title{
	font-size: 4.4rem;
	margin-bottom: 2.5rem;
	font-weight: 700;
}
.Faq-block__title span{
	display: inline-block;
}
.Faq-block__title span::after{
	content: "";
	display: block;
	width: 100%;
	height: .5rem;
	background: #000;
}

.Faq-item:not(:last-child){
	margin-bottom: 5rem;
}
.Faq-item__title{
	width: 100%;
	font-size: 2.7rem;
	padding: 1rem 2.5rem 1.2rem 2.5rem;
	border: 3px solid;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	position: relative;
}
.Faq-item__title:hover{
	transition: var(--transition);
	opacity: .6;
}
.Faq-item__title::before{
	content: "Q";
	font-size: 2.7rem;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.Faq-item__title span{
	width: 100%;
	padding-left: 4.5rem;
	padding-right: 5rem;
	line-height: 1.4;
	display: block;
	position: relative;
}
.Faq-item__title span::before,
.Faq-item__title span::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 2.8rem;
	height: 2px;
	background: #000;
	position: absolute;
}
.Faq-item__title span::before{
	right: 0;
	top: 50%;
}
.Faq-item__title span::after{
	right: 0;
	top: 50%;
	transform: rotate(90deg);
}
.Faq-item__title.on span::after{
	transform: rotate(0deg);
}
.Faq-item__body{
	width: 100%;
	margin-top: 3.5rem;
	padding-left: 2.5rem;
	border-left: 3px solid #fff;
	display: none;
}
.Faq-item__content{
	width: 100%;
	padding-left: 4.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.Faq-item__content::before{
	content: "A";
	font-size: 2.7rem;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.Faq-item__text{
	width: 100%;
	font-size: 2.7rem;
}
	.Faq-item__text + .Faq-item__text{
		margin-top: 3rem;
	}
.Faq-item__text[data-tag]{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Faq-item__text[data-tag]::before{
	content: attr(data-tag);
}
.Faq-item__text a{
	font-weight: 700;
}

.Faq-contact{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.Faq-contact__title{
	font-size: 5rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.Faq-contact__text{
	font-size: 2.7rem;
}
.Faq-contact__text a{
	font-weight: 700;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Faq-block-wrap{
		margin-bottom: 7rem;
	}
	.Faq-block:not(:last-child){
		margin-bottom: 7rem;
	}
	.Faq-block__title{
		font-size: 3.8rem;
		margin-bottom: 2.2rem;
	}

	.Faq-item:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.Faq-item__title{
		width: 100%;
		/*font-size: 2.5rem;*/
	}
	.Faq-item__title::before{
		/*font-size: 2.5rem;*/
	}
	.Faq-item__title span{
				padding-left: 4.5rem;
				padding-right: 5rem;
	}
	.Faq-item__title span::before,
	.Faq-item__title span::after{
		width: 2.6rem;
	}
	.Faq-item__body{
		margin-top: 3rem;
	}
	.Faq-item__content{
	}
	.Faq-item__content::before{
		/*font-size: 2.5rem;*/
	}
	.Faq-item__text{
		/*font-size: 2.5rem;*/
	}
		.Faq-item__text + .Faq-item__text{
			margin-top: 3rem;
		}
	.Faq-contact__title{
		font-size: 4.4rem;
	}
	.Faq-contact__text{
		/*font-size: 2.5rem;*/
	}
}