@charset "utf-8";

/* Base Start */

* {
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section {
	display:block;
}

img {
  border:0;
  vertical-align:top;
}

em,address {
	font-style:normal;
}

body {
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size:100%;
	text-align:center;
}

a {
	color:#000;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

#anc-all-wrap {
	width:100%;
	overflow:hidden;
}

/* Base End */

/* Clearfix Start */

.clearfix:after,#header:after,#subnavi ul:after,#navigation:after,#footer ol:after,#wrapper:after,#office-philosophy dl:after,#business-guidelines dl:after,#anc-map ul:after,#flow ol:nth-of-type(1):after,
#lawyers ol li dl:after,#fee ul li:nth-child(1) div ul:after,#blog:after {
	content:"";
	display:block;
	clear:both;
}

/* Clearfix End */

/* Header Start */

#header {
	margin:0 auto;
	padding-bottom:12px;
	width:998px;
}

#header h1 {
	float:left;
	padding:28px 0 40px 0;
	width:243px;
}

#subnavi {
	float:right;
	display:inline-block;
	width:auto;
}

#subnavi ul {
	list-style-type:none;
	width:auto;
}

#subnavi ul li {
	float:left;
	padding:22px 8px 34px 0;
}

#subnavi ul li:last-child {
	padding:22px 0 34px 0;
}

#gnavi {
	clear:both;
	width:100%;
}

#navigation {
	clear:both;
	padding-left:1px;
	background:url(../common_images/bg_gnavi_line.png) left top no-repeat;
}

#navigation li {
	float:left;
	background:url(../common_images/bg_gnavi_line.png) right top no-repeat;
	width:calc(100% / 7);
}

#navigation li a {
	position:relative;
	display:block;
	margin-right:1px;
	padding:6px 0 15px 0;
}

#navigation li a:after {
	position:absolute;
	left:7px;
	right:7px;
	bottom:0;
	display:block;
	content:"";
	background-color:transparent;
	border-radius:1px;
	height:2px;
}

#navigation li.current a:after,#navigation li.current a:hover:after,#navigation li a:hover:after {
	background-color:#5ab9e4;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#header {
		width:750px;
	}
	
	#header h1 {
		margin:0 auto;
		padding:20px 0 18px 0;
	}
	
	#subnavi ul li {
		padding:22px 8px 18px 0;
	}
	
	#subnavi ul li:last-child {
		padding:22px 0 18px 0;
	}
	
	#navigation {
		padding:0;
		background:none;
	}
	
	#navigation li {
		width:100%;
		background:none;
	}
	
	#navigation li a {
		margin:0;
		padding:10px 0;
		border:none;
	}
	
	#navigation li.current a:after,#navigation li.current a:hover:after,#navigation li a:hover:after {
		background-color:transparent;
	}
}

@media only screen and (max-width : 767px) {
	#header {
		width:90%;
	}
	
	#header h1 {
		float:none;
		padding:12px 0;
		width:100%;
	}
	
	#subnavi {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#subnavi ul li,#subnavi ul li:last-child {
		float:none;
		padding:0;
		padding-bottom:12px;
		width:100%;
	}
	
	#navigation {
		padding:0;
		background:none;
	}
	
	#navigation li {
		width:100%;
		background:none;
	}
	
	#navigation li a {
		margin:0;
		padding:10px 0;
		border:none;
	}
	
	#navigation li.current a:after,#navigation li.current a:hover:after,#navigation li a:hover:after {
		background-color:transparent;
	}
}

/* Header End */

/* Main Start */

#mv {
	position:relative;
	width:100%;
	height:auto;
}

#mv-bg {
	width:100%;
	height:auto;
}

#mv h1 {
	z-index:10;
	position:absolute;
	top:50%;
	left:5%;
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:90%;
}

#mv h1 img {
	max-width:100%;
	height:auto;
	line-height:0;
	font-size:0;
}

#mv h1 em {
	display:block;
	padding-bottom:16px;
}

#mv h1 strong {
	display:block;
}

#wrapper,#second-wrapper {
	margin:0 auto;
	padding-bottom:120px;
	width:998px;
	text-align:left;
}

#second-wrapper h2 {
	padding-top:55px;
	padding-left:5px;
	background:url(../common_images/bg_h2.png) center top no-repeat;
	line-height:25px;
	font-size:25px;
	font-weight:normal;
	letter-spacing:5px;
	text-align:center;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#mv h1 {
		top:50%;
		left:10%;
		width:80%;
	}
	
	#mv h1 em {
		padding-bottom:12px;
	}
	
	#wrapper,#second-wrapper {
		padding-bottom:90px;
		width:750px;
	}
}

@media only screen and (max-width : 767px) {
	#mv h1 {
		top:55%;
		left:10%;
		width:80%;
	}
	
	#mv h1 em {
		margin:0 auto;
		padding-bottom:8px;
		width:50%;
	}
	
	#wrapper,#second-wrapper {
		padding-bottom:60px;
		width:90%;
	}
}

