@charset "utf-8";

.faq_list_area {
	padding: 72px 0 80px;
}

.faq_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.faq_list_box li {
	width: 32.8%;
	margin-bottom: 10px;
}

.faq_list_box li a {
	display: inline-block;
	width: 100%;
}

.hd01 .photo {
	height: 30px;
}

.faq_detail_area {
	padding: 80px 0 0;
}

.faq_detail_area + .faq_detail_area {
	padding: 70px 0 0;
}

.faq_detail_box {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #0099d6;
}

.faq_detail_box + .faq_detail_box {
	margin-top: 20px;
}

.faq_detail_box .question,
.faq_detail_box .answer {
	padding: 20px 17px 15px;
}

.faq_detail_box .question {
	background: #def4fc;
	color: #0099d6;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.faq_detail_box .answer {
	display: none;
}

.faq_detail_box .question::before,
.faq_detail_box .question::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #0099d6;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: ease 0.2s;
}

/* row */
.faq_detail_box .question::before {
	height: 2px;
}

/* ?column */
.faq_detail_box .question::after {
	width: 2px;
	right: 29px;
}

.faq_detail_box.active .question::after {
	opacity: 0;
}

.faq_detail_box .text {
	display: flex;
}

.faq_detail_box .question .text {
	padding-right: 35px;
}

.faq_detail_box .text::before {
	content: "";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	min-width: 30px;
	height: 30px;
	margin: -5px 10px 0 0;
	font-weight: bold;
}

.faq_detail_box .question .text::before {
	content: "Q";
	background: #0099d6;
	color: #fff;
}

.faq_detail_box .answer .text::before {
	content: "A";
	background: #fff;
	color: #0099d6;
	border: 1px solid #0099d6;
}

.faq_detail_box .answer .text .answer_a a{
	display:block;
	color: #0099d6;
	font-weight: bold;
}

.faq_detail_box .answer .text .answer_a a:before{
	    content: "\f138";
		font-family: "FontAwesome";
		font-size: 1.6rem;
		color: #0099d6;
		padding-right: 5px;
}

.faq_detail_box .answer .text .answer_a a:hover{
	text-decoration: underline;
}

.faq_detail_box .answer .text .answer_list{
	font-weight: normal
}
.faq_detail_box .answer .text .answer_list2{
	font-weight: bold;
}

.faq_detail_box .answer .text .answer_link h4.hd05 a{
	color: #0099d6;
	text-decoration: underline;
}
.faq_detail_box .answer .text .answer_link h4.hd05 a:hover{
	text-decoration: none;
}

.faq_detail_box .answer .text .answer_ul,.faq_detail_box .answer .text .answer_ul3{
	margin-left: 35px;
}

.faq_detail_box .answer .text .answer_ul4{
	margin-left: 20px;
}

.faq_detail_box .answer .text .answer_ul li{
	font-weight: normal;
	list-style-type: decimal;
}

.faq_detail_box .answer .text .answer_ul2 li{
	font-weight: normal;
}

.faq_detail_box .answer .text .answer_ul2 li a{
	color: #000;
	text-decoration: underline;
}

.faq_detail_box .answer .text .answer_ul2 li a:hover{
	text-decoration: none;
}

.faq_detail_box .answer .text .answer_ul3 li{
	font-weight: normal;
	list-style-type: disc;
}

.faq_detail_box .answer .text .answer_ul4 li{
	font-weight: normal;
	list-style-type: decimal;
}

.faq_detail_box .answer .text .answer_ul5 li{
	list-style: none;
	padding-left: 16px;
	text-indent: -16px;
}


.faq_detail_box .answer .image{
	display: flex;
	margin: 15px 0 15px 40px;
	align-items: flex-start;
}
.faq_detail_box .answer .image img{
}

.faq_detail_box .answer .tablearea{
	margin: 15px 0 15px 40px;
	display: block;
}
.faq_detail_box .answer .tablearea table{
	width: 100%;
	border: 1px solid #0099d6;
	border-collapse:  collapse; 
}

