@charset "utf-8";



/* litigation_unit
-----------------------------------*/
#litigation_unit{
	width: 100%;
	margin-bottom: 220px;
}


#litigation_unit > .intro{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 119px auto 0;
}
#litigation_unit > .intro .text{
	width: 565px;
}
#litigation_unit > .intro p{
	font-size: 116%;
}
#litigation_unit > .intro p:first-of-type{
	margin-top: 30px;
}
#litigation_unit > .intro p + p{
	margin-top: 15px;
}
#litigation_unit > .intro .image{
	width: 375px;
	margin-top: 1px;
}


#litigation_unit > .case{
	margin-top: 85px;
	padding-top: 40px;
	padding-bottom: 95px;
	position: relative;
}
#litigation_unit > .case:before{
	content: '';
	width: 100%;
	background: url("../../common/img/bg_ptn_02.gif") repeat center 0;
	display: block;
	position: absolute;
	left: 0;
	top: 70px;
	bottom: 0;
	z-index: -1;
}
#litigation_unit > .case h3{
	width: 900px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
#litigation_unit > .case ul{
	width: 1000px;
	background-color: #fff;
	border: 1px solid #999;
	box-shadow: 0 0 0 6px #e6e6e6 inset;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 79px 49px 69px;
}
#litigation_unit > .case li{
	list-style: none;
	width: 50%;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 30px;
}
#litigation_unit > .case li:nth-child(odd){
	border-right: 1px solid #ccc;
	padding-right: 29px;
}
#litigation_unit > .case li:nth-child(even){
	padding-left: 30px;
}
#litigation_unit > .case li:nth-child(-n+2){
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#litigation_unit > .case li a{
	color: #000;
	text-decoration: none;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#litigation_unit > .case li a:hover .en, 
#litigation_unit > .case li a:hover .title{
	opacity: .5;
}
#litigation_unit > .case li a:hover .image{
	opacity: .7;
}
#litigation_unit > .case li a:hover .btn{
	color: #fff;
	background: #000;
}
#litigation_unit > .case li a:hover .btn:before{
	opacity: 0;
}
#litigation_unit > .case li a:hover .btn:after{
	opacity: 1;
}
#litigation_unit > .case .text{
	width: 230px;
	margin-top: 4px;
	padding-bottom: 50px;
	position: relative;
}
#litigation_unit > .case .en{
	color: #11a6a6;
	font-weight: bold;
	transition: all 0.2s ease;
}
#litigation_unit > .case .title{
	font-size: 138.5%;
	font-weight: bold;
	transition: all 0.2s ease;
}
#litigation_unit > .case .btn{
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	width: 59px;
	height: 30px;
	display: block;
	background: #fff;
	border: 1px solid #000;
	padding: 3px 0 0 29px;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.2s ease;
}
#litigation_unit > .case .btn:before, 
#litigation_unit > .case .btn:after{
	content: "";
	width: 7px;
	height: 10px;
	background-image: url("../../common/img/ico_arrow_02.png");
	background-repeat: no-repeat;
	display: block;
	margin-top: -5px;
	position: absolute;
	left: 17px;
	top: 50%;
	transition: all 0.2s ease;
}
#litigation_unit > .case .btn:before{
	background-position: -7px 0;
}
#litigation_unit > .case .btn:after{
	background-position: 0 0;
	opacity: 0;
}
#litigation_unit > .case .image{
	width: 170px;
	transition: all 0.2s ease;
}
#litigation_unit > .inquiry{
	margin-top: 60px;
}
#litigation_unit > .inquiry .text{
	font-size: 116%;
	text-align: center;
}
#litigation_unit > .inquiry .btn{
	text-align: center;
	margin-top: 60px;
}
#litigation_unit > .inquiry .btn a{
	transition: all 0.2s ease;
}
#litigation_unit > .inquiry .btn a:hover{
	opacity: .7;
}