
/* お問い合せ よくある質問 */
.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--introduction {
	margin: 1rem;
}
.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 1.6rem 0.4rem 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__contents {
	margin-bottom: 2rem;
}
.answer__contents--title {
	font-size: 0;
	margin: 0;
}
.answer__contents--title-img {
	width: 100%;
	height: auto;
}
.answer__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.answer__contents--block {
	margin: 1rem;
}
.answer__contents--ul, .answer__contents--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.answer__contents--question {
	border: 2px solid #4db8fc;
	margin-bottom: 1rem;
	padding: 1rem;
}
.answer__contents--question-title {
	font-weight: bold;
	margin: 0;
}
.answer__contents--question-detail {
	margin: 0;
}
.answer__contents--answer {
	margin-bottom: 1rem;
	padding: 0 1rem;
}
.answer__contents--answer-title {
	color: #f66076;
	font-weight: bold;
	margin: 0;
}
.answer__contents--answer-detail {
	margin: 0;
}
.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);
}


.keyword__text--title {
	background-color: #7f6000;
	color: #ffffff;
	margin: 0 0 0.4rem;
	text-align: center;
	width: 100%;
}
.keyword__text--result {
	background-color: #fff2cc;
	margin: 0 0 0.4rem;
	padding: 0.2rem 1rem;
	text-align: center;
	width: 100%;
}
.keyword__text--result-count {
	text-align: right;
	padding-right: 1rem;
}
.keyword__text--position {
	position: relative;
}
.keyword__text--position-icon {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translate(0, -50%);
}
.keyword__text--input-text {
	padding-left: 2rem;
}
.keyword__tag--title {
	font-weight: bold;
	position: relative;
	text-align: center;
}
.keyword__tag--title::before {
	content: '';
	display: block;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	z-index: -1;
}
.keyword__tag--title-char {
	background-color: #ffffff;
	padding: 0 0.6rem;
}
.keyword__tag--ul, .keyword__tag--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.keyword__tag--ul > li {
	border: 2px solid #00b0f0;
	border-radius: 0.4rem;
	display: inline-block;
	margin: 0.4rem;
	padding: 0.2rem 0.6rem;
}


.keyword__result--ul, .keyword__result--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.keyword__result--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
.keyword__result--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);
}
.keyword__result--li-a {
	color: #000000;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}

/*===========================================================================*/
/* 共通 */
/* フッター リスト */
.faq__footer {
	margin-bottom: 2.0rem;
}
.faq__footer--ul, .faq__footer--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.faq__footer--li {
	align-items: center;
	border-bottom: 1px solid #9c9c9c;
	display: flex;
	justify-content: center;
	padding: 0.4rem 1.0rem 0.4rem 0.4rem;
	position: relative;
}
.faq__footer--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.faq__footer--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);
}
.faq__footer--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}


.answer__contents--li {
	padding-top: 4.375rem;
	margin-top: -4.375rem;
}


.csat__contents {
	border: 2px solid #dae3f3;
	border-radius: 0.6rem;
	margin: 1rem;
	padding: 1rem;
}
.csat__contents--btn {
	border: 2px solid #dae3f3;
	border-radius: 0.4rem;
	color: #000000;
	display: inline-block;
	box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3);
	padding: 0.4rem 1rem;
	width: 80%;
	max-width: 10rem;
}
.csat__contents--btn:active {
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
