/*
交通事故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, .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, .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;
}
/* :::::: ヘッダータグ :::::: */
.head_tag * {
	width: 1050px;
	margin: 0 auto;
	padding: 1px 0;
	height: 13px;
	font-size: 12px;
	line-height: 14px;
}
/* :::::: グローバルナビ :::::: */
.gnav {
	width:auto;
	padding:0;
}
.gnav li {
	float: left;
	margin: 0 2px 2px 0;
	width: auto;
	white-space: nowrap;
}
.gnav li:nth-child(6), .gnav li:nth-child(12) {
	margin-right: 0px;
}
.gnav li a {
	display: block;
}
/*グローバルナビ画像部分 */
.gnav>li>a {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 173px;
	height: 36px;
	box-sizing: border-box;
	border-radius: 0.35em;
	border: 1px solid #226e1e;
	background-color: #078f00;
	box-shadow: inset 0px 2px 3px 0px rgb(255 255 255 / 30%), inset -2px -2px 3px rgb(0 0 0 / 30%), inset 2px 0px 3px 0px rgb(0 0 0 / 30%);
	/*box-shadow: inset 0px 3px 3px 0px #4aa645, inset -3px -3px 3px #067200, inset 3px 0px 3px 0px #067200;*/
}
.gnav>li>a:hover,.gnav>li>a.current {
	border: 1px solid #d97400;
	background-color: #ff8800;
	box-shadow: inset 0px 3px 2px 0px #ffa845, inset -3px -3px 2px #d97400, inset 2px 0px 3px 0px #d97400;
}
.gnav>li>a img{
	/*padding: 4% 37%;*/
}
/*ドロップダウンメニュー【レイアウト】 */
#mega-menu li {
	position: relative;
}
#mega-menu>li {
	width: 173px;
	height: 36px;
}
#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: 173px;/*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: #6c3;/* 一覧背景色 */
}
#mega-menu .sub-container a {
	color: #fff;/* リンク文字色 */
}
#mega-menu .sub-container a:hover {
	background-color: #fb3;/* リスト背景色 */
	color: #ff9;/* hoverリンク文字色 */
}
/* パンくず */
.breadcrumb {
	width: 1050px;
	margin: 0 auto;
}
.breadcrumb ul {
	text-align: left;
	overflow: hidden;
	padding: 6px 0;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	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):not(.question), h2.home_ttl, .cat_ttl {
	padding: 10px .5em 8px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.main_col h1:not(.no_adapt):not(.question), .cat_ttl {
	margin-bottom: .5em;
}
.main_col h2:not(.no_adapt), .home_pickupinfo h4 {
	font-size: 1.125em;
}
/* バナー下テキスト */
.bnrbtm_text, .formbtm_text {
	font-size: 12px;
	line-height: 17px;
}
.bnrbtm_text {
	margin-top: 5px;
}
.formbtm_text {
	margin-top: -45px;
}
/* ページネーション：前後記事リンク */
.post_link {
	margin: 50px 0;
}
.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 h3 {
	padding: 10px 13px 8px 32px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: -.9em;
}
.home_pickupinfo>div {
	margin: 0 .9em;
}
.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 p~p{
	margin-top:40px;
}
.bnr_internal a:nth-child(even) img{
	margin-left:14px;
}
/*人物立ち画像*/
.stand_img{
	padding:10px .5em 0 .5em;
}
.standimg_r2-ver2{
	width: 176px;
}
.standimg_q2{
	width: 173px !important;
}
.point .stand_img {
	margin-top: -3.7em;
}
.standimg_j5 {
	width: 116px;
	padding-left:1em;
	padding-right:1em;
}
.standimg_y5 {
	width: 116px;
	padding-left:1em;
	padding-right:1em;
}
.standimg_m6{
	width: 116px;
	padding-left:1em;
	padding-right:1em;
}
.standimg_v9{
	width: 130px;
	padding-left:1em;
	padding-right:0.5em;
}
.standimg_e5{
	width: 122px;
	padding-right:1em;
	padding-left: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;
}
/* :::::: コンテンツ＞サブ :::::: */
.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 {
	margin-bottom: 10px;
	padding: 4px 0px;
	border-width: 6px 1px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
}
.sub_col .sub_menu>li~li{
	margin-top: 4px;
}
.sub_col .sub_menu li a {
	/*position: relative;*/
	display: block;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 8px .5em 6px 1.75em;
	font-weight: bold;
	text-decoration: none;
	text-indent: -13px;
	/*vertical-align: middle;*/
}
.sub_col .sub_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 {
	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;
}
/*サブメニュー【カラー】*/
.submenu_ttl {
	color: #ff6;
}
.sub_col .sub_menu {
	border-color: #c89535;
	background-color: #f6ffdd;
}
.info_clr .sub_menu{
	border-color: #99bdff;
}
.qanda_clr .sub_menu{
	border-color: #ffb4cd;
}
.sub_col .sub_menu li a {
	background-color: #ff9;
	border-color: #fc0;
	color: #078f00;
}
.sub_menu li a.current, .sub_col .sub_menu li a:hover, .sub_menu li a.current {
	background-color: #fff;
	color: #fa0;
}
.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 {
	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_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_accordion .accordion_list .m_ttl {
	font-weight: bold;
	line-height: 1.1em;
	color: #000;
	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_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 .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: #000;
	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;
}
/*
.submap_tgl {
	padding: 17px 6px 75px;
	position: relative;
}

.submap_tgl span {
	position:relative;
	z-index:1;
}
.submap_tgl i {
	position: absolute;
	display: block;
	left: 14px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
}

.submap_tgl svg {
	position: absolute;
	width: 160px;
	right: 16px;
	top: 23px;
}
*/
.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;
}
/*
.submap_tgl,.map_area .sub_ttl {
	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;
}
/*弁護士紹介リスト*/
.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 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: 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;
	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: #390;
}
.footer_sitemap a:hover {
	color: #fa0;
}
.footer_sitemap li a:before {
	border-left-color: #390;
}
.footer_sitemap li li a:before {
	border-left-color: #390;
}
/* フッタータイトル */
.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: 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: 5px auto 10px;
	padding-top: 203px;
	background: url(img/bg_allstaff.jpg) 0 0 no-repeat;
	position: relative;
	background-size: cover;
}
.wide_pic .kome {
	position: absolute;
	bottom: 45px;
	left: 217px;
}
.wide_pic .btn {
	position: absolute;
	bottom: 20px;
	right: 32px;
}
/* 衛星サイト注意書き */
.attention {
	margin-bottom: 20px;
}
/* トップ：解決実績 */
/*.jisseki_sec h2{
	margin-bottom:5px;
}*/
.jisseki_sec  ul,
.jisseki_sec .clearfix{
	background:#d7eda4;
}
.jisseki_sec  ul{
	padding-top:2px;
}
.jisseki_sec li{
	margin-top:5px;
	text-align:center;
}
.jisseki_sec .acd_on > div{
	margin-bottom:5px;
}
.jisseki_sec .list_btn img{
	margin-top:-15px;
}
p.note {
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-right:10px;
}
p.note a {
	color: #000;
}
p.note a:hover {
	color:#16a6ee;
}
/* トップ：解決実績　テキスト用*/
.entry_title {
	font-size: 19px;
	padding: .3em .3em .4em 1.4em;
}
.entry_title:before {
	position: absolute;
	top: .6em;
	left: .4em;
}
.jissekilist_txt li{
	width:700px;
	margin:0 auto;
}
.jissekilist_txt .jisseki_close{
	font-size:16px;
	padding: 1px 1em 0;
}
.case_table th{
	width: 70px;
	padding: .5em;
}
.case_table td{
	padding: .5em;
}
.bp_sec p {
	display: inline-block;
}
.sp_sec {
	margin-top: .5em;
}
/* トップ：解決実績　画像用*/
.jisseki_sec .ttl_img .ttl_close{
}




