@charset "utf-8";
/* CSS Document */
.lawyer__page{
	
}

.lawyer__page .name-s span{
	font-size: 0.75rem;
	border: 1px solid #0C1E44;
	padding: 5px 20px;
	font-family: "Noto Sans JP";
}

.lawyer__page .name{
	color: #0C1E44;
	font-size: 1.57rem;
}

.lawyer__page .name span.en{
	font-size: 0.75rem;
	border: none;
	margin-left: 5px;
	font-family: "Noto Sans JP";
}


.lawyer__page .career-block{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 30px;
}

.lawyer__page .career-block{
}


.lawyer__page .history-block {
	width: 100%;
	
}

.lawyer__page .history-block .bg{
	background: #F5F5F5;
	padding: 3% 3% 4% 6%;
	margin: 1% 0 2% 0;
	
}


.lawyer__page .other-block{
	width: 28%;
	padding:9% 0 0 5%;
}

.lawyer__page .other-block img{
}

@media screen and (max-width: 767px){
	.lawyer__page .career-block{
		display: flex;
		flex-direction: column;
	}
	
	.lawyer__page .other-block{
		width: 60%;
		padding:4% 0 0 5%;
	}

}



/*//経歴
-----------------------------------------*/

.lawyer__page .history-block dt {
  clear: left;
  float: left;
  width: 20%;
  font-weight: bold;
}
.lawyer__page .history-block dd { 
	margin: 0 0 0 20%; 
}
.lawyer__page .history-block dd:before { 
	content: '……　'; 
}


@media screen and (max-width: 767px){
	.lawyer__page .history-block dt {
	  clear: both;
	  float: none;
	  width: 100%;
	  font-weight: bold;
	}
	.lawyer__page .history-block dd { 
		margin: 0 0 15px 0; 
	}
	.lawyer__page .history-block dd:before { 
		display: none;
		content: '… '; 
	}
}







/*//経歴（使ってない）
-----------------------------------------*/

.main-bdr{
  border-color: #3A6BA5;
}
 
.tl-content {
  position: relative;
  padding: 0 0 0.8em 1.8em;
}
 
.tl-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
  width: 3px;
  background: #ccd5db;
}
 
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
  background: transparent;
}
 
.tl-content:last-of-type:before {
  content: none;
}
 
.tl-content img{
  max-width: 100%;
  height: auto;
}
 
.tl_label {
  padding-top: 2px;
  color: #90969a;
  font-size: 14px;
  font-weight: bold;
}
 
.tl_title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
}
 
.tl_main {
	margin-top: 0.5em;
	padding: 0 0 0.8em;
	font-size: 0.9rem;
	line-height: 1.6;
	border-bottom: dashed 1px #ccd5db;
	font-family: "Noto Sans JP";	
}
 
.main-bc {
  background-color: #3A6BA5;
}
 
.tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #3A6BA5;
}

