/*
（プロジェクト名）PC・タブレット用CSS
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 全ページ共通CSS ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :::::: 基本設定 :::::: */
body {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
/* :::::: 全体設計 :::::: */
.wrapper {
	min-width: 1020px;/*iPad対策*/
}
header, .navigation, .contents, footer {
	margin: 0 auto;
	width: 1000px;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	border-top: 4px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 1), 0 2px 3px rgba(0, 0, 0, 1), 0 5px 0 rgba(200, 200, 200, 1);
}
.contents {
	overflow: hidden;
}
.main_col {
	width: 720px;
	line-height: 1.8em;
}
.sub_col {
	width: 250px;
	line-height: 1.4em;
}
.main_col, .archive .sub_col, .single .sub_col, .etc .sub_col, .bengo .sub_col, .kaiketsu .sub_col {
	float: left;
}
.sub_col, .archive .main_col, .single .main_col, .etc .main_col, .qanda .main_col, .bengo .main_col, .kaiketsu .main_col {
	float: right;
}
.main_col .img_r {
	width: 28%;
}
.stand_img {
	display: inline-block;
	float: right;
	width: 174px;
	padding: 10px 0 0 0.5em;
	text-indent: 0 !important;
	margin-right: 1em;
}
.stand_img img {
	width: 100%;
}
.standimg_r2{
	width:114px;
}

/* :::::: ヘッダータグ :::::: */
.head_tag * {
	width: 1000px;
	margin: 0 auto;
	padding: 1px 0;
	height: 13px;
	font-size: 12px;
	line-height: 14px;
}
/* :::::: グローバルナビ :::::: */
.gnav_wrap {
	border-width: 1px 0;
	border-style: solid;
	border-color: #520;
	background: url(img/bg_nav.png) repeat-x 0 0;
}
.gnav {
	border-left: 1px solid #520;
	margin-top: -1px;
	padding: 0;
	width: auto;
}
.gnav li {
	float: left;
	width: auto;
	white-space: nowrap;
}
.gnav>li {
	border-top: 1px solid #520;
	border-right: 1px solid #520;
	box-shadow: 2px 1px 1px 0px rgba(160,146,140,0.5) inset, -2px -1px 1px 0px rgba(5,3,2,0.4) inset;
}
/*IE8対策*/
.gnav > *:first-child + * + * + * + * + *, .gnav > *:first-child + * + * + * + * + * + * + * + * + * + * + * {
}
.gnav li a {
	display: block;
}
/*ドロップダウンメニュー【レイアウト】 */
#mega-menu li {
	position: relative;
}
#mega-menu:after {
	content: "";
	display: block;
	clear: both;
}
#mega-menu li ul {
	display: none;
}
#mega-menu .sub-container {/*ドロップダウン 背景div */
	position: absolute;
}
#mega-menu .sub {/*ドロップダウン 背景 ul */
	display: none;
	overflow: hidden;
	min-width: 165px;/*gnavのli幅を最小値を入力*/
	border-radius: 5px;
}
#mega-menu .sub li {/*ドロップダウン リスト */
	margin: 0;/*gnav liのリセット*/
	float: none;
	text-align: center;
	line-height: 1.2em;
}
#mega-menu .sub-container a {/*ドロップダウン リンク */
	display: block;
	padding: 5px 7px;
	font-size: 15px;
	text-decoration: none;
}
/*ドロップダウンメニュー【カラー】 */
#mega-menu .sub {
	background-color: #ae7a26;/* 一覧背景色 */
}
#mega-menu .sub-container a {
	color: #fff;/* リンク文字色 */
}
#mega-menu .sub-container a:hover {
	background-color: #fb3;/* リスト背景色 */
	color: #ff9;/* hoverリンク文字色 */
}
/* パンくず */
.breadcrumb {
	width: 1000px;
	margin: 0 auto;
}
.breadcrumb ul {
	text-align: left;
	overflow: hidden;
	padding: 8px 0;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
	line-height: 1.1em;
	padding-right: 5px;
	background: none;
}
/* :::::: コンテンツ :::::: */


