/*------------------------------------------------------------------------------------------------------------------------------------------

* lawyer

------------------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumb {
    background: #f2f2f2;
}

/*扉ページ*/

#lawyer-list {
	width:100%;
	background: #f2f2f2;
	padding:0 10px 25px;
	box-sizing: border-box;
}

#lawyer-list h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#lawyer-list h3:after {
    content: "";
    display: block;
    width: 63px;
    height: 2px;
    margin: 10px auto 0;
    background: #000066;
}

#lawyer-list .list {
	width:100%;
	margin-top:8px;
}

#lawyer-list .list > li {
	width:100%;
	background:#e6e6e6;
	padding:5px;
	box-sizing: border-box;
}

#lawyer-list .list > li + li {
	margin-top:10px;
}

#lawyer-list .list > li > .item_inner {
	width:100%;
    display: flex;
    justify-content: flex-start;
	background:#FFF;
	padding:20px 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}

#lawyer-list .list > li > .item_inner:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #000066 transparent;
	position: absolute;
	bottom:0;
	right:0;
}

#lawyer-list .item_inner > span {
	width:135px;
	display:block;
}

#lawyer-list .item_inner > span img {
	width:100%;
	height: 135px;
    object-fit: cover;
    max-width: inherit;
	display: block;
}

#lawyer-list .item_inner > div {
	width:calc(100% - 135px - 15px);
	margin-left:15px;
}

#lawyer-list .item_inner > div h4 {
	font-size: 1.8rem;
    font-weight: bold;
    border-bottom: #000066 solid 1px;
    padding-bottom: 12px;
    margin-bottom: 8px;
    line-height: 1;
}

#lawyer-list .item_inner > div h4 span {
	color: #4d4d4d;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-top: 7px;
}

#lawyer-list .item_inner > div > p {
	font-size: 1.2rem;
    line-height: 1.6;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


/*個別ページ*/

#lawyer-post {
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
	background:#f2f2f2;
}

#lawyer-post .top-item {
	padding:20px;
	box-sizing: border-box;
}

#lawyer-post .top-item > span {
	width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

#lawyer-post .top-item span img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#lawyer-post .top-item > div {
	padding:30px 25px;
	box-sizing:border-box;
	background:#fff;
}

#lawyer-post .top-item > div h4 {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: #000066 solid 1px;
    padding-bottom: 18px;
    margin-bottom: 14px;
    line-height: 1;
}

#lawyer-post .top-item > div h4 span {
	color: #4d4d4d;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 12px;
}

#lawyer-post .top-item > div p {
	font-size: 1.4rem;
    line-height: 1.8;
}


#lawyer-post .roop-item {
	padding: 20px 22px 30px;
	box-sizing: border-box;
}

#lawyer-post .roop-item dl {
}

#lawyer-post .roop-item dl dt,
#lawyer-post .roop-item dl dd {
	
}

#lawyer-post .roop-item dl dt {
	position: relative;
    text-align: center;
}

#lawyer-post .roop-item dl dt b {
	font-size:1.6rem;
    font-weight: bold;
	color:#000066;
}

#lawyer-post .roop-item dl dd + dt {
	margin-top:20px;
}


#lawyer-post .roop-item dl dt span {
    width: 100%;
    height: 2px;
    background: #808080;
    display: block;
    position: relative;
    margin: 6px auto 15px;
}

#lawyer-post .roop-item dl dt span:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 2px #000066;
    bottom: 0px;
    width: 50%;
}

#lawyer-post .roop-item dl dd {
	background:#FFF;
	padding:15px 20px;
	box-sizing: border-box;
	font-size:1.4rem;
}



/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

/*扉ページ*/

#lawyer-list {
	padding:0 20px 50px;
}

#lawyer-list h3 {
	font-size: 2.6rem;
    margin-bottom: 26px;
}
	
#lawyer-list h3:after {
    height: 3px;
}

#lawyer-list .list {
	margin-top:15px;
}

#lawyer-list .list > li {
	padding:10px;
}

#lawyer-list .list > li + li {
	margin-top:20px;
}

#lawyer-list .list > li > .item_inner {
	padding:40px 20px;
}

#lawyer-list .list > li > .item_inner:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #000066 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
	
#lawyer-list .item_inner > span {
	width:200px;
}

#lawyer-list .item_inner > span img {
	width:100%;
	height: 200px;
	display: block;
}

#lawyer-list .item_inner > div {
    width: calc(100% - 200px - 30px);
	margin-left:30px;
}

#lawyer-list .item_inner > div h4 {
	font-size: 2rem;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

#lawyer-list .item_inner > div h4 span {
    font-size: 1.4rem;
	margin-top: 0;
    display: inline-block;
	margin-left:12px;
}

#lawyer-list .item_inner > div > p {
	font-size:1.4rem;
    -webkit-line-clamp: 7;
}


/*個別ページ*/

#lawyer-post {
    padding: 0 40px 50px;
}

#lawyer-post .top-item {
	display: flex;
    justify-content: space-between;
}

#lawyer-post .top-item > span {
	width: 50%;
    padding-bottom: 50%;
}

#lawyer-post .top-item > div {
	width: 50%;
	padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#lawyer-post .top-item > div h4 {
	width:100%;
    font-size: 2.2rem;
    border-bottom: #000066 solid 2px;
    padding-bottom: 18px;
    margin-bottom: 14px;
}

#lawyer-post .top-item > div h4 span {
    font-size: 1.4rem;
    margin-left: 15px;
}

#lawyer-post .top-item > div p {
	font-size: 1.6rem;
    line-height: 1.8;
}