/* Main End */

/* Footer Start */

#lower {
	padding:32px 0 60px 0;
	background-color:#8bbe2a;
	width:100%;
}

#footer {
	margin:0 auto;
	width:998px;
}

#footer ol {
	padding-left:1px;
	background:url(../common_images/bg_foot_links_tate.png) left top no-repeat;
	list-style-type:none;
}

#footer ol li {
	float:left;
	background:url(../common_images/bg_foot_links_tate.png) right top no-repeat;
	width:calc(100% / 7);
	line-height:14px;
	font-size:14px;
}

#footer ol li a {
	display:block;
	margin-right:1px;
	padding:11px 0;
	color:#fff;
	text-decoration:none;
}

#footer ol li a:hover {
	text-decoration:underline;
}

#footer h1 {
	padding:56px 0 28px 0;
}

#footer small {
	display:block;
	line-height:0;
	font-size:0;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#lower {
		padding:24px 0 45px 0;
	}
	
	#footer {
		width:750px;
	}
	
	#footer h1 {
		padding:42px 0 21px 0;
	}
}

@media only screen and (max-width : 767px) {
	#lower {
		padding:16px 0 30px 0;
	}
	
	#footer {
		width:90%;
	}
	
	#footer ol {
		padding:1px 0 0 0;
		background:url(../common_images/bg_foot_links_yoko.png) left top repeat-x;
	}
	
	#footer ol li {
		float:none;
		background:url(../common_images/bg_foot_links_yoko.png) left bottom repeat-x;
		width:100%;
	}
	
	#footer ol li a {
		margin-right:0;
		padding:15px 0;
	}
	
	#footer h1 {
		padding:28px 0 14px 0;
	}
}

/* Footer End */

/* Pagetop Start */

#pagetop {
	position:fixed;
	right:0;
	bottom:20%;
}

/* Pagetop End */

/* Top Page (index.html) Start */

#lnavi {
	padding-top:34px;
	background-color:rgba(204,204,204,.16);
	width:100%;
}

#lnavi ul {
	width:auto;
	list-style-type:none;
}

#lnavi ul li {
	display:inline-block;
	padding:0 17px;
}

#lnavi ul li dl {
	width:310px;
}

#lnavi ul li dl dt {
	position:relative;
}

#lnavi ul li dl dt a {
	display:block;
}

.dt-bg {
	width:100%;
	height:auto;
}

#lnavi ul li dl dt strong {
	display:block;
	position:absolute;
	left:5%;
	top:50%;
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:90%;
}

#lnavi ul li dl dt strong img {
	max-width:100%;
	height:auto;
	line-height:0;
	font-size:0;
}

#lnavi ul li dl dd {
	padding:14px 0 30px 0;
	line-height:22px;
	font-size:14px;
	text-align:left;
}

@media only screen and (max-width : 349px) {
	#lnavi {
		padding-top:20px;
	}
	
	#lnavi ul {
		padding:0 20px;
	}
	
	#lnavi ul li {
		display:block;
		padding:0;
	}
	
	#lnavi ul li dl {
		width:100%;
		max-width:310px;
	}
	
	#lnavi ul li dl dd {
		padding:10px 0 16px 0;
	}
}

#top-news {
	float:left;
	width:454px;
}

#top-news div {
	padding-top:14px;
}

#top-news div dl dt {
	padding:12px 0 10px 0;
	line-height:16px;
	font-size:16px;
	color:#999;
}

#top-news div dl dd {
	line-height:29px;
	font-size:16px;
}

#top-news div p {
	padding-top:24px;
	line-height:0;
	font-size:0;
}

#top-access {
	float:right;
	width:454px;
}

#top-news h2,#top-access h2 {
	padding:66px 0 16px 0;
	background:url(../top_images/bg_black_dotted_line.png) left bottom repeat-x;
	line-height:0;
	font-size:0;
	text-align:center;
}

#top-access address {
	display:block;
	padding:20px 0 9px 0;
	line-height:25px;
	font-size:14px;
}

#top-access div {
	position:relative;
	margin:0 auto;
	padding-bottom:49.76958525345622%;
	width:100%;
	height:0;
	overflow:hidden;
}

#top-access div iframe {
	position:absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
}

#top-access em {
	display:block;
	padding:9px 0 7px 0;
	line-height:12px;
	font-size:12px;
}

#top-access em a {
	color:#069;
	text-decoration:none;
}

#top-access em a:hover {
	text-decoration:underline;
}

#top-access ol {
	list-style-type:none;
}

#top-access ol li {
	line-height:25px;
	font-size:14px;
}

#top-access p {
	padding-top:7px;
	line-height:0;
	font-size:0;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#top-news,#top-access {
		float:none;
		width:100%;
	}
	
	#top-news h2,#top-access h2 {
		padding:50px 0 12px 0;
	}
}

@media only screen and (max-width : 767px) {
	#top-news,#top-access {
		float:none;
		width:100%;
	}
	
	#top-news h2,#top-access h2 {
		padding:33px 0 8px 0;
	}
}

