/*
労災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: 1120px;/*iPad対策*/
}
header{
	max-width: 1100px;
	background: url(img/bg_header_access.png) no-repeat right top;
	margin: 0 auto;
}
.header_inner,.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;
}
.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 * {
	width: 1050px;
	margin: 0 auto;
	padding: 1px 0;
	height: 13px;
	font-size: 12px;
	line-height: 14px;
}
/* :::::: グローバルナビ :::::: */
.gnav_wrap{
	border-top: solid 1px #004630;
	border-bottom: solid 1px #288c76;
	background: #00644e;
	position:relative;
	z-index:2;
}
.gnav {
	padding: 0;
	margin:0 -1px;/*1050px用*/
	width: auto;
}
.gnav li {
	float: left;
	margin: 0;
	width: auto;
	white-space: nowrap;
}
.gnav li a {
	display: block;
}
/*グローバルナビテキスト部分 */
.gnav>li>a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 38px;
	box-sizing: border-box;
	box-shadow: -1px -1px 0px 0 rgb(0 0 0 / 20%) inset, 1px 1px 1px 0 rgb(255 255 255 / 20%) inset;
	text-shadow: 1px 1px 3px #543308;
}
.gnav>li>a span.twolines{
	font-weight: bold;
	font-size: 12px;
	line-height:14px;
}
.gnav>li>a:hover,.gnav>li>a.current{
	background: radial-gradient(rgba(255, 245, 160, 1) 30%, rgba(255, 245, 80, 0) 70%);
	color: #000!important;
	text-shadow: none;
}
.gnav>li>a .fa-chevron-circle-down {
	padding-left: 0.4em;
}

/*ドロップダウンメニュー【レイアウト】 */
#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 .row {/*ドロップダウン背景 ul メガメニューdiv */
	overflow: hidden;
	clear: both;
}
#mega-menu .sub .mega-hdr {/*ドロップダウン メガメニュー縦列 */
	float:left;
	min-width: 170px;
	margin: 5px;
	border: none;
}
#mega-menu .sub .row>li:first-child p {
	background: #4478FF;
}
#mega-menu .sub .row>li:last-child p {
	background: #F56699;
}
#mega-menu .sub .mega-hdr p {
	padding: 3px;
	border-radius: 5px;
}
#mega-menu .sub .mega-hdr p a {/*ドロップダウン メガメニュー縦列見出しp */
	color: #ff6;
	font-weight: bold;
}
#mega-menu .sub .mega-hdr ul {/*ドロップダウン メガメニュー縦列ul */
	display: block;
}
#mega-menu .sub .mega-hdr ul li{/*ドロップダウン・メガメニュー お役立ち情報 Ｑ＆Ａ li */
	background-color: #ff9;
	border: solid 2px #fc0;
	border-radius: 5px;
	margin-top: 4px;
}
#mega-menu .sub .mega-hdr ul li a{/*ドロップダウン・メガメニュー お役立ち情報 Ｑ＆Ａ  a*/
	font-weight: bold;
	color: #078f00;
}
.mega-hdr .mega_ttl a {/*ドロップダウン メガメニュータイトル */
	color:#44593f;
	font-weight: bold;
	text-decoration:none;
}
/*ドロップダウンメニュー【カラー】 */
#mega-menu .sub {
	background-color: #029981;/* 一覧背景色 */
}
#mega-menu .sub-container a {
	color: #fff;/* リンク文字色 */
}
#mega-menu .sub-container a:hover {
	background-color: #fb3; /*リスト背景色 */
	color: #4c2900;
	/*color: #ff9; hoverリンク文字色 */
}
#mega-menu .sub .mega-hover ul li a:hover{/*ドロップダウン・メガメニュー お役立ち情報 Ｑ＆Ａ hover時 a*/
	color: #fa0;
	background-color: #fff;
	display: block;
	border-radius: 5px;
}

/* パンくず */
.breadcrumb {
	width: 1050px;
	margin: 0 auto;
	padding: 6px 0;
}
.breadcrumb ul {
	text-align: left;
	overflow: hidden;
	padding: 0;
	line-height: 1.05em;
}
.breadcrumb ul~ul {/*【債務独自】２段パンくずの隙間*/
	margin-top: 2px;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
	padding-right: 5px;
	background: none;
}
.breadcrumb li a {
	padding-right: 5px;
}
/* :::::: コンテンツ :::::: */


