/*枠外背景*/
.keni-container, .keni-mv_wrap {
	overflow: hidden;
	background-image:url( https://relife-shinkyu-seikotsu.com/wp-content/uploads/2025/03/relife-bg.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/*お悩み*/
.problem {
	background: #FCE6C6;
	margin: 5rem 0;
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.problem__ttl {
	text-align: center;
	margin-bottom: 5rem;
	padding: 0 18% 0 7%;
}

/*大きな要因*/
.factor__item {
	padding: 3rem 3.4rem 0 1.2rem
}

.factor__item img {
	margin-bottom: 3rem;
}

/*選ばれる理由*/
.reason .inner img {
	margin-bottom: 3rem;
}

/*オファー*/
.offer {
	margin-top: 3rem;
}

/*問い合わせ*/
.contact {
	margin-top: 3rem;
	transition-duration: 0.6S;
}

/*ランキング*/
.ranking {
	margin-top: 3rem;
}

/*お任せください*/
.approach {
	margin-top: 3rem;
}

/*選ばれる理由*/
.reason {
	margin-top: 5rem;
}

.reason h2 {
	margin-bottom: 3.4rem;
}

/*口コミ2*/
.voice2 {
	margin-top: 5rem;
}



/*よくある質問ーアコーディオン*/
.qa {
	background: #FDFBF0;
	margin-top: 5rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.qa h2 {
	padding: 0 30%;
}

.qa__inner details {
    text-align: justify;
	font-size: 2rem;
}

.qa__inner details p {
    padding: 2rem 4rem 0.5rem 5.5rem!important;
    margin: 0!important;
    position: relative;
	color: #FA831F;
}

.qa__inner details p:before {
    position: absolute;
    top: 2rem;
    left: 2rem;
    content: "A.";
    color: #FA831F;
    font-size: 2.5rem;
    font-weight: bold;
}

.qa__inner details summary {
    border-bottom: solid 1px #444;
    color: var(--brown);
    list-style: none;
    cursor: pointer;
    position:relative;
    padding: 1.5rem 3.5rem 1.5rem 5.5rem;
}

.qa__inner details summary::before {
    position: absolute;
    top: 1.4rem;
    left: 2rem;
    content: "Q.";
    color: #5FCE74;
    font-size: 2.5rem;
    font-weight: bold;
}

.qa__inner summary {
  display: block;
  list-style: none;
}

/*アコーディオン-プラス＆マイナス*/
.qa__inner details summary::after {
    content: "＋";
    position:absolute;
    top:1.4rem;
    right:1.5rem;
    font-size:2rem;
}

.qa__inner details[open] summary::after {
    content: "−";
    position: absolute;
    top: 1.3rem;
    right: 1.5rem;
    font-size: 2.2rem;
}

/*Chrome用のデフォルト三角削除*/
details summary::-webkit-details-marker {
    display: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

/*アクセス*/
.access .inner img {
	margin: 4rem 0;
}

.access .inner iframe {
	margin-bottom: 3rem;
}

.access {
	margin-bottom: 5rem;
	background: url(https://relife-shinkyu-seikotsu.com/wp-content/uploads/2025/02/access-bk.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

/*フッターボタン*/
.footer__btn{
	display:  block;
	position: fixed;
	bottom: 6px;
	right: 10px;
	width: 400px;
	z-index: 1000;
	transition-duration: 0.6S;
}

.footer__btn:hover, .contact:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.04);
	transition-property: all;
	transition-duration: 0.6S;
}

/*フッター*/
.keni-footer_wrap {
	background: #5a544b!important;
	margin-top: -5rem;
}

.keni-copyright_wrap {
	border-top: none!important;
	text-align: center;
}

.keni-copyright {
	color: white;
}





/*============== SP ===============*/

@media (max-width: 600px) {
	/*お悩み*/
	.problem {
		margin: 3rem 0;
		padding-top: 3rem;
		padding-bottom: 2.4rem;
	}

	.problem__ttl {
		margin-bottom: 3rem;
	}
	
	/*オファー*/
	.offer {
		margin-top: 2rem;
	}

	/*問い合わせ*/
	.contact {
		margin-top: 2rem;
	}

	/*ランキング*/
	.ranking {
		margin-top: 2rem;
	}
	
	/*大きな要因*/
	.factor__item {
		padding: 1rem 5% 0 2%
	}

	.factor__item img {
		margin-bottom: 1.5rem;
	}
	
	/*お任せください*/
	.approach {
		margin-top: 2rem;
	}
	
	/*選ばれる理由*/
	.reason {
		margin-top: 4rem;
	}

	.reason h2 {
		margin-bottom: 2rem;
	}
	
	/*口コミ2*/
	.voice2 {
		margin-top: 3rem;
	}
	
	/*よくある質問ーアコーディオン*/
	.qa {
		margin-top: 3rem;
		padding-top: 3rem;
		padding-bottom: 1rem;
	}

	.qa h2 {
		padding: 0 25%;
	}

	.qa__inner details {
		font-size: 1.6rem;
	}
	
	/*アクセス*/
	.access .inner iframe {
		margin-bottom: 2rem;
	}

	/*フッターボタン*/
	.footer__btn {
		bottom: 0%;
		right: 0%;
		width: 100%;
		z-index: 100;
	}
}