/* トップ：後遺障害 */
.kouishougai_sec {
	width: 714px;
	line-height: 1.6em;
	border: solid 3px #99da41;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.kouishougai_sec h2 {
	margin-bottom: 10px;
}
.kouishougai_sec .txt, .kouishougai_sec .career, .kouishougai_sec .comment {
	width: 500px;
	float: right;
	margin-right: 10px;
}
.kouishougai_sec .link {
	background-color: #fffadf;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 4px;
	padding: 5px 0;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	clear: both;
}
.kouishougai_sec .link a {
	margin-left: 5px;
}
.kouishougai_sec .career {
	background-color: #cef8ff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 3px 0 5px 0;
	margin-bottom: 5px;
}
.kouishougai_sec .career p {
	color: #008e1e;
	font-size: 18px;
	text-align: center;
}
.kouishougai_sec .career ul {
	margin-left: 25px;
}
.kouishougai_sec .career li:before {
	content: "●";
	color: #ffae00;
}
.kouishougai_sec .pho {
	width: 175px;
	margin-left: 10px;
}
.kouishougai_sec .pho dl {
	background-color: #CFFFD9;
	border-radius: 10px;
	text-align: center;
}
.kouishougai_sec .pho dt {
	font-weight: bold;
	margin-top: 2px;
	font-size: 12px;
}
.kouishougai_sec .pho dd {
	font-weight: bold;
	margin-top: -9px;
	line-height: 1.7em;
	font-size: 18px;
}
.kouishougai_sec .comment {
	margin-top: -50px;
	text-align: center;
}
/* トップ：後遺障害 */
.kouishougaishinsei_sec .acd_on,.kouishougaishinsei_sec .acd_off{
	padding: .5em .8em 0;
}
.kouishougaishinsei_sec ul{
	margin-bottom:.3em;
}
.kouishougaishinsei_sec li{
	margin-top:.3em;
}
/* トップ：選ばれる理由 */
.riyuu_sec .bgimg_cont {
	padding: 0 174px 0 6px;
	background: url(img/bg_q2.png) right center / 173px auto no-repeat 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.3em;
	vertical-align: middle;
}
.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;
}
.riyuu_img{
	float: right;
}
.riyuu_btm{
	margin-bottom: 29px;
}