/* :::::: コンテンツ＞メイン :::::: */
.main_col .section, .main_section {
	margin-bottom: 50px;
}
.main_col h1, h2.home_ttl {
	padding: .4em .5em .3em 1.5em;
	font-size: 1.5em;
	line-height: 1.3em;
	background: url(img/bg_ttl.png) repeat 0 0;
}
.main_col h1 {
	margin: .15em 0 .5em 0;
}
.main_col h2:not(.no_adapt), .home_pickupinfo h4 {
	font-size: 1.15em;
}
.line_cut {
	display: inline-block;
}
/* バナー下テキスト */
.bnrbtm_text, .formbtm_text {
	font-size: 12px;
	line-height: 17px;
}
.bnrbtm_text {
	margin-top: 5px;
}
.formbtm_text {
	margin-top: -45px;
}
/* ページネーション：前後記事リンク */
.post_link > span {
	max-width: 47.75%;
}
/*お問合せバナー*/
.contact_bnr {
	padding-top: 278px;
	width: 720px;
	height: 112px;
	background: url(img/pic_contact.png) no-repeat left top scroll;
	font-size: 0;/*隙間対策*/
	text-align: center;
}
.contact_btn {
	line-height: 0;/*IE対策*/
}
.contact_btn a {
	display: inline-block;
	margin: 0 10px;
}
.contact_btn a:first-child {
	background: url(img/btn_contact_mail-on.png) no-repeat;
}
.contact_btn a:first-child+* {/* IE8対応可 */
	background: url(img/btn_contact_access-on.png) no-repeat;
}
.contact_btn a:hover img {
	filter: alpha(opacity=0); /* IE5.5-7 */
	-ms-filter: alpha(opacity=0); /* IE8 */
	opacity: 0;
}
.contact_comment {
	margin-top: 8px;
}
/*お役立ち情報ピックアップ*/
.home_pickupinfo h3 {
	padding: 10px 13px 8px 32px;
	font-size: 1.25em;
	line-height: 1.4em;
	text-indent: -.9em;
}
.home_pickupinfo div.section, .home_pickupinfo>div {
	margin: 0 .9rem;
}
.pickup_link {
	margin: .5em 0;
}
.pickup_link a {
}
.pickup_img {
	float: right;
	margin: 0 0 10px 12px;
	width: 41%;
}
.pickup_img img {
	width: 100%;
}
/*解決実績バナー*/
.bnr_posi {
	text-align: center;
	margin-bottom: 50px;
	clear: both;
}
.jisseki .ri_posi img {
	margin-right: 0;
}
/* :::::: コンテンツ＞サブ :::::: */
.sub_col .section {
	margin-bottom: 25px;
}
.sub_col .bnr, .sub_col .sub_bnr p~p {
	margin-top: 10px;
}
.sub_col .sub_bnr img{
	width: 250px;
}

