@charset "UTF-8";


/*================================================
 *  トップページ　スライドショー
 ================================================*/

#slider {
  position:relative;
  overflow: hidden;
}
#wrapper {
  background: #eaeaea;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#carousel li {
  float: left;
}
#prev, #next {
  background-color: #022d4a;
  opacity:0.7;
  filter: alpha(opacity=70);/* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";/* ie 8 */
  zoom:1;
  display: block;
  height: 400px;
  width: 50%;
  top: 0;
  position: absolute;
}
#prev:hover, #next:hover {
  opacity:0.4;
  filter: alpha(opacity=40);/* ie 6 7 */
  -ms-filter: "alpha(opacity=40)";/* ie 8 */
  zoom:1;
}
#prev {
  left: -571px;/* スライドする画像の横半分の値 */
background:#044069 url(../images/top/slide-arrow-left.png) 100% center no-repeat;
}

#next {
  background:#044069 url(../images/top/slide-arrow-right.png)  0% center no-repeat;
  right: -571px;/* スライドする画像の横半分の値 */
}
#prev img {
  right:20px;
  top:120px;
  position:absolute;
}
#next img {
  left:20px;
  top:120px;
  position:absolute;
}
#pager {
  text-align:center;
  padding:20px;
}
#pager a {
  background-color: #CCCCCC;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 15px 0 0;
}
#pager a:hover {
  background:#eee ;
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #044069;
}




/*================================================
 *  トップページ　トピックス
 ================================================*/
#info-inner {
	overflow: hidden;
	margin: 0 auto 40px;
	width: 1100px;
	min-height: 100%;
}



#topics {
	width: 700px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

}


#topics .topics-list-top {
	margin-top:10px;
	overflow: hidden;
	padding-bottom: 15px;
}


#topics .topics-list-top dl {
	padding:15px 0 15px 0;
	line-height:1.5;
	border-bottom: #c7c7c7 solid 1px;
	overflow: hidden;
}

#topics .topics-list-top dl dt {
/*    display: inline-block;*/
    width: 100px;
	float:left;
	box-sizing: border-box;
}

#topics .topics-list-top dl dd  {
    float: left;
/*	margin-left: 10px;*/
	width: 600px;
    background: url(../images/common/icon_arrow_b.png) no-repeat 0px 4px;
    padding-left: 20px;
	box-sizing: border-box;	
}

#topics .topics-list-top dl {
    clear: both;
}

/*================================================
 *  トップページ　Information
 ================================================*/

#information {
	float: right;
	width: 370px;
	box-sizing: border-box;
	margin-left: 30px;
	overflow: hidden;
	background-color: #dedede;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#information-inner {
	margin: 20px 25px 15px;
}

#information-inner ol {
	line-height: 1.4;
	padding-left: 18px;
}

#information .awardbnr{
	width: 320px;
	overflow: hidden;
/*	display: flex;
	clear: left;*/
}

#information .awardbnr ul {
/*	display: flex;*/
	width: 320px;
	margin: 0 auto;
}

#information .awardbnr li {
	float: left;
}

#information .awardbnr ul li {
	margin-right: 13px;
}
#information .awardbnr ul li:last-child {
	margin-right: 0px;
}

/*バナー*/
.bnr-virtual a {
    width: 223px;
    height: 68px;
    background: url("../images/top/bnr_virtual.jpg") no-repeat;
    display: block;
    text-indent: -9999px;
}

.bnr-virtual a:hover {
    background-position: 0 -68px;
}


/*================================================
 *  トップページ　ピックアップ
 ================================================*/

#picup {
	margin-bottom:-80px;
	padding: 68px 0;
	background-color:#b2b6b9;
	overflow: hidden;	
}

#picup .inner li {
    display: inline;
    float: left;
    width: 340px;
    height: 210px;
    margin: 0 40px 0 0;
	position:relative;	
}

#picup .inner li:last-child {
    margin-right: 0;
}


#picup .inner li .txtarea {
	background-color:#000000;
	width:340px;
	height:37px;
	position: absolute;
	bottom:0;
	font-weight:bold;
	color:#ffffff;
	z-index:1;
	text-align:center;
	line-height:37px;
	letter-spacing:2px;
	background-color: rgba(0,0,0,0.8);
}

#picup .inner li a:hover img, 
#picup .inner li a:hover .txtarea {
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	transition: 0.4s;
}





