@charset "UTF-8";
/* CSS Document */

/* #head
 * --------------------------------------- */
#head {
	background: url(../img/head_lawQA.jpg) no-repeat center center;
	background-size: cover;
}



/* #lawQAhead
 * --------------------------------------- */
@media screen and (max-width: 768px) {
	#lawQAhead .txt {
		text-align: left;
	}
}


/* #lawQAcat
 * --------------------------------------- */
#lawQAcat {
	margin: -30px 0 0;
	padding: 30px 0 0;
}
#lawQAcat .content {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 20px;
}
#lawQAcat .content .title {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
#lawQAcat .content ul {
	display: inline-block;
}
#lawQAcat .content ul li {
	display: inline-block;
}
#lawQAcat .content ul li a {
	display: inline-block;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
	padding: 1px 15px;
}
#lawQAcat .content ul li a:hover {
	background-color: #0a104a;
	color: #fff;
}

/*企業*/
#lawQAcat .content ul li.cat-item-14 a {
	color: #284d94;
}
#lawQAcat .content ul li.cat-item-14 a:hover {
	background-color: #284d94;
	color: #fff;
}
/*債務*/
#lawQAcat .content ul li.cat-item-15 a {
	color: #f6a04d;
}
#lawQAcat .content ul li.cat-item-15 a:hover {
	background-color: #f6a04d;
	color: #fff;
}
/*事故*/
#lawQAcat .content ul li.cat-item-16 a {
	color: #669900;
}
#lawQAcat .content ul li.cat-item-16 a:hover {
	background-color: #669900;
	color: #fff;
}
/*労災*/
#lawQAcat .content ul li.cat-item-20 a {
	color: #445b24;
}
#lawQAcat .content ul li.cat-item-20 a:hover {
	background-color: #445b24;
	color: #fff;
}
/*離婚*/
#lawQAcat .content ul li.cat-item-17 a {
	color: #eb8493;
}
#lawQAcat .content ul li.cat-item-17:hover a {
	background-color: #eb8493;
	color: #fff;
}
/*相続*/
#lawQAcat .content ul li.cat-item-18 a {
	color: #9d6861;
}
#lawQAcat .content ul li.cat-item-18:hover a {
	background-color: #9d6861;
	color: #fff;
}

#lawQAcat.listFooter {
	padding-bottom: 120px;
}

@media screen and (max-width: 980px) {
	#lawQAcat {
		margin: -95px 0 0;
		padding: 95px 0 0;
	}
}
@media screen and (max-width: 768px) {
	#lawQAcat .content {
		margin-bottom: 30px;
		padding: 10px;
	}
	#lawQAcat .content .title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#lawQAcat .content ul li a {
		font-size: 13px;
		margin: 0 3px;
		padding: 1px 10px;
	}

	#lawQAcat.listFooter {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	#lawQAcat {
		margin: -80px 0 0;
		padding: 80px 0 0;
	}
	#lawQAcat .content ul {
		width: 100%;
	}
	#lawQAcat .content ul li {
		margin: 0 1%;
		width: 47%;
	}
	/*#lawQAcat .content ul li:last-of-type {
		width: 97.5%
	}*/
	#lawQAcat .content ul li a {
		box-sizing: border-box;
		font-size: 13px;
		margin: 0 0 8px;
		padding: 5px 10px;
		width: 100%;
	}
}


/* #lawQAlist
 * --------------------------------------- */
#lawQAlist .inner {
	overflow: hidden;
	padding: 0 50px;
}
#lawQAlist .box {
	float: left;
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 0 2% 20px 0;
	padding: 20px;
	width: 32%;
}
#lawQAlist .box:nth-of-type(3n) {
	margin-right: 0;
}
#lawQAlist .box .img {
	margin-bottom: 15px;
}
#lawQAlist .box .img a:hover {
	opacity: 0.75;
}
#lawQAlist .box .img img {
	width: 100%;
}
#lawQAlist .box .title {
	overflow: hidden;
}
#lawQAlist .box .title .num {
	float: left;
	display: table;
	background-color: #fed900;
	border-radius: 18px;
	box-sizing: border-box;
	text-align: center;
	width: 36px;
	height: 36px;
}
#lawQAlist .box .title .num span {
	display: table-cell;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}
