@charset "utf-8";
/*
* css for faq list
 *
* @version			0.0.0
* @lastmodified 2025-03-10
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

#faq_list .outer h3 {
  padding: 0.375rem 0 0.125rem 2.25rem;
  border-bottom: 1px solid #ccc;
	background-size: 1rem;
	position: relative;
}
#faq_list .outer h3:hover {
  background-color: #eee;
}
#faq_list .outer h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 8px;
	width: 20px;
	height: 20px;
	background-image: url('../../../images/icn_accordion.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#faq_list .outer h3:hover::before {
	background-position: 0 -50px;
}
#faq_list .outer.open h3::before {
	background-position: 0 -100px;
}
#faq_list .outer.open h3:hover::before {
	background-position: 0 -150px;
}
#faq_list h3 span.subtitle {
  font-size: 1rem;
	margin-left: 0.5rem;
}
#faq_list .outer .inner.slideBox {
  _isplay: none;
}
#faq_list dl dt {
  line-height: 1.5;
  padding: 0 0 0 1.5rem;
  margin-top: 1.75rem;
	position: relative;
}
#faq_list dl dt:first-child {
  margin-top: 0.5rem;
}
#faq_list dl dt::before {
	content: "■ ";
	display: block;
	color: crimson;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
#faq_list dl dd {
  line-height: 1.5;
  padding: 0 0 0 1.5rem;
  margin-top: 0.5rem;
	position: relative;
}
#faq_list dl dd::before {
	content: "▶ ";
	display: block;
	color: #10B090;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
#faq_list dl dt + dt,
#faq_list dl dd + dd{
  margin-top: 0.125rem;
}
p.caution {
	color: crimson;
}
p.link {
	line-height: 1.25;
	margin: 1rem 0;
	padding-left: 0.825rem;	
	background: url('../../../img5/link_pov.png') no-repeat 0 4px;
}
p.link:hover {
	background: url('../../../img5/link_p.png') no-repeat 0 4px;	
}
