@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	background-image: url(../images/faq/bg_keyvisual.jpg);
	background-image: image-set(url(../images/faq/bg_keyvisual.jpg) 1x, url(../images/faq/bg_keyvisual@2x.jpg) 2x);
}

@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){

	.Keyvisual{
		background-image: url(../images/faq/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/faq/sp_bg_keyvisual.jpg) 1x, url(../images/faq/sp_bg_keyvisual@2x.jpg) 2x);
	}

}



/*-------------------------------
	ページ内リンク
-------------------------------*/

.Link{
	padding-top: var(--padding-topbottom);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Link__button{
	width: 24.5rem;
}

@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){

	.Link{
		padding-top: 5rem;
		flex-wrap: wrap;
		gap: 1rem 1.6rem;
	}
	.Link__button{
		width: calc((100% - 1.6rem) / 2);
	}
	.Link__button a::after{
		right: 1.6rem;
	}

}



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

.Faq + .Faq{
	padding-top: 0;
}
.Faq:not(:last-child){
	padding-bottom: 9rem;
}
.Faq-block{
	border: .2rem solid var(--blackcolor);
}
.Faq-block:not(:last-child){
	margin-bottom: 2.5rem;
}
.Faq-block__title{
	background: var(--blackcolor);
	width: 100%;
	font-size: 2rem;
	padding: 2.5rem 2.8rem;
	line-height: calc(2.5 / 2);
	font-weight: 700;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Faq-block__title::before{
	color: var(--maincolor);
	content: "Q.";
	font-size: 2.5rem;
	width: 3rem;
	font-weight: 700;
	line-height: calc(2.5 / 2.5);
}
.Faq-block__title span{
	width: calc(100% - 3rem);
	padding-left: .6rem;
	line-height: calc(2.5 / 2);
	display: block;
}
.Faq-block__body{
	width: 100%;
	padding: 2rem 2.8rem 2.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Faq-block__body::before{
	color: var(--maincolor);
	content: "A.";
	font-size: 2.5rem;
	width: 3rem;
	font-weight: 700;
	line-height: calc(2.5 / 2.5);
}
.Faq-block__body-inner{
	width: calc(100% - 3rem);
}
.Faq-block__text{
	max-width: 68rem;
	font-weight: 700;
}
.Faq-block__text:not(:last-child){
	margin-bottom: 1.5rem;
}
.Faq-block__button-wrap{
	max-width: 65rem;
	column-gap: 1rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Faq-block__button{
	width: 21.8rem;
	margin-left: 0;
	margin-right: 0;
}

@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 + .Faq{
		padding-top: 0;
	}
	.Faq{
		padding-top: 4.5rem;
	}
	.Faq:not(:last-child){
		padding-bottom: 4.5rem;
	}
	.Faq-block{
		border: .2rem solid var(--blackcolor);
	}
	.Faq-block:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Faq-block__title{
		width: 100%;
		font-size: 1.8rem;
		padding: 2.2rem 2.8rem 1.8rem 2.2rem;
		line-height: calc(2.5 / 1.8);
		align-items: flex-start;
	}
	.Faq-block__title::before{
		width: 3.5rem;
		line-height: 1;
	}
	.Faq-block__title span{
		width: calc(100% - 3.5rem);
		line-height: calc(2.5 / 1.8);
		padding-left: 0;
	}
	.Faq-block__body{
		width: 100%;
		padding: 2rem 2.8rem 2.2rem 2rem;
	}
	.Faq-block__body::before{
		width: 3.5rem;
		line-height: 1;
	}
	.Faq-block__body-inner{
		width: calc(100% - 3.5rem);
	}
	.Faq-block__text{
		max-width: 100%;
	}
	.Faq-block__text br{
		display: none;
	}
	.Faq-block__button-wrap{
		max-width: 100%;
		row-gap: 1.4rem;
		flex-direction: column;
	}
	.Faq-block__button{
		width: 100%;
	}

}