#lawQAlist .box .title h3 {
	line-height: 1.7;
	padding-left: 48px; 
	text-align: left;
}
#lawQAlist .box .title h3 a:hover {
	background-color: #fed900;
}
#lawQAlist .box .title h3 a br {
	display: none;
}
#lawQAlist .box .footer {
	text-align: right;
}
#lawQAlist .box .footer .vol {
	display: inline-block;
	color: #ccc;
	font-size: 12px;
}

#lawQAlist .box .footer .label {
	display: inline-block;
	background-color: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 5px;
	padding: 1px 7px;
}
#lawQAlist .box .footer .label.kigyou {
	color: #284d94;
}
#lawQAlist .box .footer .label.saimu {
	color: #f6a04d;
}
#lawQAlist .box .footer .label.jiko {
	color: #669900;
}
#lawQAlist .box .footer .label.rousai {
	color: #445b24;
}
#lawQAlist .box .footer .label.koujinou {
	color: #1b1d7d;
}
#lawQAlist .box .footer .label.rikon {
	color: #eb8493;
}
#lawQAlist .box .footer .label.sozoku {
	color: #9d6861;
}

#lawQAlist .box .new {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fed900;
	border-bottom-right-radius: 5px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 7px 10px;
}
#lawQAlist .box:first-of-type .new {
	display: block;
}

#lawQAlist h2 {
	border-bottom: 4px solid #0a104a;
	font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 14px;
}

#lawQAlist.listFooter {
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#lawQAlist .inner {
		padding: 0 3%;
	}
	#lawQAlist .box {
		float: none;
		margin: 0 0 15px 0;
		overflow: hidden;
		padding: 10px;
		width: 100%;
	}
	#lawQAlist .box .img {
		float: left;
		margin: 0 5% 0 0;
		width: 35%;
	}
	
	#lawQAlist .box .title {
		width: 60%;
	}
	#lawQAlist .box .title .num {
		border-radius: 12px;
		width: 24px;
		height: 24px;
	}
	#lawQAlist .box .title h3 {
		padding-left: 34px; 
	}

	#lawQAlist .box .new {
		font-size: 12px;
		padding: 3px 8px;
	}

	#lawQAlist h2 {
		font-size: 16px;
		letter-spacing: 1px;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}

	#lawQAlist.listFooter {
		padding: 30px 0;
	}
}


/* #lawQAdetail
 * --------------------------------------- */
#lawQAdetail .header{
	margin-bottom: 100px;
}
#lawQAdetail .header h2 {
	border-bottom: 4px solid #0a104a;
	letter-spacing: 2px;
    line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
    padding: 0 20px 15px;
}
#lawQAdetail .header h2 span {
	display: block;
	border: none;
    font-style: normal;
	margin: 0;
	padding: 0;
}
#lawQAdetail .header h2 span.main {
	float: left;
	font-size: 26px;
}
#lawQAdetail .header h2 span.sub {
	float: right;
	font-size: 16px;
	margin-top: 10px;
}

#lawQAdetail .header .data {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: right;
}
#lawQAdetail .header .data p {
	display: inline-block;
	margin-left: 10px;
}
#lawQAdetail .header .data p.cat {
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 15px;
}
#lawQAdetail .header .data p.cat.kigyou {
	color: #284d94;
}
#lawQAdetail .header .data p.cat.saimu {
	color: #f6a04d;
}
#lawQAdetail .header .data p.cat.jiko {
	color: #669900;
}
#lawQAdetail .header .data p.cat.rousai {
	color: #445b24;
}
#lawQAdetail .header .data p.cat.koujinou {
	color: #1b1d7d;
}
#lawQAdetail .header .data p.cat.rikon {
	color: #eb8493;
}
#lawQAdetail .header .data p.cat.sozoku {
	color: #9d6861;
}


