/**************共通(編集不可ここから)20230301**************/
/*サイト内更新情報*/
.update_sec a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	text-decoration: none;
	color: #333 !important;
	border-bottom:1px dashed #333;
	padding-bottom: 0.5em !important;
}
.update_sec a~a {
	padding-top: 0.5em !important;
}
.ud_title {
	font-weight: bold;
}
.ud_cat {
	text-align: center;
	color: #fff;
	border-radius: 0.6em;
}
.ud_cont {
	margin-top: 0.25em !important;
	overflow: hidden;
}
.ud_cont span:last-child {
	float: right;
	background-color: #47b301 !important;
	background: linear-gradient(#47b301, #3b9401) !important;
	color: #fff;
	border-radius: 0.6em;
	line-height: 1.3em;
}

.ud_cont i {
	color: #ffff56;
	margin-left: 0.2em !important;
}
@media screen and (min-width: 731px) {/* PC */
	.update_sec a {
		justify-content: space-between;
		padding-right: 0.5% !important;
		padding-left: 0.5% !important;
	}
	.ud_time {
		width: 18%;
	}
	.ud_title {
		width: 81%;
	}
	.ud_cont span:last-child {
		font-size: 0.875em;
		font-weight: bold;
		padding: 0.5em 0.5em 0.4em 0.6em !important;
	}
}
@media (min-width: 731px) and (max-width: 900px) {/*731px～900px以下*/
	.ud_cont{
		line-height: 1.85em !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.update_sec a {
		text-align: justify;
		padding-right: 1% !important;
		padding-left: 1% !important;
	}
	.ud_time,.ud_title {
		width: 100%;
	}
	.ud_cont span:last-child {
		padding: 5px 9px 1px 9px !important;
	}
}

/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}
/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
.img_fl{
	float:left;
	margin: 0 12px 10px 0 !important;
}
.img_fr{
	float:right;
	margin: 0 0  10px 12px !important;
}
@media screen and (min-width: 731px){/*PC*/
	.fixed_sizeh24 img{
		height: 24vw;
		max-height: 240px;
		width: auto;
	}
}
/*直立画像*/
.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}
.patern02Box h2 {
	display: flex !important;/* 下線が人物にかからないように */
}
/*テーブル*/
table.ckTable th ,table.ckTable td {
	padding:0.2em 0.3em 0 !important;
}
/*グローバルナビ*/
@media screen and (min-width: 731px) {/* PC */
	#mainMenuInner{
		background:linear-gradient(to bottom, #671397 0%, #510b78 100%) !important;
	}
}
/* インラインフレーム */
iframe{
	width:100%;
}
p.if_box,p.no_lh{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	p.if_box{
		margin:0 -2.5% !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	#access .no_lh ~ .no_lh{
		margin-top: 12.5vw !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#access .no_lh ~ .no_lh{
		margin-top: 3.125em !important;
	}
}
/*フッター所属画像用*/
.shozoku_img{
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 730px){/*SP*/
	.shozoku_img img{
		margin: .4em auto;
	}
}
@media screen and (min-width: 731px){/*PC*/
	.shozoku_img + .shozoku_img{
		margin-top: .4em;
	}
}
/*フッター所属テキスト用*/
.shozoku_txt{
	text-align: center;
}
.shozoku_txt span{
	display: inline-block;
}
@media screen and (min-width: 731px){/*PC*/
	.shozoku_txt{
		margin-top: 0.2em;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.shozoku_txt{
		margin-top: 0.2em;
		line-height: 1.3em;
	}
	.shozoku_txt .office{
		font-weight: bold;
		font-size: 1.1em;
	}
}
/* 電話相談バナー・コロナ対策バナー */
@media screen and (max-width: 730px){/* SP */
	#smlbnrgroup > div:first-child .bnrbtm_text{
		margin-bottom: 50px !important;
	}
}
/*選ばれる理由バナー・代表メッセージバナー */
@media screen and (min-width: 731px) {/* PC */
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#cmnbnrgroup  > article,#cmnbnrgroup > div{
		flex-basis: 48.5%;
	}
	#cmnbnrgroup > div:nth-child(n+3){
		margin-top: 32px !important;
	}
	#cmnbnrgroup  > article:nth-child(even),#cmnbnrgroup  > div:nth-child(even){
		margin-left:3% !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	#cmnbnrgroup > div~div{
		margin-top: 35px !important;
	}
}
/* お役立ち情報バナー・Q&Aバナー*/
@media screen and (min-width: 731px) {/* PC */
	#infoqabnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#infoqabnrgroup > div{
		flex-basis: 48.5%;
	}
}
@media screen and (max-width: 730px){/* SP */
	#infoqabnrgroup > div~div{
		margin-top: 20px !important;
	}
	#infoqabnrgroup #infobnrRead + .bnrbtm_text{
		margin-bottom: 50px !important;
	}
}
/* お問合せバナー */
div[id^="cntctbnrRead"] img{
	display: block;
}
/*メインカラム共通バナー*/
.mcbnrgroup{
	clear:both;
}
.contentsText .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
@media screen and (min-width: 731px) {/* PC */
	.mcbnrgroup > div.bnrbtmbox ,#infoqabnrgroup{
		margin-top: 50px !important;
	}
	#cmnbnrgroup + .bnrbtmbox{
		margin-top: 35px !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup > div:not(#cmnbnrgroup) ~ div:not(#cmnbnrgroup){
		margin-top: 50px !important;
	}
	.mcbnrgroup #cmnbnrgroup{
		margin-top: 28px;
	}
}
/*バナー下テキスト*/
.bnrbtm_text{
	text-align: justify;
}
.bnrbtm_text h2, .bnrbtm_text p{
	display: inline !important;
}
@media screen and (max-width: 730px){/* SP */
	.bnrbtm_text{
		line-height: 1.1em !important;
		margin-top: .25em !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: .8em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.bnrbtm_text{
		line-height: 1.07em !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 0.75em !important;
	}
}
/*ピックアップお役立ち情報*/
#pickupInfobox .pointTit .t_pageHeading {
	color: #331700 !important;
}
.pickupInfobox {
	margin-top: .3em;
	overflow: hidden;
	border-radius: .5em;
}
.pickupInfobox .articleWrap{
	padding: 0 !important;
}
.pickupInfobox h2{
	background: #FFFABC !important;
	border-radius:0 !important;
	margin-bottom: .5em !important;
	border-bottom:none !important;
}
.pickupInfobox h3{
	margin-bottom: .3em !important;
	padding-bottom: .1em !important;
	border-bottom: 1px dashed #5b2603;
	color: #4dad14;
}
.pickupInfobox h3:not(.no_indent){
	padding-left:1em !important;
	text-indent: -1em;
}
.pickupLink{
	text-align: center !important;
}
.pickupLink a~a {
	margin-left: .5em !important;
}
.pickupLink img{
	vertical-align: top !important;
}
@media screen and (max-width: 730px){/* SP */
	#pickupInfobox{
		margin-bottom: 3.2em;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -2.95em !important;
	}
	.pickupInfobox {
		border: solid 1px #a88339 !important;
		box-shadow: 1px 1px #a88339 !important;
	}
	.pickupInfobox .articleInner{padding: 0 0.8em 0.8em !important;}
	.pickupInfobox .authorBox{padding: 0 1.1em 0.5em !important;}
	.pickupInfobox h2 {
		padding: .5em .6em .5em .6em/*1.4em*/ !important;
		text-align: justify;
	}
	.pickupLink{
		margin-top: .5em !important;
		display: flex;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#pickupInfobox{
		margin-bottom: 50px;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -45px !important;
	}
	.pickupInfobox {border: solid 1px #4d3013 !important;}
	.pickupInfobox .articleInner{padding: 0 0.9em 0.9em !important;}
	.pickupInfobox .authorBox{padding: 0 1.2em 0.5em !important;}
	.pickupInfobox h2 {
		padding: 10px 13px 8px 13px/*32px*/ !important;
	}
	.pickupLink{
		margin-top: .5em !important;
	}
	.pickupLink img{
		height: 3.5vw;
		max-height:35px ;
	}
}
/*グーグルマップボタン*/
.acc_map .gmapBtn a {
	margin: 0 auto !important;
	background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%) !important;
	padding: .4em .75em !important;
	font-size: 1em;
	line-height:1.1em !important;
}
.acc_map .gmapBtn a:hover {
	color: #16a6ee !important;
}
.acc_map .gmapBtn i {
	font-size: 1.15em;
	margin-left: .3em !important;
}
/*メールボタン*/
@media screen and (min-width: 731px) {/* PC */
	.btn_mail .imgBox div{
		margin: 0;
	}
}
/*受付・営業時間*/
.work_time .workTimeTable th{
	background-color: #fffcf1 !important;
}
@media screen and (max-width: 730px) {/* SP */
	.work_time .workTimeTable{
		width: 100%;
		margin-bottom: 1em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.work_time .textBox{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		align-items: start;
	}
	.work_time .workTimeTable,
	.work_time .work_time_dtl{
		flex-basis: 49%;
	}
	.work_time .wtdtl100{
		flex-basis: 100%;
	}
}
/*事務所画像*/
.office_imgpc img,.office_imgsp img{
	padding: 5px!important;
	background-color: #ffffff!important;
	box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 25%)!important;
}
@media screen and (min-width: 731px) {/* PC */
	.office_imgsp{
		display: none;
	}
	#officeimggrouppc01,#officeimggrouppc02,#officeimggrouppc03{
		display: flex !important;
		justify-content:space-between;
	}
	#officeimggrouppc01 .office_imgpc,#officeimggrouppc02 .office_imgpc{
		flex-basis: 48.5%;
	}
	#officeimggrouppc03 .office_imgpc{
		flex-basis: 32%;
	}
	#gaiyou .oneimg .textBox{
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.office_imgpc{
		display: none;
	}
	.office_imgsp .imgBox {
		margin-bottom: 7px;
	}
	.office_imgsp .textBox * {
		text-align: center;
	}
	.office_imgsp ~ .office_imgsp{
		margin-top: 1em;
	}
	#officeimggroupsp{
		margin-bottom: 60px;
	}
}
/*費用テキスト*/
.hiyou_txt *{
	font-size:16px !important;
	line-height:1.6em !important;
}
.hiyou_txt a{
	color: #1d3994 !important;
}
.hiyou_txt li{
	margin-top: 0.25em !important;
	padding-left: 1em !important;
	text-indent: -1em;
}
#hiyou .tit03 .t_itemTitle{
	font-size:20px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px;
	background: linear-gradient(to bottom, #ffffff 50%,#ebebeb 100%);
	color: #610094;
	margin-bottom: 20px !important;
}
#hiyou .tit03 .t_itemTitle sup{
	padding-left: 0.25em !important;
}
.hiyou_table{
	margin-bottom: 0.3em !important;
}
.hiyou_table .td{
	background-color: #F9FFE2 !important;
}
.flex_table .tr{
	display: flex;
}
.flex_table .th{
	background-color: #713CA3 !important;
	background: linear-gradient(to bottom, #713CA3, #411372) !important;
	border-left: 1px solid #999;
	border-right:1px solid #999;
	border-bottom: 1px solid #999;
	color: #fff;
	font-weight: bold;
	padding: 1.35% 2.35% !important;
	display: flex;
	line-height:1.5em !important;
}
.flex_table > div:first-child .th{
	border-top:1px solid #999;
}
.flex_table .td{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	display: flex;
	align-items: center;
	padding: 0% 1.35% !important;
}
.flex_table > div:first-child .td{
	border-top:1px solid #666;
}
.s_table .td{
	padding: 1% !important;
	border:1px solid #666;
}
@media screen and (max-width: 899px) {/*SP*/
	.hiyou_txt{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	}
	#hiyou .tit03 .t_itemTitle{
		padding: 10px 5px 8px 5px !important;
		line-height: 1.2em !important;
	}
	.hiyou_table .td{;
		padding: 3px 6px !important;
	}
	.s_table,.flex_table{
		width: 100%;
	}
}
@media screen and (min-width: 900px){/* PC */
	.hiyou_txt a:hover{
		color: #318DE2 !important;
		text-decoration: underline;
	}
	#hiyou .tit03 .t_itemTitle{
		padding: 8px 10px 5px 20px !important;
		line-height: 1.45em !important;
	}
	.s_table,.flex_table{
		width: 60%;
	}
	.b_table{
		width: 75%;
	}
}
/*費用メニュー*/
#hiyou .hiyou_menu ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.3em !important;
}
#hiyou .hiyou_menu ul li a{
	background-image: linear-gradient(#ffffff, #f5deff);
	background-size: contain !important;
	border: 1px solid #ab50db;
	color: #610094;
	font-weight: bold;
	line-height: 1.1em;
	text-decoration: none;
	border-radius: 8px;
	background-clip: padding-box;
	text-align: center;
	display: block;
}
@media screen and (max-width: 730px) {/*SP*/
	#hiyou .hiyou_menu p{
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#hiyou .hiyou_menu ul .menu_size a i{
		font-size: 4vw;
	}
}
@media screen and (max-width: 899px) {/*SP*/
	#hiyou .hiyou_menu ul li {
		flex-basis: 50%;
	}
	#hiyou .hiyou_menu ul li a{
		height: 53px;
		font-size:min(4vw,15px);
		padding: 14px 1.6vw 4px 1.6vw !important;
	}
	#hiyou .hiyou_menu ul .menu_size a{
		font-size:min(3.2vw,13px);
		padding: 8px 1vw 0 1vw !important;
	}
	#hiyou .hiyou_menu p{
		font-size: 0.9em;
		line-height: 1.5em;
	}
}
@media screen and (min-width: 900px){/* PC */
	#hiyou .hiyou_menu ul li {
		margin: 1px;
	}
	#hiyou .hiyou_menu ul li a{
		height: 5.3vw;
		max-height: 53px;
		font-size:min(1.3vw,15px);
		padding:14px 8px 4px 8px !important;
	}
	#hiyou .hiyou_menu ul .menu_size a{
		font-size:min(1.2vw,14px);
		padding:6px 0.5em 11px 0.5em !important;
	}
	#hiyou .hiyou_menu ul .menu_size a i{
		font-size:min(1.3vw,15px);
	}
	#hiyou .hiyou_menu ul li a:hover{
		color:#f70;
		border:1px solid #f70;
	}
}
/*代表メッセージ*/
.daihyou_img .imgBox{
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 25%);
}
#message .dimg_l .imgBox{
	float: left;
	margin:4px 15px 4px 4px;
}
#message .dimg_r .imgBox{
	float: right;
	margin:4px 4px 4px 12px;
}
#message .sign{
	font-weight: bold;
	text-align: right;
	margin-top: 0.5em !important;
	font-size: 1.05em;
}
#message .sign span:last-child{
	margin-left: 1em !important;
}
.daihyou_img + article{
	clear: both;
}
@media screen and (max-width: 730px) {/* SP */
	.daihyou_img .imgBox{
		width: 54.1%;
		max-width:210px;
	}
	#message .sign span{
		display: inline-block;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.daihyou_img .imgBox{
		width: calc(218 / 720*100%);
		max-width:218px;
	}
}
/*選ばれる理由*/
@media screen and (max-width: 730px) {/* SP */
	#riyuu .stand_img {
		width: 31.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#riyuu .stand_img {
		width: 15.5%;/*画像の大きさ人物によって異なる*/
	}
}
/*業務内容*/
.gyoumu_sec ul{
	border: solid 3px #66248b;
	border-top: none;
	overflow: hidden;
	background-color: #ffffe0 !important;
}
.gyoumu_sec ul li,.work_list article.mainCatList {
	border-radius: 0.5em;
	border: solid 1px #8e8e8e;
	background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 100%)!important;
	background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%)!important;
	box-shadow: inset 0px 1px 0px #fff, inset 0px 2px 1px #e4e4e4, inset 0.5px 0px 0px #b9b8b8, inset -1px 0px 0px #b9b8b8, inset 0px -2px 1px #999!important;
}
.gyoumu_sec ul li a,.work_list article.mainCatList a {
	color: #000 !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: bold !important;
	line-height: 1.1em !important;
}
.gyoumu_sec ul li a:before,.work_list article.mainCatList a:before {
	content: '\f144';
	margin-right: .25em;
	color: #f70;
	font-family: "Font Awesome 5 Free";
	speak: none;
}
#gyoumu .txt_indent h2{
	padding-left: 1em !important;
	text-indent: -1em !important;
	color: #63b;
	border-bottom: #b6e 1px solid !important;
}
#gyoumu .txt_indent .textBox{
	padding-left: 1em !important;
}
#gyoumu .txt_indent .textBox p:not(.no_indent){
	text-indent: 1em !important;
}
@media screen and (min-width: 731px) {/*PC用*/
	#gyoumugroup {
		position: relative;
		margin-bottom: 35px;
	}
	#gyoumugroup + .bnrbtm_text{
		margin-top: -30px !important;
	}
	.gyoumu_img {
			position: absolute;
			bottom: -1%;
			right: 1.5%;
			width: 16.9%;
			z-index: 999;
	}
	.gyoumu_sec ul {
		border-radius: 0 0 0.5em 0.5em;
		padding: 1.5% 20%  0.5% 1% !important;
		margin-top: -1% !important;
	}
	.gyoumu_sec ul ,.work_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.work_list{
		margin-top: 0.5em !important;
	}
	.gyoumu_sec li,.work_list article.mainCatList{
		flex-basis: 49.65%;
		margin-bottom: .3em!important;
	}
	.gyoumu_sec ul li a,.work_list article.mainCatList a{
		padding: 0.8em 2.3% 0.75em !important;
	}
	.gyoumu_sec ul li a{
		font-size: 1.2em;
	}
	.gyoumu_sec ul li a:hover,.work_list article.mainCatList a:hover {
		opacity: 0.6;
	}
	.gyoumu_sec ul li a:before {
		font-size: 1.1em;
	}
	.gyoumu_list_btn img{
		height: 4.4vw;
		max-height: 44px;
		width: auto;
	}
}
@media screen and (min-width: 1050px){/*1050px以上*/
	#gyoumugroup {
		padding-top: calc(13 / 720 * 100%) !important;
	}
}
@media screen and (max-width: 730px) {/*SP用*/
	#gyoumugroup{
		position: relative;
		/*margin-bottom: 6px;*/
		margin-bottom: 2.15em;
	}
	#gyoumugroup + .bnrbtm_text{
		margin-top: -1.9em !important;
	}
	.gyoumu_img{
		position: absolute;
		right:1%;
		top: 50%;
                transform: translateY(-50%);
               -webkit-transform: translateY(-44%);
               -ms-transform: translateY(-44%);
		width: 33.5%
	}
	.gyoumu_sec ul{
		border-radius: 0 0 10px 10px;
		padding: 3.2% 0 1.5% 2.024% !important;
		margin-top: -1.6vw !important;
	}
	.work_list{
		margin-bottom: 0.7em !important;
	}
	.gyoumu_sec ul li~li,.work_list article.mainCatList~article.mainCatList {
		margin-top: 0.2em !important;
	}
	.gyoumu_sec ul li {
		width: 64%;
       }
	.gyoumu_sec ul li a,.work_list article.mainCatList a {
		font-size: 99% !important;
		padding: .475em .4em .475em 2em!important;
                text-indent:-1.5em;
	}
	#gyoumu .txt_indent h2{
		text-align: justify;
	}
}
/*事務所選びのポイント*/
@media screen and (max-width: 730px) {/* SP */
	#point .stand_img {
		width: 30.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#point .stand_img {
		width: 15.2%;/*画像の大きさ人物によって異なる*/
	}
}
/*Q&A*/
.patern05 .bnrcntBox .textBox,
.patern05 .bnrcntBox .textBox .textBox{
	padding: 0 !important;
}
.patern05 .bnrcntBox{
	margin-bottom: 0 !important;
}
/*コロナ対策*/
#corona .coronafr_img .textBox *,
#corona .corona_img .textBox *{
	text-align: center;
}
@media screen and (max-width: 730px) {/* SP */
	#coronaimggroup{
		margin-bottom: 60px;
	}
	#corona .coronafr_img .textBox *,
	#corona .corona_img .textBox *{
		margin-top: 1px;
	}
	#corona .coronafr_img{
		margin-bottom: 1em;
	}
	#coronaimggroup > article ~ article{
		margin-top: 1em ;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#corona .coronafr_img{
		float:right;
		margin: 0 0  10px 12px ;
	}
	#coronaimggroup{
		clear: both;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	#coronaimggroup .corona_img{
		flex-basis: 48.5%;
	}
	#coronaimggroup .corona_img:nth-child(even){
		margin-left: 3% ;
	}
	#coronaimggroup .corona_img:nth-child(n+3) {
		margin-top: 1em ;
	}
}
/*プライバシーポリシー*/
#privacy ul.mainCatList li{
	padding-left: 0.5em !important;
	margin-bottom: 0.3em !important;
}
#privacy ul.mainCatList a{
	color: #333;
}
#privacy ul.mainCatList a:hover {
	text-decoration: none;
	color:#333;
}
#kkrprivacy .pointTit{
	margin-bottom: 0 !important;
}
/*プライバシーポリシー(各事務所用)*/
.pp_sec{
	text-align: justify;
}
.pp_sec h2 {
	border: none !important;
	text-align: center;
	margin-top: 1.875rem !important;
	margin-bottom: 1.25rem !important;
	display: block !important;
	padding-bottom: 0 !important;
}
.pp_sec h2 span{
	display: inline-block;
}
.pp_sec dl {
	margin-top: 1.25rem !important;
	margin-bottom: 2.5rem !important;
}
.pp_sec dt {
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em !important;
}
.pp_sec dt~dt {
	margin-top: 1.875rem !important;
}
.pp_sec dd {
	margin-left: 2em !important;
}
.pp_sec p:not(.no_adapt) {
	text-indent: 1em;
}
.pp_sec ol {
	margin-left: 2.5em !important;
}
.pp_sec li {
	margin-top: 0.6rem !important;
	list-style: decimal !important;
}
.pp_sec .revision {
	text-align: right;
	margin-bottom: 1.25rem !important;
}