/* :::::: コンテンツ＞メイン :::::: */
.main_col .section, .main_section {
	margin-bottom: 50px;
}
.main_col h1:not(.no_adapt), .cat_ttl {
	padding: 10px 0.8em 8px;
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.3em;
	box-shadow: 0 -2vw 2vw rgb(0 0 0 / 10%) inset, 0 2vw 2vw rgb(255 255 255 / 35%) inset;
}
.main_col h1:not(.no_adapt):before, .cat_ttl:before{
	border-width: 43px 43px 0 0;
}
.main_col h1:not(.no_adapt):after, .cat_ttl:after{
	border-width: 0 0 43px 43px;
}
.main_col h2:not(.no_adapt), .home_pickupinfo h4,.rousaisoudan_sec h3 {
	font-size: 1.125em;
}
.list_btn {
	overflow: hidden;
	text-align: center;
	line-height: 1;
}
/*アーカイブ・その他等目次リスト【レイアウト】*/
.mokuji_list a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f144';
	font-weight: normal;
	line-height:0;
	position:relative;
	margin-right: .55em;
	margin-left: -.75em;
}
/* バナー下テキスト */
.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%;
}
/*解決実績バナー*/
.bnr_posi {
	text-align: center;
	margin-bottom: 50px;
}
.ri_posi img {
	margin-right: 20px;
}
.jisseki .ri_posi img {
	margin-right: 0;
}
/*内部リンクバナー*/
.bnr_internal{
	text-align: center;
}
.bnr_internal p~p{
	margin-top:40px;
}
.bnr_internal a:nth-child(even) img{
	margin-left:14px;
}
/*お問合せバナー*/
.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+* {
	background: url(img/btn_contact_access-on.png) no-repeat;
}
.contact_btn a:hover img {
	opacity: 0;
}
.contact_comment {
	margin-top: 8px;
}
/*お役立ち情報ピックアップ*/
.home_pickupinfo h3 {
	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 .9em;
}
.pickup_link {
	margin: .5em 0;
}
.pickup_link img{
	height: 35px;
}
.pickup_link a~a {
	margin-left: -1em;
}
.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;
}
/*人物立ち画像*/
.stand_img {
    padding: 10px 0.5em 0 0.5em;
}
.standimg_q2{
	width: 163px;
}
.standimg_p9{
	width: 107px;
}

/* :::::: コンテンツ＞サブ :::::: */
.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 4px 8px;
	border-radius: 5px 5px 0 0;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.sub_col .sub_menu, .sub_col .kanren_menu {
	overflow: hidden;/*不明*/
	margin-bottom: 10px;
	border-width: 6px 1px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
}
.sub_col .sub_menu li a, .sub_col .kanren_menu li a {
	position: relative;/*不明*/
	display: block;
	font-weight: bold;
	padding-left: 0.8em;
	text-decoration: none;
	text-indent: -13px;
	vertical-align: middle;/*不明*/
}
.sub_col .sub_menu li a:before, .sub_col .kanren_menu li a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f144';
	font-size: 1.2em;
	font-weight: normal;
	line-height:0;
	position:relative;
	margin-right: .25em;
	margin-left: -.4em;
}
.sub_col .sub_menu li li a:before, .sub_col .kanren_menu li 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: -.5em;
}
.sub_col .sub_menu li a em {
	font-weight: bold;/*不明*/
}
/*サブメニュー【レイアウト】のうち新しく追加した部分*/
.sub_col .sub_menu{
	padding: 4px 0px;
}
.sub_col .sub_menu>li~li{
	margin-top: 4px;
}
.sub_col .sub_menu li a {
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 8px .5em 6px 1.75em;
}
.sub_col .sub_menu .open_list>a{
	border-radius: 5px 5px 0 0;
	margin-left: 2px;
	margin-right: 2px;
	border-width: 2px 2px 0;
	border-style: solid;
	margin-top: 4px;
	padding: 8px .5em 6px 1.75em;
}
.sub_col .sub_menu .accordion_list {
	border-width: 0 2px 2px;
	border-style: solid;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 0 0 5px 5px;
}
.sub_col .sub_menu .accordion_list a{
	font-weight: normal;
	border-width: 0;
}
.sub_col .sub_menu .accordion_list .cat_list{
	margin-left: .75em;
}
.sub_col .sub_menu .accordion_list .cat_list li{
	padding: .5em .7em;
}
.sub_col .sub_menu .accordion_list .cat_list li a{
	margin-left: 0;
	margin-right: 0;
	padding:0 0 0 0.8em;
	text-indent: -.6em;
}
.sub_col .sub_menu .accordion_list a.current{
	font-weight: normal;
}
.cat_btn~.cat_btn {
	margin-top: 4px;
}
/*サブメニュー【カラー】*/
.submenu_ttl {
	color: #ff6;
}
.sub_col .sub_menu, .sub_col .kanren_menu {
	border-color: #fb3;
/*	background-color: #fffbcc;*/
}
.info .sub_menu.pt_color{
	border-color: #99bdff;
}
.qanda .sub_menu.pt_color{
	border-color: #ffb4cd;
}
.sub_col .sub_menu li a, .sub_col .kanren_menu li a {
	color: #804c0d;/*不明*/
}
.sub_col .sub_menu li a:hover, .sub_col .sub_menu li a.current, .sub_menu li.open_list>a, .kanren_menu li a:hover, .kanren_menu li a.current {
	background-color: #fff;
	color: #fa0;
}
/*サブメニュー【カラー】のうち新しく追加した部分*/
.sub_col .sub_menu{
	background: #f6ffdd;
}
.sub_col .sub_menu li a {
	background-color: #ff9;
	border-color: #fc0;
	color:#078f00;
}
.sub_col .sub_menu .open_list>a{
	background: #f80;
	color: #f6ff33;
	border-color: #fc0;
}
.sub_col .sub_menu .open_list>a.current{
	background: #f80;
	color: #f6ff33;
}
.sub_col .sub_menu .accordion_list {
	border-color: #fc0;
	background: #fff;
}
.sub_col .sub_menu .accordion_list a{
	color: #078f00;
	background-color: #fff;
}