#lawQAdetail .header .title {
	margin: 0 20px 20px;
	overflow: hidden;
}
#lawQAdetail .header .title .icon {
	float: left;
	display: table;
	border-radius: 22px;
	box-sizing: border-box;
	text-align: center;
	width: 44px;
	height: 44px;
}
#lawQAdetail .header .title.qTitle .icon {
	background-color: #fed900;
}
#lawQAdetail .header .title.aTitle .icon {
	background-color: #0a104a;
}
#lawQAdetail .header .title .icon span {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}
#lawQAdetail .header .title.aTitle .icon span {
	color: #fff;
}
#lawQAdetail .header .title h3 {
	font-size: 24px;
	padding: 4px 0 15px 65px; 
	text-align: left;
}

#lawQAdetail .txt {
	margin-bottom: 80px;
	overflow: hidden;
	padding: 0 20px;
	text-align: left;
}
#lawQAdetail .txt .img {
	float: right;
	margin: 0 0 20px 5%;
	width: 35%;
}
#lawQAdetail .txt .img img {
	width: 100%;
}
#lawQAdetail .txt p {
	margin-bottom: 20px;
}

#lawQAdetail .info {
	border-top: 1px dotted #ccc;
	overflow: hidden;
	padding: 20px;
}
#lawQAdetail .info .img {
	float: left;
	background-color: #fff;
	padding-right: 30px;
	width: 200px;
}
#lawQAdetail .info .img img {
	width: 100%;
}

#lawQAdetail .info .title {
	border-bottom: 3px solid #ddd;
	font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 5px 0 10px 0;
    padding: 0 15px 5px 0;
    text-align: left;
	text-indent: 15px;
}
#lawQAdetail .info .content {
	margin: 5px 0 0 0;
	text-align: left;
	text-indent: 7px;
}
#lawQAdetail .info .content p {
	display: inline-block;
	margin: 0 20px 0 0;
}
#lawQAdetail .info .content p.team {
	margin-right: 0;
}
#lawQAdetail .info .content p.name a {
	display: inline-block;
	padding: 0 3px;
	margin-left: 10px;
}
#lawQAdetail .info .content p.name a:hover {
	background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
	#lawQAdetail .header{
		margin-bottom: 30px;
	}
	#lawQAdetail .header h2 {
		border-bottom: 3px solid #0a104a;
		padding: 0 10px 7px;
	}
	#lawQAdetail .header h2 span.main {
		font-size: 18px;
	}
	#lawQAdetail .header h2 span.sub {
		font-size: 14px;
		margin-top: 5px;
	}

	#lawQAdetail .header .data {
		margin-bottom: 20px;
	}
	#lawQAdetail .header .data p.cat {
		font-size: 13px;
		padding: 1px 10px;
	}

	#lawQAdetail .header .title {
		margin: 0 10px 15px;
	}
	#lawQAdetail .header .title .icon {
		border-radius: 15px;
		width: 30px;
		height: 30px;
	}
	#lawQAdetail .header .title .icon span {
		font-size: 16px;
	}
	#lawQAdetail .header .title h3 {
		font-size: 17px;
		padding: 1px 0 15px 40px; 
	}
	#lawQAdetail .header .title h3 br {
		display: none;
	}

	#lawQAdetail .txt {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	#lawQAdetail .txt .img {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	#lawQAdetail .txt p {
		margin-bottom: 15px;
	}

	#lawQAdetail .info {
		box-sizing: border-box;
		overflow: hidden;
		padding: 10px;
		width: 100%;
	}
	#lawQAdetail .info .img {
		float: left;
		padding-right: 5%;
		width: 40%;
	}

	#lawQAdetail .info .title {
		border-bottom: 2px solid #ddd;
		box-sizing: border-box;
		font-size: 16px;
		margin: 0 0 10px;
		padding: 0 5px 5px;
		text-indent: 0;
	}
	#lawQAdetail .info .content {
		box-sizing: border-box;
		margin: 0;
		padding: 0 5px;
		text-indent: 0;
	}
	#lawQAdetail .info .content p {
		margin: 0 10px 0 0;
	}
}