/*アクセス*/
#access .acctel_img{
	margin-top:5px !important;
}
@media screen and (max-width: 730px) {/* SP */
	#access .acctel_img {
		width: 46%;
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
	#access .tap_btn .imgBox div{
		margin: 2px 0 0 0;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#access .acctel_img {
		width: 30%;
		margin-right: 1em !important;
	}
}
/**************共通(編集不可ここまで)**************/

/**************個別(自由編集ここから)**************/
/*ヘッダー*/
.siteName,#headerContactBtn{
	display: none;
}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		margin:6.5px 0.6em 0;
	}
	.customHeader a{
		display: block;
	}
	.customHeader .ttlHeader{
		margin-bottom:1.8vw;
	}
	.customHeader .prpointHeader {
		margin-bottom:0.8vw;
		line-height: 0;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
			padding: 0 10px !important;
		}
	.customHeader{
		display: flex;
		align-items: flex-end;
		margin-top: -13px;
	}
}

/*費用テキスト*/
#hiyou .iryuubun .hiyou_table > div:first-child > div:nth-child(2),
#hiyou .kyougi .hiyou_table > div:first-child > div:nth-child(2){
	border-right: none;
	border-left: none;
}
@media screen and (max-width: 899px){/*SP*/
	#hiyou .iryuubun .hiyou_table .tr > div:first-child,
	#hiyou .kyougi .hiyou_table .tr > div:first-child{
		flex-basis: 55%;
	}
	#hiyou .iryuubun .hiyou_table .tr > div:nth-child(2),
	#hiyou .kyougi .hiyou_table .tr > div:nth-child(2){
		flex-basis: 25%;
	}
	#hiyou .iryuubun .hiyou_table .tr > div:last-child,
	#hiyou .kyougi .hiyou_table .tr > div:last-child{
		flex-basis: 20%;
	}
}
@media screen and (min-width: 900px){/* PC */
	.b_table {
		width: 78%;
	}
	#hiyou .iryuubun .hiyou_table .tr > div:first-child,
	#hiyou .kyougi .hiyou_table .tr > div:first-child{
		flex-basis: 70%;
	}
	#hiyou .iryuubun .hiyou_table .tr > div:nth-child(2),
	#hiyou .iryuubun .hiyou_table .tr > div:last-child,
	#hiyou .kyougi .hiyou_table .tr > div:nth-child(2),
	#hiyou .kyougi .hiyou_table .tr > div:last-child{
		flex-basis: 15%;
	}
}
/*フッター所属画像用*/
@media screen and (max-width: 730px){/*SP*/
	.shozoku_img img{
		width: 77%;
	}
}
@media screen and (min-width: 731px){/*PC*/
	.shozoku_img img{
		height: 1.7vw;
		max-height: 17px;
		width: auto;
	}
}

