﻿/***************************
 *
 * モジュール
 *
 **************************/

/* 
一般
*/
img{

}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
	content: ".";
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.white {
	color: white;
}
.green {
	color: #127063;
}
.green-2 {
	color: #486a00;
}
.blue {
	color: #074d9e;
}
.red {
	color: #e85d62;
}
.brown {
	color: #b28850;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.mr-50 {
	margin-right: 50px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.wd-250 {
	width: 250px;
}
.wd-235 {
	width: 235px;
}
.no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.inline-b {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 20px;
}
small {
	font-size: 80%;
}
.relative {
	position: relative;
}


/* 
カラー
*/
.red {
	color: red;
}
.blue {
	color: #4d60b4;
}
.pink {
	color: #f5568e;
}
.bg-white {
	background: white;
}


/* 
OVER
*/
.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.zoom {
	
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}

/* 
フォント
*/
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.serif-all * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 
ボタン
*/
.btns {
	text-align: center;
}
.btn {
	display: block;

	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
        border: 1px solid #4d60b4;
        border-radius: 3px;
        background: white;
        width: 90%;
        margin: 10px auto;
}
.btn:before {
/*	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4d60b4;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 3px;*/
}
.btn:hover, .btn:focus, .btn:active {
	color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	color: white;
}



.btn a {
	color: #4d60b4;	
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	padding: 10px 20px;
	/*font-size: 90%;*/
	line-height: 1.3em;
	border-radius: 3px;
	text-decoration: none !important;

}
.btn a:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	color: white;

}



/* ボタン用サイズ */
.btn.btn-150 {
	width: 150px;
}
.btn.btn-150 a {
	width: 100%;
	padding: 5px 0px;	
}
.btn.btn-big {
	width: 240px;
	font-size: 14px;
}
.btn.btn-big a {
	width: 100%;
	padding: 10px 0px;	
	line-height: 1.6em;
}
.btn.btn-small {
	width: 120px;
	font-size: 12px;
}
.btn.btn-small a {
	width: 100%;
	padding: 5px 0px;
}
.btn.btn-small .icon {
	margin-right: 3px;
}
.btn.btn-small .icon-right-fix {
	top: 8px;
}

/* ボタン用カラー */


.btn-green {
	border: none;
	background: #127063;
}
.btn-green a {
	color: white;
}
.btn-green a:hover {
	color: white;
	border-radius: 3px;
	background: url(/common/img/over.png) 0 0 repeat;
	animation: btn-bg 5s linear infinite;
}
@keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}
@-webkit-keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}
@-moz-keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}
@-ms-keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}

.btn-white {
	border: 2px solid #00a3ec;
}
.btn-white a {
	color: #00a3ec;
	border-radius: 0px;
	display: block;
}
.btn-white:hover {
	color: #00a3ec;
}
.btn-white a:hover {
	color: #00a3ec;
}
.btn-black {
	border: 1px solid white;
}
.btn-black a {
	color: white;
	border-radius: 0px;
	background: #333333;
}
.btn-black:hover {

}
.btn-black a:hover {
	border-radius: 0px;
	background: #535353;
	color: white;
}

.btn-orange {
	background: url(../img/btn-orange.png) 0 0 no-repeat;
	width: 256px;
	height: 44px;
	border: none;
	margin: 10px 0;
}
.btn-orange a {
	color: white !important;
	line-height: 44px;
	text-decoration: none !important;
	display: block;
	text-indent: 13px;
	font-size: 13px;
	text-shadow: 1px 1px 3px black;
}
.btn-orange:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
}
.btn-blue {
	background: url(../img/btn-blue.png) 0 0 no-repeat;
	width: 256px;
	height: 44px;
	border: none;
	margin: 10px 0;
}
.btn-blue a {
	color: white !important;
	line-height: 44px;
	text-decoration: none !important;
	display: block;
	text-indent: 13px;
	font-size: 16px;
	text-shadow: 1px 1px 3px black;
}
.btn-blue:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
}


/* ボタン用アイコン */
.icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 0;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.icon-right-fix {
	position: absolute;
	right: 0px;
	top: 10px;
}

.icon-pdf {
	background: url(/common/img/icon-pdf.png) 0 0 no-repeat;
	width: 15px;
	height: 18px;
}
.icon-link {
	background: url(../img/icon-link.png) 0 0 no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;	
}
.icon-arrow {
	background: url(../img/icon-arrow.png) 0 0 no-repeat;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;		
	top: -1px;
	position: relative;
}



