@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
  #メイン
----------------------------------------------------*/
.faq_txt {
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 768px) {
	.faq_txt {
		margin-top: 20px;
	}
}
.faq_category {
	margin-top: 30px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 30px;
}
@media (max-width: 768px) {
	.faq_category {
		margin-top: 20px;
		padding: 10px;
	}
}
.category_ttl {
	background: #80b5dd;
	font-size: 2.6rem;
	color: #fff;
	line-height: 2.8rem;
	text-align: center;
	padding: 10px 0;
}
@media (max-width: 768px) {
	.category_ttl {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}
.category_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.category_list {
		display: block;
	}
}
.category_list ul {
	margin-top: 20px;
	width: 450px;
}
@media (max-width: 768px) {
	.category_list ul {
		width: auto;
		margin-top: 10px;
	}
}
.category_list ul li a {
	color: #333;
}
.faq_conts {
	margin-top: 50px;
}
@media (max-width: 768px) {
	.faq_conts {
		margin-top: 20px;
	}
}
.faq_ttlconts {
	text-align: center;
	margin-top: 50px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.faq_ttlconts {
		margin-top: 20px;
	}
}
.faq_ttlconts::before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	width: 2px;
	height: 40px;
	background: #333333;
}
@media (max-width: 768px) {
	.faq_ttlconts::before {
		height: 20px;
	}
}
.faq_ttlconts h3 {
	font-size: 2.5rem;
}
@media (max-width: 768px) {
	.faq_ttlconts h3 {
		font-size: 1.8rem;
	}
}
.button {
	margin-top: 30px;
}
.detail_box {
	position: relative;
	padding-right: 32px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1px;
	line-height: 32px;
}
.detail_box::after {
	background: url("/service_common/img/faq_plus.png") no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 2px;
}
@media (max-width: 768px) {
	.detail_box::after {
		background: url("/service_common/img/faq_plus.png") no-repeat center center;
		height: 15px;
		width: 15px;
		top: 12px;
	}
}
.selected .detail_box::after {
	background: url("/service_common/img/faq_minus.png") no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 2px;
}
@media (max-width: 768px) {
	.selected .detail_box::after {
		background: url("/service_common/img/faq_minus.png") no-repeat center center;
		height: 15px;
		width: 15px;
		top: 12px;
	}
}
.question_label {
	background-color: #80b5dd;
	color: #ffffff;
	border-color: #80b5dd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-width: 1px;
	border-style: solid;
	min-width: 32px;
	height: 32px;
	border-radius: 3px;
	font-weight: normal;
	margin-right: 16px;
	font-size: 16px;
	font-family: Arial,sans-serif;
}
@media (max-width: 768px) {
	.question_label {
		margin-right: 5px;
	}
}
.question_body {
	font-weight: bold;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-wrap: break-word;
	word-break: break-all;
}
.faq_detail dl {
	margin-top: 30px;
}
.faq_detail dl dd {
	background-color: inherit;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1px;
	line-height: 32px;
}
.answer_label {
	color: #80b5dd;
	border-color: #80b5dd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-width: 1px;
	border-style: solid;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	font-weight: normal;
	margin-right: 16px;
	font-size: 16px;
	font-family: Arial,sans-serif;
}