/* 電話相談バナー・コロナ対策バナー */
@media screen and (max-width: 730px){/* SP */
	#smlbnrgroup > * ~ *{
		margin-top: 0.6em!important;
	}
}

/*司法書士・税理士・弁護士・行政書士ページ*/
.staff_img .imgBox{
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 25%);
}
#staff .dimg_l .imgBox{
	float: left;
	margin:4px 15px 4px 4px;
}
#staff .dimg_r .imgBox{
	float: right;
	margin:4px 4px 4px 12px;
}


.staff_img + article{
	clear: both;
}
@media screen and (max-width: 730px) {/* SP */
	.staff_img .imgBox{
		width: 54.1%;
		max-width:210px;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.staff_img .imgBox{
		width: calc(218 / 720*100%);
		max-width:218px;
	}
}
/*P9直立画像*/
@media screen and (max-width: 730px){/*SP*/
	.standimg_p9{
		width: 30vw;
		margin-right: -1.5% !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	.standimg_p9{
		width: calc(116 / 720 * 100%);
		max-width: 116px;
	}
}
/*直立画像(まとめ記事あり)*/
@media screen and (min-width: 731px){/*PC*/
	.titList_on{
		margin-right: 1em !important;
	}
}
/*まとめ記事*/
.contentsList .titList{
	text-align: justify;
}

/*司法書士・税理士・弁護士・行政書士*/
.ttl_deco h2.t_itemTitle{
    font-weight: bold;
    line-height:1;
    padding: 12px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #E2E2E2;
    font-size: 20px;
    color: #FFFFFF;
    background: #0088ff;
    background: linear-gradient(to bottom, #0088ff 0%, #0066cc 100%);
}
/**************個別(自由編集ここまで)**************/