/* Top Page (index.html) End */

/* Blog (blog/index.html) Start */

#blog {
	padding-top:26px;
}

#blog h2 {
	padding-bottom:72px;
}

#main {
	float:left;
	padding-top:24px;
	width:636px;
}

.post {
	padding-bottom:108px;
}

.post h3 {
	padding-bottom:17px;
	background:url(../blog/images/bg_dgray_dot.png) left bottom repeat-x;
	line-height:28px;
	font-size:20px;
	font-weight:normal;
}

.post p {
	padding-bottom:30px;
	line-height:26px;
	font-size:16px;
}

.post p img {
	max-width:100%;
	height:auto;
}

.post em {
	display:block;
	padding:18px 0 15px 0;
	color:#999;
	line-height:14px;
	font-size:14px;
}

#side {
	float:right;
	width:275px;
}

#side h3 {
	padding:28px 8px 12px 8px;
	background:url(../blog/images/bg_lgray_dot.png) left bottom repeat-x;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
}

#side ol {
	padding:12px 0 0 18px;
	list-style-type:none;
}

#side ol li {
	padding-bottom:12px;
	line-height:20px;
	font-size:14px;
}

#side ol li a {
	display:block;
	padding-left:14px;
	background:url(../blog/images/bg_link_arrow.png) left 0.33333em no-repeat;
}

#pagenation {
	padding-top:13px;
	background:url(../blog/images/bg_dgray_dot.png) left top repeat-x;
	text-align:center;
}

#pagenation ol {
	list-style-type:none;
}

#pagenation ol li {
	display:inline-block;
	padding:0 2px;
	line-height:100%;
	font-size:12px;
}

#pagenation ol li a,#pagenation ol li span {
	display:block;
	padding:4px;
	border:1px solid #9a9a9a;
	color:#000;
	text-decoration:none;
}

#pagenation ol li.current a,#pagenation ol li.current a:hover,#pagenation ol li a:hover {
	border-color:#000;
	text-decoration:underline;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#main,#side {
		float:left;
		width:100%;
	}
	
	#main {
		padding-top:18px;
		padding-bottom:20px;
	}
	
	#blog h2 {
		padding-bottom:54px;
	}
	
	.post {
		padding-bottom:81px;
	}
	
	.post p {
		padding-bottom:22px;
	}
	
	#side h3 {
		padding:21px 8px 12px 8px;
	}
}

@media only screen and (max-width : 767px) {
	#main,#side {
		float:left;
		width:100%;
	}
	
	#main {
		padding-top:12px;
		padding-bottom:20px;
	}
	
	#blog h2 {
		padding-bottom:36px;
	}
	
	.post {
		padding-bottom:54px;
	}
	
	.post p {
		padding-bottom:15px;
	}
	
	#side h3 {
		padding:14px 8px 12px 0;
	}
	
	#side ol {
		padding:12px 0 0 0;
	}
}

/* Blog (blog/index.html) End */

/* Contact (contact/index.html) Start */

#contact {
	padding-top:26px;
	text-align:center;
}

#contact h2 {
	padding-bottom:64px;
}

#form-top {
	margin:0 auto;
	padding:14px 0 16px 0;
	background-color:#8bbe2a;
	width:940px;
}

#form-top p {
	padding:0 10px;
	color:#fff;
	line-height:28px;
	font-size:18px;
}

#form-top h3 {
	margin:0 auto;
	padding:15px 0 16px 0;
	width:90%;
}

#form-top h3 img {
	max-width:100%;
	height:auto;
}

#form-top em {
	display:block;
	padding:0 10px;
	color:#fff;
	line-height:34px;
	font-size:22px;
}

#form-main {
	margin:0 auto;
	padding-top:54px;
	width:940px;
	text-align:left;
}

#form-main h3 {
	padding:18px 0;
	background-color:#5ab9e4;
	text-align:center;
}

#form-main h3 span {
	display:block;
	margin:0 auto;
	width:90%;
}

#form-main h3 span img {
	max-width:100%;
	height:auto;
}

#form-main p {
	padding:14px 17px 23px 17px;
	line-height:29px;
	font-size:16px;
}

#form-main p span {
	display:block;
	padding-left:1em;
	text-indent:-1em;
}

#form-main dl {
	display:table;
	border-bottom:1px solid #ccc;
	width:100%;
	text-align:left;
}

#form-main dl dt {
	display:table-cell;
	padding:7px 0;
	width:250px;
	vertical-align:middle;
}

#form-main dl dt span {
	display:inline-block;
	padding-left:10px;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	vertical-align:middle;
}

#form-main dl dt img {
	float:right;
	margin-top:3px;
	vertical-align:middle;
}

#form-main dl dd {
	display:table-cell;
	padding:7px 10px;
}

#form-main dl dd>p {
	padding:0;
	line-height:21px;
	font-size:14px;
}

