@charset "utf-8";

/* ◆ PC SIZE ◆
============================================================== */


/* 共通 */

.box	{margin-left:auto; margin-right:auto; width:1000px;min-width:1000px;text-align:left; clear:both;position:relative;}

.left_content {float:left;width:210px;}
.right_content {float:right;width:770px;margin-left:20px;}
.box2	{margin-left:auto; margin-right:auto; width:770px;text-align:left; clear:both;position:relative;
	margin-bottom: 40px;
	}

strong	{font-weight: bold;}

.no-link {pointer-events:none;}

/* TOP
 -----------------------------------------------------*/
.date {display:inline-block;}

/* 見出し */

h2.topMid01{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
}

h2.topMid01:before, h2.topMid01:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width:100%;
height: 2px;
border-top: solid 1px #444;
border-bottom: solid 1px #444;
}

h2.topMid01:before	{left:0;}
h2.topMid01:after	{right: 0;}

h2.topMid01 span{
padding:10px 20px 0 20px;
font-size:24px;
line-height:1;
color:#444;

font-weight:bold;
position:relative;
z-index:999;
background:#fff;
display:inline-block;
}
h2.sub1 {
    padding: 15px 10px;
    border: solid 1px #f1eff2;
    border-radius: 2px;
    text-align: center;
    background: linear-gradient(#f7f2fc,#f1e8f9,#ecd9fc)
}

h2.sub1 span {
    padding: 3px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #6418bc;
    line-height: 1;

    letter-spacing: 0.1em;
    line-height: 1;
    /*border-left: solid 5px #258198;*/
}
h2.sub2 {
    padding: 15px 10px;
    border: solid 1px #f1eff2;
    border-radius: 2px;
    text-align: center;
    background: linear-gradient(#fcfff9,#f4fced,#eafcd9)
}

h2.sub2 span {
    padding: 3px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #258198;
    line-height: 1;

    letter-spacing: 0.1em;
    line-height: 1;
    /*border-left: solid 5px #258198;*/
}



h2.topMid02{
	position: relative;
	display:block;
	text-align:center;
	margin-bottom:40px;}


h2.topMid02:before	{left:0;}
h2.topMid02:after	{right: 0;}

h2.topMid02 span{
	padding:10px 10px 0 10px;
	font-size:26px;
	line-height:1;
	font-weight:bold;
	position:relative;
	z-index:999;
	display:inline-block;
    color: #2badd7;
	}

h2.topMid02 span+span{
    display: block;
    color:#258198;
    font-size: 26px;
    margin-top: -15px;
    }


.tag_area {display:block;padding:5px 10px;border:1px solid #ccc;margin-top:20px;}
.tag_area a {color:black;display:inline-block;margin-left:1em;margin-right:1em;}
.tag_area a:hover {text-decoration:underline;}

/* topBtn */
.topBnr		{padding:65px 0;background:#e0e9f9;min-width:1000px;}
.topBnr ul	{display:table;}
.topBnr li	{
margin:0 -4px 0px 0px;
width:325px;
display:inline-block;
/*text-align:center;*/
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.topBnr li a {
margin:0 0 0 -1px;
padding:20px 15px;
width:auto;
height:100px;
display:block;
position:relative;
border:solid 0.2px #c2cef9;
background:#fff;
}

.topBnr li:first-child a {margin:0 0 0 0;}

.topBnr li:hover {
opacity:0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.top_bnr_l,.top_bnr_r {width:100%;}
.top_bnr_l {float:left;}
.top_bnr_r {float:right;}

.top_bnr_l a {display: block;}
.topBnr li p.Img 	{margin-top: 15px;margin-left: 10px;line-height:0;display: -webkit-inline-box;}
.topBnr li p.mid 	{margin-bottom: 0px;vertical-align: middle;margin-left: 116px;margin-top:-43px;font-size:16px;color:#258198;font-weight:bold;letter-spacing:0em;line-height:1;
float: left;
}
.topBnr li p.txt	{margin-top:15px;font-size:13px;color:#333;letter-spacing:-0.05em;line-height:1.6;}

.top_bnr_h3 {font-size:23px;font-weight:bold;text-align:center;color:#494949;}
.top_bnr_r li:nth-child(5) a p img {margin-left:-2em;}
.bnr_area {padding:0px 0;}


.topFeature {
    padding: 60px 0;
    background-color: #effafd;}

.topFeature .bnr_area .cf {
	font-size:0;}

.topFeature .bnr_area li {
	display:inline-block;
	width:24%;
	background-color:#ffffff;
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	vertical-align:top;
    min-height: 570px;}

.topFeature .bnr_area li:nth-child(n+2) {
	margin-left:1.3%;}

.topFeature .bnr_area .Img {
	display:block;}

.topFeature .bnr_area .Img img {
	width:100%;}
.topFeature .bnr_area li:nth-child(1) .feature_icon {
	padding:3px 15px 4px 15px;
	background-color:#29b7df;
	color:#ffffff;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
    width: 50px;
	line-height:1.5;
    text-align: center;
	margin-top:15px;}

.topFeature .bnr_area li:nth-child(2) .feature_icon {
	padding:3px 15px 4px 15px;
	background-color:#e1b800;
	color:#ffffff;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
    width: 50px;
	line-height:1.5;
    text-align: center;
	margin-top:15px;}

.topFeature .bnr_area li:nth-child(3) .feature_icon {
	padding:3px 15px 4px 15px;
	background-color:#30cfc6;
	color:#ffffff;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
    width: 50px;
	line-height:1.5;
    text-align: center;
	margin-top:15px;}

.topFeature .bnr_area li:nth-child(4) .feature_icon {
	padding:3px 15px 4px 15px;
	background-color:#1ba5c4;
	color:#ffffff;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
    width: 50px;
	line-height:1.5;
    text-align: center;
	margin-top:15px;}

.feature_ttl {
    text-align: center;
    display: block;
    color: #20879d;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.5;
    min-height: 50px;}

.topFeature .bnr_area li p {
	color:black;
	font-size:14px;
	padding:0 5px 5px 5px;}

.detail_btn {
	background-color:#20879d;
	max-width:300px;
	padding:10px 20px;
	display:block;
	color:#ffffff;
	text-align:center;
	margin:40px auto 0 auto;
	font-size:16px;
	lineheight:1.5;
	transition:0.2s;}

.detail_btn:hover {
	background-color:#63adbd;
	transition:0.2s;}

.topMerit {
	padding:40px 0;
	background-color:#fefcf3;}

.topMerit dl {
	display:table;
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	width:80%;
	margin-left:auto;
	margin-right:auto;}

.topMerit dl+dl {
	margin-top:30px;}

.topMerit dl dt {
	display:table-cell;
	padding:20px;
	width:20%;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;}

.topMerit dl dd h4 {
	font-weight:bold;
	color:#258198;
	padding-left:35px;
	position:relative;}
.topMerit dl dd h4:before {
	border-bottom:1px solid #258198;
	content:"";
	width:25px;
	height:1px;
	top:50%;
	position:absolute;
	left:0;}

.topMerit dl dd p {
	font-size:14px;}

.topMerit dl:nth-child(2) dt {
	background-color:#4bbcdb;}

.topMerit dl:nth-child(3) dt {
	background-color:#27aed5;}

.topMerit dl:nth-child(4) dt {
	background-color:#099fcc;}


.topMerit dd {
	background-color:#effafd;
	display:table-cell;
	padding:20px;
	width:80%;}

.topMerit dt span {
	position:relative;
	border-radius:50%;
	background-color:#ffffff;
	color:#42b9d0;
	display:inline-block;
	margin-left:5px;
	width:25px;
	height:25px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;}

@media screen and (max-width: 767px) {
.topFeature {
    padding: 100px 0;
	}
.topFeature .bnr_area li {
    display: inline-block;
    width: 48%;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
    vertical-align: top;
    min-height: 570px;
	}
.topFeature .bnr_area li:nth-child(1) ,
.topFeature .bnr_area li:nth-child(2) {
    min-height: 612px;
	}
.topFeature .bnr_area li:nth-child(3) ,
.topFeature .bnr_area li:nth-child(4) {
    min-height: 522px;
	}
.topFeature .bnr_area li:nth-child(n+2) {
    margin-left: 0%;
	}
.topFeature .bnr_area li:nth-child(2n-1) {
    margin-left: 2px;
    margin-right: 10px;
	}
.topFeature .bnr_area li {
    margin-bottom: 10px;
	}
.topMerit dt span {
    margin-left: -3px;
	}
}






/* 取扱業務 */
.topService			{
	margin-top:0px;
	width:100%;
	padding:60px 0;
	background: #effafd;}
.topService h2		{
	padding:0 0 15.5px 0;
	font-size:22px;
	font-weight: bold;
	color:#2b2b2b;
	letter-spacing:0.1em;
	text-align:center;}

.topService ul			{margin:16px 0 0 0;}
.topService li			{
	margin:0;
	float:left;
	width:calc(25% - 2px);
	border: solid 1px #258198;
	height: 170px;
	position:relative;
	background-color: #fff;
	}
.topService li:hover		{
	opacity:.50;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
	}
.topService li img		{
    width: 50%;
	max-width:120px;
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.topService li:first-child img		{
    margin-top: 15px;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.topService li:nth-child(5) img		{
    width: 70px;
    margin-top: 15px;
    padding: 0 0 16px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    }
.topService li p		{font-size:18px;font-weight:bold;color:#258198; padding: 3px 0 0 15px;}
.topService li p.txt {font-weight:normal;line-height:1.4;}
.topService li p.txt		{color:#258198;margin-top: 0px;width: 100%;}
.topService ul li:nth-child(3) p.txt {
    width: 90%;
	}
.topService ul li:nth-child(4) p.txt {
    width: 90%;
	}
.topService ul li:nth-child(5) p.txt {
    width: 90%;
	}
.topService li p.mid		{font-size:20px;font-weight:bold;color:#258198;    padding: 20px 0 0 0px;text-align: center;
    }
.topService li p.mid.mid-under		{font-size:20px;font-weight:bold;color:#fff;    padding: 90px 0 0 0px;text-align: center;}
.topService li span.mid		{font-size:20.8px;font-weight:bold;color:#258198;    padding: 20px 0 0 0px;text-align: center;
    }
.topService li span.mid.mid-under		{font-size:20px;font-weight:bold;color:#fff;    padding: 90px 0 0 0px;text-align: center;}
.topService li p.txt-small	{
    font-size: 15.0px;
    padding: 20px 1em;
	}
.topService li span		{margin-top:10px;margin-top: 0px;font-size:15.5px;font-weight:bold;color:#258198;display:block;line-height:1.9;}
.aboutBox li span		{margin-top: -28px;}
.topService li p.small-ttl a				{font-size:16px;font-weight:bold;color:#258198;}
.topService li p.small-ttl a:hover			{opacity:.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}
.topService li:after		{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #258198 transparent;
    position: absolute;
    right: 7px;
    bottom:7px;}


.topCase {
	padding:40px 0;}


.topCase .inleft,.topCase .inright {
	display:inline-block;
	width:48%;
	vertical-align:top;}

.topCase .inright {
	margin-left:3%;}

.topCase table tr {
	border-bottom:1px solid #cccccc;}

.topCase table th {
	width:35%;
	padding:10px 0;
	font-size:14px;}
.topCase table td {
	padding:10px 0;}

.topCase table td a {
	color:#000000;
	line-height:1.2;
	font-size:14px;}
.topCase .inleft table th span {
	background-color:#e1b800;
	padding:6px 15px;
	line-height:1.5;
	font-size:80%;
	text-align:center;
	color:#ffffff;
	display:inline-block;
	margin-right:10px;
	border-radius:5px;}

.topCase .inright table {
  width: 100%;
  table-layout: auto;
}

.topCase .inright table th span {
	background-color:#30cfc6;
	padding:6px 15px;
	line-height:1.5;
	font-size:80%;
	text-align:center;
	color:#ffffff;
	display:inline-block;
	margin-right:5px;
	border-radius:5px;}



.topCase .inleft table tr,
.topCase .inright table tr {
	height:5.3em;
}

.topCase table th p {
	font-size:14px;}

.topCase .inright table td {
	width: auto !important;
}

.topCase table td {
/*	width: 80%; */
	line-height:1.3;
}

.topCase .inright table td {
	display: table-cell;
	width: auto;
}

.topCase .inleft h3 {
	text-align:center;
	color:#d6aa01;
	font-size:24px;
	font-weight:bold;
	margin:0 auto 20px auto;}
.topCase .inright h3 {
	text-align:center;
	color:#05aba1;
	font-size:24px;
	font-weight:bold;
	margin:0 auto 20px auto;}


.topCase .more {
    margin: 45px auto 0 auto;
    width: 209px;
    display: block;
    text-align: center;
}


@media screen and (max-width: 767px) {
.topCase .inleft, .topCase .inright {
    display: block;
    width: 100%;
	}
.topCase .inright {
    margin-left: 0%;
    margin-top: 3em;
	}
.topCase .inleft table th {
    width: 24%;
    padding: 10px 0;
    font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
  .topCase .inleft table tr,
  .topCase .inright table tr {
    height: auto;
  }
}


@media screen and (max-width: 935px) {
.topService li p.txt-small {
    font-size: 14px;
    padding: 20px 1em;
    display: block;
	}
}

@media screen and (max-width: 845px) {
.topService li p.txt-small {
    font-size: 13px;
    padding: 20px 1em;
	}
.topService li p.mid {
    font-size: 18px;
	}
.topService li span.mid {
    font-size: 18px;
	}
}
@media screen and (max-width: 775px) {
.topService li p.txt-small {
    font-size: 12.5px;
    padding: 20px 1em;
	}
}




.gree_back {
	background-color:#effafd!important;
	width:100%;
	background:url(../img/flow_back.jpg) no-repeat top right;
	padding:30px 0;
	background-size:cover;}

.topGree			{
	padding:20px 0;
	background:url(../img/message_back.jpg) no-repeat center;
	background-size:auto 100%;
	min-width:1000px;
	background-size: cover;
    background-color: #002246;
    background-color: #fff;
    }
.topGree.over		{padding:60px 0px 35px 0px;background:none;}
.topGree h3 {
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;}
.topGree .inbox		{
	max-width:550px;
	padding:20px 10px;
    background-color: rgba(255,255,255,0.5);}
.topGree .inleft	{float:left;width: 60%;}
.topGree .inright	{float:right;width:56%}
.topGree p.txt		{
    margin-bottom: 35px;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: left;
	}
.topGree p.lawyername	{font-size:16px;color:#3e3e3e;letter-spacing:0.05em;font-weight:bold;margin-top: 26px;margin-bottom: 60px;}
.topGree p.namearea {margin-top: 25px;display: inline-block;}
.topGree p.namearea.under {margin-top: 0px;display: inline-block;}

.topGree p.more	{
	margin: 45px auto 0 auto;
    width: 209px;
    text-align: center;
    display: block;
    /* float: right; */
    text-align: center;
	}
.topGree a		{
padding:15px 0;
font-size:15px;
font-weight:bold;
display:block;
line-height:1;
background:#258198;
border:solid 2px #258198;
color: #fff;
border-radius: 5px;
}
.topGree a:hover		{background:#fff;color: #258198;}
.topGree p.Img			{line-height:0;float:right;width:485px;}
.topGree p span {font-weight:bold;font-size:19px;}
.topGree p span.lawyer_name {font-size:20px;}
.topGree p span.lawyer_name i {font-size:24px;font-weight: bold;}
.topGree p span.lawyer_name.small {font-size:22px;}
.topGree p+p {margin-bottom:0!important;}

.topGree .list-box {
    padding: 20px;
    border: 1px solid #258198;
	margin-top: 25px;
	}
.topGree .ttl {
    color: #258198;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	}
.topGree ul li {
    color: #258198;
	font-size: 17px;
	}

.flow_icon {
	max-width:32px;
	display:inline-block;
    vertical-align: middle;
    height: 32px;
    margin-right: 5px;}
.flow_icon+h4 {
	display:inline-block;
	vertical-align:middle;}

.flow_icon+h4+p {
	color:#000000;
	font-size:14px;
	line-height:1.5;
	margin:20px 0;}



@media screen and (max-width: 767px) {
.gree_back {
    background: none;
    padding: 0px 0 30px 0;
    margin-top: -30px;
	}
.gree_back {
	background-color: rgba(255,255,255,0.5)!important;
	background:none;
	}
.flow_icon+h4 {
    font-size: 100%;
	}
}





/* topNews */

.topNews			{padding:65px 0;min-width:1000px;    background-color: #fff;}
.topNews table		{margin-top:5px;}
.topNews tr			{border-bottom:1px dotted #555555;}
.topNews th			{padding:20px 0 18px 40px;width:240px;color:#333;letter-spacing:0.05em;}
.topNews th span	{
	margin-left:30px;
	padding:6px 0 7px 0;
	position:relative;
	top:-1px;
	width:100px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#2fb3dd;
	text-align:center;
	line-height:1;
	display:inline-block;
	letter-spacing:0.05em;}

.topNews td			{padding:20px 0 18px 10px;color:#333;}
.topNews td	a		{color:#333;text-decoration:none;display:block;}
.topNews td	a:hover	{text-decoration:underline;}
.topNews th span a {font-weight:normal;font-size:100%;margin:0;padding:0;text-decoration:none;color:white;line-height:1;display:block;}

.topNews p.more		{margin:30px auto 0 auto;width:230px;text-align:center;
	display: block;
	padding-right: 35px;
	}
.topNews p.more a	{
	padding:15px 0;
	font-weight:bold;
	display:block;
	line-height:1;
	border-radius: 0px;
	color: #ffffff;
	background: #258198;
	border: solid 2px #258198;
	border-radius: 5px;}

.topNews p.more a:hover	{
	background: #fff;}

.mt20 {margin-top:40px;}
.topnews-morebox {
    width: 100%;
    text-align: center;
	}

.category-list {margin-left: auto;margin-right:auto;}
.category-list li {display:block;list-style:disc!important;}
.category-list li a {font-weight:bold;}
.category-list li a:before {content:"・";}
.category-list li ul li a {display:block;text-indent:0.75em;font-weight:normal;}
.category-list li ul li a:before {content:"└ ";}
.category-list li ul li ul li a {display:block;text-indent:1.5em;}
.category-list li ul li ul li a:before {content:"└ ";}

.category-list li a {display:inline-block;
	color:black;
	text-decoration:none;
	padding:10px 10px;
	border-top:1px solid #ccc;
	display:block;}
.category-list li a:hover {text-decoration:underline;}

/* conversion */

.conversion			{min-width:1000px;background:url(../img/conversion_bg.jpg) no-repeat;background-size:cover;background-position: center;margin-top: 60px;
	padding-top: 50px;
	}
.conversion.top-conversion			{min-width:1000px;background:url(../img/conversion_bg.jpg) no-repeat;background-size:cover;background-position: center;
	margin-top: 0px;
    padding-top: 50px;
    }
.conversion	.inner	{padding:0 0 60px 0;/*background:url(../img/main_bg.png) repeat;*/}
.conversion .inner .txt {text-align:center;color:#fff;}

.conversion h2					{color:#fff;font-size:26px;font-weight:bold;}
.conversion h2.topMid:before	{background-color:#fff;}
.conversion h2.topMid02 span	{color:#fff!important;}


.conversion li p.mid	{font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;}
.conversion li p span	{padding:0 0 0 0px;font-size:18px;font-weight:bold;color:#fff;line-height:1;/*background:url(../img/arrow01.png) no-repeat center left;*/}

.contactform {background:rgba(255,255,255,0.8);width:48%;display:inline-block;min-height:155px;vertical-align: top;padding:20px 0 17px 0;}
.contactform+.contactform {margin-left:3.4%;padding: 20px 0 15px 0!important;}
.contactform span {color:#258198;font-size:25px;font-weight:bold;text-align:center;display:block;
    line-height:1;
	}
.contactform span.tel_ttl {font-size:20px;}
.contactform a span {font-size:20px;}
.contactform img {
    width: 5%;
    padding-top: 0px;
    top: 1.25px;
    position: relative;
    padding-right: 10px;
    }


.conversion h2+p {
	margin: -35px 0 35px 0;
    font-size: 26px;
    font-weight: bold;
    }

/*.contactform p span {font-weight:normal!important;line-height:1.5!important;}
.contactform+.contactform a span {line-height:150px;}*/

.contactform2 {
    background: rgba(255,255,255,0.8);
    width: 100%;
    display: block;
    vertical-align: top;
    margin-top:30px;
    margin-left:auto!important;
    margin-right:auto!important;
    padding: 20px 0;}

.contactform+.contactform2 {
	padding:35px 0 5px 0!important;}
.contactform+.contactform2 a {
	padding:0!important;}


.contactform+.contactform2 img {
	width:3%;}
.contactform+.contactform a {display:block;/*padding:20px 0 19px 0;*/}
.contactform+.contactform a:hover {background-color:rgba(255,255,255,0.2);}

.contactform span+p+a+span {font-size:20px;}
.contactform p+a+span i {
	background-color:#258198;color:#fff;
    padding: 3px 10px 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    }
.contactform p+a+span i+i {background:none;position:relative;top:0px;font-size:18px;color:#258198;font-weight:bold;line-height:1.5;}
.contactform span+p.forpc span {font-size:33px;color:#258198;font-weight:bold;margin:15px 0 25px 0;}
.contactform span+p.forpc i {font-size:25px;color:#258198;font-weight:bold;line-height:1;}
.contactform span+p.forpc i img {margin:0 10px -3px 0;}
.contactform span i {vertical-align:middle;}
.contactform+.contactform a span i {font-size:30px;
	color:#258198;
	font-weight:bold;
	display: block;
    padding: 15px 0 25px 0;
	}
.contactform+.contactform a span+span {font-size:20px;}
.contactform+.contactform a span i img {margin: 0 10px -5px 0;}
.contactform .forsp span img {margin: 0 10px -7px 0;}
.contactform+.contactform span i img {width:3%;}
.contactform+.contactform2 a span i {
	padding:15px 0;}

.topAccess .Img img {margin-bottom:-3px;}
.topAccess .map {
	margin-top:35px;
	line-height:0;}

/* topAccess */

.topAccess			{
	padding: 65px 0 0 0;
    min-width: 1000px;
    text-align: center;
    background: #faf9f1;}
.topAccess .accessmap-underarea	{margin: 40px 0;}
.topAccess .accessmap-underarea img	{width: 100%;}
.topAccess .inleft	{float:left;width:485px;}
.topAccess .inright	{float:right;width:485px;}
.topAccess .cf		{margin-top:35px;}
.topAccess p.name	{
	margin-top: -10px;
	font-size:21px;
	color:#2b2b2b;
	font-weight:bold;
	line-height:1.8;
	letter-spacing: 1.2px;}
.topAccess p {text-align:center;}
.topAccess p.name-small	{font-size:16px;color:#258198;font-weight:bold;line-height:1.8;}
.topAccess p.txt	{margin-top:20px;color:#444;line-height:1.6;}
.topAccess p.more	{
	margin:30px auto 0 auto;
	width:230px;
	text-align:center;}
.topAccess p.more a	{
	margin-top: 55px;
	padding:15px 0;
	font-weight:bold;
	display:block;
	line-height:1;
	border-radius: 0px;
	color: #258198;
	background: #fff;
	border: 1px solid #258198;
	border-radius:30px;}

.topAccess p.more a:hover	{
	color:#fff;
	background: #258198;
	border: solid 1px #fff;}

.topAccess iframe	{width:100%;height:380px;}

.topAccess .access_l,.topAccess .access_r {
	display:inline-block;
	width:calc(49% - 1px);
	vertical-align:top;}

.topAccess .access_r {
	margin-left:1%;
	background-color:#ffffff;
	padding:2px 2px 5px 2px;}

.topAccess .access_l p.txt {
	text-align:left;}
.topAccess .access_r img {
	width:100%;}
.topAccess .access_r p {
	display:block;
	font-size:14px;
	line-height:1;
	text-align:left;}

.topAccess .access_l p.txt span.bold {
	font-weight:bold;
	display:block;}

.topAccess .access_r p span.hishi {
	color:#258198;
	line-height:1.2;}

ruby > rt {
	font-size:35%;}


@media screen and (max-width: 767px) {
.topAccess .access_l, .topAccess .access_r {
    display: block;
    width: 100%;
    vertical-align: top;
	}
.topAccess .access_r {
    margin-top: 15px;
	margin-left: 0;
	}
}



/* 下層 ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 -----------------------------------------------------*/

/* 下層ビジュアル */

.subVisual			{height:200px;min-width:1000px;}
@media screen and (min-width: 769px) {
.subVisual			{
/*	height:200px; */
	height:240px;
	min-width:1000px;
	padding-top: 180px;
	}
}

.subVisual .inner	{/*background:url(../img/main_bg.png) repeat;*/height:100%;position:relative;}


.subVisual h2 {
padding:0 0;
font-weight:bold;
text-shadow: 1px 1px 5px black;
text-align:center;
font-size:30px;
color:#fff;
letter-spacing:0.2em;
position:absolute;
font-size:23px;
background:rgba(0,94,60,0.75);
height:100%;
line-height:230px;
}

.subVisual .sub_h2 {
    padding: 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 5px black;
    text-align: center;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.2em;
    position: absolute;
    font-size: 23px;
    background: rgba(0,94,60,0.75);
    height: 100%;
    line-height: 230px;}


/* 各ページビジュアル */




.subimg_lawyer				{background:url(../img/subimg_lawyer.jpg) no-repeat center center;background-size:cover;  background-position-y: 80px;}
.subimg_jiko				{background:url(../img/subimg_jiko.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_kashitsu			{background:url(../img/subimg_kashitsu.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_syougai				{background:url(../img/subimg_syougai.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_baisyou				{background:url(../img/subimg_baisyou.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_jidan				{background:url(../img/subimg_jidan.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_features			{background:url(../img/subimg_features.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_performance			{background:url(../img/subimg_performance.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_case				{background:url(../img/subimg_case.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_process				{background:url(../img/subimg_process.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_fee					{background:url(../img/subimg_fee.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_topics				{background:url(../img/subimg_topics.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_contact				{background:url(../img/subimg_contact.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_sitemap				{background:url(../img/subimg_sitemap.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}



/* パンクズ */

.path				{padding:6px 0 6px 0;min-width:1000px;background:#f9f9f9;}
.path ul			{letter-spacing:-0.4em;line-height:0;}
.path ul li			{display:inline-block;letter-spacing:0.1em;color:#777;font-size:14px;line-height:1;}
.path ul li a		{color:#777;font-size:14px;display:block;line-height:1;}
.path ul li a:hover	{color:#9e465b;font-size:14px;}
.path ul li a:after	{padding:0 5px;content:"/";}


/* 下層ページ見出し */

h2.subMid{
position: relative;
text-align:center;
font-size:24px;
color:#258198;

font-weight:bold;
letter-spacing:0.1em;
}
h2.subMid:before {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
width:10%;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#258198;
border-radius: 2px;
}

h2.subMid span{
position: relative;
text-align:center;
font-size:20px;
color:#258198;

font-weight:bold;
letter-spacing:0;
}



h3.sub-h3 		{padding:0px 0px 25px 0px;}
h3.sub-h3 span	{
padding:3px 0 0 10px;
font-size:22px;
font-weight:bold;
color:#2badd7;
line-height:1.7;
letter-spacing:0;
display:block;
line-height:1.7;
border-left:solid 5px #2badd7;
}

h4.sub-h4 {
margin:40px 0 25px 0;
padding:0 0 10px 0;
border-bottom: solid 1px #e4e4e4;
position: relative;
font-size:19.2px;
font-weight:bold;
color:#2badd7;
line-height:1.7;
letter-spacing:0;
}
h4.sub-h4.under-h3 {
margin:0px 0 25px 0;
}
h4.sub-h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #2badd7;
bottom: -1px;
width: 20%;
}

h4.sub-h4.under-h3 {
margin:-5px 0 25px 0;
}

/*
h5.sub-h5 {margin:25px 0 0px 0}
h5.sub-h5 span {
margin:40px 0 -8px 0;
padding:0 0 0px 0;
font-size:17.5px;
font-weight:bold;
color:#258198;
line-height:1.7;
letter-spacing:0;
}
*/
h5.sub-h5 {margin:30px 0 -5px 0;
    color: #2badd7;
    font-size: 17px;
    font-weight: bold;
    line-height:1.7;
	}
h5.sub-h5:before {
	content: '●';
    color: #2badd7;
	margin-right: 10px;
	}

.lawyerBox p.txt.under-h4 {
	margin-top: 5px;
	}


/* 下層リンクボタン */
p.more	{
/*	margin: 45px auto 0 auto; */
    width: 209px;
    display: block;
    text-align: center;
	}
p.more a		{
padding:15px 0;
font-size:15px;
font-weight:bold;
display:block;
line-height:1;
background:#258198;
border:solid 2px #258198;
color: #fff;
border-radius: 5px;
text-decoration: none;
}
p.more a:hover		{background:#fff;color: #258198;}


/* 事務所案内 */

.aboutBox			{margin-top:-10px;}
.aboutBox .inbox	{margin-top:20px;}

.aboutBox .inleft					{float:left;width:485px;    margin-top: 0px;}
.aboutBox .inleft p					{margin-bottom: 12px;line-height:1.7;letter-spacing:0.05em;}
.aboutBox .inleft p.lawyername		{font-size: 16px;color: #3e3e3e;padding-top: 10px; font-weight: bold;}
.aboutBox .inright					{float:right;width:485px;    margin-top: 10px;}
.aboutBox .inright img				{margin-bottom: 10px;}
.aboutBox .inright p				{line-height:0;}
.aboutBox .inright ul				{margin-top:5px;}
.aboutBox .inright li				{margin-left:5px;float:left;width:240px;line-height:0;}
.aboutBox .inright li:first-child	{margin-left:0;}
.aboutBox .inright li img			{width:100%;}
.aboutBox .inright li img			{width:100%;}
.aboutBox .image-last				{margin-top: 15px;}

.aboutBox .map			{margin-top:30px;margin-bottom:20px;}
.aboutBox .map	iframe	{width:100%;height:300px;}

.aboutBox h2			{margin-top:60px;}
.aboutBox h3			{margin-top:50px;}
.aboutBox table			{margin-top:30px;margin-bottom: 30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.aboutBox th			{padding:20px 10px 20px 10px;background:#e9faff;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:20%;letter-spacing:0.1em;vertical-align:top;}
.aboutBox td			{padding:20px 10px 20px 10px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}
.aboutBox td a			{text-decoration:underline;}
.aboutBox td a:hover	{text-decoration:none;}
.aboutBox td .arrow img			{width: 3%;margin-top: 30px;margin-left: 25%;margin-bottom: 15px;}
.aboutBox td p.acc img			{width: 100%;margin-top: 10px;margin-bottom: 10px;}
.aboutBox td.abouttable span.infotxt	{margin-top: 10px;}
.aboutBox td.abouttable span.infotxt p	{margin-top: 10px;}
.aboutBox .accesstxt_bold	{font-weight: bold;}

.aboutBox ul.list					{margin:25px 0 0 0;}
.aboutBox ul.list li				{margin-top:10px;padding:10px 0 0 0;display:table;border-top:dashed 1px #e4e4e4;width:100%;}
.aboutBox ul.list li:first-child	{margin-top:0;padding:0 0 0 0;border-top:none;}
.aboutBox ul.list span				{display:table-cell;}
.aboutBox ul.list .nm				{padding:0 0 0 0;width:35px;font-weight:bold;color:#0b2274;}
.aboutBox .inright img				{width: 100%;}
.aboutBox .textsize16				{font-size: 16px;
padding:3px 0 0 15px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}

.aboutBox.lawyerBox .inleft		{float:left;width:52%;margin-right: 20px;}
.aboutBox.lawyerBox .inright	{float:right;width:45%;}

.aboutBox .topService {
    margin-top: 0px;
    width: 100%;
    background: none;
	}

.aboutBox .topService ul li a {
	text-decoration: none;
	}


/* 弁護士紹介 */

.lawyerBox				{margin:40px auto 65px auto;}
.lawyerBox iframe		{text-align: center;margin: 10px 0 3px 0;}
.lawyerBox span.ro		{font-size:15px;border:none;display:inline-block;}
.lawyerBox .cf			{margin-top:30px;}
.lawyerBox .inleft		{float:left;width:485px;}
.lawyerBox .inleft h3	{margin:0 0 10px 0;font-size:18px;font-weight:bold;color:#258198;}
.lawyerBox .inleft p	{font-size:15px;line-height:1.7;letter-spacing:0em;}
.lawyerBox .inright		{float:right;width:485px;}
.lawyerBox .inright p	{line-height:0;/*box-shadow:0px 0px 4px 0px #b9b9b9;-moz-box-shadow:0px 0px 4px 0px #b9b9b9;-webkit-box-shadow:0px 0px 4px 0px #b9b9b9;*/}
.lawyerBox .inright img		{width: 100%;}

.lawyerBox p.txt	{margin-top:20px;line-height:2;letter-spacing:0.06em;}
.lawyerBox table	{margin-top:10px;}
/*.lawyerBox th		{padding:0 0 0 0;width:100px;}*/
.lawyerBox a			{text-decoration: underline;color:#258198;}
.lawyerBox a:hover		{text-decoration: none;color:#258198;}

.lawyerBox .moviebox	{display: inline-flex;margin-top: 10px;}
.lawyerBox .moviebox p	{margin-right: 10px;}
.lawyerBox .moviebox iframe	{margin-right: 10px; border: solid 1px #c4c4c4;}
.lawyerBox .moviebox .mov01	{display: block;}
.lawyerBox .moviebox .mov02	{display: block;}
.lawyerBox .moviebox .mov03	{display: block;}
.lawyerBox .moviebox .movtxt	{display: inline-flex;font-size: 12px;font-weight: bold;}


.lawyerBox p.txt.under-h3 {
margin:0px 0 25px 0;
}

p.link-box {
    margin: 20px 0 50px 0;
    width: 209px;
    text-align: center;
	}
.link-box a {
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 1;
    background: #fff;
    border: solid 2px #258198;
    color: #258198;
	text-decoration: none;
	}
.link-box a:hover {
    color: #fff;
    background: #258198;
	}

p.link-box.processlink {
    margin: 20px 0 50px 0;
    width: 280px;
    text-align: center;
	}
.link-box.processlink a {
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 1;
    background: #fff;
    border: solid 2px #258198;
    color: #258198;
	text-decoration: none;
	}
.link-box.processlink a:hover {
    color: #fff;
    background: #258198;
	}

.text-right {
    text-align: right;
    font-weight: bold;
    padding: 20px 0;
    }
.banner-right {
    float: right;
    }
.cb {
    clear: both;
    }


/* 取扱分野 */

.serviceBox						{margin:40px auto 40px auto;}

.serviceBox ul.list01			{margin-top:25px;line-height:0;}
.serviceBox ul.list01 li		{margin-top:10px;line-height:1.3;letter-spacing:0.05em;display:block;font-size:15px;}
.serviceBox ul.list01.tokucho li		{margin-top:10px;line-height:1.3;letter-spacing:0.05em;display:block;font-size:15px;font-weight:bold;}

.serviceBox ul.list02		{margin:25px 0 0 20px;line-height:0;}
.serviceBox ul.list02 li	{margin:10px 0 0 0;line-height:1.3;letter-spacing:0.05em;list-style-type:disc;font-size:15px;}

.serviceBox a:hover				{text-decoration: underline;}
.serviceBox p.txt				{margin-top:10px;line-height:1.7;font-size:15px;color:#333;letter-spacing:0.03em;}
.serviceBox p.txt.quotetop		{padding-top: 5px!important;}
.serviceBox	h3					{margin:40px 0 0 0;}

.serviceBox table			{margin-top:30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.serviceBox th				{padding:20px;background:#f1f1f1;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:200px;letter-spacing:0.1em;vertical-align:top;}
.serviceBox th a			{color:#0f80ff;text-decoration:underline;}
.serviceBox th a:hover		{text-decoration:none;}
.serviceBox th a i			{padding:0 5px 0 0;}
.serviceBox td				{padding:20px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}
.serviceBox td a			{color:#0f80ff;text-decoration:underline;}
.serviceBox td a:hover		{text-decoration:none;}
.serviceBox .quote			{background: #f9e7d1;padding: 0 10px 10px 10px;}

.serviceBox p.txt.tel		{line-height:1.8;font-size:20px;font-weight:bold;color:#258198;letter-spacing:0.05em;margin-top: -3px;}
.serviceBox p.txt.tel1		{margin-top: 15px!important;line-height:1.8;font-size:20px;font-weight:bold;color:#258198;letter-spacing:0.05em;margin-top: -3px;}
.serviceBox p.txt.processtel		{line-height:1.8;font-size:16px;font-weight:bold;color:#258198;letter-spacing:0.05em;margin-top: 10px;}
.serviceBox p.txt.processtel span.small	{font-size: 14px;margin-top: -5px;}
.serviceBox span.titlebold		{font-weight: bold;}
.serviceBox .backblue		{background-color: #258198; padding: 15px 15px 15px 10px;margin: 20px 0;}

.serviceBox a			{text-decoration: underline;color:#258198;}
.serviceBox a:hover		{text-decoration: none;color:#258198;}

.serviceBox img			{width: 100%;margin-top: 0px; margin-left: 0px; margin-bottom: 0px;}
.serviceBox .workdisplay {width: 48%;display: inline-table;margin-left: 10px;}

.serviceBox .inbox	{margin-top:20px;}
.serviceBox .inleft					{float:left;width: 65%;}
.serviceBox .inleft p					{margin-top:10px;font-size:15px;line-height:1.7;letter-spacing:0.05em;}
.serviceBox .inright					{float:right;width:33%;margin-top: 10px;}
.serviceBox .inright p				{line-height:0;}
.serviceBox .inright ul				{margin-top:5px;}
.serviceBox .inright li				{margin-left:5px;float:left;width:240px;line-height:0;}
.serviceBox .inright li:first-child	{margin-left:0;}
.serviceBox .policyimg img			{width:100%;margin-top: 0px;margin-left: 0px;margin-bottom: 0px;}
.serviceBox .toform					{margin-bottom: -20px;font-size: 16px!important;}
.serviceBox .arrow_center			{text-align: center;}
.serviceBox .more	{
	margin-top: 20px;
	margin-bottom: 35px;
	}
.serviceBox .more.more-under	{
	margin-top: -20px;
	margin-bottom: 35px;
	}





h3.icon01_saimu	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/saimu.png) no-repeat left;
height: 19px;
}

h3.icon01_saimu span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon02_rikon	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/rikon.png) no-repeat left;
height: 19px;
}

h3.icon02_rikon span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon03_souzoku	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/souzoku.png) no-repeat left;
height: 19px;
}

h3.icon03_souzoku span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon04_zaisan	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/zaisan.png) no-repeat left;
height: 19px;
}

h3.icon04_zaisan span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon05_jiko	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/jiko.png) no-repeat left;
height: 19px;
}

h3.icon05_jiko span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon06_kigyou	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/kigyou.png) no-repeat left;
height: 19px;
}

h3.icon06_kigyou span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}


/* 8つの約束 アイコン*/
h3.promise_icon01	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon01.png) no-repeat left;
height: 19px;
}

h3.promise_icon01 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon02	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon02.png) no-repeat left;
height: 19px;
}

h3.promise_icon02 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon03	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon03.png) no-repeat left;
height: 19px;
}

h3.promise_icon03 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon04	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon04.png) no-repeat left;
height: 19px;
}

h3.promise_icon04 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon05	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon05.png) no-repeat left;
height: 19px;
}
h3.promise_icon05 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon06	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon06.png) no-repeat left;
height: 19px;
}
h3.promise_icon06 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon07	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon07.png) no-repeat left;
height: 19px;
}
h3.promise_icon07 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.promise_icon08	{
padding:15px 10px 17px 10px;
border: solid 1px #258198;
background: url(../img/icon08.png) no-repeat left;
height: 19px;
}
h3.promise_icon08 span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}

.marubox {
	padding: 10px 20px 15px 20px;
    border: solid 2px #258198;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
	}

#toukyuu-list , #contact_mail {
    margin-top:-180px;
    padding-top:180px;
	}
#work_koutsujiko , #work_rikon , #work_iryou , #work_saiken , #work_saimu , #work_souzoku , #work_roudou , #work_gyousei , #work_keiji {
    margin-top:-180px;
    padding-top:180px;
	}
.mw_wp_form {
    margin-top:-180px;
    padding-top:180px;
	}
#toukyuu-list , #access {
    margin-top:-180px;
    padding-top:180px;
	}


/* 弁護士費用 */

.feeBox			{margin:40px auto 40px auto;}
.feeBox h3		{margin-top:40px;}
.feeBox p.txt	{margin-top: 10px;line-height:1.7;color:#333;letter-spacing:0.05em;}
.feeBox p.txt.subtitle	{margin-top:18px;}

.feeBox table.tbl01		{margin-top:30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.feeBox table.tbl01	th	{padding:20px;background:#f1f1f1;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:200px;letter-spacing:0.1em;vertical-align:top;}
.feeBox table.tbl01	td	{padding:20px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}

.feeBox table.tbl02		{margin-top:20px;margin-bottom:15px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.feeBox table.tbl02	th	{padding:20px;background:#fff9fb;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;
/*width:33%;*/
width:20%;
letter-spacing:
0.1em;vertical-align:
top;text-align:center;
vertical-align:middle;
font-weight: bold;
}
.feeBox table.tbl02	th.tableleft	{padding:20px;
background:#e9faff;
border-left:solid 1px #e4e4e4;
border-top:solid 1px #e4e4e4;
/* width:33%; */
width:auto;
letter-spacing:0.1em;
text-align:center;
vertical-align:middle;
font-weight: normal;
text-align: left;
}
.feeBox table.tbl02	td	{padding:20px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}
.feeBox a				{text-decoration: underline;color:#258198;}
.feeBox a:hover			{text-decoration: none;}

.feeBox ul.list01			{margin-top:25px;line-height:0;}
.feeBox ul.list01 li		{margin:10px 0;line-height:1.3;letter-spacing:0.05em;display:block;font-size:15px;}
.feeBox ul.list02		{margin:0px 0 0 30px;line-height:0;}
.feeBox ul.list02 li	{margin:3px 0 0 0;line-height:1.3;letter-spacing:0.05em;list-style-type:disc;font-size:15px;}

.feeBox h3.qa-h3 		{margin-top: 24px;padding:15px 10px;border:solid 1px #ae543b;border-radius:2px;}
.feeBox h3.qa-h3 span	{
    padding: 3px 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ae543b;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 1;
    /*border-left: solid 5px #258198;*/
}
.feeBox h3.qa-h3.ansertitle 		{padding:20px 10px;border:solid 1px #258198;border-radius:2px;margin-top: 10px;}
.feeBox h3.qa-h3.ansertitle span	{
    padding: 3px 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #258198;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 1;
    /*border-left: solid 5px #258198;*/
}
.feeBox p.txt.anser	{margin-top:8px;line-height:1.7;font-size:15px;color:#333;letter-spacing:0.03em;}

.feeBox .more			{
/*	margin:15px auto 30px auto; */
	margin:25px 0 65px 0;
	}
.feeBox .more.under-more			{
	margin-top: -45px;
	}

.feeBox p.txt.under-h3 {
    margin-top: 0px;
	}



/* お問い合わせ */

.formBox					{margin:65px auto 65px auto;}
.formBox h3					{margin-top:20px;}
.formBox p					{margin-top:20px;line-height:1.8;color:#333;letter-spacing:0.05em;}
.formBox p.tel				{margin:30px 0 18px 0;line-height:1.8;font-size:24px;font-weight:bold;color:#258198;letter-spacing:0.05em; line-height: 1.0em;}
p.txt.teldown				{margin:0px 0 30px 0;}
.formBox p.tel span			{padding:0 0 0 0px;}
.formBox table 				{margin-top:30px;width:100%;border-bottom:solid 1px #e4e4e4;}
.formBox th					{padding:30px;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;background:#f8f8f8;line-height:1;letter-spacing:0.2em;vertical-align:top;width:215px;}
.formBox td					{padding:30px;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;border-right:solid 1px #e4e4e4;}
.formBox td.name span		{margin-top:10px;display:block;}
.formBox td.sendcell		{padding:40px 0;text-align:center;border-left:none;border-right:none;}
.formBox td input			{padding:10px;border:solid 1px #d8d8d8;width:90%;}
.formBox td.list			{padding-bottom:30px;}
.formBox td.list p			{margin:20px 0 5px 0;padding:0;font-weight:bold;}
.formBox td.list span		{margin:0 -60px 0 0;display:inline-block;vertical-align:top;width:50%;}
.formBox td.list span input	{width:auto;}
.mwform-radio-field-text		{width:11em!important;}
.mw_wp_form .horizontal-item + .horizontal-item	{margin-left:0px;}
.formBox td textarea		{padding:10px;width:90%;border:solid 1px #d8d8d8;}

.formBox .contact-telbox	{
	margin-bottom: 60px;
	}

.policy					{margin-top:30px;padding:30px;height:200px;overflow-y:scroll;border:solid 1px #e4e4e4;}
.policy h3				{line-height:1;font-size:18px;font-weight:bold;color:#2badd7;}
.policy h4				{margin:20px 0 0px 0;padding:0;line-height:1;font-size:16px;color:#2badd7;font-weight:bold;}
.policy p.read			{margin-top:14px;line-height:1.8;}
.policy p.txt			{margin-top:14px;line-height:1.6;}
.policy p:last-child	{padding:0 0 30px 0;}
.policy a				{text-decoration:underline; color: #258198;}
.policy a:hover			{text-decoration:none;}

.ckd			{margin-top:20px;text-align:center;}
.ckd span input	{position:relative;top:2px;}
.ckd span label	{padding:0 0 0 5px;position:relative;top:1px;font-size:16px;}

.send				{margin-top:20px;text-align:center;}
.send input			{padding:10px;font-size:16px;font-weight:bold;color:#258198;width:40%;background:#fff;border:none;-webkit-appearance: none;border: 2px solid #258198;}
.send input:hover	{cursor:pointer;background:#258198;color: #fff;}

.txtbold			{font-weight: bold;}
.textsize16			{font-size: 16px!important;}

.formBox p.under-h3					{margin-top:0px;}
.formBox a					{text-decoration: underline;color: #258198;}
.formBox a:hover					{text-decoration: none;}


/* サイトマップ */

.sitemapBox					{margin:65px auto 65px auto;}
.sitemapBox li				{padding:0 5px;border-top:dashed 1px #ccc;}
.sitemapBox li:last-child	{border-bottom:dashed 1px #ccc;}
.sitemapBox li a			{padding:20px 0;color:#333;display:block;letter-spacing:0.1em;}
.sitemapBox li a:hover		{color:#30879d;}
.sitemapBox li a:before		{padding:0 10px 0 0;content:"\f105";font-family:"FontAwesome";color:#258198;font-size:12px;}

.sitemapBox li.ser				{padding:20px 0 18px 0;}
.sitemapBox li.ser:before		{padding:0 10px 0 0;content:"\f105";font-family:"FontAwesome";color:#258198;font-size:12px;}
.sitemapBox li.ser span			{margin:0 0 0 10px;display:block;line-height:1;}
.sitemapBox li.ser span a		{padding:0;}
.sitemapBox li.ser span a:before{padding:0 5px 0 0;content:"└";color:#258198;font-size:12px;}
.sitemapBox span.category	{
margin-left:10px;
padding:6px 0 7px 0;
position:relative;
top:-1px;
width:100px;
font-size:12px;
font-weight:bold;
color:#fff;
background:#258198;
text-align:center;
line-height:1;
display:inline-block;
letter-spacing:0.05em;
border-radius: 0px;
}
.box2 span.category	{
margin-left:10px;
padding:6px 0 7px 0;
position:relative;
top:-1px;
width:100px;
font-size:12px;
font-weight:bold;
color:#fff;
background:#8d8422;
text-align:center;
line-height:1;
display:inline-block;
letter-spacing:0.05em;
border-radius: 0px;
}
.box2 span.category.news	{
background:#2fb3dd;
}
.box2 span.category.case	{
background:#e1b800;
}
.box2 span.category.performance	{
background:#30cfc6;
}


/* TOPICS一覧 */

.topicsBox {margin-bottom: 80px;}
.topicsBox tr				{background:url(../img/chip_01.png) repeat-x bottom left;}
.topicsBox th				{padding:20px 0 18px 0;width:235px;color:#333;letter-spacing:0.05em;}
.topicsBox th span	{
margin-left:10px;
margin-right: 10px;
padding:6px 0 7px 0;
position:relative;
top:-1px;
width:100px;
font-size:12px;
font-weight:bold;
color:#fff;
background:#8d8422;
text-align:center;
line-height:1;
display:inline-block;
letter-spacing:0.05em;
border-radius: 0px;
}

.topicsBox.news th span	{
background:#2fb3dd;
}
.topicsBox.case th span	{
background:#e1b800;
}
.topicsBox.performance th span	{
background:#30cfc6;
}

.topicsBox th span a {font-weight:normal;font-size:100%;margin:0;padding:0;text-decoration:none;color:white;line-height:1;display:block;font-weight:bold;}
.topicsBox td				{padding:20px 0 18px 0;color:#333;/*width: 100%;*/}
.topicsBox td	a 			{color:#333;text-decoration:none;display:block;}
.topicsBox td	a:hover 	{text-decoration: underline;}
.topicsBox p.more			{margin:30px auto 0 auto;text-align:center;width:230px;}
.topicsBox p.more a		{
padding:20px 0;
display:block;
background:#81c3f1;
color:#fff;
font-weight:bold;
line-height:1;
letter-spacing:0.1em;
border-radius:1px;
-moz-border-radius:1px;
-webkit-border-radius:1px;
}
.topicsBox p.more a:hover	{background:#333;}

.wp-pagenavi {text-align:center;
	margin-top:35px;
	margin-bottom: 65px;
	}

.subVisual .sub_h2 {
    position: relative;
    line-height: 1.4px;
	}

.box2 h6				{margin:20px 0 0px 0;padding:0;line-height:1;font-size:16px;color:#258198;font-weight:bold;text-decoration: underline;}

.box2 table			{margin-top:30px;margin-bottom: 30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.box2 th			{padding:20px;background:#258198;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:210px;letter-spacing:0.1em;vertical-align:top;}
.box2 td			{padding:20px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}
.box2 td a			{text-decoration:underline;}
.box2 td a:hover	{text-decoration:none;}
.box2 td .arrow img			{width: 3%;margin-top: 30px;margin-left: 25%;margin-bottom: 15px;}
.box2 td p.acc img			{width: 50%;margin-top: 10px;margin-bottom: 10px;}
.box2 td.abouttable span.infotxt	{margin-top: 10px;}
.box2 td.abouttable span.infotxt p	{margin-top: 10px;}

.box2 .backgreen		{background-color: #258198; padding: 1px 1px 10px 10px;}
.box2 p					{margin-top:10px;line-height:1.7;letter-spacing:0.05em;}

.box2 h2 {
padding:0 0;
font-weight:bold;
text-shadow: 1px 1px 5px black;
text-align:center;
font-size:30px;
color:#fff;

letter-spacing:0.2em;
position:absolute;
font-size:23px;
background:rgba(0,94,60,0.75);
height:100%;
line-height:200px;
}


.box2 ul {list-style: disc; margin-left: 20px;}

.single_box {padding-bottom:30px;}
.single_box.performance {margin-bottom: 60px;}
.single_box h3 {margin-top:0;}
.topicsBox .right_content table {margin-bottom:30px;min-width: 90%;width: 100%;}
.single_box b {font-weight: bold;}
.single_box i {font-style: italic;}



/* 解決事例 */
.single_box .box2.case h3 {
    padding: 30px 0px 5px 0px;
}
.single_box .box2.case h3.first {
	padding: 0px 0px 15px 0px;
}




/* 実績 */
.performance_box {
	border:1px solid #ccc;
	width:calc(100% - 22px);
	border-radius:5px;}

.performance_box2 {
	border:1px solid #ccc;
	padding:20px;
	width:calc(94% - 22px);
	border-radius:5px;}

.performance_box a {
	text-decoration:none;
	padding:20px;
	display:block;
	color:inherit;}

.performance_box h3 {
	font-size:130%;
	font-weight:bold;
	margin:10px 0 7px 0;}

.performance_box .tag_box span {
	background-color:#3abde7;
	padding:3px 7px;
	text-align:center;
	border-radius:5px;
	color:#ffffff;}

.performance_box .tag_box span+span {
	margin-left:10px;}

.performance_box+.performance_box {
	margin-top:20px;}

.performance_box .tag_box span.tag0,.taglist0 {
	background-color:#a2d7d4;}
.performance_box .tag_box span.tag1,.taglist1 {
	background-color:#3abde7;}
.performance_box .tag_box span.tag2,.taglist2 {
	background-color:#3ae787;}
.performance_box .tag_box span.tag3,.taglist3 {
	background-color:#dce73a;}
.performance_box .tag_box span.tag4,.taglist4 {
	background-color:#e7423a;}
.performance_box .tag_box span.tag5,.taglist5 {
	background-color:#3abde7;}
.performance_box .tag_box span.tag6,.taglist6 {
	background-color:#453ae7;}
.performance_box .tag_box span.tag7,.taglist7 {
	background-color:#ea6be3;}
.performance_box .tag_box span.tag8,.taglist8 {
	background-color:#9f3ae7;}


.performance_box .tag_box span.tag9,.taglist9 {
	background-color:#e73a82;}
.performance_box .tag_box span.tag10,.taglist10 {
	background-color:#3ae787;}
.performance_box .tag_box span.tag11,.taglist11 {
	background-color:#c1cc1f;}
.performance_box .tag_box span.tag12,.taglist12 {
	background-color:#e7423a;}
.performance_box .tag_box span.tag13,.taglist13 {
	background-color:#6dc2de;}
.performance_box .tag_box span.tag14,.taglist14 {
	background-color:#6058db;}
.performance_box .tag_box span.tag15,.taglist15 {
	background-color:#dbb432;}
.performance_box .tag_box span.tag16,.taglist16 {
	background-color:#54bf7d;}

.performance .left_content li {
	border-radius:5px;}

.performance .left_content li+li {
	margin-top:10px;}

.performance .left_content li a {
	display:block;
	border-radius:5px;
	color:#ffffff;
	padding:5px 10px;
	}

.jidan {
	color:red;
	font-size:130%;
	font-weight:bold;
	margin-right:20px;}

.sagaku {
	font-size:150%;
	color:red;
	font-weight:bold;}

.pmain h3{
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
	color:#3abde7;
    border-top: 2px solid #3abde7;
    border-bottom: 2px solid #3abde7;
    margin: 50px 0 20px 0;
}







/* 下層共通box ここから */
.check-box {
    margin: 20px 0;
    padding: 15px 30px;
    border: 1px solid #ababab;
    border-radius: 10px;
	}
.check-box li {
	font-size: 16px;
    padding-left: 2em;
    text-indent: -2.4em;
	}
.check-box li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 40px;
    background-image: url(../img/check-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 2px;
    }

.indent-box {
	margin: 20px 0;
	padding: 20px;
    border-radius: 5px;
	}
.aboutBox .indent-box {
	margin: 20px 0;
	padding: 0px;
	}
.aboutBox.lawyerBox .indent-box {
    margin: 0px 0;
    padding: 0px;
	}

.indent-box li {
    padding-left: 1em;
    text-indent: -1em;
	}
.indent-box.hutamoji li {
    padding-left: 2em;
    text-indent: -2em;
	}

.indent-box.color-box {
    background-color: #fff6f8;
	}


.backcolor-box {
	margin: 20px 0;
	padding: 20px;
    background-color: #258198;
    border-radius: 5px;
	}
.backcolor-box li {
    padding-left: 1em;
    text-indent: -1em;
	}
/* 下層共通box ここまで */






/* ◆ SP SIZE ◆
============================================================== */

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

/* 共通 */

.box	{margin-left:auto; margin-right:auto; width:97%;min-width:auto;text-align:left; clear:both; }

.right_content,.left_content {float:none;margin-left:auto;margin-right:auto;}
	.left_content,.right_content {width:100%;margin-bottom: 15px;}
	.box2 {width:98%;}
.box2 th,.box2 td {display:block;}




/* 各ページビジュアル */

.subimg_lawyer				{background:url(../img/subimg_lawyer.jpg) no-repeat center center;background-size:cover;  /*background-position-y: 80px;*/}
.subimg_jiko				{background:url(../img/subimg_jiko.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_kashitsu			{background:url(../img/subimg_kashitsu.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_syougai				{background:url(../img/subimg_syougai.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_baisyou				{background:url(../img/subimg_baisyou.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_jidan				{background:url(../img/subimg_jidan.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_features			{background:url(../img/subimg_features.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_performance			{background:url(../img/subimg_performance.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_case				{background:url(../img/subimg_case.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_process				{background:url(../img/subimg_process.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_fee					{background:url(../img/subimg_fee.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_topics				{background:url(../img/subimg_topics.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_contact				{background:url(../img/subimg_contact.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}
.subimg_sitemap				{background:url(../img/subimg_sitemap.jpg) no-repeat center center;background-size:cover;/*  background-position-y: 80px; */}

/* TOP
 -----------------------------------------------------*/


/* 見出し */

h2.topMid01{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
}

h2.topMid01:before, h2.topMid01:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width:100%;
height: 2px;
border-top: solid 1px #444;
border-bottom: solid 1px #444;
}

h2.topMid01:before	{left:0;}
h2.topMid01:after	{right: 0;}

h2.topMid01 span{
padding:10px 10px 0 10px;
font-size:17px;
line-height:1;
color:#444;

font-weight:bold;
position:relative;
z-index:999;
background:#fff;
display:inline-block;
letter-spacing:-0.05em;
}


h2.topMid02{
	position: relative;
	display:block;
	text-align:center;}


h2.topMid02:before	{left:0;}
h2.topMid02:after	{right: 0;}

h2.topMid02 span{
line-height:1.6;
font-weight:bold;
position:relative;
z-index:1;
/*background:#258198;*/
display:inline-block;
letter-spacing:-0.05em;
font-size:22.5px;
padding: 10px 0px 0 0px;
}
.conversion h2+p {
	line-height:1.6;
    font-size: 23.5px;
	}

/* topBtn */


.bnr_area {padding:0;}

.topBnr		{padding:35px 2%;background:#258198;min-width:auto;}
.topBnr ul	{display:block;}
.topBnr li	{
margin:0 0 10px 0;
width:100%;
display:block;
text-align:center;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.top_bnr_h3 {font-size:17px;}
.topBnr li a {
margin:-1px 0 0 0;
width:auto;
display:block;
position:relative;
height:auto;
/*padding:20px 25px;
height:165px;
border:solid 1px #258198;
background:#fff;*/
}

.topBnr li:first-child a {margin:0 0 0 0;}

.topBnr li:hover {
opacity:0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.topBnr li p.Img 	{line-height:0;}
.topBnr li p.Img img 	{width:100%;}
.topBnr li p.mid 	{margin-top:15px;ont-size:16px;color:#258198;font-weight:bold;letter-spacing:0em;line-height:1;}
.topBnr li p.txt	{margin-top:15px;font-size:12px;color:#333;letter-spacing:-0.05em;line-height:1.6;}
.topBnr li a {
border-right: solid 1px #258198;}
.topBnr li:last-child a {
	border-right: solid 0px #258198;}

.top_bnr_l,.top_bnr_r {float:none;width:100%;}

/* 取扱業務 */

.topService			{margin-top:30px;padding: 40px 0 20px 0;}
.topService h2		{padding:0;font-size:18px;letter-spacing:0.1em;text-align:center;}
.topService li img	{width: 60px;margin-top: 5%; margin-bottom: 10px;}

.topService ul			{margin:10px 0 0 0px;text-align:center;letter-spacing:-0.4em;}
.topService li			{margin:0 0 5px 0px;float:none;display:inline-block;width:47.5%;text-align:center;letter-spacing:normal;
    vertical-align: top;
	height: inherit;
    }
.topService ul li:nth-child(2n-1) {
    margin: 0 1% 1% 0;
    width: 47.5%;
    height: 123.5px;
	}
.topService ul li:nth-child(2n) {
    margin: 0 0px 5px 0px;
    width: 47.5%;
	}
.topService li:first-child img {
    width: 78px;
    margin-top: 0;
    padding: 0 0 1px 0;
	}
.topService li:nth-child(5) img {
    margin-top: 0;
    padding: 0 0 9px 0;
	}
.topService li a		{padding:0px 0 0px 0%;display:block;}
.topService li p		{font-weight:bold;width: 99%!important;}
.topService li p.mid	{text-align: center;font-weight:bold;width: 100%!important;padding: 18px 0px 0 0px;padding-left: 0px;}
.topService li span.mid	{text-align: center;font-weight:bold;width: 100%!important;padding: 18px 0px 0 0px;padding-left: 0px;}
.aboutBox  li span.mid	{text-align: center;font-weight:bold;width: 100%!important;padding: 0px 0px 0 0px;padding-left: 0px;    margin-top: -10px;}
.aboutBox .top_bnr_l li a		{margin: -10px 0 -5px 0;padding:0px 0 0px 0%;display:block;}
.topService li p.txt	{text-align: left;
	width: 93%!important;
    font-size: 13.2px!important;
    padding: 10px 0.5em 0 0.5em;
    }
.topService li span		{margin-top:8px;padding:0 0 0 8px;font-size:10px;font-weight:normal;color:#007344;display:inline-block;/*background:url(../img/arrow_01.png) no-repeat 0 1px / 5px;*/line-height:1;}

.topService li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
	right: 0;
    bottom:0;
    top: inherit;
    left: inherit;
	}


@media screen and (max-width: 374px) {
.topService li p.mid {
    text-align: center;
    font-weight: bold;
    width: 100%!important;
    font-size: 11px!important;
    padding: 18px 0px 0 0px;
    padding-left: 0px;
	}
.topService li p.txt {
    text-align: left;
    width: 93%!important;
    font-size: 11px!important;
    padding: 10px 0.5em 0 0.5em;
	}
}



.topService li.con			{margin:0 0 5px 5px;float:none;display:inline-block;width:45%;text-align:center;letter-spacing:normal;}
.topService li.con a		{padding:20px 0 45px 0%;}
.topService li.con span		{display:inline-block;}


.topService li p.small-ttl a {
    font-size: 14px;
	}
.topService li p.small-ttl a:before {
    width: 52px;
    height: 54px;
    margin-left: -8px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain!important;
	}
.topService li p.small-ttl.no12 a {
	font-size: 13px;
	letter-spacing: -0.5px;
	}
.topService li p.small-ttl.no12 a:before {
    width: 48px;
    height: 50px;
    margin-right: -7px;
	}
.topService li p.small-ttl.no13 a {
	font-size: 13px;
	letter-spacing: -0.5px;
	}
.topService li p.small-ttl.no13 a:before {
    width: 48px;
    height: 50px;
    margin-right: -7px;
	}





/* topGree */

.topGree	{
/*	padding:15px 2% 20px 2%;*/
	padding:0;
	min-width:auto;
	background-position:right;
	min-width: 100%;
	background: none;
	}
.topGree .box	{
	background:rgba(255,255,255,0.9);
	padding:20px 20px 0px 20px;
	width:calc(100% - 40px);
	}
.topGree.over {
    padding: 40px 0px 0px 0px;
	}
.topGree h3 {
    text-align: center;
	}
.topGree .inbox		{margin-top:0px;padding:0;}
.topGree .inleft	{margin-top:20px;float:none;width:auto;}
.topGree p.txt		{margin-top:15px;color:#444;line-height:1.7;letter-spacing:0em;margin-bottom: 10px;}
.topGree .inbox img {
    width: 100%;
    margin: 1px auto 0px auto;
	}

.topGree p.more	{margin:20px auto 0 auto;width:260px;text-align:center;display: block;float: unset;}
.topGree a		{
padding:15px 0;
font-weight:bold;
display:block;
line-height:1;
letter-spacing:0.1em;
border-radius: 0px;
}
.topGree p.Img			{line-height:0;float:none;width:auto;}
.topGree p.Img img		{width:100%;}

.topGree p+p {text-align:center;}

.topGree p span.lawyer_name {
    font-size: 18px;
	}
.topGree p span.lawyer_name i {
    font-size: 22px;
	}
.topGree p span.lawyer_name.small {
    font-size: 16.5px;
	}
.topGree p span {
    font-weight: bold;
    font-size: 16.5px;
	}

.topGree .inright {
    float: inherit;
    width: 100%;
	}
.topGree .ttl {
    font-size: 15px;
    margin-bottom: 10px;
	}
.topGree ul li {
    color: #258198;
    font-size: 15px;
    padding-left: 0em;
    text-indent: -0em;
	}
.topGree ul li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    position: relative;
    top: 2.4px;
	}
.topGree .list-box {
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
	}

.topGree .image-box {
	padding: 0;
    margin: 0px auto;
	}
.feature_ttl {
	font-size: 92%;
	}



/* topNews */

.topNews h2 {padding-bottom: 15.5px;}
.topNews			{padding:35px 2%;/*background:url(../img/bg_shadow01.png) repeat-x top left #258198;*/min-width:auto;}
.topNews table		{margin-top:5px;width: 97%;}
.topNews th			{padding:10px 0px 0px 0;width:100%;color:#333;letter-spacing:0.05em;display: block;}
.topNews th span	{
margin-left:10px;
padding:6px 0 5px 0;
position:relative;
top:-1px;
width:110px;
font-size:11px;
font-weight:bold;
text-align:center;
line-height:1;
display:inline-block;
letter-spacing:0.05em;
}
.topNews th p {display:inline-block;}
.topNews td			{padding:0 0 10px 0;color:#333;display:block;}
.topNews td	a		{color:#333;text-decoration:none;display:block;}
.topNews td	a:hover	{text-decoration:none;}
.topNews p.more		{margin:30px auto 0 auto;width:230px;text-align:center;padding-right: 0px;}
.topNews p.more a	{
padding:15px 0;
font-weight:bold;
display:block;
letter-spacing:0.1em;
}
.topNews p.more a:hover		{background:#258198;}

.head_tel,.head_tel_r,.head_tel_l {float:none;margin:5px auto; margin-left: 15%; width: 100%;}
.head_tel {width:98%;max-width:98%;margin:0 auto;}
.head_tel .tel1 {width:100%;}
.head_tel_r a {width:100%;}
.head_tel_r,.head_tel_l {width:49%;display:inline-block;margin:0;}

.head_tel_l img {margin:0;}
header a img {margin:inherit;}



/* conversion */

.conversion			{min-width:auto;
    padding-top: 35px;
	}
.conversion.top-conversion {
    min-width: auto;
    margin-top: 0px;
    padding-top: 30px;
}

.conversion	.inner	{padding:0px 2% 35px 2%;/*background:url(../img/main_bg.png) repeat;*/}

.conversion h2					{color:#fff;}
.conversion h2.topMid:before	{background-color:#fff;}

.conversion ul	{letter-spacing:-0.4em;text-align:center;}
.conversion li	{
margin:10px 0 0 0;
float:none;
display:table;
letter-spacing:normal;
width:100%;
height:100px;
position:relative;
vertical-align:top;
text-align:center;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
.conversion li:first-child	{margin:0;}

.conversion li.tel			{display:block;margin-bottom:20px;vertical-align:middle;}
.conversion li .inbox		{width:490px;height:100px;display:table-cell;vertical-align:middle;border:solid 1px #fff;}
.conversion li p.num		{margin-top:5px;font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;}
.conversion li p.num2		{margin-top:5px;font-size:13px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;}
.conversion li p.num span	{margin-top:5px;font-size:14px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;display:block;}


.contactform+.contactform {margin-left:0}
.contactform span+p+a+span {
    font-size: 4px;
    }
.contactform p+a+span i {
    font-size: 13px;
    }
.contactform img {
    width: 6%;
    padding-top: 10px;
    top: -2.35px;
    position: relative;
    padding-right: 10px;
    }
.conversion li p.mid	{font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;}
.conversion li p span	{padding:0 0 0 25px;font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;/*background:url(../img/arrow01.png) no-repeat center left;*/}


.contactform a span,.contactform span.tel_ttl {font-size:17px;}
.contactform a span {font-size:24px;color:#258198;margin: 10px 0 15px 0 ;}
.contactform+.contactform a span i {font-size:24px;color:#258198;margin:0;}
.contactform p+a+span i+i {font-size:16px;line-height: 1.65;}
.contactform+.contactform a span {color:#258198;font-size: 17px;margin:-10px auto 0px auto;}
.contactform+.contactform a span+span {font-size:15px;}
.contactform span {
    margin-top: 0px;
	}
.contactform {
    min-height: 105px;
    padding: 15px 0 20px 0;
	}
.contactform+.contactform2 img {
    width: 6%;
	}
body > div.conversion.top-conversion > div > ul > li.contactform2.contactform > a > span:nth-child(1){
	font-size: 16px;
	}
body > div.conversion.top-conversion > div > ul > li.contactform2.contactform > a > span:nth-child(1) > i {
    margin: 2px 0 12px 0;
	}
.contactform+.contactform2 {
    padding: 22px 0 22px 0!important;
	}
body > div.conversion.top-conversion > div > ul > li.contactform2.contactform > a > span:nth-child(1) > img{
	top: 3px;
	}



/* topAccess */

.topAccess			{margin-top:0;padding:35px 2% 0 2%;min-width:auto;text-align:center;}
.topAccess .inleft	{float:none;width:auto;margin-top: 30px;}
.topAccess .inright	{margin-top:30px;float:none;width:auto;}
.topAccess .cf		{margin-top:20px;}

.topAccess p.name	{font-weight:bold;line-height:1.8;letter-spacing:0.1em;margin-bottom: 1.25em;}
.topAccess p.txt	{margin-top:10px;color:#444;line-height:1.6;letter-spacing:0.1em;}
.topAccess p.txt a	{margin-top:10px;line-height:1.6;letter-spacing:0.1em;text-decoration: underline;}
.topAccess p.more	{margin:15px 0 0 0;width:230px;margin-left: auto;margin-right: auto;}
.topAccess p.more a	{
padding:15px 0;
font-weight:bold;
display:block;
letter-spacing:0.1em;
margin-top: 40px
}

.topAccess iframe	{width:100%;height:210px;}

.topAccess h2 {padding-bottom:15.5px;}
.topAccess .map {padding-bottom:0px;
	margin: 0;
	padding:20px 0;
	}


/* 下層 ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 -----------------------------------------------------*/

.subVisual			{height:auto;min-width:auto;}
.subVisual .inner	{padding:50px 0;height:100%;position:relative;}

.subimg_conflict			{background:url(../img/subimg_conflict.jpg) no-repeat center left;background-size:cover;background-position: 75%;}

.subVisual h2 {
padding:0 10px;
text-align:center;
font-size:26px;
color:#fff;

letter-spacing:0em;
position:relative;
font-size:19px;
font-weight:bold;
background:none;
height:auto;
line-height:1.4;
}


/* パンクズ */

.path				{padding:4px 2% 4px 2%;min-width:auto;border-bottom:solid 1px #eaeaea;/*background:url(../img/chip_01.png) repeat-x bottom;*/}
.path ul			{letter-spacing:-0.4em;line-height:0;}
.path ul li			{display:inline-block;letter-spacing:0.1em;color:#777;font-size:12px;line-height:1;}
.path ul li a		{color:#777;font-size:11px;display:block;}
.path ul li a:hover	{color:#258198;font-size:11px;}
.path ul li a:after	{padding:0 5px;content:"/";}


/* 下層ページ見出し */

h2.subMid{
position: relative;
text-align:center;
font-size:19px;
color:#258198;

font-weight:bold;
letter-spacing:0.1em;
line-height:1.4;
}

/*
h2.subMid:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 45px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#258198;
border-radius: 2px;
}

h2.subMid span{
position: relative;
text-align:center;
font-size:19px;
color:#258198;

font-weight:bold;
letter-spacing:0.1em;
line-height:1.4;
}
*/
h2.subMid:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 45px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#0089cd;
border-radius: 2px;
}

h2.subMid span{
position: relative;
text-align:center;
font-size:20px;
color:#0089cd;
font-weight:bold;
letter-spacing:0.1em;
line-height:1.7;

}


/*
h3.sub-h3 		{padding:15px 10px;border:solid 1px #258198;border-radius:2px;}
*/
h3.sub-h3 span	{
padding:3px 0 0 10px;
font-size:18px;
font-weight:bold;
line-height:1;

letter-spacing:0.1em;
display:block;
line-height:1;
line-height: 1.7;
}
h4.sub-h4 {
margin:25px 0 15px 0;
padding:0 0 10px 0;
border-bottom: solid 1px #e4e4e4;
position: relative;
font-size:17px;
font-weight:bold;
line-height:1;

letter-spacing:0.1em;
line-height: 1.7;
}

h4.sub-h4:after {
position: absolute;
content: " ";
display: block;
bottom: -1px;
width:20%;
}
h5.sub-h5 span {font-size: 16px;}



/* 事務所案内 */

.aboutBox				{margin-top:30px;padding:0 2%;}
.aboutBox .inbox		{margin-top:50px;}
.aboutBox .inleft		{margin-top:25px;float:none;width:auto;}
.aboutBox .inleft p		{margin-top:15px;line-height:2;letter-spacing:0.05em;}
.aboutBox .inright		{float:none;width:auto;}
.aboutBox .inright p	{margin:0 auto;width:100%;line-height:0;}
.aboutBox .inright img	{width:100%;}

.aboutBox .inright ul				{margin:1px 0 0 0;}
.aboutBox .inright li				{margin-left:0;float:left;width:50%;line-height:0;border-left:solid 1px #fff;}
.aboutBox .inright li:first-child	{margin-left:-1px;border-left:none;}
.aboutBox .inright li img			{width:100%;}

.aboutBox h3	{margin-top:40px;margin-bottom: 20px;padding: 0;}
.aboutBox table	{margin-top:20px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.aboutBox th	{padding:18px 15px 15px 15px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:auto;display:block;letter-spacing:0.1em;vertical-align:middle;line-height:1;}
.aboutBox td	{padding:15px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;display:block;}
.aboutBox td img	{width:100%;}
.aboutBox td .arrow img			{width: 8%;margin-top: 20px;margin-left: 45%;margin-bottom: 15px;}
.aboutBox td p.acc img			{width: 100%;margin-top: 10px;margin-bottom: 10px;}

.aboutBox ul.list					{margin:25px 0 0 0;}
.aboutBox ul.list li				{margin-top:15px;padding:15px 0 0 0;display:table;border-top:dashed 1px #e4e4e4;width:100%;}
.aboutBox ul.list li:first-child	{margin-top:0;padding:0 0 0 0;border-top:none;}
.aboutBox ul.list span				{display:table-cell;line-height:1.4;}
.aboutBox ul.list .nm				{padding:0 0 0 0;width:35px;font-weight:bold;color:#0b2274;}

.aboutBox .map			{margin-top:20px;}
.aboutBox .map	iframe	{width:100%;height:200px;}

.aboutBox.lawyerBox .inright img		{width:100%;
    margin-bottom: 15px;
    }
.aboutBox.lawyerBox .inright		{width:100%;
    }
.aboutBox.lawyerBox .inleft			{width:100%;
	margin-right: 0px;
    }



/* 弁護士紹介 */

.lawyerBox					{margin-top:30px;padding:0 2px;}
.lawyerBox iframe			{text-align: center;margin: 10px 0;width: 100%;}
.lawyerBox span.ro			{font-size:12px;border:none;display:inline-block;}
.lawyerBox .cf				{margin-top:20px;}
.lawyerBox .inleft			{margin-top:20px;float:none;width:auto;}
.lawyerBox .inleft p		{margin-top:15px;line-height:2;letter-spacing:0.05em;}
.lawyerBox .inright			{float:none;width:auto;margin-top: 25px;}
.lawyerBox .inright p		{margin:0 auto;width:100%;line-height:0;}
.lawyerBox .inright img		{width:100%;
    margin-bottom: 15px;
    }

.lawyerBox h3.sub-h3	{margin-top:30px;}
.lawyerBox p.txt		{margin-top:20px;line-height:1.8;color:#333;letter-spacing:0.05em;}
.lawyerBox table		{margin-top:25px;}
/* .lawyerBox th			{padding:0 0 0 0;width:100px;} */
.lawyerBox td			{padding-bottom:10px;}
.lawyerBox #b4-14915327696	{max-height: 40px; max-width: 200px;margin-top: 3px;margin-bottom: 10px;}

.lawyerBox .moviebox	{display: block;margin-top: 10px;}
/*.lawyerBox .moviebox p	{margin-right: 10px;}
.lawyerBox .moviebox iframe	{margin-right: 10px; border: solid 1px #c4c4c4;}
*/
.lawyerBox .moviebox .mov01	{margin: 0;}
.lawyerBox .moviebox .mov02	{margin-top: 10px;}
.lawyerBox .moviebox .mov03	{margin-top: 10px;}
.lawyerBox .moviebox .movtxt	{display: block;font-size: 14px;font-weight: bold;text-align: center;margin-top: -10px;}

p.link-box {
    margin: 20px 0 50px 0;
    width: 209px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	}

/* 取扱分野 */

.serviceBox						{margin:35px auto 35px auto;padding:0 0%;}

.serviceBox ul.list01			{margin-top:25px;line-height:0;}
.serviceBox ul.list01 li		{margin-top:10px;line-height:1.3;letter-spacing:0.05em;display:block;}

.serviceBox ul.list02		{margin:25px 0 0 20px;line-height:0;}
.serviceBox ul.list02 li	{margin:10px 0 0 0;line-height:1.3;letter-spacing:0.05em;list-style:disc;}

.serviceBox p.txt			{margin-top:20px;line-height:1.8;color:#333;letter-spacing:0.05em;}
.serviceBox	h3				{margin:30px 0 0 0;}
.serviceBox	h3 span			{font-weight:bold;font-size:18px;line-height: 1.7;}
.serviceBox table			{margin-top:20px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.serviceBox th				{padding:15px;background:#f1f1f1;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:auto;letter-spacing:0.1em;vertical-align:top;display:block;}
.serviceBox td				{padding:15px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;display:block;}
.serviceBox table a			{text-decoration:underline;}

.serviceBox p.txt.tel		{line-height:1.8;font-size:20px;font-weight:bold;color:#258198;letter-spacing:0.05em;}
.serviceBox .small			{display: block;}
.serviceBox .forsp a 		{color:black;font-size:20px;font-weight: bold;text-decoration: underlein;color: #258198;}
.serviceBox .worktel.forsp a 	{color:black;font-weight: bold;text-decoration: underlein;color: #258198;}

.serviceBox img			{width: 8%;margin-top: 15px;}

.serviceBox .workdisplay {width: 100%;display: block;margin-left: 0px;}

.serviceBox .inbox		{margin-top:50px;}
.serviceBox .inleft		{margin-top:25px;float:none;width:auto;}
.serviceBox .inleft p		{margin-top:15px;line-height:2;letter-spacing:0.05em;}
.serviceBox .inright		{float:none;width:auto;}
.serviceBox .inright p	{margin:0 auto;width:100%;line-height:0;}
.serviceBox .inright img	{width:100%;}

.serviceBox .inright ul				{margin:1px 0 0 0;}
.serviceBox .inright li				{margin-left:0;float:left;width:50%;line-height:0;border-left:solid 1px #fff;}
.serviceBox .inright li:first-child	{margin-left:-1px;border-left:none;}
.serviceBox .inright li img			{width:100%;}


.serviceBox .backblue p {
    font-size: 14px;
	}
p.link-box.processlink {
    margin: 20px 0 50px 0;
    width: 280px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.serviceBox .more  {
	margin-top: 15px;
	}
.serviceBox .more a {
	font-size: 15px;
	}

.marubox {
    padding: 10px 20px 10px 20px;
    border: solid 2px #258198;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
	}


/* 弁護士費用 */

.feeBox			{margin:35px auto 35px auto;padding:0 2px;}
.feeBox h3		{margin:30px 0 0 0;}
.feeBox p.txt	{margin-top:15px;line-height:1.8;color:#333;letter-spacing:0.05em;}

.feeBox table.tbl01		{margin-top:30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.feeBox table.tbl01	th	{padding:10px;background:#f1f1f1;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:45%;letter-spacing:0em;vertical-align:top;}
.feeBox table.tbl01	td	{padding:10px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}

.feeBox table.tbl02		{margin-top:30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.feeBox table.tbl02	th	{padding:10px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:33%;letter-spacing:0.1em;text-align:center;vertical-align:middle;}
.feeBox table.tbl02	th.tableleft {
	width: 33%;
	}
.feeBox table.tbl02	td	{padding:12px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}

.feeBox table.tbl02.scroll		{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.feeBox p.txt.under-h3 {
    margin-top: 12px;
	}

.feeBox table.tbl02.office th.tableleft {
    width: 90%;
}



/* お問い合わせ */

.formBox					{margin:35px auto 35px auto;padding:0 2px;}
.formBox h3 				{margin-top:15px;}
.formBox p.read 			{margin-top:40px;padding:10px;}
.formBox table 				{margin-top:20px;width:100%;border-bottom:solid 1px #e4e4e4;}
.formBox p					{margin-top:20px;line-height:1.8;color:#333;letter-spacing:0.05em;}
.formBox p.tel				{margin-top:10px;padding:20px 20px 15px 20px;border:solid 1px #258198;line-height:1;font-size:18px;font-weight:bold;color:#333;letter-spacing:0.05em;text-align:center;}
.formBox p.tel span			{display:block;font-size: 20px;color: #258198;}
p.txt.teldown {
    margin: 0px 0 30px 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
	}

.formBox th					{padding:20px;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;border-right:solid 1px #e4e4e4;background:#f8f8f8;line-height:1;vertical-align:top;width:auto;display:block;}
.formBox td					{padding:8px;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;border-right:solid 1px #e4e4e4;display:block;}
.formBox td.sendcell		{padding:40px 0;text-align:center;border-left:none;border-right:none;}
.formBox td input			{padding:10px;border:solid 1px #d8d8d8;width:90%;}
.formBox td.list			{padding-bottom:20px;}
.formBox td.list p			{margin:20px 0 5px 0;padding:0;font-weight:bold;}
.formBox td.list span		{margin:0 -10px 0px 0;vertical-align:top;width:auto;}
.formBox td.list span input	{width:auto;}
.formBox td textarea		{padding:10px;width:90%;border:solid 1px #d8d8d8;}

.formBox .forsp a {color:black;font-size:20px;font-weight: bold;text-decoration: none;color: #258198;text-decoration: underline;}

.policy					{margin-top:20px;padding:20px 20px 30px 20px;height:200px;overflow-y:scroll;border:solid 1px #e4e4e4;}
.policy h3				{font-size:16.5px;}
.policy h4				{margin:20px 0 0px 0;padding:0;line-height:1.3;font-weight:bold;}
.policy p.read			{margin-top:14px;line-height:1.8;}
.policy p.txt			{margin-top:14px;line-height:1.6;}
.policy p:last-child	{padding:0 0 20px 0;}
.policy .forsp a		 {color:black;font-weight: bold;text-decoration: underline;color: #258198;}


.ckd			{margin-top:20px;text-align:center;}
.ckd span input	{position:relative;top:2px;}
.ckd span label	{padding:0 0 0 3px;position:relative;top:1px;}

.send				{margin-top:20px;text-align:center;}
.send input			{padding:10px 30px;font-weight:bold;color:#fff;width:auto;background:#258198;border:none;}
.send input:hover	{cursor:pointer;background:#258198;}




/* サイトマップ */

.sitemapBox					{margin:35px auto 35px auto;padding:0 2px;}
.sitemapBox li				{padding:0 5px;border-top:dashed 1px #ccc;}
.sitemapBox li:last-child	{border-bottom:dashed 1px #ccc;}
.sitemapBox li a			{padding:15px 0;color:#333;display:block;letter-spacing:0.1em;}
.sitemapBox li a:hover		{color:#333;}
.sitemapBox li a:before		{padding:0 10px 0 0;content:"\f105";font-family:"FontAwesome";color:#258198;font-size:12px;}

.sitemapBox li.ser				{padding:20px 0 18px 0;}
.sitemapBox li.ser:before		{padding:0 10px 0 0;content:"\f105";font-family:"FontAwesome";color:#258198;font-size:12px;}
.sitemapBox li.ser span			{margin:0 0 0 10px;display:block;line-height:1;}
.sitemapBox li.ser span a		{padding:0;}
.sitemapBox li.ser span a:before{padding:0 5px 0 0;content:"└";color:#258198;font-size:12px;}





/* 実績 */
.single_box i {
    font-style: normal;
	margin-left: 3em;
	}



/* TOPICS一覧 */

.topicsBox tr				{background:url(../img/chip_01.png) repeat-x bottom left;}
.topicsBox th				{padding:10px 0 0 0;color:#333;letter-spacing:0.05em;display:inline-block;/*width: 80%;*/}
.topicsBox td				{padding:5px 0 10px 0;color:#333;display:block;}
.topicsBox td	a 			{color:#333;text-decoration:none;display:block;}
.topicsBox td	a:hover 	{text-decoration: underline;}
.topicsBox p.more			{margin:30px auto 0 auto;text-align:center;width:230px;}
.topicsBox p.more a		{
padding:20px 0;
display:block;
background:#81c3f1;
color:#fff;
font-weight:bold;
line-height:1;
letter-spacing:0.1em;
border-radius:1px;
-moz-border-radius:1px;
-webkit-border-radius:1px;
}
.topicsBox p.more a:hover	{background:#333;}

.wp-pagenavi {text-align:center;
	margin-top:25px;
	margin-bottom: 45px;
	}


/* よくあるご相談 */
/*見出し4種*/
/*
.box2 h3 		{padding:15px 10px;border:solid 1px #258198;border-radius:2px;}
.box2 h3 span	{
padding:3px 0 0 10px;
font-size:15px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
display:block;
line-height:1;
border-left:solid 5px #258198;
}
.box2 h4 {
margin:25px 0 0 0;
padding:0 0 10px 0;
border-bottom: solid 1px #e4e4e4;
position: relative;
font-size:16px;
font-weight:bold;
color:#258198;
line-height:1;

letter-spacing:0.1em;
}

.box2 h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #258198;
bottom: -1px;
width:20%;
}

.box2 h5				{font-size:16px;}*/
.box2 h6				{margin:20px 0 0px 0;padding:0;line-height:1.3;font-weight:bold;color:#258198;text-decoration: underline;}



.box2 table	{margin-top:20px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.box2 th	{padding:18px 15px 15px 15px;background:#258198;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:auto;display:block;letter-spacing:0.1em;vertical-align:middle;line-height:1;}
.box2 td	{padding:15px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;display:block;}
.box2 td img	{width:100%;}
.box2 td .arrow img			{width: 8%;margin-top: 20px;margin-left: 45%;margin-bottom: 15px;}
.box2 td p.acc img			{width: 100%;margin-top: 10px;margin-bottom: 10px;}


/* SPナビ */
.ptop                      {background:#258198;font-size:87.5%;color:#fff;width:3em;height:3em;line-height:3em;text-align:center;position:fixed;z-index:99;right:10px;bottom:-20px;cursor:pointer;border-radius:0;box-shadow:0 0 5px rgba(0,0,0,0.2);transition:0.2s;opacity:0;display:block;}
.ptop:before               {content:"";display:block;position:absolute;top:calc(50% - 0.4em);left:calc(50% - 0.5em);width:1em;height:1em;border-bottom:1px solid #fff;border-right:1px solid #fff;transform:rotate(-135deg);}
.ptop i                    {display:none;}
.scrl_bgn .ptop            {opacity:1;bottom:80px;
    z-index: 1001;
    }

#toukyuu-list , #contact_mail {
    margin-top:0px;
    padding-top:0px;
	}
#work_koutsujiko , #work_rikon , #work_iryou , #work_saiken , #work_saimu , #work_souzoku , #work_roudou , #work_gyousei , #work_keiji {
    margin-top:0px;
    padding-top:0px;
	}
.mw_wp_form {
    margin-top:0px;
    padding-top:0px;
	}
#toukyuu-list , #access {
    margin-top:0px;
    padding-top:0px;
	}
}
@media screen and (min-width: 768px){
	.ptop                      {font-size:100%;}
}
@media screen and (min-width: 1000px){
	.ptop                      {font-size:140%;}
}

/* ----------------------------------------------- footer フローティング */

.floating_sp li a {
    font-size: 10px;
	}
.floating_sp {
	position:fixed;
	bottom:0;
	width:100%;
	background-color:rgba(9, 98, 123,0.7);
	padding:10px 0 9px 10px;
	z-index: 1000;
	}

.floating_sp li {
	display:inline-block;
/*
	width:20%;
	padding:5px 7px;
*/
	width:31%;
	padding:12px 7px;
	border:1px solid #258198;
	line-height: 0.7;
	border-radius:5px;}

.floating_sp li:nth-child(1) {
	background-color:#fff;
/*	background-image:url("../img/tel_icon_f.png");*/
	background-image:url("../img/mail_icon.png");
	background-position:10px 50%;
	background-repeat:no-repeat;
/*    padding-left: 50px; */
    padding-left: 50px;
	}
.floating_sp li:nth-child(2) {
	background-color:#fff;
	background-image:url("../img/tel_icon_f.png");
	background-position:10px 50%;
	background-repeat:no-repeat;
    padding-left: 50px;
	}

.floating_sp li a {
	text-decoration:none;
	font-size:14px;
	color: #258198;
	line-height:1.2;
	text-align:center;}

@media screen and (max-width:379px){
.floating_sp li a {
	text-decoration:none;
/*
	font-size:12px;
	text-align:center;
*/
	font-size:14px;
	text-align:left;
	color: #258198;
	line-height:1.2;
	}
}
@media screen and (max-width:374px){
.floating_sp li a {
	text-decoration:none;
	font-size:9.5px;
	color: #258198;;
	line-height:1.2;
	text-align:center;
	}

.formBox td {
    padding: 8px 0px 8px 4px;
	}

}




@media screen and (min-width:769px) and (max-width:1024px){
.box {
	min-width: 100%;
	width: 100%;
	}
.left_content {
    float: left;
    width: 20%;
	}
.right_content {
    float: right;
    width: 75%;
	}
}
@media screen and (min-width:1000px) and (max-width:1024px){
.box {
	min-width: 1000px;
	width: 1000px;
	}
}


/* タブレット対応 */
@media screen and (min-width: 768.0px) and (max-width: 768.9px){
.gn {
    max-width: 100%important;;
    margin: 0 auto;
    width: 96%!important;
    padding: 0 5px 20px;
	}
.box {
    min-width: 100%;
    width: 100%;
	}
.topGree .inbox {
    margin: 0 auto;
    max-width: 90%;
    padding: 20px 0;
	}
.topGree .box {
    padding: 20px 0;
    width: calc(100% - 40px);
	}
.conversion.top-conversion {
    min-width: 100%;
    margin-top: 0px;
    padding-top: 30px;
	}
.subVisual {
    height: auto;
    min-width: 100%;
	}
.path {
    padding: 4px 0 4px 4px;
    min-width: 95%;
    border-bottom: solid 1px #eaeaea;
	}
}




/* MAC対応 */
.mac {
    /*Mac OSのみ*/
	.topService li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 26px 26px;
    border-color: transparent transparent #258198 transparent;
    position: relative;
    left: 94.6%;
    top: 15px;
	}
}




/* 769px以上の時にforsp(スマホ用)を非表示 */
@media screen and (min-width:769px){.forsp {display: none!important;}}

/* 768px以下の時にforpc(ＰＣ用)を非表示 */
@media screen and (max-width:768px){.forpc {display: none!important;}}



/* 印刷時　電話番号が二重表示されないよう設定 */
@media print{
.forsp {display: none;}
}

/*
@media print{
#noprint {display: none;}
}
*/