/*サブメニュー【レイアウト】*/
.submenu_ttl {
	margin-bottom: 0;
	padding: 12px 0 8px;
	border-radius: 5px 5px 0 0;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.main_col .sub_menu, .sub_col .sub_menu {
	margin-bottom: 10px;
	border-width: 6px 1px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
}
.main_col .sub_menu li a, .sub_col .sub_menu li a {
	position: relative;
	display: block;
	padding: 7px 10px 5px 25px;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
	text-indent: -13px;
	vertical-align: middle;
}
.main_col .sub_menu li a:before, .sub_col .sub_menu li a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
}
/*サブメニュー【カラー】*/
.submenu_ttl {
	color: #ff6;
	background-color: #652700;
}
.main_col .sub_menu, .sub_col .sub_menu {
	border-color: #ae7a26;
	background-color: #f6ffdd;
}
.main_col .sub_menu li a, .sub_col .sub_menu li a {
	color: #652700;
}
.main_col .sub_menu li a:hover, .sub_menu li a.current, .sub_col .sub_menu li a:hover, .sub_menu li a.current {
	background-color: #fff;
	color: #fa0;
}
.main_col .sub_menu li a:before, .sub_col .sub_menu li a:before {
	border-color: transparent;
	border-left-color: #652700;
}
/*サブメニューアコーディオン【レイアウト】*/
.sub_accordion {
	margin-bottom: 1em;
	border-width: 6px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
}
.cat_top a {
	display: block;
	text-decoration: none;
}
.cat_top a:after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: middle;
	speak: none;
}
.cat_top a, .sub_accordion .toggle_btn {
	margin-top: 4px;
	padding: 8px 2em 6px .75em;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
}
.sub_col .cat_top a:after, .sub_col .sub_accordion .toggle_btn i {/* サブカラム矢印位置調整 */
	position: absolute;
	display: block;
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: .5em;
}
.main_col .cat_top a:after, .main_col .sub_accordion .toggle_btn i {/* メインカラム矢印位置調整 */
	margin-left: .25em;
}
.cat_top a:after, .sub_accordion .toggle_btn i {
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	text-align: center;
}
.sub_accordion .accordion_list {
	padding: .25em .5em;
}
.sub_accordion .accordion_list .m_ttl {
	margin-top: .75em;
	font-weight: bold;
	line-height: 1.1em;
}
.sub_accordion .accordion_list .m_ttl~.m_ttl {
	padding-top: 1em;
}
.sub_accordion .accordion_list li {
	margin-top: .5em;
}
.sub_accordion .accordion_list li a {
	position: relative;
	display: block;
	padding-left: 0.8em;
	text-decoration: none;
	line-height: 1.25em;
}
.sub_accordion .accordion_list li a:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: .2em;
	left: 0;
	border-width: 6px;
	border-style: solid;
}
/*サブメニューアコーディオン【カラー】*/
.sub_accordion {
	border-color: #ae7a26;/* サブメニュー枠線色 */
	background: #f6ffdd;/* サブメニュー背景色 */
}
.cat_top a.current {
	background: #f80;
	color: #f6ff33;
}
.cat_top a, .sub_accordion .toggle_btn {
	border-color: #311d13;
	background-color: #fff;
	color: #311d13;
}
.sub_accordion .toggle_btn.selected {
	background: #f80;
	color: #f6ff33;
}
.sub_accordion .accordion_list .m_ttl {
	color: #410;
}
.sub_accordion .accordion_list .m_ttl~.m_ttl {
	border-top: 1px solid #9c7;
}
.sub_accordion .accordion_list li a {
	color: #311d13;
}
.sub_accordion .accordion_list li a:before {
	border-color: transparent;
	border-left-color: #311d13;
}
.sub_accordion .accordion_list li a.current {
	color: #fa0;
}
.sub_accordion .accordion_list li a.current:before {
	border-left-color: #fa0;
}
/*サブカラム共通タイトル*/
.sub_ttl {
	margin-bottom: 5px;
}
/*事務所所在地【レイアウト】*/
.map_area {
	border-radius: .5em;
}
.submap_tgl, .map_area .close_btn {
	margin: 2px;
	border-radius: 6px;
	cursor: pointer;
}
.submap_tgl {
	padding: 10px 12px 45px;
	position: relative;
}
.submap_tgl span {
	display: inline-block;
	width: 68%;
	font-size: 18px;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
}
.submap_tgl i {
	position: absolute;
	display: block;
	left: 42px;
	bottom: 5px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
}
.submap_tgl svg {
	position: absolute;
	width: 120px;
	height: 88px;
	right: 12px;
	top: 9px;
}
.map_area .close_btn {
	padding: 6px;
	text-align: center;
}
.map_area .close_btn i {
	margin-left: .25em;
	font-size: 1.15em;
}
.sub_map {
	margin-top: 10px;
}
.sub_map dt {
	margin-bottom: 5px;
	padding: 8px 0;
	border-radius: 8px 8px 0 0;
	text-align: center;
	line-height: 1em;
}
.sub_map dt~dt {
	margin-top: 20px;
}
.sub_map dd {
	margin-bottom: 5px;
}
.sub_map dd a {
	display: block;
	width: 248px;
	height: 198px;
	border-width: 1px 0;
	border-style: solid;
}
/*事務所所在地【カラー】*/
.map_area {
	border: 1px solid #252;
}
.submap_tgl, .map_area .close_btn {
	color: #fff;
}
.submap_tgl {
	border: 1px solid #252;
	background: -moz-linear-gradient(top, #391 0%, #170 100%);
	background: -webkit-linear-gradient(top, #391 0%, #170 100%);
	background: linear-gradient(to bottom, #391 0%, #170 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339911', endColorstr='#117700', GradientType=0 );
	background-repeat: no-repeat;
	background-position: 90%;
}
.submap_tgl i {
	color: #fd0;
}
.submap_tgl .jmap {
	fill: #66ee00;
}
.map_area .close_btn {
	border: 1px solid #333;
	background: #555;
	background: -moz-linear-gradient(top, #888 0%, #555 100%);
	background: -webkit-linear-gradient(top, #888 0%, #555 100%);
	background: linear-gradient(to bottom, #888 0%, #555 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#555555', GradientType=0 );
}
.sub_map dt {
	background: #5b2;
}
.sub_map dd a {
	border-color: #252;
	background-color: #252;
}
.sub_map dd a:hover {
	background-color: #f80;
}
/*弁護士紹介リスト*/
.sub_staff {
	overflow: hidden;
}
.sub_staff h3 {
}
.sub_staff li {
	float: left;
	margin-bottom: 4px;
}
.sub_staff li:nth-child(even) {
	margin-left: 4px;
}
.btm_close {
	border-radius: 6px;
	padding: 6px;
	text-align: center;
}
.btm_close {
	border: 1px solid #333;
	background: #555;
	background: -moz-linear-gradient(top, #888 0%, #555 100%);
	background: -webkit-linear-gradient(top, #888 0%, #555 100%);
	background: linear-gradient(to bottom, #888 0%, #555 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#555555', GradientType=0 );
	color: #fff;
}
.btm_close i {
	margin-left: .25em;
	font-size: 1.15em;
}
/*関連サイト*/
/*関連サイト【レイアウト】*/
.extlink_ttl {
	padding: 10px 0 5px;
}
.sub_extlink li a {
	padding: 7px 1em 6px;
}
/* はればれ */
.sub_text p {
	font-size: .75em;
	line-height: 1.5em;
}
.sub_text h3 {
	font-size: .875em;
}
/* :::::: フッター :::::: */
.footer {
	padding: 14px 0 10px;
}
/* フッターサイトマップ【レイアウト】 */
.footer_sitemap {
	overflow: hidden;
	width: 100%;
}
.footer_sitemap h2 {
	font-size: 20px;
	font-weight: bold;
}
.footer_sitemap>ul {
	float: left;
	width: 25%;
	margin: 10px 0 20px;
}
.footer_sitemap li {
	margin: 0 6px 5px 10px;
}
.footer_sitemap li ul {
	margin-top: 5px;
}
.footer_sitemap li a {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.6em;
	text-decoration: none;
	font-weight: bold;
}
.footer_sitemap li li a {
	line-height: 1.4em;
}
.footer_sitemap li a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 5px;
	left: 0;
	border-width: 6px 6px;
	border-style: solid;
	border-color: transparent;
}
/* フッター関連【カラー】 */
.footer {
	background-color: #311d13;
	background: -moz-linear-gradient(top, #553521 0%, #311d13 100%);
	background: -webkit-linear-gradient(top, #553521 0%, #311d13 100%);
	background: linear-gradient(to bottom, #553521 0%, #311d13 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#553521', endColorstr='#311d13', GradientType=0 );
}
.footer_sitemap h2 {
	color: #fd0;
}
.footer_sitemap a {
	color: #fff;
}
.footer_sitemap a:hover {
	color: #fe3;
}
.footer_sitemap li a:before {
	border-left-color: #fd4;
}
.footer_sitemap li li a:before {
	border-left-color: #fff;
}
/* フッタータイトル */
.foot_ttl {
	font-size: 20px;
}
.foot_ttl .shozoku span {
	display: block;
	font-size: 16px;
}
/* トップへ戻るボタン */
.to_top {
	position: fixed;
	bottom: 40px;
	right: 0;
}
.to_top a {
	display: block;
	padding: 8px;
	width: 52px;
	height: 52px;
}
.to_top a:hover {
	filter: alpha(opacity=60); /* IE5.5-7 */
	-ms-filter: alpha(opacity=60); /* IE8 */
	opacity: 0.6;
}

.to_top a img{
	width: 52px;
	height: 52px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ページ・カテゴリ単位CSS ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :::::: トップ :::::: */
/*集合写真*/
.wide_pic {
	width: 1000px;
	margin: 10px auto;
	padding-top: 193px;
	background: url(img/bg_allstaff.jpg) 0 0 no-repeat;
	position: relative;
}
.wide_pic .kome {
	position: absolute;
	bottom: 42px;
	left: 208px;
}
.wide_pic .btn {
	position: absolute;
	bottom: 20px;
	right: 32px;
}
/* 衛星サイト注意書き */
.attention {
	margin-bottom: 20px;
}
/* トップ：選ばれる理由 */

.riyuuttl_list dt {
	padding-left: 4.5em;
	font-size: 1.2em;
	text-indent: -4.5em;
	line-height: 1.3em;
}
.riyuuttl_list dt span {
	display: inline-block;
	margin-right: .5em;
	padding: .2em .5em 0;
	border-radius: 1em;
	font-size: .85em;
	text-indent: 0;
	vertical-align: bottom;
	line-height: 1.5em;
	position: relative;
	top: .05em;
}
.riyuuttl_list dt span:before {
	content: 'Point ';
}
.riyuuttl_list dt strong {
	font-size: 1.2em;
}
.riyuuttl_list dt a, .riyuuttl_list dd span {
	font-size: 16px;
}
/*.riyuuttl_list dd {
	margin: 1em 0 0 3em;
}テキスト用*/
.riyuuttl_list dd, .pointttl_list dd {
	margin: 1em 0 0 0;
}/*画像用*/
/* トップ：事務所選びのポイント */
/*.pointttl_list dd {
	margin: 1em 0 0 1.5em;
}テキスト用*/
/*.pointttl_list dt {
	padding-left: 1.5em;
	text-indent: -1.4em;
}テキスト用*/

/* トップ：費用 */
.hiyou_sec{
}
.hiyou_sec ul {
	padding-top:263px;
	background: url(img/bg_hiyou.png) no-repeat;
	position:relative;
}
.hiyou_sec ul li {
	bottom:11px;
	right:8px;
	position:absolute;
}
.home .hiyou_sec ul {
	margin-bottom:50px;
	padding: 316px 0 20px 195px;
	overflow: hidden;
	position:relative;
}
.home .hiyou_sec ul li:first-child {
	position:absolute;
	bottom: 84px;
	right: 8px;
}


/* トップ：詳しくはこちら（画像用） */
.riyuuttl_list dt img {
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.riyuuttl_list dt img+a {
	position: relative;
	z-index: 10;
	margin-top: -1.6em;
}
/*トップＱ＆Ａ【レイアウト】*/
.mini_qanda_cont {
	padding-right: 150px;
	background: url(img/bg_m6.jpg) no-repeat right center scroll;
}
.mini_qanda_list dt {
	padding: 1px 5px 0 36px;
	background: url(img/bg_q.png) no-repeat 5px 0 scroll;
}
.mini_qanda_list dd {
	margin-bottom: 10px;
	padding: 7px 5px 7px 36px;
	background: url(img/bg_a.png) no-repeat 5px 6px scroll;
}
/*トップＱ＆Ａ【カラー】*/
.mini_qanda_list dd {
	border-bottom: solid 1px #727272;
}
/*トップお役立ち情報【レイアウト】*/
.mini_info_list dt {
	font-size: 1.25em;
	line-height: 1.4em;
}
.mini_info_list dt, .mini_info_list dd {
	padding: 9px 0 6px;
}
.mini_info_list dt, .mini_info_list dd {
	padding: 10px 13px 8px;
}
.mini_info_list dt {
	padding-left: 1.7em;
	text-indent: -.9em;
}
/*ホーム一覧ボタン*/
.home_list_btn a {
	font-size: 1.3em;
}
/*トップ一覧ボタン*/

.home_link_ttl a span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.1em;
	padding: .35em .5em .2em;
}
/*トップ： 電話相談バナー*/
.denwabnr{
	margin-top: -32px;
}
/*トップ：心グループバナー*/
.groupbnr{
	margin-top: -35px;
}
/* :::::: 代表メッセージ :::::: */
.message .img_r img, .message .img_l img {
	width: 210px;
}
.message .sign {
	margin-top: .5em;
}
/* :::::: お役立ち情報カテゴリ :::::: */


/* :::::: Ｑ＆Ａカテゴリ :::::: */

/* :::::: 手続きの流れ :::::: */

.flow_list li:not(.no_adapt) {
	padding: .5em .5em .4em;
}
.flow_ttl, .flow_list {
	font-size: 1.3em;
}
.flow_list li span:not(.no_adapt) {
	font-size: .8em;
}
.flow_list li:first-child p {
	text-align: left;
	text-indent: -.5em;
}
/* :::::: 事務所選びのポイント :::::: */
h2.point_h2, h2.riyuu_h2 {
	font-size: 1.4em;
	margin-bottom: .3em;
}
h2.point_h2 {
	padding-left: 1.5em;
	text-indent: -1.4em;
}
/* :::::: 選ばれる理由 :::::: */
h2.riyuu_h2 span {
	display: inline-block;
	margin-right: .5em;
	padding: .1em .5em 0;
	border-radius: 1em;
	font-size: .85em;
	text-indent: 0;
	vertical-align: bottom;
}
h2.riyuu_h2 span:before {
	content: 'Point ';
}
h2.riyuu_h2 strong {
	font-size: 1.2em;
}
/* :::::: サイトマップページ :::::: */
.sitemap_list .children, .sitemap_list .accordion_list {
	margin-left: 2.25em;
}
/* :::::: PCなし :::::: */
.pc_none {
	display: none;
}

/* :::::: 費用 :::::: */
.hiyou .hiyou_sec ul, .songaibaishou-muryoushindan .hiyou_sec ul {
	padding: 263px 0 0 195px;
}
.hiyou .hiyou_sec ul {
	margin-bottom: 20px;
}
/* :::::: 電話相談 バナー:::::: */
.tel_posi  {
	margin-bottom: 2em;
	text-align: center;
}

/*文責・最終更新日情報*/
.meta_section {
	font-size: .75em;
	padding: 0 0 1em;
}