#form-main dl dd label,#form-main dl dd input,#form-main dl dd a {
	font-size:14px;
	vertical-align:middle;
}

#form-main dl dd label {
	cursor:pointer;
}

#form-main dl dd label.nopointer {
	cursor:text;
}

.add {
	display:inline-block;
	width:6.5em;
}

.text-s {
	padding:3px;
	border:1px solid #ccc;
	width:33%;
	font-size:clac(0.75em + 0.25vw);
}

.text-m {
	padding:3px;
	border:1px solid #ccc;
	width:50%;
	font-size:clac(0.75em + 0.25vw);
}

.text-l {
	padding:3px;
	border:1px solid #ccc;
	width:90%;
	font-size:clac(0.75em + 0.25vw);
}

#form-main textarea {
	padding:3px;
	border:1px solid #ccc;
	width:90%;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size:14px;
}

#form-main select {
	padding:3px;
	border:1px solid #ccc;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size:14px;
}

#form-main ul {
	list-style-type:none;
}

#form-main ul li {
	padding:1px 0;
}

#form-main em {
	display:block;
	padding:10px 0;
	text-align:center;
}

#form-main em input {
	padding:10px;
	background-color:#c50400;
	color:#fff;
	width:150px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size:16px;
	cursor:pointer;
}

#privacy {
	padding-top:148px;
}

#privacy h2 {
	padding-bottom:60px;
}

#privacy p {
	line-height:29px;
	font-size:16px;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#form-top,#form-main {
		width:100%;
	}
	
	#privacy {
		padding-top:111px;
	}
	
	#privacy h2 {
		padding-bottom:45px;
	}
}

@media only screen and (max-width : 767px) {
	#form-top,#form-main {
		width:100%;
	}
	
	#form-main dl {
		display:block;
	}
	
	#form-main dl dt {
		display:block;
		padding:10px 0 0 0;
		max-width:240px;
	}
	
	#form-main dl dd {
		display:block;
	}
	
	#privacy {
		padding-top:74px;
	}
	
	#privacy h2 {
		padding-bottom:30px;
	}
}

/* Contact (contact/index.html) End */

/* Fee (fee/index.html) Start */

#standard {
	padding-top:26px;
	text-align:center;
}

#standard h2 {
	padding-bottom:56px;
}

#standard p {
	line-height:32px;
	font-size:18px;
}

#standard ul {
	padding:15px 0 17px 0;
	list-style-type:none;
}

#standard ul li {
	display:inline-block;
}

#standard ul li:last-child {
	padding-left:12px;
}

#standard ul li a {
	display:block;
	padding:35px 0;
	background:#5ab9e4 url(../fee/images/bg_dl_pdf.png) right center no-repeat;
	width:368px;
	text-align:left;
}

#standard ul li a span {
	display:inline-block;
	padding-left:45px;
	padding-right:35px;
	background:url(../fee/images/bg_dl_arrow.png) left center no-repeat;
	line-height:18px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

#standard ul li a:hover span {
	text-decoration:underline;
}

#fee {
	padding-top:120px;
}

#fee h2 {
	padding-bottom:16px;
}

#fee ul {
	list-style-type:none;
}

#fee ul li h3 {
	padding:40px 0 24px 0;
}

#fee ul li div {
	margin:0 24px;
}

#fee ul li:nth-child(1) div,#fee ul li:nth-child(2) div {
	padding:28px 14px;
	background-color:#dcf7f6;
}

#fee ul li:nth-child(1) div ul>li {
	float:left;
	margin-right:30px;
}

#fee ul li:nth-child(1) div ul>li strong {
	display:inline-block;
	padding-right:12px;
	line-height:20px;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
}

#fee ul li:nth-child(1) div ul>li strong span {
	font-size:14px;
}

#fee ul li:nth-child(1) div ul>li em,#fee ul li:nth-child(2) div ul>li em {
	display:inline-block;
	padding:6px 12px;
	background-color:#bfe4f5;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}

#fee ul li:nth-child(1) div p {
	padding-top:8px;
	line-height:26px;
	font-size:16px;
}

#fee ul li:nth-child(2) div ul>li strong {
	display:inline-block;
	padding-right:30px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
}

#fee ul li:nth-child(2) div ul>li strong span {
	font-size:12px;
}

#fee ul li:nth-child(2) div ul>li strong b {
	display:inline-block;
	width:8em;
}

#fee ul li:nth-child(2) div ul>li:last-child {
	padding-top:8px;
}

#fee ul li:nth-child(3) div dl,#fee ul li:nth-child(4) div dl {
	display:table;
	background-color:#dcf7f6;
	border-bottom:1px solid #fff;
	width:100%;
}

#fee ul li:nth-child(3) div dl dt,#fee ul li:nth-child(4) div dl dt {
	display:table-cell;
	padding:9px 18px;
	width:190px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	vertical-align:top;
}

#fee ul li:nth-child(3) div dl dd {
	display:table-cell;
	padding:9px 32px;
	border-left:1px solid #fff;
	vertical-align:top;
}