#lawyer-post .roop-item {
	padding: 0 22px;
	box-sizing: border-box;
}

#lawyer-post .roop-item dl {
}

#lawyer-post .roop-item dl dt,
#lawyer-post .roop-item dl dd {
	
}

#lawyer-post .roop-item dl dt {
	position: relative;
    text-align: center;
    font-weight: bold;
	color:#000066;
}

#lawyer-post .roop-item dl dt b {
	font-size:1.8rem;
}	

#lawyer-post .roop-item dl dd + dt {
	margin-top:20px;
}


#lawyer-post .roop-item dl dt span {
    width: 100%;
    height: 2px;
    background: #808080;
    display: block;
    position: relative;
    margin: 6px auto 15px;
}

#lawyer-post .roop-item dl dt span:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 2px #000066;
    bottom: 0px;
    width: 50%;
}

#lawyer-post .roop-item dl dd {
	background:#FFF;
	padding:15px 20px;
	box-sizing: border-box;
	font-size:1.6rem;
}





}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

.breadcrumb {
    margin-bottom: 0;
}

/*扉ページ*/

#lawyer-list h3 {
    font-size: 3.2rem;
    margin-bottom: 35px;
}

#lawyer-list h3:after {
    width: 100px;
    margin: 16px auto 0;
}

#lawyer-list .list > li {
	padding:10px;
}

#lawyer-list .list > li > .item_inner {
	padding:10px;
	transition: .3s;
}

#lawyer-list .list > li > .item_inner:hover {
	opacity:.7;
}

#lawyer-list .item_inner {
}


#lawyer-list .item_inner > span {
	width:270px;
}

#lawyer-list .item_inner > span img {
	width:100%;
	height: 270px;
	display: block;
	transition: .3s all ease;		
}

#lawyer-list .item_inner:hover > span img {
	opacity:.7;
}

	
#lawyer-list .item_inner > div {
	width: calc(100% - 270px - 60px - 17%);
    margin-left: 3vw;
    margin-top: 3vw;
    box-sizing: border-box;
}

#lawyer-list .item_inner > div h4 {
	font-size: 2.8rem;
	border-bottom: #000066 solid 2px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#lawyer-list .item_inner > div h4 span {
    font-size: 1.6rem;
	margin-left: 25px;
}

#lawyer-list .item_inner > div > p {
	font-size:1.6rem;
	padding-right:50px;
	box-sizing: border-box;
    line-height: 1.8;
}


/*個別ページ*/

#lawyer-post {
    padding: 20px 40px 70px;
}

#lawyer-post .top-item {
	display: flex;
    justify-content: space-between;
	padding: 20px 20px 60px;
}

#lawyer-post .top-item > span {
	width: 50%;
}

#lawyer-post .top-item > div {
	width: 50%;
	padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#lawyer-post .top-item > div h4 {
	width: 100%;
    font-size: 3.2rem;
    border-bottom: #000066 solid 2px;
    padding-bottom: 34px;
    margin-bottom: 27px;
}

#lawyer-post .top-item > div h4 span {
    font-size: 1.6rem;
    margin-left: 30px;
}

#lawyer-post .top-item > div p {
	font-size: 1.6rem;
    line-height: 2;
}

#lawyer-post .roop-item {
	padding: 0 22px;
	box-sizing: border-box;
}

#lawyer-post .roop-item dl {
}

#lawyer-post .roop-item dl dt,
#lawyer-post .roop-item dl dd {
	
}

#lawyer-post .roop-item dl dt {
	position: relative;
    text-align: left;
    font-weight: bold;
	color:#000066;
}

#lawyer-post .roop-item dl dt b {
    text-align: left;
	font-size:2.8rem;
	padding-left:20px;
}

#lawyer-post .roop-item dl dd + dt {
	margin-top:50px;
}

#lawyer-post .roop-item dl dt span {
    width: 100%;
    height: 3px;
    background: #808080;
    display: block;
    position: relative;
    margin: 14px auto 30px;
}

#lawyer-post .roop-item dl dt span:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #000066;
    bottom: 0px;
    width: 50%;
}

#lawyer-post .roop-item dl dd {
	padding:25px 20px;
	font-size:1.6rem;
	line-height: 2;
}




}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {

.breadcrumb {
	width: 100%;
}

.breadcrumb ul {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

/*扉ページ*/

#lawyer-list {
    padding: 0 0 50px;
}

#lawyer-list > div {
    width: 1280px;
    padding: 0 20px;
	margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

#lawyer-list .list > div {
	width:1280px;
	padding:0 20px;
	box-sizing: border-box;
}

#lawyer-list .list {
	width:1240px;
}

#lawyer-list .item_inner > span img {
	width:100%;
	display: block;
}

#lawyer-list .item_inner > div {
	width: calc(100% - 270px - 60px - 17%);
    margin-left: 60px;
    margin-top: 50px;
    box-sizing: border-box;
}

#lawyer-list .item_inner > div > p {
	padding-right:50px;
    -webkit-line-clamp: 3;
}


/*個別ページ*/
	
#lawyer-post {
    padding: 20px 0 70px;
}

#lawyer-post .top-item {
	width:1024px;
    display: flex;
    justify-content: space-between;
	margin:0 auto;
	padding: 20px 0 60px;
}

#lawyer-post .top-item > div{
    padding: 0 40px;
}

#lawyer-post .top-item > div h4 {
	margin-top: -40px;
    margin-bottom: 32px;
}

#lawyer-post .roop-item {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
    padding: 0;
}





}






