/*
刑事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: 1122px;/*iPad対策*/
}
header, .navigation, .contents, footer {
	margin: 0 auto;
	width: 1000px;
}
.bg_header{
	margin: 0 auto;
	width: 1084px;
	height:82px;
	background: url(img/bg_header.png) no-repeat right top;
}
.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, .right .sub_col {
	float: left;
}
.sub_col, .archive .main_col, .single .main_col, .right .main_col {
	float: right;
}
/* :::::: ヘッダータグ :::::: */
.head_tag{
	border-bottom: 5px solid #f99bbb;
}
.head_tag * {
	width: 1000px;
	margin: 0 auto;
	padding: 1px 0;
	height: 13px;
	font-size: 12px;
	line-height: 14px;
}
/* :::::: グローバルナビ :::::: */
.gnav_wrap {
	background: url(img/bg_nav.png) no-repeat center;
	height:76px;
}
.gnav {
	padding: 0;
	width: auto;
}
.gnav li {
	float: left;
	margin: 0;
	width: auto;
	white-space: nowrap;
}
.gnav li:first-child {
	margin-left: 60px;
}
.gnav li:nth-child(-n+5){
	margin-top: 5px;
	margin-bottom: 6px;
}
.gnav li a {
	display: block;
}
/*ドロップダウンメニュー【レイアウト】 */
#mega-menu li ,#mega-menu p{
	position: relative;
}
#mega-menu:after {
	content: "";
	display: block;
	clear: both;
}
#mega-menu li ul {
	display: none;
}
#mega-menu .sub-container {/*ドロップダウン 背景div */
	position: absolute;
	margin-top:8px;
}
#mega-menu .sub {/*ドロップダウン 背景 ul */
	min-width: 270px;/*gnavのli幅を最小値を入力*/
}
#mega-menu .sub li {/*ドロップダウン リスト */
	margin: 0;/*gnav liのリセット*/
	float: none;
	line-height: 1.2em;
}
#mega-menu .sub-container a {/*ドロップダウン リンク */
	display: block;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	width:270px;
	padding:1px 0 2px 4em;
}
#mega-menu .sub a:before {
	display: block;
	min-width: 270px;
	height: 26px;
	content: "";
	transform-origin: 0 0;
	transform: skewX(60deg);
	position: absolute;
	top: 0;
	left:7px;
	z-index:-1;
/*サブメニュー全体の外枠の色*/
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #a00625;
}
#mega-menu .sub .row {/*ドロップダウン背景 ul メガメニューdiv */
	clear: both;
}
#mega-menu .sub .mega-hdr {/*ドロップダウン メガメニュー縦列 */
	float:left;
	border: none;
}
#mega-menu .sub .mega-hdr ul {/*ドロップダウン メガメニュー縦列ul */
	display: block;
}
#mega-menu .mega-hdr ul a{
	padding-left:5em;
	width:260px;
}
/*ドロップダウンメニュー【カラー】 */
#mega-menu .sub-container {
	background-color: rgba(255, 249, 215, 0.75); /*一覧背景色 */
}
#mega-menu .sub-container a {
	color: #000;/* リンク文字色 */
}
#mega-menu .sub-container a:hover {
	color: #fff600;/* hoverリンク文字色 */
}


/*サブメニュー全体の色*/
#mega-menu .sub a:before {
	background-color:#ff859e;
}

/* グローバルメニュー事件別弁護内容 */
.navi_subbengo_list .b_color01 a:before {
	background:#eaf4e6 !important;
	box-shadow:  0 0 0 2px #fff,0 0 0 3px #288C00 !important;
}
.navi_subbengo_list .b_color02 a:before {
	background:#fcedf7 !important;
	box-shadow:  0 0 0 2px #fff,0 0 0 3px #e645b0 !important;
}
.navi_subbengo_list .b_color03  a:before {
	background:#f0f0f0 !important;
	box-shadow:  0 0 0 2px #fff,0 0 0 3px #666 !important;
}
.navi_subbengo_list .b_color04 a:before {
	background:#f8f5e9 !important;
	box-shadow:  0 0 0 2px #fff,0 0 0 3px #b92 !important;
}
.navi_subbengo_list .b_color05 a:before {
	background:#f5edfa !important;
	box-shadow:  0 0 0 2px #fff,0 0 0 3px #94c !important;
}
.navi_subbengo_list .b_color06 a:before {
	background:#f5edfa !important;
	box-shadow:  0 0 0 2px #fff,0 0 0 3px #28a2ff !important;
}