#fee ul li:nth-child(3) div dl dd strong {
	display:inline-block;
	padding-right:20px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
}

#fee ul li:nth-child(3) div dl dd strong span {
	font-size:12px;
}

#fee ul li:nth-child(3) div dl dd em {
	display:inline-block;
	line-height:36px;
	font-size:16px;
	font-weight:normal;
	vertical-align:middle;
}

#fee ul li:nth-child(4) div p {
	padding-bottom:8px;
	line-height:36px;
	font-size:18px;
}

#fee ul li:nth-child(4) div dl dd {
	display:table-cell;
	padding:9px 32px;
	border-left:1px solid #fff;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	vertical-align:top;
}

#fee ul li:nth-child(4) div dl dd span {
	display:block;
	line-height:36px;
	font-size:16px;
	font-weight:normal;
}


@media screen and (min-width : 768px) and (max-width : 1009px) {
	#standard h2 {
		padding-bottom:42px;
	}
	
	#fee {
		padding-top:90px;
	}
	
	#fee h2 {
		padding-bottom:12px;
	}
	
	#fee ul li h3 {
		padding:30px 0 18px 0;
	}
	
	#fee ul li div {
		margin:0;
	}
}

@media only screen and (max-width : 767px) {
	#standard h2 {
		padding-bottom:28px;
	}
	
	#standard ul li {
		display:block;
		width:100%;
	}
	
	#standard ul li:last-child {
		padding-left:0;
		padding-top:10px;
	}
	
	#standard ul li a {
		width:100%;
	}
	
	#fee {
		padding-top:60px;
	}
	
	#fee h2 {
		padding-bottom:8px;
	}
	
	#fee ul li h3 {
		padding:20px 0 12px 0;
	}
	
	#fee ul li div {
		margin:0;
	}
	
	#fee ul li:nth-child(1) div ul>li {
		float:none;
		margin-right:0;
	}
	
	#fee ul li:nth-child(1) div ul>li:last-child {
		padding-top:8px;
	}
	
	#fee ul li:nth-child(3) div dl,#fee ul li:nth-child(4) div dl {
		display:block;
	}
	
	#fee ul li:nth-child(3) div dl dt,#fee ul li:nth-child(4) div dl dt {
		display:block;
		padding:0;
		padding:8px;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	
	#fee ul li:nth-child(3) div dl dd,#fee ul li:nth-child(4) div dl dd {
		display:block;
		padding:0;
		padding:0 8px 8px 8px;
		border:none;
	}
	
	#fee ul li:nth-child(3) div dl dd strong {
		padding-right:0;
	}
	
	#fee ul li:nth-child(3) div dl dd em {
		display:block;
	}
}

/* Fee (fee/index.html) End */

/* Lawyers (lawyers/index.html) Start */

#lawyers {
	padding-top:26px;
}

#lawyers h2 {
	padding-bottom:8px;
}

#lawyers ol {
	list-style-type:none;
}

#lawyers ol li {
	padding-top:64px;
	padding-bottom:52px;
	background:url(../common_images/bg_dgray_dotted_line.png) left bottom repeat-x;
}

#lawyers ol li:last-child {
	padding-bottom:0;
	background:none;
}

#lawyers ol li dl {
	width:100%;
}

#lawyers ol li dl dt {
	float:left;
	width:220px;
	text-align:center;
}

#lawyers ol li dl dt img {
	max-width:100%;
	height:auto;
}

#lawyers ol li dl dd {
	float:right;
	width:calc(100% - 270px);
	text-align:left;
}

#lawyers ol li dl dd h3 {
	padding-bottom:44px;
}

#lawyers ol li dl dd h3 em {
	display:block;
	padding-bottom:22px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
}

#lawyers ol li dl dd h3 strong {
	line-height:23px;
	font-size:23px;
	font-weight:normal;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#lawyers ol li dl dd h3 strong span {
	display:inline-block;
	padding-left:15px;
	line-height:23px;
	font-size:14px;
	font-weight:normal;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	vertical-align:middle;
}

#lawyers ol li dl dd h4 {
	padding-top:8px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
}

#lawyers ol li dl dd p {
	padding-bottom:29px;
	line-height:29px;
	font-size:16px;
}

#lawyers ol li dl dd p span {
	display:block;
	text-indent:1em;
}

#lawyers ol li dl dd>dl {
	display:table;
	width:100%;
	padding:10px 0;
	background:url(../common_images/bg_lgray_dotted_line.png) left bottom repeat-x;
	text-align:left;
}

#lawyers ol li dl dd>dl:last-of-type {
	padding:10px 0 29px 0;
	background:none;
}

#lawyers ol li dl dd>dl>dt {
	display:table-cell;
	width:144px;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}

#lawyers ol li dl dd>dl>dd {
	display:table-cell;
	margin:0;
	width:calc(100% - 144px);
	line-height:24px;
	font-size:16px;
	vertical-align:top;
	text-align:left;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#lawyers ol li {
		padding-top:48px;
		padding-bottom:39px;
	}
	
	#lawyers ol li dl dd h3 {
		padding-bottom:33px;
	}
}

