/***********************************************************************
 * FAQ-¤è¤¯¤¢¤ëÙ|†– /education/library/faq/
 ********************************************************************* */
.faqItemList {
	border-bottom: #ddd 1px solid;
	padding-bottom: 1em;
}
.faqItemList + .faqItemList {
	margin-top: 1em;
}
.faqItemList > dt {
	color: #222e55;
	font-weight: bold;
	background-image: url("/education/library/faq/img/ic_qa_q.svg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0.5em;
}
.faqItemList > dd {
	background-image: url("/education/library/faq/img/ic_qa_a.svg");
	background-repeat: no-repeat;
	background-position: left top;
}
.faqItemList a {
	color: #222e55;
	text-decoration: underline;
}
.discList {
	padding-left: 1.5em;
}
.discList > li {
	list-style-type: disc;
}
.ancLinkList {
	letter-spacing: -0.4em;
	line-height: 1;
}
.ancLinkList > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	border-left: #ddd 1px solid;
}
.ancLinkList > li:last-child {
	border-right: #ddd 1px solid;
}

@media only screen and (max-width: 767px) {
.faqItemList > dt,
.faqItemList > dd {
	padding-left: 38px;
	padding-top: 0.25rem;
	background-size: 28px 28px;
	min-height: 28px;
}
.faqItemList > dt {
	font-size: 1.1rem;
}
.faqItemList > dd {
	font-size: 0.875rem;
}
.ancLinkList {
	margin-bottom: 20px;
}
.ancLinkList > li {
	padding: 0.5em;
}
.anchor {
	padding-top: 80px;
	margin-top:-80px;
}
}
@media print, screen and (min-width: 768px) {
.faqItemList > dt,
.faqItemList > dd {
	padding-left: 56px;
	padding-top: 0.25rem;
	background-size: 36px 36px;
	min-height: 36px;
}
.faqItemList > dt {
	font-size: 1.25rem;
}
.faqItemList > dd {
	font-size: 1rem;
}
.ancLinkList {
	margin-bottom: 25px;
}
.ancLinkList > li {
	padding: 0.5em 1em;
}
.anchor {
	padding-top: 150px;
	margin-top:-150px;
}
}


@media (hover: hover) {
.faqItemList a:hover {
	text-decoration: none;
}
}