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

/*  メイン画像（スライド）　*/

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

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

.flexslider{
	margin-top:10px;
	width:960px;
	height:480px;
}

.sp_flexslider{
	display:none;
}

}

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

.flexslider{
	display:none;
}

.sp_flexslider{
	width:100%;
}

}

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

/*  スマホ用ナビゲーション　*/

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

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

.sp_naviBox{
	display:none;
}

}

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

.sp_naviBox{
}

.sp_naviBox ul.sp_navi {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #CCC;
  font-size: 13px;
  list-style-type: none;
}

/*clearfix*/

.sp_naviBox ul.sp_navi:after {
  content: "";
  clear: both;
  display: block;
}

.sp_naviBox ul.sp_navi li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*奇数のli要素に適応*/

.sp_naviBox ul.sp_navi li:nth-child(odd) {
  border-right: 1px solid #CCC;
}

.sp_naviBox ul.sp_navi a {
  display: block;
  line-height: 44px;
  color: #444;
  text-decoration: none;
}

.sp_naviBox ul.sp_navi a:hover {
  color: #444;
  background: #ECF8E4;
}

}

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

/*  取り扱い事件　*/

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

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

.serviceBox{
	margin-top:25px;
}

.serviceBox h2{
	margin-bottom:22px;
	line-height:0px;
}

/*  医療事故と建築トラブルのボックス　*/

.serviceBox .mainserviceBox{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom:20px;
}