@media only screen and (max-width : 767px) {
	#lawyers ol li {
		padding-top:32px;
		padding-bottom:26px;
	}
	
	#lawyers ol li dl dt,#lawyers ol li dl dd {
		float:none;
		width:100%;
	}
	
	#lawyers ol li dl dt {
		padding-bottom:20px;
	}
	
	#lawyers ol li dl dd h3 {
		padding-bottom:22px;
	}
	
	#lawyers ol li dl dd h3 strong span {
		padding-left:0;
	}
	
	#lawyers ol li dl dd>dl {
		display:block;
	}
	
	#lawyers ol li dl dd>dl>dt,#lawyers ol li dl dd>dl>dd {
		display:block;
		padding:0;
		margin:0;
		width:100%;
	}
}

/* Lawyers (lawyers/index.html) End */

/* Office (office/index.html) Start */

#office-philosophy {
	padding-top:26px;
	width:100%;
}

#office-philosophy h2 {
	padding-bottom:70px;
}

#office-philosophy dl,#business-guidelines dl {
	width:100%;
}

#office-philosophy dl dt,#business-guidelines dl dt {
	float:left;
	clear:left;
	width:326px;
	text-align:center;
}

#office-philosophy dl dd,#business-guidelines dl dd {
	margin-left:352px;
}

#office-philosophy dl dd p,#business-guidelines dl dd ol {
	margin-top:-18px;
	line-height:36px;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:18px;
}

#business-guidelines {
	padding-top:130px;
	width:100%;
}

#business-guidelines h2 {
	padding-bottom:62px;
}

#business-guidelines dl dd ol li {
	margin-left:1.5em;
}

#outline {
	padding-top:172px;
	width:100%;
	text-align:center;
}

#outline h2 {
	padding-bottom:68px;
}

#outline div {
	margin:0 auto;
	padding-bottom:32px;
	width:780px;
	text-align:left;
}

#outline div dl {
	padding:16px 0 15px 0;
	background:url(../common_images/bg_lgray_dotted_line.png) left bottom repeat-x;
	width:100%;
}

#outline div dl:last-of-type {
	background:none;
}

#outline div dl dt {
	float:left;
	clear:left;
	width:10em;
	line-height:22px;
	font-size:16px;
	font-weight:bold;
}

#outline div dl dt span {
	letter-spacing:1em;
}

#outline div dl dt em {
	letter-spacing:0.5em;
}

#outline div dl dd {
	margin-left:10em;
	line-height:22px;
	font-size:16px;
}

#outline div dl dd address {
	line-height:22px;
	font-size:16px;
}

#outline ul {
	margin:0 auto;
	max-width:804px;
	list-style-type:none;
}

#outline ul li {
	display:inline-block;
	padding:0 12px 17px 12px;
}

#outline ul li img {
	max-width:100%;
	height:auto;
}

#anc-map {
	padding-top:160px;
	width:100%;
}

#anc-map h2 {
	padding-bottom:76px;
}

#anc-map ul {
	list-style-type:none;
}

#anc-map ul li:nth-child(1) {
	float:left;
	width:474px;
	text-align:center;
}

#anc-map ul li:nth-child(1) img {
	max-width:100%;
	height:auto;
}

#anc-map ul li:nth-child(2) {
	float:right;
	width:450px;
}

#anc-map ul li:nth-child(2) div {
	position:relative;
	padding-bottom:93.33333333333333%;
	width:100%;
	height:0;
	overflow:hidden;
}

#anc-map ul li:nth-child(2) div iframe {
	position:absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
}

#anc-map ul li:nth-child(2) p {
	padding-top:16px;
	line-height:12px;
	font-size:12px;
}

#anc-map ul li:nth-child(2) p a {
	color:#069;
	text-decoration:none;
}

#anc-map ul li:nth-child(2) p a:hover {
	text-decoration:underline;
}

#anc-map ul li:nth-child(3) {
	float:none;
	clear:both;
	width:100%;
}

#anc-map ul li:nth-child(3) dl dt,#anc-map ul li:nth-child(3) dl dd p,#anc-map ul li:nth-child(3) dl dd address {
	line-height:29px;
	font-size:16px;
}

#anc-map ul li:nth-child(3) dl dt {
	padding-top:28px;
}

#anc-map ul li:nth-child(3) dl dd address {
	display:block;
}