/* 
ボックス
*/
.box-1050 {

	margin: 0px auto;
	position: relative;
}
.box-1020 {

	margin: 0px auto;
	position: relative;
}
.box-1000 {

	margin: 0px auto;
	position: relative;
}
.box-800 {

	margin: 0px auto;
	position: relative;
}
.box-630 {

	margin: 0px auto;
	position: relative;
}
.box-450 {

	margin: 0px auto;
	position: relative;
}
.box-white {

}


/* 
ヘッダー
*/
.header-inner {
	margin: 0px auto;
	position: fixed;
	width: 100%;
	height: 65px;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background: white;
	overflow: scroll;
}
.l-header.fixed .header-inner {

}
.header-title {
	display: none;
}
.header-logo {
	width: 210px;
	padding-top: 5px;

}
@media only screen and (max-width: 320px) {

	.header-logo {
		width: 200px;
		padding-top: 10px;
	
	}
	
}
.header-logo img {
	width: 100%;
}
.header-tel {
	display: none;
}
.header-contact {
	display: none;
}
.btn-nav-sp {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 41px;
}
.btn-nav-sp img {
	height: 65px;	
}
.btn-nav-sp:hover {
	cursor: pointer;	
}
.btn-contact-sp {
	position: absolute;
	top: 0px;
	right: 41px;
	width: 41px;
}
.btn-contact-sp img {
	height: 65px;	
}
.btn-contact-sp:hover {
	cursor: pointer;	
}

.header-contact-sp {
	position: fixed;
	top: 65px;
	left: 0px;
	width: 100%;
	height: 140px;
	background: rgba(0,0,0,0.8);
	z-index: 10000;
	padding: 10px 0;
	display: none;
}
.header-contact-sp li {
	text-align: center;
	margin-bottom: 10px;
}
.header-contact-sp li img {
	width: 280px;
	margin: 0 auto;
}
/*
GLOBAL NAVI	
*/
.l-nav ul {
	border-top: 2px solid #e2e2e2;
}
.l-nav ul > li {
	border-bottom: 2px solid #e2e2e2;
	
}
.l-nav ul > li > a {
	background: white url(../img/bullet-sp.png) 98% center no-repeat;
	background-size: 6px 8px;
	display: block;
	line-height: 50px;
	color: #181818;
	text-indent: 10px;
}
.l-nav ul > li > a:hover {
	text-decoration: none;
}
.btn-nav-contact {
	padding: 10px 30px;
	background: #efefef;
}
.btn-nav-contact a {
	display: block;
}
.btn-nav-contact a img {
	width: 100%;	
}

.l-nav .submenu {
	display: none;
}
.l-nav .submenu li > a {
	background: #efefef url(../img/bullet-sp.png) 98% center no-repeat;
	background-size: 6px 8px;
	text-indent: 30px;
	
}
.l-nav .menu > li:nth-child(2) > a {
	background: white url(../img/bullet-bottom-sp.png) 98% center no-repeat;
	background-size: 8px 6px;
}
.l-nav .menu > li:nth-child(2):hover > a {
	background: white url(../img/bullet-top-sp.png) 98% center no-repeat;
	background-size: 8px 6px;	
}
.l-nav .menu > li:hover .submenu {
	display: block;
}