/* トップ：詳しくはこちら（画像用） */
.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: 170px;
	background: url(img/bg_m6-top.jpg) no-repeat 25px center scroll;
}
/*トップＱ＆Ａ【カラー】*/


/*トップお役立ち情報【レイアウト】*/

.mini_info_list li~li {
	margin-top: 4px;
}
.mini_info_list li p:first-child {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 1.7em;
	text-indent: -.9em;
}
.mini_info_list li p {
	padding: 10px 13px 8px;
}
.mini_info_list li p~p a {
	padding: .4em .5em;
	border-radius: .5em;
	font-size: .875em;
	font-weight: bold;
	line-height: 1em;
}
.mini_info_listimg {
	overflow: hidden;
	margin-top: 2px;
}
.mini_info_listimg li {
	float: left;
	border-radius: .7em;
	padding: 5px 21px 9px;
}
/*トップお役立ち情報【カラー】*/
.home_pickupinfo, .mini_info_list li, .mini_info_listimg li {
	border: solid 1px #0A7205;
}
.mini_info_list li p~p a {
	background-color: #ff407f;
}
/*ホーム一覧ボタン*/
.list_btn {
	margin-top: 10px;
}
/*トップ一覧ボタン*/

.home_link_ttl a span.ichiran_btn {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.1em;
	padding: .35em .5em .2em;
}
/*トップ： お役立ち情報・Ｑ＆Ａ（目次）*/
.home .sp_submenu{
	margin-bottom:50px;
}
/*トップ： 電話相談バナー*/
.denwabnr{
	margin-top: -20px;
}


/*トップ：心グループバナー*/
.groupbnr{
	margin-top: -35px;
}