/*================================================
 *  事務所について　index
 ================================================*/

.intro {
	border:#9ea4a9 solid 1px;
	padding:40px 60px 20px 60px;
	display: none;
	margin-bottom:75px;
}

.intro p {
	line-height:2.1;
}


.intro-logo {
	text-align:center;
}

/*================================================
 *  事務所について　事務所概要
 ================================================*/
.outline table  {
	width:100%;
	margin-bottom:50px;
}
.outline table th{
	width:110px;
	font-weight:bold;
}

.outline table th,
.outline table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 10px 15px 40px;
	text-align:left;
	line-height:1.5;
}

/*================================================
 *  事務所について　当事務所の法人番号について
 ================================================*/
.numberlist {
	border:#9ea4a9 solid 1px;
	padding: 20px 40px;
	margin: 40px 0
}

.numberlist table {
	width: 100%;
}

.numberlist table tr{
	border-bottom: 1px solid #CCCCCC;
}

.numberlist table th,
.numberlist table td {
	padding: 10px 30px 10px 0;
	text-align:left;
	line-height:1.5;
}

.numberlist table tr:last-child {
	border-bottom: none;
}

/*================================================
 *  事務所について　受賞
 ================================================*/

/*******一覧*******/

.awardBox a {
	border:#ccc solid 1px;
	overflow: hidden;
	padding:30px;
	float: left;
	box-sizing: border-box;
	width: 374px;
	height: 150px;
	margin: 30px 25px 0px 0;
}


.awardBox > a:hover {
	background-color: #d3d3d3; 
	transition:0.2s;
}
/*.awardBox img {
	float: left;
	display: block;
	margin-right: 30px;
}

.awardBox .awardBox-text h3 {
	line-height: 1.6;
}*/
.awardBox .awardBox-img {
	width: 128px;
	float: left;
	text-align: center;
}

.awardBox img {
	margin: auto;
}

.awardBox .awardBox-text {
	line-height: 1.6;
	float: left;
	width: 167px;
	display: block;
	margin-right: 17px;
}

/*受賞画像3つ*/
.awardBox .awardBox-img2 {
	width: 148px;
	float: left;
	text-align: center;
}
.awardBox .awardBox-text2 {
	line-height: 1.6;
	float: left;
	width: 147px;
	display: block;
	margin-right: 17px;
}


/*受賞画像なし*/
.awardBox .awardBox-text-noimg {
	line-height: 1.6;
}	

/*******詳細*******/

.award-wrapper {
	border-bottom:#ccc solid 1px;
	overflow: hidden;
	padding:30px 0 30px;
	clear: left;
}


.award-wrapper img {
	float: left;
}


.award-wrapper .award-text {
	padding-left: 180px;
	margin-top: -50px;
}

.award-wrapper .overf-auto {
	overflow: auto;	
}


.award-wrapper .award-text dl {
	margin-bottom: 30px;
	margin-top: 20px;
}


.award-wrapper .award-text dl dt {
	font-weight: bold;
	margin-bottom: 13px;
	line-height: 1.3;
}
.award-wrapper .award-text dl dd {
	margin-bottom: 5px;
	margin-left: 15px;
	position: relative;
	padding-left:5px;
	line-height: 1.5;
}

.award-wrapper .award-text dl dd::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: -1em;
	width: 9px;
	height: 1px;
	background-color: #044069;
}



/*================================================
 *  事務所について　アクセス
 ================================================*/