#anc-map ul li:nth-child(3) dl dd em {
	display:block;
	padding-top:6px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#office-philosophy h2 {
		padding-bottom:52px;
	}
	
	#office-philosophy dl dd p,#business-guidelines dl dd ol {
		margin-top:-16px;
		line-height:32px;
		font-size:16px;
	}
	
	#business-guidelines {
		padding-top:98px;
	}
	
	#business-guidelines h2 {
		padding-bottom:46px;
	}
	
	#outline {
		padding-top:129px;
	}
	
	#outline h2 {
		padding-bottom:51px;
	}
	
	#outline div {
		padding-bottom:24px;
		width:100%;
	}
	
	#outline ul li {
		padding:0 3px 5px 3px;
	}
	
	#anc-map {
		padding-top:120px;
	}
	
	#anc-map h2 {
		padding-bottom:57px;
	}
	
	#anc-map ul li:nth-child(1),#anc-map ul li:nth-child(2) {
		float:none;
		width:100%;
	}
	
	#anc-map ul li:nth-child(1) {
		padding-bottom:30px;
	}
}

@media only screen and (max-width : 767px) {
	#office-philosophy h2 {
		padding-bottom:35px;
	}
	
	#office-philosophy dl dt,#business-guidelines dl dt {
		float:none;
		padding-bottom:20px;
		width:100%;
	}
	
	#office-philosophy dl dt img,#business-guidelines dl dt img {
		max-width:100%;
		height:auto;
	}
	
	#office-philosophy dl dd,#business-guidelines dl dd {
		margin-left:0;
	}
	
	#office-philosophy dl dd p,#business-guidelines dl dd ol {
		margin-top:0;
		line-height:28px;
		font-size:14px;
	}
	
	#business-guidelines {
		padding-top:65px;
	}
	
	#business-guidelines h2 {
		padding-bottom:31px;
	}
	
	#outline {
		padding-top:86px;
	}
	
	#outline h2 {
		padding-bottom:34px;
	}
	
	#outline div {
		padding-bottom:16px;
		width:100%;
	}
	
	#outline div dl dt {
		float:none;
		width:100%;
	}
	
	#outline div dl dd {
		margin-left:0;
	}
	
	#outline ul li {
		padding:0 3px 5px 3px;
	}
	
	#anc-map {
		padding-top:80px;
	}
	
	#anc-map h2 {
		padding-bottom:38px;
	}
	
	#anc-map ul li:nth-child(1),#anc-map ul li:nth-child(2) {
		float:none;
		width:100%;
	}
	
	#anc-map ul li:nth-child(1) {
		padding-bottom:20px;
	}
}

/* Office (office/index.html) End */

/* Service (service/index.html) Start */

#service {
	padding-top:26px;
	width:100%;
}

#service h2 {
	padding-bottom:52px;
}

#service h3 {
	padding:52px 0 24px 0;
	line-height:20px;
	font-size:20px;
	font-weight:bold;
}

#service div:nth-of-type(2),#service div:nth-of-type(3) {
	margin:0 24px;
}

#service div:nth-of-type(2) ol,#service div:nth-of-type(3) ol {
	list-style-type:none;
}

#service div:nth-of-type(2) ol li,#service div:nth-of-type(3) ol li {
	background-color:rgba(165,234,231,.39);
}

#service div:nth-of-type(2) ol li dl,#service div:nth-of-type(3) ol li dl {
	display:table;
}

#service div:nth-of-type(2) ol li dl dt,#service div:nth-of-type(3) ol li dl dt {
	display:table-cell;
	width:400px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
}

#service div:nth-of-type(2) ol li dl dt span,#service div:nth-of-type(3) ol li dl dt span {
	display:block;
	margin-left:13px;
	padding-left:1em;
	text-indent:-1em;
}

#service div:nth-of-type(2) ol li dl dd,#service div:nth-of-type(3) ol li dl dd {
	display:table-cell;
	padding:22px 26px;
	border-left:1px solid #fff;
	line-height:26px;
	font-size:16px;
	vertical-align:middle;
}

#service div:nth-of-type(2) ol li:nth-child(odd),#service div:nth-of-type(3) ol li:nth-child(odd) {
	background-color:rgba(90,185,228,.39);
}

#service div:first-of-type {
	width:100%;
}

#service div:first-of-type dl {
	width:100%;
}

#service div:first-of-type dl dt {
	float:left;
	clear:left;
	width:220px;
	text-align:center;
}

#service div:first-of-type dl dt img {
	max-width:100%;
	height:auto;
}

#service div:first-of-type dl dd {
	margin-left:270px;
}

#service div:first-of-type dl dd p {
	margin-top:-7px;
	line-height:29px;
	font-size:16px;
}

#flow {
	padding-top:148px;
	width:100%;
}

#flow h2 {
	padding-bottom:50px;
}

#flow ol:nth-of-type(1),#flow ol:nth-of-type(2) {
	list-style-type:none;
}

#flow ol:nth-of-type(1) {
	margin:0 auto;
	width:100%;
}

#flow ol:nth-of-type(1) li {
	float:left;
	padding-bottom:46px;
	background:url(../service/images/bg_arrow_yoko.png) right top no-repeat;
	width:268px;
}

#flow ol:nth-of-type(1) li img {
	max-width:100%;
	height:auto;
}

#flow ol:nth-of-type(1) li:last-child {
	background:none;
	width:193px;
}

#flow p:first-of-type {
	padding-bottom:26px;
	background:url(../common_images/bg_dgray_dotted_line.png) left bottom repeat-x;
}