.faq_detail_box .answer .tablearea table th,.faq_detail_box .answer .tablearea table td{
	padding: 10px;
}

.faq_detail_box .answer .tablearea table th{
	background: #0099d6;
	color: #FFF;
	border-right: 1px solid #FFF;
	text-align: center;
}

.faq_detail_box .answer .tablearea table th:last-child{
	border-right: none;
}

.faq_detail_box .answer .tablearea table td{
	border-right: 1px solid #0099d6;
	border-bottom: 1px solid #0099d6;
}

.faq_detail_box .answer .tablearea table td:last-child{
	border-right: none;
}
.faq_detail_box .answer .tablearea .scroll table td:nth-child(4){
	border-right: 1px solid #0099d6;
}
.faq_detail_box .answer .tablearea .scroll table tr:last-child td{
	border-bottom: none;
}
.faq_detail_box .answer .tablearea .scroll table td:nth-child(5){
	border-bottom: none;
}

dl.faq_detail_box .red{
	color: red;
	font-weight: bold;
	display: flex;
	margin-left: 40px;
}

dl.faq_detail_box table{
	border: none;
}
dl.faq_detail_box table td{
	vertical-align: middle;
}



#faqCategoryList {
	margin-top: 15px;
}

.b_01 #faqCategoryList .list01 .btn,
.b_02 #faqCategoryList .list02 .btn,
.b_03 #faqCategoryList .list03 .btn,
.b_04 #faqCategoryList .list04 .btn,
.b_05 #faqCategoryList .list05 .btn,
.b_06 #faqCategoryList .list06 .btn,
.b_07 #faqCategoryList .list07 .btn{
	border: none;
	color: #666;
	pointer-events: none;
}

.b_01 #faqCategoryList .list01 .btn:hover,
.b_02 #faqCategoryList .list02 .btn:hover,
.b_03 #faqCategoryList .list03 .btn:hover,
.b_04 #faqCategoryList .list04 .btn:hover,
.b_05 #faqCategoryList .list05 .btn:hover,
.b_06 #faqCategoryList .list06 .btn:hover
.b_07 #faqCategoryList .list07 .btn:hover{
	background: #fff;
	opacity: 1;
	cursor: auto;
}

.b_01 footer {
	border-top: none;
}
.b_02 footer {
	border-top: none;
}
.b_03 footer {
	border-top: none;
}
.b_04 footer {
	border-top: none;
}
.b_05 footer {
	border-top: none;
}

.b_06 footer {
	border-top: none;
}

.b_07 footer {
	border-top: none;
}

@media screen and (max-width: 768px) {
	.faq_list_area {
		padding: 70px 0;
	}

	.faq_list_box {
		display: block;
	}

	.faq_list_box li {
		width: 100%;
	}

	.faq_list_box li.adj_flex {
		display: none;
	}

	.hd01 .photo {
		margin: 0 auto;
		width: 102px;
		height: 26px;
	}

	.faq_detail_area {
		padding: 73px 0 0;
	}

	.faq_detail_box {
		border-radius: 10px;
	}

	.faq_detail_box + .faq_detail_box {
		margin-top: 20px;
	}

	.faq_detail_box .question,
	.faq_detail_box .answer {
		padding: 13px 10px 8px;
	}

	.faq_detail_box .question::before,
	.faq_detail_box .question::after {
		width: 15px;
		height: 15px;
		right: 15px;
		top: 50%;
	}

	/* row */
	.faq_detail_box .question::before {
		height: 1px;
	}

	/* ?colum */
	.faq_detail_box .question::after {
		width: 1px;
		right: 22px;
	}

	.faq_detail_box .text::before {
		margin: -2px 10px 0 0;
	}
	
	/*•\*/
	.faq_detail_box .answer .tablearea .scroll table{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;	
	}
}
