/*
弁護士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;
}
.br_sp {
	display: none;
}

/* :::::: 全体設計 :::::: */
.wrapper {
	min-width:1120px;/*iPad対策*/
}
header, .navigation, .contents, footer {
	margin: 0 auto;
	width: 1050px;
}
.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: 300px;
	line-height: 1.4em;
}
.sub_col img {
	width: 100%;
}
.main_col,
.archive .sub_col,
.single .sub_col,
.etc .sub_col,
.per_work .sub_col,
.biz_work .sub_col {
	float: left;
}
.sub_col,
.archive .main_col,
.single .main_col,
.etc .main_col,
.per_work .main_col,
.biz_work .main_col {
	float: right;
}
/* :::::: ヘッダー :::::: */
.header{
	background-color: #faf2e0;
}


/* :::::: ヘッダータグ :::::: */
.head_tag * {
	width:1050px;
	margin: 0 auto;
	padding: 1px 0;
	height:13px;
	font-size: 12px;
	line-height: 14px;
}


/* :::::: グローバルナビ :::::: */
.gnav_wrap nav{
	background-color: transparent;
}
.gnav_wrap{
	background: #caf6b8;
	background: -moz-linear-gradient(top, #ffffff 0%, #8de36b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8de36b));
	background: -webkit-linear-gradient(top, #ffffff 0%,#8de36b 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#8de36b 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#8de36b 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#8de36b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8de36b',GradientType=0 );
	box-shadow: 0 2px 3px rgba(0,0,0,0.5),0px -1px 1px 0px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:2;
}
.gnav {
	width:auto;
	margin:0 -1px;/*1050px用*/
	padding:0;
}
.gnav li {
	float:left;
	width:auto;
	margin:0;
	white-space: nowrap;
}
.gnav li a {
	display:block;
}
/*グローバルナビ画像部分 */
.gnav {
	border-right: 2px solid rgba(43,115,23,0.5);
}
.gnav>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 36px;
	box-sizing: border-box;
	border-top: 2px solid rgba(255,255,255,0.4);
	border-right: 1px solid rgba(255,255,255,0.4);
	border-left: 2px solid rgba(43,115,23,0.5);
}
.gnav>li:nth-child(-n+6)>a {
	border-bottom: 2px solid rgba(43,115,23,0.5);
}
.gnav>li:nth-child(n+7)>a {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.gnav>li>a:hover,.gnav>li>a.current {
	background: linear-gradient(to bottom, #fffff9, #fffed6);
}
.gnav>li:nth-child(-n+6)>a:hover,.gnav>li:nth-child(-n+6)>a.current {
	border-bottom: 2px solid #079800;
}
.gnav>li:nth-child(n+7)>a:hover,.gnav>li:nth-child(n+7)>a.current {
	border-bottom: 1px solid #079800;
}


/*ドロップダウンメニュー【レイアウト】 */
#mega-menu li {
	position: relative;
}
#mega-menu>li {
	width: 175px;
	height: 36px;
}
#mega-menu:after {
	content: "";
	display: block;
	clear: both;
}
#mega-menu li ul{
	display: none;
}
#mega-menu .sub-container {/*ドロップダウン 背景div */
	position: absolute;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin-top: 2px;
}
#mega-menu .sub {/*ドロップダウン 背景 ul */
	display: none;
	overflow:hidden;
	min-width: 165px;/*gnavのli幅を最小値を入力*/
	padding: 0 5px 5px;
	border: 1px solid #c8c8c8;
	opacity: 0.98;
}
#mega-menu .flex.sub {/*ドロップダウンフレックス 背景 ul */
	flex-flow: column wrap;
}
#mega-menu .sub li {/*ドロップダウン リスト */
	margin:0;/*gnav liのリセット*/
	float: none;
	line-height:1.2em;
}
#mega-menu .sub li.ellipsis a:after{
	font-family: FontAwesome;
	content:'\f142';
	font-size: 1.25em;
	font-weight: normal;
	padding-left: 48%;
    line-height: 0.8em;
    vertical-align: bottom;
}
#mega-menu .sub li.ellipsis a:before{
	content:none;
}
#mega-menu .sub-container a:not(.no_adapt) {/*ドロップダウン リンク */
	display: block;
	padding: 7px 10px;
	font-size:15px;
	text-decoration: none;
	border-bottom: #C8C8C8 1px solid;
}
#mega-menu .sub .row {/*ドロップダウン背景 ul メガメニューdiv */
	overflow: hidden;
	clear: both;
	padding-top: 10px;
}
#mega-menu .sub .mega-hdr {/*ドロップダウン メガメニュー縦列 */
	float:left;
	width: 170px;
	margin: 0 5px 0;
	border: none;
}
#mega-menu .sub .mega-hdr ul {/*ドロップダウン メガメニュー縦列ul */
	display: block;
}
.mega-hdr .mega_ttl a {/*ドロップダウン メガメニュータイトル */
	color:#44593f;
	font-weight: bold;
	text-decoration:none;
}