.sub_col .sub_menu .accordion_list a.current{
	color: #fa0;
}
/*サブメニューアコーディオン【レイアウト】*/
.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 {
	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 {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	border-radius: 5px;
}
.cat_top a, .sub_accordion .toggle_btn {/* アコーディオンモード */
	padding: 8px 2.5em 6px .75em;
}
.cat_btn a, .sub_accordion .open_cat a {/* カテゴリーボタンモード */
	padding: 8px .5em 6px 1.75em;
}
.sub_accordion .open_cat a {
	text-decoration: none;
}
.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;
}
.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;
}
/*サブメニューアコーディオン【カラー】*/
.sub_accordion {
	border-color: #ad7;/* サブメニュー枠線色 */
	background: #f6ffdd;/* サブメニュー背景色 */
}
.qanda .sub_accordion.pt_color {
	border-color: #ffb4cd;
}
.info .sub_accordion.pt_color {
	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 .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;
}
.sub_accordion .accordion_list li a.current:before {
	border-left-color: #fa0;
}
.sub_accordion .accordion_list li a:hover:before {
	border-left-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 #252;
}
.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: #5b2;
}
.sub_map dd a {
	border-color: #252;
	background-color: #252;
}
.sub_map dd a:hover {
	background-color: #f80;
}
/*弁護士紹介リスト*/
.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 1em 6px;
}
/* はればれ */
.sub_text p {
	font-size: .75em;
	line-height: 1.5em;
}
.sub_text h3 {
	font-size: .875em;
}
/* :::::: 共通パーツ（cmn） :::::: */
/* 債務整理の種類*/
.shurui_sec {
	overflow:hidden;
	margin-top: 10px;
	padding: 0;
}
.shurui_sec ul {
	float:left;
	width:360px;
	height:238px;
	position:relative;
}
.shurui_sec div{
	overflow: hidden;
}
.shousai_btn,.jisseki_btn {
	position:absolute;
	top:191px;
}
.shousai_btn {
	left:30px;
}
.jisseki_btn {
	right:30px;
}

.ninni_sec {background:url(img/bg_ninni.png) no-repeat left top scroll;}
.kabaraikin_sec {background:url(img/bg_kabarai.png) no-repeat left top scroll;}
.saisei_sec {background:url(img/bg_saisei.png) no-repeat left top scroll;}
.hasan_sec {background:url(img/bg_hasan.png) no-repeat left top scroll;}