#mega-menu .sub a:nth-child(3)::before {
	background-color:#ffffff;
}
#mega-menu .sub-container p a{
	color: #fff;
}
#mega-menu .megasub_ttl a:before {
	background-color:#434343;
}
#mega-menu .mega_ttl_info a:before{
	background: #4478FF;
}
#mega-menu .mega_ttl_qanda a:before{
	background: #F56699;
}
/*事件別サブメニュータイトルの背景色とボーダー*/
#mega-menu .mega_ttl01  a:before{
	background:#288C00;
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #288C00 !important;
}
#mega-menu .mega_ttl02  a:before {
	background:#e645b0;
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #e645b0 !important;
}
#mega-menu .mega_ttl03  a:before {
	background:#666;
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #666 !important;
}
#mega-menu .mega_ttl04  a:before {
	background:#b92;
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #b92 !important;
}
#mega-menu .mega_ttl05  a:before {
	background:#94c;
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #94c !important;
}
#mega-menu .mega_ttl06  a:before {
	background:#28a2ff;
	box-shadow:0 0 0 2px #ffffff, 0 0 0 3px #28a2ff !important;
}

/* パンくず */
.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;
}
/* パンくず */
.breadcrumb {
	width: 1000px;
	margin: 0 auto;
}
.breadcrumb ul {
	text-align: left;
	overflow: hidden;
	padding: 8px 0;
}
.breadcrumb ul~ul {/*【債務独自】２段パンくずの隙間*/
	margin-top: 2px;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
	line-height: 1.1em;
	padding-right: 5px;
	background: none;
}
.breadcrumb li a {
	padding-right: 5px;
}
/* :::::: コンテンツ :::::: */


/* :::::: コンテンツ＞メイン :::::: */
.main_col .section, .main_section {
	margin-bottom: 50px;
}
.single-info .main_section, 
.single-qanda .main_section,
.etc .main_section,
.kaiketsu .main_section,
{
	padding:8px;
}
.main_col h1:not(.no_adapt),.cat_ttl {
	background: linear-gradient(35deg,#575757 8%,#a60627 8%,#a60627 92%,#575757 92%,#575757);
	box-shadow: 0 -2vw 2vw rgba(0,0,0, 0.1) inset, 0 2vw 2vw rgba(255,255,255, 0.25) inset;
	padding: 2px .5em 6px 1.9em;
	margin-bottom: .5em;
	font-size: 1.3em;
	line-height: 1.4em;
	text-indent:-1.4em;
}
.main_col h1:not(.no_adapt):before, .cat_ttl:before {
	content:url(img/icon_badge.png) ;
	margin-right:.2em;
	position: relative;
	top: 0.3em;
}
.main_col h2:not(.no_adapt), .home_pickupinfo h4 {
	font-size: 1.2em;
}
.main_col h3:not(.no_adapt){
	font-size: 1.1em;
}
/* バナー下テキスト */
.bnrbtm_text, .formbtm_text {
	font-size: 12px;
	line-height: 17px;
}
.bnrbtm_text {
	margin-top: 5px;
}
.formbtm_text {
	margin-top: -45px;
}
/* ページネーション：前後記事リンク */
.post_link {
	margin-top: 1.5em;
}
.post_link > span {
	max-width: 47.75%;
}
/*お問合せバナー*/
.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-top: 8px;
}
/*お役立ち情報ピックアップ*/
.home_pickupinfo, .mini_info_list li {
	border: solid 2px #f59eb0;
	border-radius: .3em;
}
.home_pickupinfo h3,
.mini_info_list li p:first-child {
	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 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;
}
/*内部リンクバナー*/
.bnr_internal{
	text-align: center;
}
.bnr_internal a{
    display: block;
    width: 350px;
    margin: auto;
}
.bnr_internal img{
	width:100%;
}
.bnr_internal a:nth-child(even) img{
	margin-left:14px;
}
/*人物立ち画像*/
.standimg_q2{
	width: 163px;
}
.stand_img {
	display: inline-block;
	float: right;
	padding: 10px 0.3em 0 0.5em;
	text-indent: 0 !important;
}
.stand_img img {
	width: 100%;
}
.img_r2{
/*	width:176px; 手をあげているバージョン*/
	width:114px;    
}
.img_p2{
	width:117px;
	margin-left:1.5em;
}
.img_q2{
	width:163px;
}
.img_j5{
	width:116px;
	margin-left:1.5em;
}
.img_y5{
	width:107px;
	margin-left:-0.5em;
}
.img_m6{
	width:116px;
	margin-left:1.5em;
}
.img_q8{
	width:118px;
	margin-left:1.5em;
}
.img_b6{
	width:118px;
	margin-left:1.5em;
}
.img_ke3{
	width:120px;
	margin-left:-0.5em;
}
.img_keijichara{
	width:115px;
	margin-left:-0.5em;
}

