
/* お問い合せ よくある質問 */
.question {
	margin-bottom: 2rem;
}
.question__contents--title {
	font-size: 0;
	margin: 0;
}
.question__contents--title-img {
	width: 100%;
	height: auto;
}
.question__contents--title-bar {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.question__contents--ul, .question__contents--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.question__contents--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.question__contents--li:first-of-type {
	border-top: 1px solid #9c9c9c;
}
.question__contents--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.question__contents--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}


/* お問い合せ カテゴリー */
.category {
	margin-bottom: 2rem;
}
.category__contents--title-bar {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.category__contents--ul, .category__contents--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category__contents--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.category__contents--li:first-of-type {
	border-top: 1px solid #9c9c9c;
}
.category__contents--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.category__contents--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}
.category__contents--other {
	border: 2px solid #af9572
}


/* お問い合せ よくある質問 質問・回答 */
.answer {
	margin-bottom: 2rem;
}
.answer__contents--title {
	margin: 0;
}
.answer__contents--title-img {
	width: 100%;
	height: auto;
}
.answer__contents--title-bar {
	background-color: #c9c9c9;
	color: #ffffff;
	margin: 0 0 1rem 0;
	padding: 0.6rem 0;
}
.answer__question {
	border: 2px solid #af9572;
}
.answer__question--title {
	font-weight: bold;
}
.answer__question--detail {

}
.answer__answer {

}
.answer__answer--title {
	font-weight: bold;
}
.answer__answer--detail {

}
.answer__back--left {
	position: relative;
}
.answer__back--left::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	left: 0.2rem;
	transform: translate(0, -50%) rotate(225deg);
}