/*
フッター
*/
.page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10000;
}
.footer-inner {
	margin: 0px auto;
}
.footer-top {
	padding-top: 27px;

	text-align: center;
}
.footer-top .footer-left {
	width: 318px;
	margin: 0 auto;
	
}
.footer-top .footer-left .footer-logo {
	background: url(../img/footer-sep-sp.png) center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer-top .footer-left .footer-logo img {
	width: 290px;
}
.footer-top .footer-right {
	
}
.footer-top .footer-right-1 {
	font-size: 14px;
	color: white;
	margin: 0 auto;
	line-height: 1.8em;
}
.footer-top .footer-right-1 img {
	width: 16px;
	position: relative;
	left: -3px;
	top: 3px;
		
}
.footer-top .footer-right-1 a {
	color: white;
	text-decoration: none;
}
.footer-top .footer-right-2 {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #1678fc;
}
.footer-top .footer-right-2 > div {
	display: inline-block;
	padding: 0px 2px;
}
.footer-top .footer-right-2 > div img {
	width: 38px;	
}
.footer-top .footer-right-3 {
	display: none;
}

.footer-bottom {


}
.footer-nav {
	display: none;	
}
.footer-nav > ul {
	margin: 5px 0 40px;
	float: left;
	border-right: 1px solid #3bb8f0;
	width: 198px;
	padding: 10px 0;
}
.footer-nav > ul > li {
	margin-bottom: 1em;
	margin-left: 1em;
}
.footer-nav > ul > li a {
	background: url(../img/bullet.png) left center no-repeat;
	padding-left: 15px;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
.footer-nav > ul > li a:hover {
	text-decoration: underline;	
}
.footer-nav > ul:first-child {
	border-right: none;
	border-bottom: 1px solid #3bb8f0;
	float: none;
	width: auto;
	margin: 22px 0 22px;
}
.footer-nav > ul:first-child > li {
	margin-left: 0;	
}
.footer-nav > ul:nth-child(2) {
	border-left: 1px solid #3bb8f0;	
}
.copyright {
	color: white;
	text-align: center;
	border-top: 2px solid #4fc0f2;
	padding: 15px 0;

}
.copyright .footer-inner {
	font-size: 10px !important;	
}


/*
INDEX
*/

/*
slider
*/
.slider {
	background: url(../img/bg-slider.jpg) center top repeat;
	padding: 10px;
	min-height: 200px;
}
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
}
 
.wideslider ul li img {
    display: none;

}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    border-radius: 5px;
}
.slider_prev {background: black url(../img/prev.png) no-repeat 85% center;}
.slider_next {background: black url(../img/next.png) no-repeat 50px center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    background: white;
    border-radius: 10px;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    background: #00a3ec;
}