#flow ol:nth-of-type(2) li div>p {
	padding:0;
	background:none;
	line-height:29px;
	font-size:16px;
}

#flow ol:nth-of-type(2) li {
	padding-left:5px;
	background:url(../common_images/bg_dgray_dotted_line.png) left bottom repeat-x;
}

#flow ol:nth-of-type(2) li div {
	padding:29px 10px 28px 85px;
	background-position:left center;
	background-repeat:no-repeat;
}

#flow ol:nth-of-type(2) li:nth-child(1) div {
	background-image:url(../service/images/bg_01.jpg);
}

#flow ol:nth-of-type(2) li:nth-child(2) div {
	background-image:url(../service/images/bg_02.jpg);
}

#flow ol:nth-of-type(2) li:nth-child(3) div {
	background-image:url(../service/images/bg_03.jpg);
}

#flow ol:nth-of-type(2) li:nth-child(4) div {
	background-image:url(../service/images/bg_04.jpg);
}

#flow ol:nth-of-type(2) li div h3 {
	line-height:32px;
	font-size:18px;
	font-weight:bold;
}

@media screen and (min-width : 768px) and (max-width : 1009px) {
	#service h2 {
		padding-bottom:39px;
	}
	
	#service h3 {
		padding:39px 0 18px 0;
	}
	
	#service div:nth-of-type(2),#service div:nth-of-type(3) {
		margin:0;
		width:100%;
	}
	
	#flow ol:nth-of-type(1) {
		width:536px;
	}
	
	#flow ol:nth-of-type(1) li {
		padding-bottom:30px;
	}
}

@media only screen and (max-width : 767px) {
	#service h2 {
		padding-bottom:26px;
	}
	
	#service h3 {
		padding:26px 0 12px 0;
	}
	
	#service div:nth-of-type(2),#service div:nth-of-type(3) {
		margin:0;
		width:100%;
	}
	
	#service div:nth-of-type(2) ol li dl,#service div:nth-of-type(3) ol li dl {
		display:block;
	}
	
	#service div:nth-of-type(2) ol li dl dt,#service div:nth-of-type(3) ol li dl dt,#service div:nth-of-type(2) ol li dl dd,#service div:nth-of-type(3) ol li dl dd {
		display:block;
		width:100%;
	}
	
	#service div:nth-of-type(2) ol li dl dt,#service div:nth-of-type(3) ol li dl dt {
		padding-top:15px;
	}
	
	#service div:nth-of-type(2) ol li dl dt span,#service div:nth-of-type(3) ol li dl dt span {
		margin:0 10px 10px 10px;
	}
	
	#service div:nth-of-type(2) ol li dl dd,#service div:nth-of-type(3) ol li dl dd {
		padding:0;
		padding:10px;
		border:none;
		border-top:1px solid #fff;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	
	#service div:first-of-type dl dt {
		float:none;
		padding-bottom:15px;
		width:100%;
	}
	
	#service div:first-of-type dl dd {
		margin-left:0;
	}
	
	#service div:first-of-type dl dd p {
		margin-top:0;
	}
	
	#flow ol:nth-of-type(1) {
		width:100%;
	}
	
	#flow ol:nth-of-type(1) li {
		float:none;
		padding-bottom:63px;
		background:url(../service/images/bg_arrow_tate.png) center bottom no-repeat;
		width:100%;
		text-align:center;
	}
	
	#flow ol:nth-of-type(1) li:last-child {
		padding-bottom:20px;
		width:100%;
		text-align:center;
	}
	
	#flow ol:nth-of-type(2) li {
		padding:0;
		padding:15px 0;
	}
	
	#flow ol:nth-of-type(2) li div {
		padding:85px 5px 0 5px;
		background-position:center top;
		background-repeat:no-repeat;
	}
}

/* Service (service/index.html) End */



/*20170124 追加*/

.wp-pagenavi {
	clear: both;
	padding-top:13px;
	background:url(../blog/images/bg_dgray_dot.png) left top repeat-x;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size:12px;
}

.wp-pagenavi a, .wp-pagenavi a {
	margin: 0 2px;
	padding:4px;
	border:1px solid #9a9a9a;
	color:#000;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	border-color:#000;
	font-weight: normal !important;
	text-decoration:underline;
}




#pagenation {
	padding-top:13px;
	background:url(../blog/images/bg_dgray_dot.png) left top repeat-x;
	text-align:center;
}

#pagenation ol {
	list-style-type:none;
}

#pagenation ol li {
	display:inline-block;
	padding:0 2px;
	line-height:100%;
	font-size:12px;
}

#pagenation ol li a,#pagenation ol li span {
	display:block;
	padding:4px;
	border:1px solid #9a9a9a;
	color:#000;
	text-decoration:none;
}

#pagenation ol li.current a,#pagenation ol li.current a:hover,#pagenation ol li a:hover {
	border-color:#000;
	text-decoration:underline;
}