/*事務所アクセス*/
.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 {
	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{
	overflow: hidden;
	margin-bottom: 10px;
	border-width: 6px 1px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
	background-color:#fff;
}
.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;
}
.info .main_col .sub_menu,.info .sub_col .sub_menu{
	border-color: #3477ff;
	background-color: #c4d8fd;
}
.info .sub_menu{
	border-color: #99bdff;
}
.qanda .sub_menu{
	border-color: #ffc58d;/*税理士専用カラー（従来は#ffb4cd）*/
}
.qanda .main_col .sub_menu,.qanda .sub_col .sub_menu{
	border-color: #ff6300;
	background-color: #ffe3a2;
}
.main_col .sub_menu li a, .sub_col .sub_menu li a{
	color: #793000;
}
.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: #fffdcf;
	color: #fa0;
}
.main_col .sub_menu li a:before, .sub_col .sub_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 {
	border-width: 2px;
	border-style: solid;
}
.cat_top a:after, .cat_btn a:before, .sub_accordion .open_cat a:before {
	content: '\f144';
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: middle;
	speak: none;
}
.cat_top a, .cat_btn a, .sub_accordion .toggle_btn, .sub_accordion .open_cat a {
	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 {/* カテゴリーボタンモード */
	padding: 8px .5em 6px 1.75em;
}
.sub_col .cat_top a:after, .sub_col .cat_btn a:before, .sub_accordion .open_cat 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 {
	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;
}
.sub_accordion .accordion_list .m_ttl {
	font-weight: bold;
	line-height: 1.1em;
	color: #333;
	background-color: #fff;
	border-color: #999;
	border-width: 1px;
	padding-left: .6em;
	text-indent: -.6em;
}
.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;
}
/*サブメニューアコーディオン【カラー】*/
.info .sub_accordion {
	border-color: #99bdff;/* サブメニュー枠線色 */
}
.qanda .sub_accordion {
	border-color: #ffc58d;/*税理士専用カラー（従来は#ffb4cd）*//* サブメニュー枠線色 */
}
.cat_top a:hover, .cat_top a.current,
.cat_btn a:hover, .cat_btn a.current {
	background: #fff;
	color: #fa0;
}
.cat_top a,.cat_btn a , .sub_accordion .toggle_btn {
	background-color: #ff9;
	border-color: #FFCC00;
	color: #078f00;
}
.sub_accordion .toggle_btn.selected,
.sub_accordion .open_cat a {
	background: #f80;
	color: #f6ff33;
	border-radius: 4px 4px 0 0;
}
.sub_accordion .m_ttl.selected {
	background-color: #ff9;
	color: #333;
	border-bottom: solid 1px #999;
}
.sub_accordion .m_ttl i {
	color: #666;
}
.sub_accordion .accordion_list li a, .main_cat .cat_list a {
	color: #078f00;
}
.sub_accordion .accordion_list li a.current, .sub_accordion .accordion_list li a:hover {
	color: #fa0;
}
/*事務所所在地【レイアウト】*/
.map_area {
	border-radius: .5em;
}
.submap_tgl, .map_area .btm_close, .map_area .sub_ttl {
	margin: 2px;
	border-radius: 6px;
	cursor: pointer;
}
.map_area .btm_close {
	padding: 6px;
	text-align: center;
}
.map_area .btm_close 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 #133593;
}
.submap_tgl, .map_area .close_btn {
	color: #fff;
}
.map_area .close_btn {
	border: 1px solid #333;
	background: #555;
	background: linear-gradient(to bottom, #888 0%, #555 100%);
}
.sub_map dt {
	background: #ff98ae;
}
.sub_map dd a {
	border-color: #e4044e;
	background-color: #e4044e;
}
.sub_map dd a:hover {
	background-color: #f80;
}
/*弁護士紹介リスト*/
.subbengoshi_tgl, .sub_ttl {
	width: 250px;
}
.sub_staff li {
	margin-bottom: 4px;
	width: 123px;
}
.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 1em 6px;
}
/* はればれ */
.sub_text p {
	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: 1em;
	margin: 0 auto;
	width: 1000px;
}
/* フッターサイトマップ【レイアウト】 */
.footer_sitemap {
	overflow: hidden;
	width: 100%;
}
.footer_sitemap>ul {
	float: left;
	width: 25%;
	margin: 10px 0 20px;
}
.footer_sitemap li {
	margin: 0 6px 5px 10px;
	padding-left: 10px;
	text-indent: -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;
	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_h2 h2 {
	color: #fff;
}
.footer_sitemap a {
	color: #fff;
}
.footer_sitemap a:hover {
	color: #fff600;
}
.footer_sitemap li a:before {
	border-left-color: #fff600;
}
.footer_sitemap li li a:before {
	border-left-color: #fff600;
}
/* フッタータイトル */
.foot_ttl {
	font-size: 20px;
}
.foot_ttl .shozoku {
	margin-left: .5em;
}
.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: -34px;
}
.to_top a {
	display: block;
	padding: 8px;
	width: 52px;
	height: 52px;
}
.to_top a img {
	width: 100%;
	height: 100%;
}
.to_top a:hover {
	opacity: 0.6;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ページ・カテゴリ単位CSS ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :::::: トップ :::::: */
/*集合写真*/
.wide_pic {
	width: 1000px;
	margin: 10px auto;
	padding-top: 218px;
	background: url(img/bg_allstaff.png) 0 0 no-repeat;
	position: relative;
}
.wide_pic .kome {
	position: absolute;
	bottom: 41px;
	left: 321px;
}
.wide_pic .btn {
	position: absolute;
	bottom: 15px;
	right: 32px;
}
/* トップ：サービス内容 */
.home .service_sec {
	margin-top: 10px;
}
/* トップ：選ばれる理由 */
.riyuu_sec .bgimg_cont {
	padding: 0 185px 10px 6px;
	background: url(img/bg_chi-top.png) no-repeat right 10px center scroll;
	border: solid 1px #a60627;
	border-top: none;
   	background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.riyuuttl_list li {
	border-bottom: solid 1px #333;
	overflow:hidden;
}
.riyuulink_list li span,
.riyuuttl_list li > p:first-child span,
h2.riyuu_h2 span {
	display: inline-block;
	border-radius: 1em;
	width: 1.3em;
	height: 1.25em;
	text-align: center;
	text-indent: 0;
	line-height: 1.4em;
}
.riyuuttl_list .riyuu_off, .riyuuttl_list .riyuu_on {
	padding: 0 10px 4px 28px;
}
.riyuuttl_list .continue_btn {
	background-color: #4dad14;
	position: relative;
	z-index: 10;
	margin-top: -2.3em;
}
.riyuuttl_list i {
	color: #fff600;
	margin-left: .2em;
	font-size: 1.2em;
	position: relative;
	top: 1px;
	right: 0;
}
.riyuu_btm{
	margin-bottom:29px;
}



/* トップ：お悩み解決内容 */
.kaiketsu_list {
	margin: 0 -4px -4px 0;
	margin-top:10px;
}
.kaiketsu_list li {
	float: left;
	margin: 0 4px 4px 0;
	width: 358px;
}
.kaiketsu_list li a {
	padding: 10px 8px 8px 16px;
	line-height: 1.4em;
}
.kaiketsu_list li a:before {
	vertical-align: middle;
}
/* トップ：お悩み解決内容（テキスト画像調整用） */
.kaiketsu_txt_list {
	overflow:hidden;
	margin: 0 -4px -4px 0;
}
.kaiketsu_txt_list li {
	float: left;
	margin: 0 4px 4px 0;
	width: 358px;
}

/* サブ：事件別弁護内容一覧共通部分 */
.subbengo_ttl {
	padding:15px 0 10px;
}
/*痴漢事件のページのみ　ここから*/
/*痴漢事件のページのみ　ここまで*/
/* メイン・サブ共通：事件別弁護内容メニュー */
.subbengo_list {
}
.subbengo_list a {
	text-decoration: none;
}
.subbengo_list>li {
	padding: 0 3px 3px;
	margin-bottom: 2px;
}
.subbengo_list>li:nth-child(1) {background:#288C00;}
.subbengo_list>li:nth-child(2) {background:#e645b0;}
.subbengo_list>li:nth-child(3) {background:#666;}
.subbengo_list>li:nth-child(4) {background:#b92;}
.subbengo_list>li:nth-child(5) {background:#94c;}
.subbengo_list>li:nth-child(6) {background:#28a2ff;}
/* ie8用ハック */
.subbengo_list>*:first-child {background:#288C00\9;}
.subbengo_list>*:first-child+* {background:#e645b0\9;}
.subbengo_list>*:first-child+*+* {background:#666\9;}
.subbengo_list>*:first-child+*+*+* {background:#b92\9;}
.subbengo_list>*:first-child+*+*+*+* {background:#94c\9;}

.subbengo_list>li>a,
.subbengo_list>li>span {
	display: block;
	padding: 12px 8px 8px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.subbengo_list .children {
}
.subbengo_list .children li~li {
	border-top: 1px dotted #fff;
}
.subbengo_list .children li a {
	display: block;
	padding: 7px 20px 5px;
	background: rgba(255,255,255,0.9);
	background: #fff\9;/* ie8用ハック */
	color: #222;
	position: relative;
}
.subbengo_list .children li a:before {
	position: absolute;
	content: '';
	width:0;
	height:0;
	top:10px;
	left:6px;
	border-width:7px;
	border-style:solid;
	border-color:transparent;
}
.subbengo_list .children li a:before {
	border-left-color:#999;
}
.subbengo_list .children li a:hover,.subbengo_list .children li a.current {
	color: #f90;
	background-color: #ff9;
}
.subbengo_list .children li a:hover:before {
	border-left-color:#f90;
}
/* メイン：事件別弁護内容 */
.main_col .subbengo_list {
	overflow: hidden;
	margin: 10px -3px 0px 0;
}
.main_col .subbengo_list>li {
	float: left;
	margin: 0 3px 3px 0;
	width: 231px;
}
.main_col .subbengo_list ul li a {
	line-height: 1.4em;
}
/*トップ：Ｑ＆Ａ【レイアウト】*/
.qanda_sec .bgimg_cont, {
	padding:0 5px 10px 168px;
	background: url(img/bg_ke3.png) no-repeat 25px center scroll;
	background-size:;
	border: solid 1px #a60627;
	border-top: none;
   	background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.mini_qanda_list li {
	padding-top: 4px;
	border-bottom: solid 1px #727272;
}
/*トップ：Ｑ＆Ａ【カラー】*/


/*トップ：お役立ち情報【レイアウト】*/
.mini_info_list li p {
	padding: 10px 13px 8px;
}
/*ホーム一覧ボタン*/
.list_btn {
	margin-top: 10px;
}
/*続きはこちらボタン*/
.continue_btn,
.shousai_btn{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 3px;
	border-radius: 5px;
	float: right;
	line-height: 1.3em;
	width: 120px;
	text-align: center;
	
}
.shousai_btn {
	background-color: #16a6ee;
}
.shousai_btn:hover {
	opacity: 0.6;
	color:#fff;
}
.shousai_btn:before {
	font-size: 1.2em;
}
/* :::::: 費用 :::::: */
.hiyou_table caption{
	font-size: 1.2em;
}
.hiyou_table th {
	padding: 5px 1em 2px;
}
.hiyou_table th:not(.no_adapt) {
	width:210px;
}
.hiyou_table td {
	padding: 3px 1em;
}
/* :::::: 選ばれる理由 :::::: */
.riyuu .main_section p:not(.no_adapt) {
	padding-left: 1.4em;
}
.riyuu .standimg_q2{
	margin-top:-2em;
	padding-left:.5em;
}
h2.riyuu_h2{
	font-size: 1.4em;
	margin-bottom: .3em;
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.riyuulink_list li {
	padding:.3em;
	width:73%;
}

/* メイン：事件別弁護内容（テキスト画像調整用） */
.main_col .subbengo_txt_list {
	overflow: hidden;
	margin: 0 -3px -3px 0;
}

.main_col .subbengo_list>li:nth-child(4){
	clear:left;
	margin-top: -35px;/*財産事件リスト強制位置調整    */
}

.main_col .subbengo_list>li:nth-child(6) {
	margin-top: -70px;/*その他事件リスト強制位置調整    */
}
.innerlink_list {
	padding: .5em .5em 0.5em .5em;
}
/* :::::: 代表メッセージ :::::: */
.message .img_r img, .message .img_l img {
	width: 210px;
}
.message .sign {
	margin-top: .5em;
}
/* :::::: お役立ち情報＆Ｑ＆Ａ :::::: */
.info-qanda_list {
	width: 355px;
}
.info-qanda_list~.info-qanda_list {
	margin-left: 10px;
}
.info-qanda_list.info{
	float: left;
}
.info-qanda_list.qanda{
	float: right;
}

/* :::::: お役立ち情報 :::::: */
.single-info h1.no_adapt {
	line-height: 1.5em;
	padding: 11px .5em 9px .5em;
	border: solid 2px #ff91b7;
	border-radius: .3em;
}
/* :::::: お役立ち情報グレー背景PC :::::: */
.main_section blockquote {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px 30px 30px 22px;
    margin: 40px 0;
}
/* :::::: Ｑ＆Ａ :::::: */
.single-qanda h1.no_adapt {
	background-image: url(img/bg_q.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	line-height: 1.5em;
	padding: 11px .5em 9px 2.4em;
	border: solid 2px #ff91b7;
	border-radius: .3em;
	text-indent: 1em;
}
.single-qanda .answer {
	background: url(img/bg_a.png) no-repeat 10px 0 scroll;
	padding-left: 2.5em;
	padding-right: .5em;
}
/* :::::: お役立ち情報・Ｑ＆Ａ :::::: */
.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: .4em .7em;
}
.info .qainfo_link a:hover {
	background-color: #ffDfff;
}
.qanda .qainfo_link a:hover {
	background-color: #c9e4ff;
}
.poji_link {
	margin-top: 17px;
}
.po_link {
	margin-right: 10px;
}
.internal_link,.external_link {
	text-align:center;
	margin-top:.5em;
}
.internal_link img,.external_link img {
	display:inline;
}
p.txt_shousai{
	text-indent:0;
	text-align:center;
}
/* :::::: 遺言とは :::::: */
.yuigon .main_section h3{
	font-size:1.1em;
}
/* :::::: サイトマップページ :::::: */
.sitemap_list .accordion_list .cat_list {
	margin:0 .5em 0 .7em;
}
/* :::::: PCなし :::::: */
.pc_none {
	display: none;
}
/* :::::: お問合せ・アクセス・地図 :::::: */


.s_img {
	width:40%;
}


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

/* トップ：アピール文 */
.appeal_sec .acd_on,.appeal_sec .acd_off{
	background-color:#fff;
	padding: .5em .8em 0;
}
.appeal_sec ul{
	margin-bottom:.3em;
}
.appeal_sec li{
	margin-top:.3em;
}

/*トップサイト内更新情報*/
.update_info_sec h2.updatettl {
	height: 49px;
	padding: .325em .5em .325em 1.8em;
	font-size: 25px;
}
.update_info {
	margin-top:-0.8em;
	padding: 8px 10px 9px;
	border: solid 1px #a60627;
	border-top: none;
   	background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.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;
}

/*　背景色変更調整用　*/
/*　info,Qan	dAテキスト修正の際有効に
.info .intro_section p:nth-child(-n+4),
.qanda .intro_section p:nth-child(-n+4) {
	padding:0 0.5em;
}
.intro_section p:first-child {
	padding:0.5em 0.5em 0 0.5em !important;
}
.info .intro_section p:nth-child(4) {
	padding:0 0.5em 0.5em 0.5em !important;
}

.qanda .intro_section p:nth-child(5) {
	padding:0 0.5em 0.5em 0.5em !important;
}
*/