/*ドロップダウンメニュー【カラー】 */
#mega-menu .sub {
	background-color:#fff;/* 一覧背景色 */
}
#mega-menu .sub-container a {
	color: #111;/* リンク文字色 */
}
#mega-menu .sub-container a:not(.no_adapt):hover {
	background-color: #fffed6;/* リスト背景色 */
	color: #ff6600;/* hoverリンク文字色 */
	border-bottom: #079800 1px solid;
}

/* パンくず */
.breadcrumb {
	padding: 6px 0;
}
.breadcrumb li,.breadcrumb .pan_div {
	font-size: 12px;
}

/* :::::: コンテンツ :::::: */
/* :::::: コンテンツ＞メイン :::::: */
.main_col .section,
.main_section {
	margin-bottom: 50px;
}

.main_col h1:not(.no_adapt):not(.question),h2.home_ttl,.cat_ttl,p.main_ttl {
	border: solid 1px #096a05;
	background: #fffed6;
	background: -moz-linear-gradient(top, #fffff2 0%, #fffed6 100%);
	background: -webkit-linear-gradient(top, #fffff2 0%,#fffed6 100%);
	background: linear-gradient(to bottom, #fffff2 0%,#fffed6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff2', endColorstr='#fffed6',GradientType=0 );
	border-bottom: 5px solid #096a05;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	box-shadow: 0 1px #fff,0 2px #096a05;
	padding: 4px .5em 3px;
	font-size: 1.25em;
	line-height:1.3em;
}

.main_col h1:not(.no_adapt):not(.question),.cat_ttl,p.main_ttl {
	margin-bottom:.4em;
	padding: 0px .3em 0px !important;
	line-height: 1.8em !important;
}
.main_col h1:not(.no_adapt):not(.question):before, .cat_ttl:before,p.main_ttl:before {
	content:" ";
	display: inline-block;
	background:url(img-sp/icon_kokoro.png);
	margin-right:.3em;
	position: relative;
	top:6px;
	width: 1.6em;
	height: 1.6em;
	background-size: cover;
}
.main_col h2:not(.no_adapt),.home_pickupinfo h3 {
	font-size:1.125em;
}

/*文責・最終更新日情報*/
.meta_section {
	font-size: .75em;
	padding: 0 0 .85em;
}

/* バナー下テキスト */
.bnrbtm_text,.formbtm_text {
	font-size: 12px;
	line-height: 17px;
}
.bnrbtm_text {
	margin-top: 5px;
}
.formbtm_text {
	margin-top: -45px;
}
.work_bnr .bnrbtm_text{
	width: 338px;
	margin-right:auto;
	margin-left:auto;
	}

/* ページネーション：前後記事リンク */
.post_link {
	margin: 50px 0;
}
.post_link > span {
	max-width: 47.75%;
}


/*選ばれる理由バナー*/
.bnr_posi{
	text-align:center;
	margin-bottom:50px;
}
.bnr_posi a{
	display:inline-block;
}
.ji_posi img {
	margin-left: 20px;
}
.point .ji_posi img {
	margin-left: 0;
}
/*お問合せバナー*/
.contact_bnr {
	margin-top: -10px;
	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:7px 0 0 24px;
}

/*お役立ち情報ピックアップ*/
.home_pickupinfo h2 {
	padding: 10px 13px 8px 32px;
	font-size:1.2em;
	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%;
}

.home_pickupinfo p.letter {
	width: 80%;
	padding: 1em 1.5em;
}

/*お役立ち情報画像*/
.info_img{
	padding:10px 1em 0 .5em;
}
.info_img img{
	float: right;
	width: 40%;
}
/*人物立ち画像*/
.stand_img{
	padding:10px 0.5em 0 .5em;
}
.standimg_q2{
	width: 173px !important;
}
.standimg_r2{
	width:114px;
}
.standimg_r2-ver2{
	width: 176px;
}
.standimg_p2{
	width:117px;
}
.standimg_j5{
	width:116px;
}
.standimg_j8{
	width:120px;
}
.standimg_y5{
	width:107px;
}
.standimg_d9{
	width: 117px;
}
.standimg_saiseichara{
	width: 116px;
}
.standimg_keijichara{
	width:115px;
	margin-left:-0.5em;
}
.standimg_e5{
	width: 122px;
	padding-right:1em;
	padding-left:1em;
}
.standimg_ne2{
	width: 122px;
	padding-right:1em;
	padding-left:1em;
}
.standimg_e7{
	width: 130px;
	padding-right:1em;
	padding-left:1em;
}
.standimg_i6{
	width: 114px;
}
.standimg_k5{
	width: 117px;
}
.standimg_k8{
	width: 136px;
}
.standimg_m6{
	width: 116px;
	padding-left: 1em;
	padding-right: 1em;
}
.standimg_m6_2{
	width: 130px;
	padding-left: 1em;
	padding-right: 1em;
}
.standimg_n6{
	width: 135px;
}
.standimg_n6_2{
	width: 128px;
}
.standimg_p9{
	width: 128px;
}
.standimg_s6{
	width: 132px;
}
.standimg_w5{
	width: 110px;
}
.standimg_w5_3{
	width: 110px;
}
.img_ke3{
	width:120px;
	margin-left:-0.5em;
}
.per_jiko .stand_img{
	width: 176px;
	padding-right:0;
}
.per_kabarai .stand_img,
.per_furin .stand_img{
	width: 107px;
	padding-right:.5em;
}
.per_saimu .stand_img{
	width: 117px;
	padding-right:0;
}
.point .stand_img{
	width: 163px;
	margin-top: -2em;
}

/*事務所アクセス*/
.access_office h2{
	padding: 10px 13px !important;
}
.access_office figure {
	display: inline-block;
	float: left;
	width: 48%;
}
.access_office figure+div {
	clear: left;
}
.access_office figure img {
	width: 100%;
}
.access_office figure:nth-child(even) {
	margin-left: 4%;
}
.access_office figure:nth-child(n+3) {
	margin-top: 0.5em;
}

/* :::::: コンテンツ＞サブ :::::: */
.sub_col .section {
	margin-bottom: 25px;
}
.sub_col .bnr,
.sub_col .sub_bnr p~p ,
.sub_col .sub_bnr li{
	margin-top: 10px;
}

/*サブメニュー【レイアウト】*/
.submenu_ttl {
	margin-bottom: 0;
	padding: 12px 0 8px;
	border-radius: 5px 5px 0 0;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height:22.4px;
}

.main_col .sub_menu,
.sub_col .sub_menu,
.sub_col .kanren_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,
.sub_col .kanren_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,
.sub_col .kanren_menu li a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
}
.main_col .sub_menu li a em,
.sub_col .sub_menu li a em{
	font-weight: bold;
}

/*サブメニュー【カラー】*/
.submenu_ttl {
	color: #ff6;
	background-color:#078f00;
}

.main_col .sub_menu,
.sub_col .sub_menu,
.sub_col .kanren_menu {
	border-color: #ad7;
	background-color: #f6ffdd;
}
.qanda_clr .sub_menu {
	border-color: #ffb4cd;
}
.info_clr .sub_menu {
	border-color: #99bdff;
}

.main_col .sub_menu li a,
.sub_col .sub_menu li a,
.sub_col .kanren_menu li a {
	color: #078f00;
}
.main_col .sub_menu li a:hover, .sub_menu li a.current,
.sub_col .sub_menu li a:hover, .sub_menu li a.current,
.sub_col .kanren_menu li a:hover, .kanren_menu li a.current {
	background-color: #fff;
	color: #fa0;
}
.main_col .sub_menu li a:before,
.sub_col .sub_menu li a:before,
.sub_col .kanren_menu li a:before{
	border-color: transparent;
	border-left-color: #078f00;
}

/*サブメニューアコーディオン【レイアウト】*/
.sub_accordion {
	margin-bottom: 10px;
	padding: 4px 0;
	border-width: 6px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
}
.cat_top, .cat_btn, .sub_accordion .accordion_frame {
	margin-left: 2px;
	margin-right: 2px;
}
.cat_btn~.cat_btn {
	margin-top: 4px;
}
.cat_top a, .cat_btn a {
	display: block;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
}
.cat_top a:after, .cat_btn a:before, .sub_accordion .open_cat a:before, .middle_cat_list>p a:before {
	content: '\f144';
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: middle;
	speak: none;
}
.middle_cat_list>p a:before {
	content: '\f01d';
}
.cat_top a, .cat_btn a, .sub_accordion .toggle_btn, .sub_accordion .open_cat a, .middle_cat_list>p a {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	border-radius: 5px;
}
.cat_top a, .sub_accordion .toggle_btn {/* アコーディオンモード */
	padding: 8px 2em 6px .75em;
}
.cat_btn a, .sub_accordion .open_cat a, .middle_cat_list>p a {/* カテゴリーボタンモード */
	padding: 8px .5em 6px 1.75em;
}
.middle_cat_list>p a {
	padding-left: 2em;
}
.sub_accordion .open_cat a, .middle_cat_list>p a {
	text-decoration: none;
}
.sub_col .cat_top a:after, .sub_col .cat_btn a:before, .sub_accordion .open_cat a:before, .middle_cat_list>p a:before, .sub_col .sub_accordion .toggle_btn i {/* サブカラム矢印縦位置調整 */
	position: absolute;
	display: block;
	margin: auto 0;
	top: 0;
	bottom: 0;
	text-indent: 0;
}
.main_col .cat_top a:after,
.main_col .sub_accordion .toggle_btn i {/* メインカラム矢印位置調整 */
	margin-left: .25em;
}
.cat_top a:after, .cat_btn a:before, .sub_accordion .toggle_btn i, .sub_accordion .open_cat a:before, .middle_cat_list>p a:before {
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	text-align: center;
}
.sub_col .cat_top a:after, .sub_col .sub_accordion .toggle_btn i {/* サブカラム矢印位置調整：アコーディオンモード */
	right: .5em;
}
.sub_col .cat_btn a:before, .sub_accordion .open_cat a:before {/* サブカラム矢印位置調整：カテゴリーボタンモード */
	left: .3em;
}
.middle_cat_list>p a:before {/* サブカラム矢印位置調整：カテゴリーボタンモード */
	left: .4em;
	font-size: 1.25em;
}
.sub_accordion .accordion_list .m_ttl {
	line-height: 1.1em;
	color: #333;
	background-color: #fff;
	padding-left: .6em;
	text-indent: -.6em;
}
.sub_accordion .middle_cat_list {
	padding: 4px 2px;
}
.sub_accordion .middle_cat_list .accordion_list {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #999;
	border-radius: 0 0 5px 5px;
}
.sub_accordion .middle_cat_list>p~p {
	margin-top: 4px;
}
.sub_accordion .middle_cat_list>p {
	background-color: #fff;
	border: 1px solid #999;
}
.sub_accordion .middle_cat_list>p:not(.selected) {
	border-radius: 5px;
}
.sub_accordion .middle_cat_list>p.selected {
	border-radius: 5px 5px 0 0;
}
.sub_accordion .middle_cat_list>p a {
	color: #333;
}
.sub_accordion .accordion_list .cat_list {
	margin-left: .75em;
}
.sub_accordion .accordion_list li {
	padding: .5em .7em;
}
.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 {
	font-family: FontAwesome;
	speak: none;
	content: '\f04b';
	font-size:.75em;
	font-weight: normal;
	line-height:0;
	position:relative;
	top:-.15em;
	margin-right: .55em;
	margin-left: -1.25em;
}
.sub_accordion .accordion_frame {
	background-color: #fff;
	border-style: solid;
	border-radius: 5px;
	margin-top: 4px;
}
.sub_accordion >.accordion_frame {
	border-color: #FFCC00;
	border-width: 2px;
}
.sub_accordion .accordion_frame .accordion_frame {
	border-color: #999;
	border-width: 1px;
}
.sub_accordion .accordion_list .accordion_list .close_btn {
	background-color: #078f00;
}
.sub_accordion .accordion_list .lastclose {
	margin: .25em 2px .25em 0;
}

/*サブメニューアコーディオン【カラー】*/
.sub_accordion {
	border-color: #ad7;/* サブメニュー枠線色 */
	background: #f6ffdd;/* サブメニュー背景色 */
}
.qanda_clr .sub_accordion {
	border-color: #ffb4cd;
}
.info_clr .sub_accordion {
	border-color: #99bdff;
}
.cat_top a:hover, .cat_top a.current,
.cat_btn a:hover, .cat_btn a.current {
	background: #fff;
	color: #fa0;
}
.cat_top a, .sub_accordion .toggle_btn,
.cat_btn a {
	background-color: #ff9;
	border-color: #FFCC00;
	color: #078f00;
}
.sub_accordion .open_cat a {
	background: #ff9;
	color: #078f00;
	border-radius: 4px 4px 0 0;
}
.sub_accordion .toggle_btn.selected,
.sub_accordion .open_cat.selected a {
	background: #f80;
	color: #f6ff33;
	border-radius: 4px 4px 0 0;
}
.sub_accordion .m_ttl.selected,.sub_accordion .middle_cat_list>p.selected {
	color: #333;
	border-bottom: solid 1px #999;
}
.sub_accordion .middle_cat_list>p.selected a.current {
	background-color: #ff9;
	border-radius: 4px 4px 0 0;
}
.sub_accordion .m_ttl i {
	color: #666;
}
.sub_accordion .accordion_list li a, .main_cat .cat_list a {
	color: #078f00;
}
.main_cat .cat_list a,
.main_cat .cat_list a * {
	font-size: 1.05em;
	font-weight: bold;
}
.sub_accordion .accordion_list li a.current, .sub_accordion .accordion_list li a:hover {
	color: #fa0;
}
.sub_accordion .accordion_list li a.current:before {
	border-left-color: #fa0;
}
.sub_accordion .accordion_list li a:hover:before {
	border-left-color: #fa0;
}

/*サイド事務所所在地*/
.sub_col .area_map {
	width: 300px;
}

/*弁護士紹介リスト*/
.subbengoshi_tgl,.sub_ttl{
	width:300px;
}
.sub_staff li{
	margin-bottom:4px;
	width:148px;
}
.sub_staff li:nth-child(even){
	margin-left: 4px;
}
.btm_close {
	padding: 6px;
}

/*関連サイト*/
/*関連サイト【レイアウト】*/
.extlink_ttl {
	padding: 10px 0 5px;
}
.sub_extlink li a {
	padding: 7px 0 6px;
}
.sub_extlink li a img {
	width:346px;
}
/* はればれ */
.sub_text p,.sub_text li{
	font-size: .75em;
	line-height: 1.5em;
}
.sub_text h3 {
	font-size: .875em;
}

/* :::::: フッター :::::: */
.footer{
	padding-bottom: 10px;
}
.footer_h2 h2{
	font-size: 17px;
	font-weight: bold;
	padding-top:1.5em;
	margin: 0 auto;
	width: 1050px;
}
/* フッターサイトマップ【レイアウト】 */
.footer_sitemap {
	overflow: hidden;
	width: 100%;
}
.footer_sitemap>ul{
	float: left;
	width: 25%;
	margin: 10px 0 20px;
}
.footer_sitemap li {
	margin: 0 6px 5px 0;
	padding-left: 10px;
	text-indent: -10px;
}
.footer_sitemap li ul {
	margin-top: 5px;
}
.footer_sitemap li a {
	position:relative;
	padding-left: 10px;
	font-size:15px;
	text-decoration: none;
	font-weight: bold;
	line-height:1.4em;
}
.footer_sitemap li li a {
	font-weight:normal;
}
.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_sitemap li.ellipsis a:after{
	font-family: FontAwesome;
	content:'\f142';
	font-size: 1.25em;
	font-weight: normal;
	padding-left: 3em;
}
.footer_sitemap li.ellipsis a:before{
	content:none;
}
/* フッター関連【カラー】 */
.footer_sitemap a:hover {
	color: #ff874c;
}
.footer_sitemap li a:before {
	border-left-color:#ff874c;
}
.footer_sitemap li li a:before {
	border-left-color:#fff;
}

/* フッタータイトル */
.foot_ttl {
	font-size: 20px;
}
.foot_ttl .shozoku span{
	margin-left:1em;
}
.foot_ttl .shozoku span,
.foot_ttl .address {
	font-size: 16px;
}
.foot_ttl .shozoku span,
.foot_ttl .tel{
	display:inline-block;
}
.foot_ttl .address,
.foot_ttl .shozoku_img{
	display:block;
}
.foot_ttl .shozoku_img img{
	width:auto;
	margin:.2em auto .5em;
}
/* トップへ戻るボタン */
.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: 1050px;
	margin: 10px auto;
	padding-top:202px;
	background: url(img/bg_allstaff.jpg) 0 0 no-repeat;
	position: relative;
	background-size: cover;
}
.wide_pic .btn{
	position:absolute;
	bottom:20px;
	right:32px;
}
/* 衛星サイト注意書き */
.attention {
	margin-bottom: 20px;
}
/* 受付時間＆電話ボタン */
.home_tel {
	background:url(img/bg_home_tel.png) no-repeat;
	width: 720px;
	height: 143px;
	position: relative;
	margin-bottom:18px;
}
.home_tel .open_notice {
	position:absolute;
	bottom:10px;
	right:17px;
}
/*無料診断バナー*/
.ttl_service p {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: center;
	color: #fff;
	z-index: 1;
	overflow:hidden;
	letter-spacing:.1em;
	background: transparent;
	position:relative;
}
.ttl_service p:before {
	display: block;
	width: 300px;
	height: 35px;
	content: "";
	transform-origin: 0 0;
	transform: skewX(25deg);
	background-image: linear-gradient(
		to bottom,
		#3a68df 0%,
		#0033ba 50%,
		#002585 51%,
		#000064 100%
	);
	position:absolute;
	top:0;
	left:147px;
	z-index:-1;
	  box-shadow: -1px 0 5px rgba(0,0,0,0.6);
		border-left:1px solid #fff;
		border-bottom:1px solid #fff;
}
.ttl_service p:after{
	display: block;
	width:300px;
	height: 35px;
	content: "";
	transform-origin: 0 0;
	transform: skewX(-25deg);
	background-image: linear-gradient(
		to bottom,
		#3a68df 0%,
		#0033ba 50%,
		#002585 51%,
		#000064 100%
	);
	position:absolute;
	top:0;
	right:147px;
	z-index:-1;
	  box-shadow:1px 0 3px rgba(0,0,0,0.6);
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.muryou_bnr {
	border: solid 3px #000064;
	border-radius: .5em;
	padding: 5px;
	margin-top:-35px;
}
.muryou_bnr ul{
	position:relative;
	overflow:hidden;
}
.home .muryou_sec{
	margin-bottom:25px;
}
.muryou_bnr li{
	float:left;
}
.muryou_bnr li:nth-of-type(2){
	margin-top: 32px;
}
.muryou_bnr li:nth-of-type(4){
	margin-top: 4px;
	margin-left: 0;
}
.muryou_bnr li:nth-of-type(5){
	margin-top: 4px;
	margin-left: 4px;
}
.muryou_bnr li~li{
	margin-left: 5px;
}
.muryou_bnr .mbtm{
	margin-bottom: 4px;
}
.muryou_bnr img{
	display:block;
}
.bnr_muryou_etc{
	margin-top: 5px;
}
/* トップ： 業務内容 */
.home .work_sec{
	margin-top:.5em;
}
/* トップ：選ばれる理由 */
.riyuu_sec .bgimg_cont{
	padding:0 174px 0 6px;
	background:url(img/bg_q2-top.jpg) no-repeat right center scroll;
}
.riyuuttl_list li {
	border-bottom: solid 1px #333;
}
.riyuuttl_list li > p:first-child {
	padding-top: 5px;
}
.riyuuttl_list li > p:first-child span {
	display: inline-block;
	margin-right: .3em;
	border-radius:1em;
	width: 1.25em;
	height: 1.25em;
	text-align: center;
	text-indent: 0;
	line-height: 1.4em;
	vertical-align: top;
}
.riyuuttl_list .riyuu_off,.riyuuttl_list .riyuu_on {
	padding: 0 10px 4px 28px;
}
.riyuuttl_list .continue_btn {
	background-color: #4dad14;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: right;
	line-height: 1.3em;
	width: 120px;
	text-align: center;
	position: relative;
	z-index: 10;
	margin-top: -2.5em;
}
.riyuuttl_list i {
	color: #fff600;
	margin-left: .2em;
	font-size: 1.2em;
	position: relative;
	top: 1px;
	right: 0;
}
/* トップ：詳しくはこちら（画像用） */
.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.7em;
}

/*トップＱ＆Ａ【レイアウト】*/
.qanda_sec .bgimg_cont {
	padding-left: 205px;
	background: url(img/bg_m6-top.jpg) no-repeat 20px center scroll;
}
.mini_qanda_list li{
	margin-bottom: 5px;
}
/*トップＱ＆Ａ【カラー】*/


/*トップお役立ち情報【レイアウト】*/
.mini_info_listimg {
	overflow:hidden;
	margin-top: 2px;
}
.mini_info_listimg li{
	float: left;
	border-radius: .7em;
	padding: 9px 11px;
}
/*トップお役立ち情報【カラー】*/
.home_pickupinfo,.mini_info_listimg li {
	border: solid 1px #0A7205;
}
/*ホーム一覧ボタン*/
.list_btn{
	margin:10px auto 0;
	width:263px;
}
/* :::::: お役立ち情報グレー背景PC :::::: */
.main_section blockquote {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px 30px 30px 22px;
    margin: 40px 0;
}
/*トップ一覧ボタン*/

.home_link_ttl a span.ichiran_btn{
	position:absolute;
	top:0;
	right:0;
	line-height:1.1em;
	padding:.35em .5em .2em;
}

/*トップサイト内更新情報*/
.update_info_sec h2.updatettl {
	background: url(img/bg_ttl_btn-non.png) no-repeat;
	height: 49px;
	padding: .325em .5em .325em 1.8em;
	font-size: 25px;
}
.update_info a {
	justify-content: space-between;
	line-height: 1.5em;
}
.ud_time {
	width: 17.5%;
	font-size: 15px;
}
.ud_cat {
	min-width: 11%;
	padding: 0 6px;
	font-size: 14px;
}
.ud_title {
	width: 65%;
}
.ud_cont p:first-child {
	font-size: 15px;
}
.ud_cont p:last-child {
	width: 120px;
	bottom: -5px;
	border-radius: .7em;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}
.ud_cont p:last-child:after {
	font-weight: normal;
}

/*トップリンク集インライン*/
.link_sec iframe {
	width: 718px;
	height: 550px;
	border: #CCC 1px solid;
	border-radius: 5px;
	margin-bottom: 4px;
}
.link_sec p{
	text-align:right;
	line-height:1.5em;
}
.link_sec p a{
	font-weight:bold;
}

/*エリア弁護士一覧*/
.area_b_ttl {
	margin-bottom:3px;
}
.area_b_list{
	margin-right: -6px;
}
.area_b_list li{
	float:left;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 10px;
	width: 357px;
	height: 120px;
}

.staff_photo{
	float:left;
	width: 123px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.staff_txt{
	float: right;
	width: 59%;
	height: 98px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
}
.staff_txt a{
	position: absolute;
	padding: 3px 6px;
	right: 0;
	bottom: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.3em;
	text-decoration: none;
}
.staff_txt a:before {
	margin-right: 5px;
}
.area_b_btn a{
	font-size: 1em;
}
/*弁護士ブログ一覧*/
.sub_bloglink a {
	font-size: 14px;
	padding:6px 0;
}
.sub_bloglink ul a:hover {
	background-color: #fe9;
}
.sub_bloglink a:before {
	font-size: 1.5em;
	vertical-align: text-bottom;
}
/*トップ： お役立ち情報・Ｑ＆Ａ（目次）*/
.home .sp_submenu{
	margin-bottom:50px;
}
/*トップ： 電話相談バナー*/
.denwabnr{
	margin-top: -32px;
}

/*トップ： 心グループバナー*/
.groupbnr{
	margin-top: -32px;
}

/* :::::: 代表メッセージ :::::: */
.message .img_r img,
.message .img_l img{
	width:210px;
}
.message .sign{
	margin-top:.5em;
	float:right;
	clear:both;
}
.message_sec p{
	line-height:29px;
}
.sign_text span {
	font-size: 1.15em;
	letter-spacing: .05em;
}
.sign_text em {
	margin-left: .85em;
	color: #000;
}
.sign_text em span {
	font-size: 1.8em;
	letter-spacing: .2em;
}
.sign_text em span~span {
	margin-left: 0.25em;
}
.toprof_link {
	clear: both;
}

/* :::::: 業務内容 :::::: */
.work_sec{
	margin-top:.5em;
	overflow:hidden;
	box-sizing: border-box;
}
.work_sec #kojin,
.work_sec #kigyou{
	margin-bottom: 6px;
}
.work_sec .bg_img img{
	float: right;
	margin-top: -35px;
}
.work_sec div{
	float: left;
	border: 1px solid #0a7205;
	box-sizing: border-box;
	width: 360px;
	padding: 13px 0 0 14px;
}
.work_sec div~div{
	border-left: none;
}
.personal{
	background-color: #ffddb2;
	border-radius: 7px 0 0 7px;
}
.business{
	background-color: #d8f2a4;
	border-radius: 0 7px 7px 0;
}
.work_sec ul {
	width: 180px;
	margin-bottom: 14px;
}
.work_sec ul li {
	padding: 1% 0 1.5% 6%;
	margin-bottom: .15em;
	border-radius: 8px;
	border: solid 1px #8e8e8e;
	background-color: #fff;
	box-shadow: inset 0px 1px 0px #fff, inset 0px 2px 1px #e4e4e4, inset 0.5px 0px 0px #7c7979, inset -1px 0px 0px #7c7979, inset 0px -2px 1px #666;
}
.work_sec ul li a {
	background: url(img-sp/sankaku.png) no-repeat 96% center;
	background-size: 5%;
	color: #252525;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0;
	height: 49%;
	font-size: 1em;
	line-height: 1em;
	vertical-align: middle;
}

.work_txt{
	padding: 0 1em;
}
.bz_pertxt{
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

.per_etc .work_txt ul li a:before,
.biz_etc .work_txt ul li a:before{
	border-width: 6px;
}
.work .work_bnr {
	text-align:center;
	clear:both;
}
.work .work_bnr p:not(.no_adapt),.shousai{
	text-indent:0;
	text-align:center;
	font-weight:bold;
	margin-top:.5em;
}
.work .work_bnr ul{
	margin-top:10px;
}
.work .work_bnr li{
	display:inline-block;
}
.work .work_bnr li:nth-child(even){
	margin-left:4px;
}
.souhan{
	font-size: 12px;
}
.main_col .work_txt h2:not(.no_adapt) {
	font-size: 19px;
}
.work .to_per,.work .to_biz{
	margin-top:1.8em;
	text-align:center;
	line-height:0;
}
.work .to_biz_r{
	margin-top:1em;
	text-align:center;
	margin-bottom: -40px;
}
.work .to_per a,.work .to_biz a{
	display:inline-block;
}
/* :::::: お役立ち情報 :::::: */

/* :::::: Ｑ＆Ａ :::::: */
.single-qanda .question{
	background-image: url(img/bg_q.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	padding: 11px .5rem 9px 2.75rem;
	/*text-indent: 1em;20201105T2無効化、20191106R5追記*/
}
.single-qanda h1.question{
	font-size: 1.125em;
	border-radius: .4rem;
	background-color: #c9edff;
}
.single-qanda .answer{
	background: url(img/bg_a.png) no-repeat 10px 0 scroll;
	padding-left:2.75rem;
}
/* :::::: お役立ち情報・Ｑ＆Ａ :::::: */
.single-qanda .main_section.singular_q h2,
.single-qanda .main_section.multiple_q h3,
.single-useful .main_section h2{
    font-size: 1.125em;
}
.internal_link,.external_link {
	text-align:center;
	margin-top:.5em;
}
.internal_link img,.external_link img {
	display:inline;
}
.info .main_col h1.no_adapt,
.qanda .main_col h1.no_adapt{
	margin-bottom:.5em;
}
.qainfo_link{
	margin-top:20px ;
	text-align: center;
}
.qainfo_link a{
	padding:.25em .7em;
}
.useful .qainfo_link a:hover {
	background-color: #ffDfff;
}
.qanda .qainfo_link a:hover {
	background-color: #b9dcff;
}
.poji_link{
	margin-top:20px ;
	text-align:center;
}
.po_link {
	margin-right: 10px;
}
.poji_link a img{
	display:inline;
	width: 310px;
}
/*事務所アクセスバナー*/
.accoffice_link{
	margin-top:0.3em;
}
.poji_link + .accoffice_link,.accoffice_link .sbs{
	margin-top:0.7em;
}
.accoffice_link .sbs p {
	display: flex;
	align-items: flex-end;
}
.accoffice_link .sbs a:first-child {
	margin-right: 20px;
}
.accoffice_link img{
	width: 350px;
	display: inline;
}


/* :::::: 選ばれる理由 :::::: */
h2.riyuu_h2{
	font-size: 1.4em;
	margin-bottom: .3em;
	padding-left: 1.8em;
	text-indent: -1.8em;
}
h2.riyuu_h2 span {
	display: inline-block;
	margin-right: .5em;
	padding: .1em .45em 0;
	border-radius:1em;
	font-size:.85em;
	text-indent: 0;
	vertical-align: bottom;
}

.point .main_section p:not(.no_adapt){
	padding-left: 1.6em;
}
.point .main_section p.cmt {
	line-height: 24px;
	text-indent: 0;
	margin-top: 5px;
}
.point .sp_none{
	padding-left:-.5em;
}
/* :::::: お役立ちリンク :::::: */
.nxt_pg a:hover{
	color: #fa0;
}
/* :::::: サイトマップページ :::::: */
.sitemap_list .children,
.sitemap_list .accordion_list {
	margin-left: 2.25em;
}
.sitemap_list .accordion_list .cat_list{
	margin-right:.5em;
}

/* :::::: PCなし :::::: */
.pc_none{
	display:none;
}


.kinkyu_comment {
	
}
.kinkyu_text {
	font-size: 14px;
}

.denwa_img {
    margin: 0 0 10px 12px;
    text-indent: 0 !important;
}
.denwa_img img {
    float: right;
}

/* :::::: お断りコメント :::::: */
.open_refuse_comment_pp{
	display: block;
	line-height:1.4em;
	font-size: 0.75em;
	text-decoration: none;
	margin: 1em -1em 0;
	padding: .6em .8em;
	border-radius: .5em;
    background-color: #fff98c;
	color: #FE2183!important;
}

/* :::::: 業務内容：障害年金 :::::: */
.sgnk_hiyou{
	margin: 0.5em -1em 1.5em;
}
.sgnk_hiyou p{
	width: 720px;
	padding-top: 214px;
	background: url(img/bg_sgnkhiyou.png) 0 0 no-repeat;
	position: relative;
}
.sgnk_hiyou p a{
	position: absolute;
}
.sgnk_hiyou p a:first-child{
    left: 13.5%;
    bottom: 7%;
}
.sgnk_hiyou p a:last-child{
	right: 2%;
	bottom: 6%;
}

/* :::::: 弁護士京都、大阪行き来バナー :::::: */
.bcomego_mgn{
	margin-top:12px !important;

}



.btn_office_list {
        margin: .7em auto 0;
        width: 65%;
    }