.serviceBox .mainserviceBox .innerBox{
	width:48%;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.serviceBox .mainserviceBox .innerBox .iconBox{
	width:135px;
	margin-right:25px;
}

.serviceBox .mainserviceBox .innerBox .infoBox{
	flex:1;
	padding-top:5px;
}

.serviceBox .mainserviceBox .innerBox .iconBox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_title{
	font-family: 'Roboto', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size:19px;
	font-weight:700;
	color:#333;
	line-height:1.5em;
	letter-spacing:1.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:10px;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_title a{
	color:#333;
	text-decoration:none;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_title a:hover{
	color:#333;
	text-decoration:underline;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_txt{
	font-size:12px;
	font-weight:normal;
	color:#555;
	line-height:1.8em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_txt a{
	color:#555;
	text-decoration:none;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_txt a:hover{
	color:#555;
	text-decoration:underline;
}

/*  その他8つの取り扱い事件のボックス　*/

.serviceBox .serviceBox_inner{
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	padding:5px 0;
	overflow:hidden;
}

.serviceBox .serviceBox_inner .dotline{
	font-size:0px;
	line-height:0px;
	clear:both;
}

.serviceBox .serviceBox_inner ul.service_menu{
}

.serviceBox .serviceBox_inner ul.service_menu li{
	float:left;
	width:240px;
	height:60px;
	padding:8px 0px;
}

.serviceBox .serviceBox_inner ul.service_menu li img{
	float:left;
	width:60px;
	margin-right:10px;
}

.serviceBox .serviceBox_inner ul.service_menu li p{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:1.5em;
	color:#444;
}

.serviceBox .serviceBox_inner ul.service_menu li p a {text-decoration: none;}
.serviceBox .serviceBox_inner ul.service_menu li p a:link {color:#444;}
.serviceBox .serviceBox_inner ul.service_menu li p a:visited {color:#444;}
.serviceBox .serviceBox_inner ul.service_menu li p a:active {color:#444;}
.serviceBox .serviceBox_inner ul.service_menu li p a:hover {color:#444; text-decoration: underline;}

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

}

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

.serviceBox{
	margin-top:25px;
	padding:0 15px;
}

.serviceBox h2{
	margin-bottom:22px;
	line-height:0px;
}

/*  医療事故と建築トラブルのボックス　*/

.serviceBox .mainserviceBox{
}

.serviceBox .mainserviceBox .innerBox{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom:1px dashed #CCC;
	padding-bottom:15px;
	margin-bottom:15px;
}

.serviceBox .mainserviceBox .innerBox .iconBox{
	width:100px;
	margin-right:17px;
}

.serviceBox .mainserviceBox .innerBox .infoBox{
	flex:1;
}

.serviceBox .mainserviceBox .innerBox .iconBox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_title{
	font-family: 'Roboto', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size:17px;
	font-weight:700;
	color:#333;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:7px;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_title a{
	color:#333;
	text-decoration:none;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_title a:hover{
	color:#333;
	text-decoration:underline;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_txt{
	font-size:12px;
	font-weight:normal;
	color:#555;
	line-height:1.8em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_txt a{
	color:#555;
	text-decoration:none;
}

.serviceBox .mainserviceBox .innerBox .infoBox p.info_txt a:hover{
	color:#555;
	text-decoration:underline;
}

/*  その他8つの取り扱い事件のボックス　*/

.serviceBox .serviceBox_inner{
	overflow:hidden;
}

.serviceBox .serviceBox_inner .dotline{
	clear:both;
}

.serviceBox .serviceBox_inner .dotline img{
	display:none
}

.serviceBox .serviceBox_inner ul.service_menu{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.serviceBox .serviceBox_inner ul.service_menu li{
	width:48.8%;
	margin-bottom:20px;
}

.serviceBox .serviceBox_inner ul.service_menu li img{
	float:left;
	width:40px;
	margin-right:3px;
}

.serviceBox .serviceBox_inner ul.service_menu li p{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:1.4em;
	color:#444;
}

.serviceBox .serviceBox_inner ul.service_menu li p a {text-decoration: none;}
.serviceBox .serviceBox_inner ul.service_menu li p a:link {color:#444;}
.serviceBox .serviceBox_inner ul.service_menu li p a:visited {color:#444;}
.serviceBox .serviceBox_inner ul.service_menu li p a:active {color:#444;}
.serviceBox .serviceBox_inner ul.service_menu li p a:hover {color:#444; text-decoration: underline;}

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

}

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

/*  専門チーム創設案内　*/

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

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

.teamBox{
	margin-top:20px;
	border:1px solid #73BE28;
	padding:25px;
}

.teamBox h2.team_title{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#008C55;
	line-height:1.7em;
	letter-spacing:1.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

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

.teamBox .danraku{
	margin-top:12px;
}

}

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

.teamBox{
	border-top:1px solid #73BE28;
	border-bottom:1px solid #73BE28;
	padding:25px 20px;
}

.teamBox h2.team_title{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#008C55;
	line-height:1.7em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

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

.teamBox .danraku{
	margin-top:12px;
}

}

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

/*  バナー　*/

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

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

.bannerBox{
	margin-top:25px;
	margin-bottom:40px;
}

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

.bannerBox ul li{
}

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

}

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

.bannerBox{
	padding:0 15px;
	margin-top:25px;
	margin-bottom:30px;
}

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

.bannerBox ul li{
	width:48.5%;
	margin-bottom:15px;
}

.bannerBox ul li:last-child{
	margin-bottom:0;
}

.bannerBox ul li img{
	width:100%;
}

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

}

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

/*  ニュース＆ブログの枠　*/

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

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

.newsandblogBox{
	margin-bottom:20px;
	overflow:hidden;
}

.newsandblogBox .newsBox{
	float:left;
	width:450px;
	margin-right:30px;
}

.newsandblogBox .blogBox{
	float:left;
	width:480px;
}

.newsandblogBox .newsBox h2,
.newsandblogBox .blogBox h2{
	line-height:0px;
	margin-bottom:18px;
}

}

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

.newsandblogBox{
	margin-top:15px;
	margin-bottom:15px;
	padding:0 15px;
	overflow:hidden;
}

.newsandblogBox .newsBox{
	border-top:1px dotted #CCC;
	padding-top:15px;
}

.newsandblogBox .blogBox{
	margin-top:15px;
	border-top:1px dotted #CCC;
	padding-top:15px;
}

.newsandblogBox .newsBox h2,
.newsandblogBox .blogBox h2{
	line-height:0px;
	margin-bottom:15px;
}

}

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

/*  ニュース　*/

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

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

.newsandblogBox .newsBox ul#newsList li{
	overflow:hidden;
}

.newsandblogBox .newsBox ul#newsList li .date_ymd{
	clear: left;
	float: left;
	width: 90px;
	font-size:13px;
	line-height:1.4em;
	color:#333;
}

.newsandblogBox .newsBox ul#newsList li .up_title{
	float:left;
	width:360px;
	margin: 0 0 8px 0;
	font-size:14px;
	line-height:1.4em;
	color:#333;
}

.newsandblogBox .newsBox ul#newsList li .up_title a {text-decoration: none;}
.newsandblogBox .newsBox ul#newsList li .up_title a:link {color:#1841ce;}
.newsandblogBox .newsBox ul#newsList li .up_title a:visited {color:#1841ce;}
.newsandblogBox .newsBox ul#newsList li .up_title a:active {color:#1841ce;}
.newsandblogBox .newsBox ul#newsList li .up_title a:hover {color:#1841ce; text-decoration: underline;}

}

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

.newsandblogBox .newsBox ul#newsList li{
	overflow:hidden;
}

.newsandblogBox .newsBox ul#newsList li .up_ymd{
	font-size:12px;
	line-height:1.4em;
	color:#73BE28;
}

.newsandblogBox .newsBox ul#newsList li .up_title{
	font-size:13px;
	line-height:1.4em;
	color:#444;
	margin-bottom:10px;
}

}

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

/*  ブログ　*/

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

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

.newsandblogBox .blogBox ul#blogList li{
	overflow:hidden;
}

.newsandblogBox .blogBox ul#blogList li .date_ymd{
	clear: left;
	float: left;
	width: 90px;
	font-size:13px;
	line-height:1.4em;
	color:#333;
}

.newsandblogBox .blogBox ul#blogList li .up_title{
	float:left;
	width:390px;
	margin: 0 0 8px 0;
	font-size:14px;
	line-height:1.4em;
	color:#333;
}

.newsandblogBox .blogBox ul#blogList li .up_title a {text-decoration: none;}
.newsandblogBox .blogBox ul#blogList li .up_title a:link {color:#1841ce;}
.newsandblogBox .blogBox ul#blogList li .up_title a:visited {color:#1841ce;}
.newsandblogBox .blogBox ul#blogList li .up_title a:active {color:#1841ce;}
.newsandblogBox .blogBox ul#blogList li .up_title a:hover {color:#1841ce; text-decoration: underline;}

}

}

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

.newsandblogBox .blogBox ul#blogList li{
	overflow:hidden;
}

.newsandblogBox .blogBox ul#blogList li .up_ymd{
	font-size:12px;
	line-height:1.4em;
	color:#73BE28;
}

.newsandblogBox .blogBox ul#blogList li .up_title{
	font-size:13px;
	line-height:1.4em;
	color:#444;
	margin-bottom:10px;
}

}
