@charset "UTF-8";

/* -------------------------------------
lawyers
------------------------------------- */
.mainimg .bg {
	background-image:url(../imgs/lawyers/mainimg.jpg);
}


.maincap {
	font-size:22px;
	font-weight:bold;
	color:#183460;
	text-align:center;
	line-height:2.2;
	letter-spacing:0.25em;
	margin-bottom:85px;
}
.lawyers_blk {
	max-width:1045px;
	margin:0 auto;
}
.lawyers_blk:not(:last-child) {
	margin-bottom:10.3%;
}
.lawyers_blk .photo {
	width:225px;
	float:left;
}
.lawyers_blk .text {
	width:calc(100% - 260px);
	float:right;
}
.lawyers_blk .text .setheight {
	margin-bottom:45px;
}
.lawyers_blk .text h2 {
	font-size:0;
	margin-bottom:25px;
	border-left:1px solid #98AFD0;
	border-right:1px solid #98AFD0;
}
.lawyers_blk .text h2 span {
	font-weight:normal;
	color:#183460;
	display:inline-block;
	vertical-align:middle;
}
.lawyers_blk .text h2 .jp {
	font-size:25px;
	letter-spacing:0.4em;
	width:210px;
	padding:0 15px 2px 15px;
	border-right:1px solid #98AFD0;
}
.lawyers_blk .text h2 .eng {
	font-size:12px;
	letter-spacing:0.2em;
	padding-left:15px;
}
.lawyers_blk .text p.cap {
	text-indent:1em;
	line-height:1.9;
	letter-spacing:0.05em;
}
.lawyers_blk .text a.expand {
	font-size:15px;
	font-weight:500;
	color:#fff;
	line-height:1.2;
	letter-spacing:0.2em;
	padding:13px 20px 14px 20px;
	background:#98AFD0 url(../imgs/lawyers/arrow_close.svg) no-repeat right 20px center;
	background-size:19px 12px;
	transition:background-color 0.3s;
}
.lawyers_blk .text a.expand:hover {
	background-color:#183460;
	opacity:1.0;
}
.lawyers_blk .text a.expand.on {
	background:#183460 url(../imgs/lawyers/arrow_open.svg) no-repeat right 20px center;
	background-size:19px 12px;
}
.lawyers_blk .text .expandbox {
	display:none;
	padding:25px 0;
	border-bottom:1px solid #98AFD0;
}
.lawyers_blk .text .expandbox ul {
	padding-left:20px;
}
.lawyers_blk .text .expandbox li {
	font-size:16px;
	line-height:2.2;
	letter-spacing:0.1em;
	padding-left:20px;
	position:relative;
}
.lawyers_blk .text .expandbox li::after {
	content:"";
	width:14px;
	height:14px;
	display:block;
	border-radius:50%;
	background-color:#E6E6E6;
	position:absolute;
	top:11px;
	left:0;
	z-index:1;
}



@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1220px) {
	.maincap {
		font-size:21px;
		letter-spacing:0.2em;
		margin-bottom:80px;
	}
	
	
	.lawyers_blk .photo {
		width:210px;
	}
	.lawyers_blk .text {
		width:calc(100% - 240px);
	}
	
	.lawyers_blk .text h2 {
		margin-bottom:23px;
	}
	.lawyers_blk .text h2 .jp {
		font-size:24px;
		letter-spacing:0.3em;
		width:190px;
	}
	.lawyers_blk .text .expandbox li {
		font-size:15px;
		line-height:2.1;
		padding-left:18px;
	}
	.lawyers_blk .text .expandbox li::after {
		width:13px;
		height:13px;
		top:9px;
	}
}
@media screen and (max-width:1100px) {
	.maincap {
		margin-bottom:75px;
	}
	
	
	.lawyers_blk .photo {
		width:200px;
	}
	.lawyers_blk .text {
		width:calc(100% - 230px);
	}
	.lawyers_blk .text h2 {
		margin-bottom:21px;
	}
	.lawyers_blk .text h2 .jp {
		font-size:23px;
		width:180px;
	}
}
@media screen and (max-width:1000px) {
	.maincap {
		font-size:20px;
		line-height:2.0;
		letter-spacing:0.15em;
		margin-bottom:70px;
	}
	
	
	.lawyers_blk .photo {
		width:185px;
	}
	.lawyers_blk .text {
		width:calc(100% - 210px);
	}
	
	.lawyers_blk .text h2 {
		margin-bottom:19px;
	}
	.lawyers_blk .text h2 .jp {
		font-size:22px;
		letter-spacing:0.2em;
		width:160px;
	}
	.lawyers_blk .text .expandbox li {
		font-size:14px;
		line-height:1.9;
		padding-left:17px;
	}
	.lawyers_blk .text .expandbox li::after {
		width:12px;
		height:12px;
		top:8px;
	}
}
@media screen and (max-width:768px) {
	.maincap {
		font-size:19px;
		line-height:1.9;
		letter-spacing:0.1em;
		margin-bottom:65px;
	}
	
	
	.lawyers_blk:not(:last-child) {
		margin-bottom:70px;
	}
	.lawyers_blk .photo {
		width:165px;
	}
	.lawyers_blk .text {
		width:calc(100% - 180px);
	}
	.lawyers_blk .text .setheight {
		margin-bottom:25px;
	}
	.lawyers_blk .text h2 {
		margin-bottom:17px;
	}
	.lawyers_blk .text h2 .jp {
		font-size:21px;
		letter-spacing:0.1em;
		width:140px;
	}
	.lawyers_blk .text h2 .eng {
		font-size:11px;
		letter-spacing:0.1em;
	}
	.lawyers_blk .text a.expand {
		font-size:14px;
	}
	.lawyers_blk .text .expandbox li {
		font-size:13px;
		line-height:1.8;
		padding-left:15px;
	}
	.lawyers_blk .text .expandbox li::after {
		width:11px;
		height:11px;
		top:7px;
	}
}
@media screen and (max-width:640px) {
	.maincap {
		line-height:1.8;
		margin-bottom:60px;
	}
	
	
	.lawyers_blk:not(:last-child) {
		margin-bottom:65px;
	}
	.lawyers_blk .photo {
		width:150px;
		float:none;
		margin:0 auto 30px auto;
	}
	.lawyers_blk .text {
		width:calc(100% - 0px);
		float:none;
	}
	.lawyers_blk .text h2 {
		margin-bottom:15px;
	}
	.lawyers_blk .text h2 .jp {
		font-size:20px;
		text-align:center;
	}
	.lawyers_blk .text .expandbox ul {
		padding-left:0;
	}
}
@media screen and (max-width:500px) {
	.maincap {
		font-size:18px;
		margin-bottom:55px;
	}
	
	
	.lawyers_blk:not(:last-child) {
		margin-bottom:60px;
	}
	.lawyers_blk .text h2 .jp {
		font-size:19px;
		width:130px;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:1001px) {
	
}