.lawyer_area{
	font-size: 0;
	position: relative;
	margin-bottom: 100px;
}
.lawyer_left,
.lawyer_right{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
}
.lawyer_left img{
	width: 100%;
}
.lawyer_left{
	width: 35%;
}
.lawyer_right{
	width: 65%;
	padding: 40px;
	box-sizing: border-box;
}
.lawyer_right h3{
	font-size: 30px;
}
.lawyer_right h3 span{

}
.lawyer_main{
	position: relative;
}
.lawyer_main::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1px;
	height: 350px;
	background-color: #c30d23;
	bottom: 0;
	left: 0;
}
.lawyer_main_b::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1px;
	height: 350px;
	background-color: #182987;
	bottom: 0;
	left: 0;
}
.lawyer_main .line{
    width: 55%;
    transform: rotate(-25deg);
    border: 0;
    border-top: 1px solid #c30d23;
    position: absolute;
    bottom: 10%;
    right: 10%;
}
.lawyer_main .line_b{
    border-top: 1px solid #182987;
}
.lawyer_profile{
	border-top: 1px solid #c30d23;
	border-left: 1px solid #c30d23;
	padding: 40px;
	box-sizing: border-box;
	font-size: 0;
}
.lawyer_profile_b{
	border-top: 1px solid #182987;
	border-left: 1px solid #182987;
}

.border_b{
	border-color: #182987;	
}


.lawyer_profile h4{
	color: #c30d23;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 40px;
}
.lawyer_profile h5{
	color: #c30d23;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}
.lawyer_profile h6{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
.lawyer_profile .profile_box{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.lawyer_profile .profile_box_l{
	width: 55%;
}
.lawyer_profile .profile_box_r{
	width: 45%;
}
.lawyer_profile .profile_history{
	font-size: 16px;
	margin-top: 40px;
}
.lawyer_profile ul li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width: 100%;
}
.lawyer_profile ul li{
	margin-bottom: 5px;
}
.lawyer_profile ul li.nm1{
	width: 100px;
}
.lawyer_profile ul li.nm3{
	width: 50px;
}
.lawyer_profile ul li.nm2{
	width: calc(100% - 120px);
}
.lawyer_profile ul li.nm4{
	width: calc(100% - 60px);
}
.left_box2{
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
    margin-bottom: -25px;
}
.lawyer_area2{
	width: 100%;
	position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.lawyer_box{
	width: 40%;
}
.min_b{
	font-size: 14px;
	line-height: 0.7em;
}
.m_name{
    margin-top: 0;
	margin-bottom: 30px;
}

@media only screen and (max-width: 950px) {
	.lawyer_main::before{
		height: 250px;
	}
}
@media only screen and (max-width: 750px) {
	.lawyer_area{
		margin-bottom: 100px;
	}
	.lawyer_main::before{
		height: 300px;
	}
	.lawyer_main .line{
		width: 65%;
		right: -20%;
	}
	.lawyer_profile .profile_box{
		width: 100%;
		display: block;
	}
	.lawyer_left{
		width: 55%;
	}
	.vertical{
		width: 45%;
		text-align: center;
	}
	.vertical_inner{
		writing-mode: vertical-rl;
	}
	.lawyer_left,
	.lawyer_right{
		font-size: 26px;
		line-height: 38px;
	}
	.lawyer_right h3{
		font-size: 38px;
		line-height: 60px;
		margin-top: 0 !important;
		margin-right: 10px;
	}
	.lawyer_profile{
		padding: 40px 20px;
	}
	.lawyer_profile h4{
		font-size: 28px;
		line-height: 40px;
	}
	.lawyer_profile h5{
		font-size: 28px;
		line-height: 40px;
	}
	.lawyer_profile h6{
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.lawyer_profile .profile_box{
		font-size: 26px;
		line-height: 38px;
		margin-top: 40px;
	}
	.lawyer_profile .profile_history{
		font-size: 26px;
		line-height: 38px;
	}
	.lawyer_profile ul li{
		font-size: 22px;
		line-height: 36px;
	}
	.lawyer_profile ul li{
		margin-bottom: 10px;
	}
	.lawyer_profile ul li.nm1{
		width: 140px;
	}
	.lawyer_profile ul li.nm2{
		width: calc(100% - 150px);
	}
	.lawyer_profile ul li.nm3{
		width: 60px;
	}
	.lawyer_profile ul li.nm4{
		width: calc(100% - 70px);
	}
    .left_box2{
        width: 100%;
    }
    .lawyer_area2{
        margin-bottom: -25px;
    }
    .lawyer_box{
        width: 50%;
    }
    .min_b{
        font-size: 20px;
    }
    .m_name{
        margin-top: -5px;
        margin-bottom: 40px;
    }
}