@charset "UTF-8";

#contents-body .area {
	padding-top: 150px;
	margin-top: -150px;
	outline: none;
}
#contents-body .area + .area {
	margin-top: -95px;
}
@media screen and (max-width: 767px) {
	#contents-body .area {
		padding-top: 55px;
		margin-top: -55px;
	}
	#contents-body .area + .area {
		margin-top: -25px;
	}

	#contents-head-sub .cate-menu {
		order: 0;
		margin-top: 20px;
		margin-bottom: -5px;
	}
	#contents-head-sub .cate-menu .major {
		display: none;
	}
	#contents-head-sub .cate-menu .minor {
		display: block !important;
		height: auto !important;
	}
}


dl.qa {
	margin-top: 44px;
}
dl.qa dd + dt {
	margin-top: 30px;
}
dl.qa dt {
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	padding-bottom: 15px;
	border-bottom: 2px solid #e8efea;
	position: relative;
	cursor: pointer;
}
dl.qa dt:focus {
	outline: solid 2px #0068B7;
}
dl.qa dt:hover {
	opacity: 0.7;
}

dl.qa dt .body {
	flex: 1;
}
dl.qa dt .num {
	display: block;
	vertical-align: middle;
	width: 44px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
	margin-top: 2px;
	overflow: hidden;
	text-indent: -9999px;
}

dl.qa dt .ico {
	display: block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(/img/qa/ico_open.png);
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
}
dl.qa dt.open .ico {
	background-image: url(/img/qa/ico_close.png);
}

dl.qa dt .ico > .cl {
	display: none;
}
dl.qa dt.open .ico > .op {
	display: none;
}
dl.qa dt.open .ico > .cl {
	display: inline;
}



dl.qa dt.q01 .num {
	background-image: url(/img/qa/q01.png);
}
dl.qa dt.q02 .num {
	background-image: url(/img/qa/q02.png);
}
dl.qa dt.q03 .num {
	background-image: url(/img/qa/q03.png);
}
dl.qa dt.q04 .num {
	background-image: url(/img/qa/q04.png);
}
dl.qa dt.q05 .num {
	background-image: url(/img/qa/q05.png);
}
dl.qa dt.q06 .num {
	background-image: url(/img/qa/q06.png);
}
dl.qa dt.q07 .num {
	background-image: url(/img/qa/q07.png);
}
dl.qa dt.q08 .num {
	background-image: url(/img/qa/q08.png);
}
dl.qa dt.q09 .num {
	background-image: url(/img/qa/q09.png);
}



dl.qa dd {
	font-size: 18px;
	line-height: 2;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 59px;
	display: none;
}
dl.qa dd .cap {
	font-size: 12px;
	margin-top: 10px;
}
dl.qa dd a {
	color: #0f609f;
	text-decoration: underline;
}

ul.circle-list {
	font-size: 15px;
	margin-top: 10px;
}
ul.circle-list li + li {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	dl.qa {
		margin-top: 20px;
	}
	dl.qa dd + dt {
		margin-top: 20px;
	}
	dl.qa dt {
		font-size: 14px;
		padding-bottom: 10px;
	}
	dl.qa dt .body {
		padding-right: 25px;
	}
	dl.qa dt .num {
		width: 26px;
		height: 18px;
		margin-right: 8px;
	}

	dl.qa dt .ico {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 0;
		bottom: 10px;
		right: 0;
		margin: auto;
		z-index: 10;
	}


	dl.qa dd {
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
	}
	dl.qa dd .cap {
		font-size: 11px;
		line-height: 1.4;
		margin-top: 10px;
	}

	ul.circle-list {
		font-size: 12px;
	}
}