.train li {
	padding-bottom:15px;
	padding-left:5px;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; 
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================================================
 *  弁護士紹介
 ================================================*/


.professionals-list {
	margin-top:20px;	
	margin-bottom:40px;
}

.professionals-list li {
    display: inline;
    float: left;
    width: 350px;
  /*  height: 220px; 写真掲載時用*/
	height:50px;
	margin: 20px 0 40px 0;
	position:relative;	
}

.professionals-list li:nth-child(odd){ 
	margin-right: 60px;
 }


.professionals-list li .txtarea {
	background-color:#272727;
	width:350px;
	height:50px;
	/*height:37px;写真掲載時用*/
	position: absolute;
	bottom:0;
	font-weight:bold;
	color:#ffffff;
	z-index:1;
	line-height:50px;
/*	line-height:37px;写真掲載時用*/
	letter-spacing:1px;
}

.professionals-list li a:hover img, 
.professionals-list li a:hover .txtarea {
	background-color:#044069;
	transition: 0.4s;
}


.professionals-list li a:hover {
	text-decoration:none;
}


.professionals-list li .txtarea span.name {
    background: url(../images/common/icon_arrow_w.png) no-repeat 0 53%;
	padding-left:18px;
	margin-left:40px;
}

.professionals-list li .txtarea span.en {
	font-weight:normal;
	font-size:12px;
	margin-left:20px;
}

.professionals-list::after {
    clear: both;
    content: "";
    display: block;
}



.profile::after {
    clear: both;
    content: "";
    display: block;
}
/* 写真掲載時用
.profile .profile-l {
	float:left;
	width:406px;
}

.profile .profile-r {
	float:right;
	width:350px;
}*/
	
.profile span.en {
	font-weight:normal;
	font-size:14px;
	margin-left:20px;
	color:#044069;
	letter-spacing:normal;
}

 
.profile p.position {
	margin-top:-20px;
	margin-bottom:-10px;
}



.profile li {
	margin-top: 20px;
	padding-bottom:15px;
}

 .history  table  {
	width:100%;
	margin-bottom:50px;
	border-top: 1px solid #CCCCCC;
}
.history  table th{
	width:150px;
	font-weight: normal;
}
.history  table th,
.history  table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 10px 15px 26px;
	text-align:left;
	line-height: 1.5;
}

ul.profileList {
	margin-left: 17px;
}

ul.profileList li {
line-height: 1.5; 
  padding: 0.5em 0;
 list-style-type: disc;
}


/*================================================
 *  取扱業務
 ================================================*/

.practice-list {
	margin:60px 0;
}

.practice-list  li {
	display:inline-block;
	float: left;
	width:33%;
	margin-bottom:30px;
}


/*================================================
 *  サイトマップ
 ================================================*/

.sitemap-list  li.list-top h2 {
	font-size:18px;
	font-weight:bold;
	border-bottom: #9ea4a9 2px solid;
	padding-bottom:14px;
	margin-bottom:40px;
    background: url(../images/common/icon_arrow_b.png) no-repeat 4px 4px;
	padding-left:22px;
}

.sitemap-list .list-sub {
	margin-bottom:40px;
	margin-left:40px;	
}

.sitemap-list .list-sub li {
	font-size:14px;
	font-weight:bold;
	padding-bottom:14px;
	margin-bottom:10px;
    background: url(../images/common/icon_arrow_b.png) no-repeat 4px 2px;
	padding-left:22px;
}

/*================================================
 *  お知らせ
 ================================================*/

.date {
	margin-top:-20px;
	margin-bottom:20px;
	text-align:right;
}

.article-content {
	border-bottom:#ccc solid 1px;
		padding-bottom:60px;
		margin-bottom:40px;
}


.topics-list dl {
	padding:15px 0 15px 0;
	line-height:1.5;
	border-bottom:1px solid #CCCCCC;
	overflow:hidden
}

.topics-list dl dt {
    width: 90px;
	float:left;
}

.topics-list dd  {
    float: left;
	margin-left: 10px;
	width: 670px;
	
    background: url(../images/common/icon_arrow_b.png) no-repeat 0px 4px;
    padding-left: 20px;
}
/*================================================
 *  採用情報
 ================================================*/
.careers table  {
	width:100%;
	margin-bottom:20px;
}
.careers table th{
	width:170px;
	font-weight:bold;
}

.careers table th,
.careers table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 20px 10px 0px;
	text-align:left;
	line-height:1.5;
}

.careers table td p {
	margin-bottom: 10px;
}


/*================================================
 *  仮想通貨交換業登録申請について (PDFのまま掲載のためページ削除）
 ================================================*/
/*.listTable table  {
	width:100%;
	margin-bottom:50px;
}
.listTable table th{
	white-space: nowrap;
	font-weight:normal;
	text-align: center;
}

.listTable table th,
.listTable table td {
	border: 1px solid #CCCCCC;
	padding: 12px 10px 12px 30px;
	text-align:left;
	line-height:1.5;
}

.boderBTable table  {
	width:100%;
	margin-bottom:50px;
}
.boderBTable table th{
	white-space: nowrap;
	font-weight:normal;
	text-align: center;
}

.boderBTable table th,
.boderBTable table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 10px 12px 30px;
	text-align:left;
	line-height:1.5;
}*/