/* :::::: フッター :::::: */
.footer {
	padding-bottom: 10px;
}
.footer_h2 h2 {
	font-size: 20px;
	font-weight: bold;
	padding: .5em 0;
	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 10px;
}
.footer_sitemap li li{
	margin-left: 5px;
	text-indent: -1em;
}
.footer_sitemap li ul {
	margin-top: 5px;
}
.footer_sitemap li a {
	position: relative;
	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_h2 h2 {
	color: #fff;
}
.footer_sitemap a {
	color: #5a3100;
}
.footer_sitemap a:hover {
	color: #fcc800;
}
.footer_sitemap li a:before {
	border-left-color: #f80;
}
.footer_sitemap li li a:before {
	border-left-color: #f80;
}
/* フッタータイトル */
/*
.foot_ttl .shozoku{
	margin-left:.5em;
}
*/
.foot_ttl {
	font-size: 20px;
}
.foot_ttl .shozoku span,
.foot_ttl .shr_shozoku > span{
	margin-left:1em;
}
.foot_ttl .shozoku span,
.foot_ttl .shr_shozoku span,
.foot_ttl .address {
	font-size: 16px;
}
.foot_ttl .shozoku span,
.foot_ttl .shr_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 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :::::: トップ :::::: */
/*メインイメージ*/
.mainimage{
	background: url(img/bg_mainimage.jpg) top center no-repeat;
	max-width: 100%;
}
.wide_pic {
	max-width: 1050px;
	margin: 0 auto 10px;
}



/* 衛星サイト注意書き */
.attention {
	margin-bottom: 20px;
}
/* トップ：費用 */
/* :::::: 費用 :::::: */

.hiyou_sec ul {
	background: url(img/bg_hiyou.png) no-repeat;
	margin-bottom:35px;
	padding: 190px 0 20px 195px;
	overflow: hidden;
	position:relative;
}
.hiyou_sec ul li:nth-child(2) {
	bottom:16px;
	right:27px;
	position:absolute;
}
.hiyou_sec ul li:first-child {
	position:absolute;
	bottom: 22px;
	left: 160px;
}
.hiyou_sec .second_hiyou,  {
	position:absolute;
	bottom: 17px;
	left: 151px;
}
/* トップ：選ばれる理由 */
.riyuu_sec .bgimg_cont {
	padding:0 180px 0 5px;
	background: url(img/bg_q2.png) right center / 173px auto no-repeat scroll;
}
.riyuuttl_list li~li {
	margin-top: 5px;
}
.riyuuttl_list li > p:first-child {
	font-size: 18px;
	padding: 8px 16px 0 38px;
}
.riyuuttl_list li > p:first-child span {
	padding: 4px 8.5px 3px;
    font-size: .85em;
    line-height: 1.35em;
}
.riyuuttl_list .riyuu_off, .riyuuttl_list .riyuu_on {
	padding: 0 15px 4px 24px;
}
.riyuu_on {
	margin-bottom:27px;
}
.riyuuttl_list .continue_btn {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 5px;
	line-height: 1.3em;
	width: 120px;
	text-align: center;
	margin-top: -2em;
}
.riyuuttl_list i {
	color: #fff600;
	margin-left: .2em;
	font-size: 1.2em;
	position: relative;
	top: 1px;
	right: 0;
}
.riyuuttl_list li .close{
		background: linear-gradient(#7f7f7f, #666666);
}
.riyuu_sec .list_btn img{
	width: 350px;
}

/* トップ：詳しくはこちら（画像用） */
.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: 170px;
	background: url(img/bg_m6-top.jpg) no-repeat 25px center scroll;
}
/*トップＱ＆Ａ【カラー】*/


/*トップお役立ち情報【レイアウト】*/

/*トップ債務整理の種類【レイアウト】*/
.shurui_sec h2{
	margin-bottom: 5px;
}

/*お役立ちPickup*/
.home_pickupinfo {
	border: solid 1px #0A7205;
}
/*ホーム一覧ボタン*/
.list_btn {
	margin-top: 8px;
}

/*トップ： お役立ち情報・Ｑ＆Ａ（目次）*/
.home .sp_submenu{
	margin-bottom:50px;
}
/*トップ：心グループバナー*/
.groupbnr{
	margin-top: -35px;
}

/*トップ：サイト内更新情報*/
.update_info_sec h2 {
	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: 18%;
	font-size: 15px;
}
.ud_title {
	width: 80%;
}
.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;
}
.update_info_sec .bnrbtm_text{
	margin-top: 8px;
	padding-top: 7px;
}