/* slider Pro */
.slider .sp-arrows {
	display: none;
}
.slider .sp-buttons {
	padding-top: 5px;

}
.slider .sp-button {
	border: 2px solid white;
	background: white;	
	width: 10px;
	height: 10px;
}
.slider .sp-selected-button {
	background: #00a3ec;
	border: 2px solid #00a3ec;
}
.slider .sp-horizontal .sp-previous-arrow {
	background: url(../img/slider-arrow-left.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;	
}
.slider .sp-horizontal .sp-next-arrow {
	background: url(../img/slider-arrow-right.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;	
}
.slider .sp-horizontal .sp-previous-arrow:after, .slider .sp-horizontal .sp-previous-arrow:before {
	background: none !important;
	content: none !important;
}
.slider .sp-horizontal .sp-next-arrow:after, .slider .sp-horizontal .sp-next-arrow:before {
	background: none !important;
	content: none !important;
}

.slider .sp-slide:after {
/*	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 380px;
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	line-height: 0px;*/
}
.slider .sp-slide.sp-selected:after {
	content: none;	
	line-height: 0px;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/*
ご相談
*/
.title-main {
	text-align: center;
	font-size: 25px;
	background: url(../img/bg-title-main-2.png) center bottom no-repeat;
	padding-top: 25px;
	padding-bottom: 15px;
	letter-spacing: 5px;
	font-weight: normal;
}
.title-main.white {
	background: url(../img/bg-title-main-1.png) center bottom no-repeat;
}
.title-main.white > span {
	color: #a6e4ff;	
}
.title-main > span {
	display: block;
	font-size: 7px;	
	color: #0c97d8;
	padding-top: 10px;
	letter-spacing: 0;
}
.l-page .title-main a {
	color: #333;
	text-decoration: none;
}
.l-page .title-main a:hover {
	text-decoration: underline;	
}
.main-consult {
	background: url(../img/bg-consult.jpg) 50% 50% no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	background-position: 0px 0px !important;

}
.main-consult-inner {
	background: rgb(45,128,202);
	background: -moz-linear-gradient(top,  rgba(45,128,202,0.7) 0%, rgba(132,217,248,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(45,128,202,0.7) 0%,rgba(132,217,248,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(45,128,202,0.7) 0%,rgba(132,217,248,0.7) 100%);

}

.list-consult {
	text-align: center;
	margin: 10px;
	
}
.list-consult > li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.consult {
	border-radius: 130px;
	margin: 10px auto;
	width: 130px;
	height: 130px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
	text-align: center;	
	position: relative;
	overflow: hidden;
	
}
.consult:hover {

}

.consult:hover a .consult-text {
	color: white;	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.consult .consult-inner {
	position: relative;
	background: rgb(210,220,225);
	background: -moz-linear-gradient(top,  rgba(210,220,225,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(210,220,225,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,220,225,1) 0%,rgba(255,255,255,1) 100%);
	height: 130px;
	border-radius: 130px;
}
.consult .consult-inner:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	border-radius: 130px;
}
.consult .consult-inner:before {
	background: rgb(45,128,202);
	background: -moz-linear-gradient(top,  rgba(45,128,202,0.7) 0%, rgba(132,217,248,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(45,128,202,0.7) 0%,rgba(132,217,248,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(45,128,202,0.7) 0%,rgba(132,217,248,0.7) 100%);		
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	content: "";

	
}
.consult .consult-inner:hover:before {
	top: 0;
	left: 0;	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	border-radius: 190px;

}
.consult .consult-link {
	text-decoration: none;
	color: #0089c7;
	line-height: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
}
.consult .consult-link .consult-text {
	padding-top: 35px;
	font-size: 15px;
	line-height: 1.5em;	
	z-index: 10;
	position: relative;
}
.consult .consult-arrow {
	display: block;
	margin: 10px auto;
}

/*
相談から解決まで
*/
.main-flow {
	background: url(../img/bg-main-flow.jpg) 0% 0% no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
background-position: 0px 0px !important;
}
.main-flow-inner {

}
.list-flow {
	margin: 20px;
}
.list-flow > li {
	padding: 0px 0px 0px 45px;
}
.list-flow > li:nth-child(1) {
	background: url(../img/flow-1.png) 0 0 no-repeat;
	height: 105px;
}
.list-flow > li:nth-child(2) {
	background: url(../img/flow-2.png) 0 0 no-repeat;
	height: 111px;
}
.list-flow > li:nth-child(3) {
	background: url(../img/flow-3.png) 0 0 no-repeat;
	height: 111px;
}
.list-flow > li:nth-child(4) {
	background: url(../img/flow-4.png) 0 0 no-repeat;
	height: 101px;
}
.list-flow > li h3 {
	font-size: 15px;
	color: black;
	padding-top: 18px;
	padding-bottom: 5px;
}
.list-flow > li p {
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.5em;
}
.main-flow .main-flow-p {
	position: relative;
	margin: 20px;
	padding: 20px 0 60px;
	border-top: 1px solid #b2b2b2;
	background: url(../img/main-flow-border.png) 46% bottom no-repeat;
	line-height: 2.2em;
}
.main-flow .main-flow-p img {
	display: none;
}
.main-flow .main-flow-btn {
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-bottom-pic {
	background: url(../img/bg-main-bottom-pic.jpg) 0% 0% no-repeat !important;
	background-size: cover !important;

	height: 200px;
}
/*
お知らせ
*/
.main-news .box-630 {

}
.main-news .page-inner {
	width: auto;

}
.main-news .main-news-banner {
	margin: 0 20px;
}
.main-news .main-news-banner ul {
	margin-top: 20px;
}
.main-news .main-news-banner ul li {
	margin-bottom: 1em;
	text-align: center;
}
.main-news .main-news-banner ul li a {
	
}
.main-news .list-news .news-title {

}
.main-news .page-inner > h2 {
	margin-bottom: 5px;
}
/*
弁護士紹介
*/
.main-lawyer {
	background: url(../img/bg-main-lawyer.jpg) 50% 50% no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 20px;
}
/*.main-lawyer .flexslider {
	background: none;
	border: 0;
	margin-top: 30px;
}
.main-lawyer .flex-direction-nav a:before {
	color: white;
	background: #00a3ec;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}
.main-lawyer .flex-direction-nav .flex-next, .main-lawyer .flex-direction-nav .flex-prev {
	text-align: center;
}
.main-lawyer .flex-control-paging li a.flex-active {
	background: #00a3ec;
}
.main-lawyer .flex-control-paging li a {
	background: white;
}*/
.list-lawyer {
	
}
.list-lawyer li {
	width: 164px;
}
.members-swiper {
	margin-top: 40px;
}
.swiper-slide.lawyer {
	width: 164px;
	text-align: center;
}
.lawyer {
	text-align: center;
}
.lawyer > a {
	display: block;

}
.lawyer .lawyer-pic {
	margin-bottom: 5px;
}
.lawyer .lawyer-name {
	text-align: center;
	color: black;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.main-lawyer .bxslider {
	
}
.main-lawyer .bx-wrapper {
	margin: 40px auto 40px;
}
.main-lawyer .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
}