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

/*  専門チーム宣言　*/

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

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

.team_message{
	border:1px solid #73BE28;
	padding:25px 20px;
	margin-bottom:40px;
}

.team_message h2.team_tit{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:2.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:20px;
}

.team_message p.team_txt{
	font-size:13px;
	color:#555;
	font-weight:normal;
	line-height:1.8em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.team_message .danraku{
	margin-top:15px;
}

.team_message p.team_name{
	margin-top:20px;
	text-align:center;
	font-size:13px;
	color:#555;
	font-weight:normal;
	line-height:1.8em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width:640px){

.team_message{
	border:1px solid #73BE28;
	padding:20px 10px;
	margin-bottom:40px;
}

.team_message h2.team_tit{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

.team_message p.team_txt{
	font-size:12px;
	color:#555;
	font-weight:normal;
	line-height:1.8em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.team_message .danraku{
	margin-top:13px;
}

.team_message p.team_name{
	margin-top:15px;
	text-align:center;
	font-size:12px;
	color:#555;
	font-weight:normal;
	line-height:1.7em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  専門チーム弁護士一覧　*/

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

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

.lawyerBox{
	padding-top:30px;
	border-top:2px solid #D5F0B9;
	overflow:hidden;
}

.lawyerBox h3{
	margin-bottom:0;
	font-size:16px;
}

.lawyerBox p.message{
	text-align:center;
}

.lawyerBox ul{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lawyerBox ul li{
	width:48.5%;
	margin-top:30px;
	display: table;
}

.lawyerBox ul li .photo{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width:120px;
}

.lawyerBox ul li .photo img{
	width:100px;
}

.lawyerBox ul li .profile{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.lawyerBox ul li .profile p.name{
	font-size:16px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:4px;
}

.lawyerBox ul li .profile p.name a {text-decoration: none;}
.lawyerBox ul li .profile p.name a:link {color:#333;}
.lawyerBox ul li .profile p.name a:visited {color:#333;}
.lawyerBox ul li .profile p.name a:active {color:#333;}
.lawyerBox ul li .profile p.name a:hover {color:#1841ce; text-decoration: underline;}

.lawyerBox ul li .profile p.eng{
	font-size:11px;
	font-weight:nomal;
	color:#73BE28;
	line-height:1.6em;
	margin-bottom:13px;
}

.lawyerBox ul li .profile p.umare{
	font-size:11px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:13px;
}

.lawyerBox ul li .profile p.keireki{
	font-size:11px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:13px;
}

.lawyerBox ul li .profile p.bt{
}

.lawyerBox ul li .photo a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

}

@media screen and (max-width:640px){

.lawyerBox{
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.lawyerBox p.message{
	text-align:center;
	margin-bottom:30px;
}

.lawyerBox ul{
	padding-top:10px;
}

.lawyerBox ul li{
	margin-bottom:30px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lawyerBox ul li .photo{
	float:left;
	width:100px;
	margin-right:20px;
}

.lawyerBox ul li .photo img{
	width:100%;
}

.lawyerBox ul li .profile{
	flex:1;
}

.lawyerBox ul li .profile p.name{
	font-size:16px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:4px;
}

.lawyerBox ul li .profile p.name a{
	color:#333;
	text-decoration:none;
}

.lawyerBox ul li .profile p.name a:hover{
	color:#333;
	text-decoration:underline;
}

.lawyerBox ul li .profile p.eng{
	font-size:11px;
	font-weight:nomal;
	color:#73BE28;
	line-height:1.6em;
	margin-bottom:15px;
}

.lawyerBox ul li .profile p.umare{
	font-size:11px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:7px;
}

.lawyerBox ul li .profile p.keireki{
	font-size:11px;
	font-weight:nomal;
	line-height:1.6em;
}

.lawyerBox ul li .profile p.bt{
}

.lawyerBox ul li .photo a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

}