/* :::::: 代表メッセージ :::::: */
.message .img_r img,
.message .img_l img{
	width:210px;
}
.message_sec p{
	line-height:29px;
}
.sign_text span, .sign_text_renmei .shozoku{
	font-size: 1.15em;
	letter-spacing: .05em;
}
.sign_text em {
	margin-left: .85em;
}
.sign_text_renmei em{
	margin-left: .55em;
}
.sign_text em span ,.sign_text_renmei em span{
	font-size: 1.8em;
	letter-spacing: .2em;
}
.sign_text em span ~ span ,.sign_text_renmei em span ~ span{
	margin-left: 0.25em;
}

.sign_text_renmei p {
	display: inline-block;
}

.sign_text_renmei .shozoku {
	line-height: 1.4em;
	text-align: right;
}

.toprof_link {
	clear: both;
}
/* :::::: お役立ち情報＆Ｑ＆Ａ :::::: */

/* :::::: お役立ち情報 :::::: */
.single-info h1.no_adapt {
	line-height: 1.5em;
	padding: 11px .5em 9px .5em;
	border: solid 2px #ffb238;
	border-radius: .3em;
}
/* :::::: Ｑ＆Ａ :::::: */
.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 #ffb238;
	border-radius: .3em;
	text-indent: 1em;
}
.tenrakujiko h1,.keitsui-nenza h1 {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: 7px 10px;
	line-height: 1.5em;
	padding: 11px .5em 9px .4em !important;
	border: solid 2px #ffb238;
	border-radius: .3em;
	text-indent: 1em;
}
.single-qanda .answer {
	background: url(img/bg_a.png) no-repeat 10px 0 scroll;
	padding-left: 2.5em;
}
.qanda .stand_img {
	margin: .5em 0 .5em 2em;
}
/* :::::: お役立ち情報・Ｑ＆Ａ :::::: */
.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: .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;
}

/* :::::: お客様の声 :::::: */
.voice_list dd {
	margin-left: 1.5em;
	text-indent: 1em;
	color: #f50;
	font-weight:bold;
}

/* :::::: 事務所選びのポイント :::::: */
.point_h2 {
	font-size: 1.4em;
	margin-bottom: .3em;
	padding-left: 1.5em;
	text-indent: -1.4em;
}

/* :::::: 選ばれる理由 :::::: */
.riyuu .stand_img {
	width: 173px;
	padding: 10px .5em 0 .5em;
}

/* :::::: 過払い金無料診断サービス :::::: */
.kabaraikin-muryoushindan .stand_img {
	width: 116px;
	padding-left:1em;
	padding-right:1em;
	
}
/* :::::: 過払い金無料診断サービス :::::: */
.muryousimulation .stand_img {
	width: 116px;
	padding-left:1em;
	padding-right:1em;
}

/* :::::: 手続の流れ :::::: */
.saimu_btn {
	clear: both;
	overflow: hidden;
	margin: 10px -20px 40px 0;
}
.saimu_btn li {
	float: left;
	margin: 0 20px 10px 0;
}
.saimu_btn li a {
	display: block;
	width: 350px;
	border-radius: 8px;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
/* :::::: 債務整理無料simulationサービス :::::: */
.muryousimulation .stand_img {
	display: inline-block;
	float: right;
	width: 117px;
	padding: 10px 0 0 0.5em;
	text-indent: 0 !important;
	margin-left: 1em;
}
/* 任意整理ボタン */
.btn_ninni a {
	background-color: #00aaff;
	box-shadow: 0px 4px #0077cc;
}
/* 過払い金返還請求ボタン */
.btn_kabarai a {
	background-color: #ff66ab;
	box-shadow: 0px 4px #cd3378;
}
/* 個人再生ボタン */
.btn_saisei a {
	background-color: #47b300;
	box-shadow: 0px 4px #158000;
}
/* 自己破産ボタン */
.btn_hasan a {
	background-color: #a366ff;
	box-shadow: 0px 4px #7133cc;
}

/* :::::: サイトマップページ :::::: */
.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;
}
/* :::::: 労災保険テーブル :::::: */

td.tb_td{
	padding:0 1em;
}
.tb_widt{
	width:21%;
}
/*文責・最終更新日情報*/
.meta_section {
	font-size: .75em;
	padding: 0 0 1em;
}

/*事務所アクセス*/
.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;
}