/*トップ：サイト内更新情報*/
.update_info a {
	justify-content: space-between;
}
.ud_time {
	width: 18%;
}
.ud_cat {
	width: 12.5%;
}
.ud_title {
	width: 65%;
}
.ud_cont p:first-child {
	font-size: 15px;
}
.ud_cont p:last-child {
	width: 120px;
	border-radius: .7em;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 5px;
}
.ud_cont p:last-child:after {
	font-weight: normal;
}
/* :::::: 費用 :::::: */
.hiyou_sec ul {
	background:url(img/bg_hiyou.png) no-repeat;
	padding: 64px 0 0 180px;
	margin-bottom:23px;
	overflow:hidden;
}
.hiyou_sec ul li:nth-child(2) {
	float:left;
	margin-right:10px;
}
.hiyou_sec ul li {
	padding-bottom:10px;
}
.hiyou_sec .shindanbnr {
	margin-bottom: 25px;
}
.hiyou_sec p a:last-of-type img {
	margin-left: 20px;
}
/* :::::: 代表メッセージ :::::: */
.message .img_r img, .message .img_l img {
	width: 210px;
}
.message .sign {
	margin-top: .5em;
}
/* :::::: お役立ち情報 :::::: */
.info .main_col h1.no_adapt {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 11px .5em 9px;
}
/* :::::: お役立ち情報グレー背景 :::::: */
.main_section blockquote {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px 30px 30px 22px;
    margin: 40px 0;
}
/*急場対応*/
.single-info h1.no_adapt {
	line-height: 1.5em;
	padding: 11px .5em 9px .5em;
	border: solid 2px #ffb238;
	border-radius: .3em;
}
/* :::::: Ｑ＆Ａ :::::: */
.single-qanda .question {
	margin-bottom: 0.5rem;
	background: url(img/bg_q.png) no-repeat 10px 10px scroll;
	line-height: 1.5rem;
	padding: 11px .5rem 9px 2.75rem;
}
.single-qanda h1.question {
	font-size: 1.125em;
	border-radius: .4rem;
	background-color: #cf9;
}
.single-qanda .answer {
	background: url(img/bg_a.png) no-repeat 10px 0 scroll;
	padding-left: 2.75rem;
}

/* :::::: お役立ち情報・Ｑ＆Ａ :::::: */
.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: 24px;
	text-align:center;
}
.poji_link img{
	width: 310px;
}
.po_link {
	margin-right: 10px;
}
/* :::::: 事務所選びのポイント :::::: */
h2.point_h2, h2.riyuu_h2 {
	font-size: 1.4em;
	margin-bottom: .3em;
}
h2.point_h2 {
	padding-left: 1.5em;
}
h2.point_h2:before {
	position: absolute;
	top: .04em;
	left: 0;
}
/* :::::: 選ばれる理由 :::::: */
h2.riyuu_h2 {
	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;
}
h2.riyuu_h2 strong {
	font-size: 1.2em;
}
.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;
}
/* :::::: 損害賠償額無料診断サービス :::::: */
.shindan_list {
	padding-left: 1em;
}

/* :::::: サイトマップページ :::::: */
.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;
}

/*文責・最終更新日情報*/
.meta_section {
	font-size: .75em;
	padding: 0 0 1em;
}


/* :::::: 一時的 ::::::

.qanda .main_col h1.no_adapt,.info .main_col h1.no_adapt {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	color:#078f00;
	padding: 10px .5em 7px 1.8em;
	background-color:#f6ffdd;
	border: solid 2px #ffb238;
	border-radius: .3em;
	position:relative;
}

.qanda .main_col h1.no_adapt em,.info .main_col h1.no_adapt em{
	font-weight:bold;
	color: #f60;
}

.info .main_col h1.no_adapt:before {
	position: absolute;
	content: '';
	left: .4em;
	top: .5em;
	border: .2em solid #f60;
	width: .55em;
	height: .55em;
	border-radius: 1em;
}
 */
