@charset "UTF-8";
/*-------------------------
 *
 *
 *
 * Page title
 *
 *
 *
-------------------------*/

.page_header {
	padding-bottom: 30px;
}

.header_msg {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}

.header_btn a {
	margin: 0 auto;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	.header_msg {
		font-size: 14px;
	}

}

@media (max-width: 560px) {

}

/*-------------------------
 *
 *
 *
 * Anchor
 *
 *
 *
-------------------------*/

#anchor {
	background: #EFEFEF;
}

#anchor > .inner {
	max-width: 1082px;
	padding: 16px 0 6px;
}

#anchor ul {
	display: flex;
}

#anchor li {
	flex-shrink: 0;
}

#anchor li a {
	min-width: 120px;
	display: block;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	overflow: hidden;
	background: #199A42;
	color: #fff;
	font-size: 14px;
	letter-spacing: .05em;
	text-align: center;
	padding: 0 24px;
	margin: 0 10px 10px 0;
}

@media (max-width: 1280px) {

	#anchor > .inner {
		width: 100%;
		max-width: initial;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	#anchor > .inner::-webkit-scrollbar {
		height: 5px;
	}

	#anchor > .inner::-webkit-scrollbar-thumb {
		background: #d6d6d6;
		border-radius: 3px;
	}

	#anchor > .inner::-webkit-scrollbar-track {
		background: none;
		border-radius: 0;
	}

	#anchor ul {
		padding: 0 5%;
	}

	#anchor li:last-of-type a {
		margin-right: 40px;
	}

}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

}

@media (max-width: 560px) {

}

/*-------------------------
 *
 *
 *
 * FAQ content
 *
 *
 *
-------------------------*/

#faq_content {
	padding: 5px 0 50px;
}

.faq_box {
	padding-top: 40px;
}

.faq_box_hl {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.faq_item {
	border-bottom: 1px solid #fff;
}

.faq_item_hl {
	background: #F0F7F0;
	color: #262727;
	padding: 10px 60px 10px 24px;
	position: relative;
	cursor: pointer;
}

.faq_item_hl_inner {
	display: flex;
}

.faq_item_hl_mark {
	font-size: 20px;
	padding: 4px 16px 0 0;
	line-height: 1;
}

.faq_item_hl_text {
	font-size: 18px;
	line-height: 1.5;
}

.faq_item_hl .plus {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 17px;
	right: 24px;
}

.faq_item_hl .plus::before,
.faq_item_hl .plus::after {
	display: block;
	content: '';
	width: 16px;
	height: 2px;
	background: #262727;
	position: absolute;
	top: 7px;
	left: 0;

}

.faq_item_hl .plus::after {
	transform: rotate(90deg);
	transition: .3s ease;
}

.faq_item_hl.active .plus::after {
	transform: rotate(0deg);
	transition: .3s ease;
}

.faq_item_desc {
	font-size: 16px;
	background: #EFEFEF;
	color: #333333;
	padding: 24px;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	#faq_content {
		padding: 0 0 40px;
	}

	.faq_box {
		padding-top: 30px;
	}

	.faq_item_hl {
		padding: 10px 45px 10px 16px;
	}

	.faq_item_hl_mark {
		font-size: 21px;
		padding-top: 3px;
		padding-right: 14px;
	}

	.faq_item_hl_text {
		font-size: 16px;
	}

	.faq_item_hl .plus {
		right: 16px;
	}

	.faq_item_desc {
		font-size: 14px;
		padding: 16px;
	}


}

@media (max-width: 560px) {

}

.img_flex {
    display: flex;
    align-items: center;
}

.txt_hl {
    font-weight: bold;
}

.txt_hl_red {
    font-weight: bold;
    color: red;
}

.img_border {
    border:5px #00AFF0 solid;
}
