@charset "utf-8";

.main2025{
	overflow-x: hidden;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual__inner-wrap2025{
	background-image: url(../images/tenant/faq/bg_keyvisual.jpg);
	background-image: image-set(url(../images/tenant/faq/bg_keyvisual.jpg) 1x, url(../images/tenant/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:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual__inner-wrap2025{
		background-image: url(../images/tenant/faq/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/tenant/faq/sp_bg_keyvisual.jpg) 1x, url(../images/tenant/faq/sp_bg_keyvisual@2x.jpg) 2x);
	}

}



/*-------------------------------
	よくあるご質問
-------------------------------*/

.Faq__text{
	text-align: center;
	position: relative;
	z-index: 6000;
	background: #fff;
}
.Faq__content{
	position: relative;
	z-index: 4000;
	margin-top: -12.5rem;
	margin-bottom: 6rem;
}

.Layout-block-wrap{
	margin-bottom: 8.8rem;
}
.Layout-block{
	border: 1px solid var(--maincolor);
	width: 100%;
	padding: 7rem 5.5rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}
.Layout-block:not(:last-child){
	margin-bottom: 3.6rem;
}
.Layout-block__body{
	width: calc(100% - 43.5rem);
	max-width: 44.5rem;
	padding-right: 2.5rem;
}
.Layout-block__title{
	color: var(--maincolor);
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: calc(4 / 2.4);
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Layout-block__title-tag{
	background: var(--maincolor);
	width: 11rem;
	height: 2.4rem;
	border-radius: 1.2rem;
	margin-left: 2.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Layout-block__text{
	margin-bottom: 3.5rem;
}
.Layout-block__text strong{
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	color: #FF4500;
	text-decoration: underline;
}
.Layout-block__image{
	width: 43.5rem;
	border-radius: 1rem;
	overflow: hidden;
}
.Layout-block__image img{
	width: 100%;
}
.Layout-block .C-Button2025{
	margin-left: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Layout-block__body{
		width: calc(100% - 35rem);
	}
	.Layout-block__image{
		width: 35rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Layout-block__body{
		width: calc(100% - 30rem);
	}
	.Layout-block__image{
		width: 30rem;
	}

}
@media screen and (max-width:768px){

	.Layout-block{
		padding: 5.6rem 6rem 8.5rem;
		flex-direction: column;
	}
	.Layout-block:not(:last-child){
		margin-bottom: 4.2rem;
	}
	.Layout-block__body{
		width: 100%;
		max-width: 100%;
		margin-bottom: 4.3rem;
		padding-right: 0;
	}
	.Layout-block__title{
		font-size: 3.6rem;
		margin-bottom: 3.7rem;
		line-height: calc(4.7 / 3.6);
	}
	.Layout-block__title-tag{
		width: 16.6rem;
		height: 3.6rem;
		padding-top: .4rem;
		border-radius: 1.8rem;
		margin-left: 3.4rem;
		font-size: 2.8rem;
	}
	.Layout-block__text{
		margin-bottom: 4.2rem;
	}
	.Layout-block__text strong{
		font-size: 4rem;
	}
	.Layout-block__image{
		width: 100%;
	}
	.Layout-block .C-Button2025{
		margin-left: auto;
	}

}