/*
Design CSS
*/
/* トップページ */
#mainMv {
	padding: 0 2rem 1rem 2rem;
	height:auto;
	margin: 0 auto;
	max-width: 1440px;
	min-width:1024px;
	position:relative;
}
#mainMv figure {
	overflow:hidden;
}
#mainMv figure.maimMv_read {
	position:absolute;
}
/* topinfo + corona */
.top_info{
	margin:30px 0;
}
.top_info .wrap{
	padding:30px 0;
	background:rgba(222,235,247,0.5);
}
.top_info h2{
	color:rgb(255,0,0);
}
.top_info .txt_area a{
	color:rgba(227,160,16,1);
}
.top_info .txt_area a:hover{
	text-decoration: underline;
}
.corona .wrap{
	padding:20px;
	background:#fff;
	border:1px solid #ededed;
}
.top_info .txt_area{
	padding:0 100px;
}
.corona .sub_heading{
	margin-bottom:5px;
	font-weight: bold;
	text-align: center;
}
.corona .col_2{
	display: flex;
	justify-content: center;
	margin-bottom: 1.5em;
}
.corona .col_2 ul{
	margin:0 20px 10px 20px;
}
.guestMenu {
    overflow: hidden;
    min-width: 1024px;
    margin: 0 auto;
    max-width: 1520px;
	padding-top:4rem;
}
.guestMenu ul {
	text-align:center;
}
.guestMenu ul li{
	border: 3px solid #5D4439;
    border-radius: 5px;
	display:inline-block;
	margin:1rem;
	width: calc(100%/4);
	position:relative;
}
.guestMenu ul li a{
	color: #5D4439;
	display: block;
	margin: 2rem 0 1rem;
	font-weight: bold;
	font-size: 1.25rem;
	font-size:20px;
}
.guestMenu ul li img {
	position: absolute;
	z-index: 2;
	left: 50%;
	right: 0;
	top: -76px;
	margin-left: -77px;
}

/* indexPrimary */
#indexPrimary h1,
#indexPrimary h2,
#indexPrimary h3,
#indexPrimary h4,
#indexPrimary h5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
#indexPrimary h1 {    color: #000;text-align: center;font-size: 1.8rem;margin-bottom:2.5rem}
#indexPrimary h2.title {    color: #000;text-align: center;font-size: 1.8rem;margin-bottom:2.5rem}
#indexPrimary h2 {text-align: center;font-size: 1.6rem;}
#indexPrimary h3 {text-align: center;font-size: 1.4rem;}
#indexPrimary h4 {}
#indexPrimary h5 {}

#indexPrimary {
	overflow: hidden;
	width: 100%;
}
#indexPrimary section {
	padding:2.5rem 0;
	overflow: hidden;
}
/*  accordion  */
dl.accordion {margin: 0 0 20px;overflow: hidden;width: 100%;border-bottom: 2px solid #efefef;border-radius: 5px;}
.accordion dd {	display: none;}
.accordion dt p {display: inline-block;	margin: 0 auto;	padding-top: 10px;	width: 760px;}
.accordion dt {background-image: url("images/q_ico.png");background-position: left 10px top 22px;background-repeat: no-repeat;color: #111;cursor: pointer;font-size: 18px;font-weight: bold;min-height: 85px;padding: 0.5rem 70px 0.5rem 75px;position: relative;display: flex;align-items: center;border-bottom:none!important;}
.accordion dd {background-image: url("images/a_ico.png");background-position: left 0 top 14px;background-repeat: no-repeat;font-size: 15px;letter-spacing: 0.08em;line-height: 1.8;padding: 10px 20px 10px 90px;position: relative;margin-left: 10px;}
.accordion dt h3 {	border-bottom:none !important;	font-size: 15px;margin: 10px 0 !important;	padding: 5px 0 8px !important;}
.accordion dt h3:before {border-bottom:none !important;}
/* 1020 */
.accordion dt:after {content:"";background-image: url(images/acc_arrow03.png);background-size: contain;background-repeat: no-repeat;position: absolute;right:15px;top:40px;width: 16px;
height: 16px;}
.accordion dt.active {	background-color:#FFF;color:#3A3027;}
/* 1020 */
.accordion dt.active:after {content:"";background-image: url(images/acc_arrow04.png);background-size: contain;background-repeat: no-repeat;position: absolute;right:15px;top:40px;width: 16px;
height: 16px;}
dl.accordion:last-child {margin-bottom: 40px;}

/* Section */
section.guest {
    background-image: url(images/guest_bg.jpg);
    background-position: right bottom 20%;
    background-repeat: no-repeat;
    background-color: #ebf6f7;
    padding: 3rem 0 1rem;
    background-size: cover;
}

/* お知らせエリア */

.postArea dl {
    margin: 0 0 50px;
    padding: 0;
}
.postArea dl dt {
	border-bottom:none !important;
    float: left;
    font-weight: normal;
    letter-spacing: 0.05em;
    width: 120px;
	font-size: 1rem;
	margin-bottom: 0;
}
.postArea dl dd {
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    padding-left: 120px;
    margin: 0 0 0.5rem;
    padding-bottom: 0.3rem;
}
.postArea dl dd a {
    text-decoration:underline;
}

/* カテゴリカラー分け */
.postArea dl dd span a,
.caselist_wrap span a{
	color: #333;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    padding: 0.25rem;
    position: relative;
    top: -2px;
    width: 140px;
    display: inline-block;
    text-align: center;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.idxresult .postArea dl dt span a {
	color: #333;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    padding: 0.25rem;
    position: relative;
    top: -2px;
    width: 110px;
    display: inline-block;
    text-align: center;
	box-shadow:none;
	-webkit-box-shadow:none;
}

span.information a {background-color:#c1d8ac;}
span.column a {background-color:#f8e58c;}
span.blogs a {background-color:#c1e4e9;}
span.voice a {background-color:#ffd8d8;}

span.trafficaccident_c a {background-color:#ffd8d8;}/*交通事故*/
span.souzoku_c a {background-color:#9ED9E9;}/*相続*/
span.divorce_c a {background-color:#F4ACB8;}/*離婚*/
span.debt_c a {background-color:#F8C166;}/*借金*/
span.criminal_c a {background-color:#8B8EAF;}/*刑事事件*/
span.civil_c a {background-color:#F1948F;}/*その他一般民事*/
span.corporation_c a {background-color:#96D191;}/*法人*/

section.top_News{
	background-color: #fbfaf5;
}

/*INDEX 投稿タブ切替エリア*/
.tabs {
	/*border:1px solid #e1e1e1;*/
	/* background-color: #fff; */
	width: 100%;
	margin: 2rem auto 0;
}

/*タブのスタイル*/
.tab_item {
	cursor: pointer;
  width: calc(100%/4.14);
  height: 50px;
  border-bottom: 3px solid #5D4439;
  background-color: #f3f3f3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600 !important;
  transition: all 0.2s ease;
	margin:0 0.25rem;
	position:relative;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab-all:checked ~ #all_content,
#tab-news:checked ~ #news_content,
#tab-blog:checked ~ #blog_content,
#tab-column:checked ~ #column_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5D4439;
  color: #fff;
}
/*タブの装飾*/
.tab_item:hover:after,
.tabs input:checked + .tab_item:after {
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #5D4439 transparent transparent transparent;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
	z-index: 1;
}

/*CVエリア~トップページ*/
.cvArea {
	/* background-color:#fbfaf5; */
}
.cvArea .wrap {
	margin:0 auto;
	min-width:1024px;
}
ul.cv_btnArea {
	text-align:center;
}
ul.cv_btnArea li {
	display:inline-block;
	margin:0 1%;
	width:46%;
	vertical-align: top;
}
.btn_mail,.btn_tel {
	font-size:2rem;
	line-height:1.1;
	font-weight:600;
}
.btn_mail a,.btn_tel a {
	background-color: #ffb828;
	color: #FFF;
	border-radius: 10px;
	min-width: 100%;
	display: inline-block;
	padding: 1rem;
	box-shadow: 0px 7px 0px -3px rgba(230,155,0,1.0);
	-webkit-box-shadow: 0px 7px 0px -3px rgba(230,155,0,1.0);
	-moz-box-shadow: 0px 7px 0px -3px rgba(230,155,0,1.0);
}
ul.cv_btnArea li .btn_tel a{
	padding:1.3rem 1rem 0.7rem;
	height:80px;
}
ul.cv_btnArea li .btn_mail a{
	padding:1.2rem 1rem 0.8rem;
	height:80px;
}
/*.btn_mail a {
	background-image: url(images/mail_ico.png);
    background-repeat: no-repeat;
    background-position: left 20px top 50%;
}
.btn_tel a {
	background-image: url(images/tel_ico.png);
    background-repeat: no-repeat;
    background-position: left 25px top 50%;
}*/
ul.cv_btnArea li span {
	display:block;
	font-size:1rem;
}
.cvArea_cap {
	width: 80%;
	margin: 0 auto;
	border: 2px solid rgba(230,155,0,1.0);
	background-color:#fff;
	padding: 2rem 2rem 0;
	padding: 32px 32px 0;
}
.cvArea_cap ul {
	padding-left: 1rem;
}
/*CVエリア~下位ページ*/
.cvArea_l {
	background-color:#fbfaf5;
}
.cvArea_l .wrap {
	margin:0 auto;
	min-width:1024px;
}
ul.cv_btnArea_l {
	text-align:center;
}
ul.cv_btnArea_l li {
	display:inline-block;
	margin:0 1%;
	width:46%;
	vertical-align: top;
}
.freecall {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
	padding:10px 20px;
	font-size:20px;
	color:#FFF;
	background: #5D4439;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
}
.freecall:before,
.freecall:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #362721;
}
.freecall:before{
	right: 0;
	border-left: 5px solid #362721;
}
.freecall:after{
	left: 0;
	border-right: 5px solid #362721;
}

.btn_mail_l,.btn_tel_l {
	font-size:1.5rem;
	line-height:1.1;
	font-weight:600;
}
.btn_mail_l a,.btn_tel_l a {
	background-color: #ffb828;
	color: #FFF;
	border-radius: 10px;
	min-width: 100%;
	display: inline-block;
	padding: 1rem;
	box-shadow: 0px 7px 0px -3px rgba(230,155,0,1.0);
	-webkit-box-shadow: 0px 7px 0px -3px rgba(230,155,0,1.0);
	-moz-box-shadow: 0px 7px 0px -3px rgba(230,155,0,1.0);
}
.btn_fmail a{
	background-image: url(images/mail_ico.png);
    background-repeat: no-repeat;
    background-position: left 20px top 50%;
}

ul.cv_btnArea_l li span {
	display:block;
	font-size:1rem;
}
.cvArea_cap_l {
	width: 100%;
	margin: 0 auto 2rem;
	border: 2px solid #efefef;
	background-color:#fff;
	padding: 2rem 2rem 0;
}
.cvArea_cap_l h3 {
	border-bottom: none !important;
	border-top: none !important;
	margin: 0 0 1rem !important;
	padding: 0 !important;
	text-align:center;
}
.cvArea_cap_l ul {
	padding-left: 1rem;
}
.h_mail {
	background-color:#ffb828;
	border-radius:5px;
}
.h_mail a {color:#FFF !important;}
.h_mail span {margin-right:0.5rem}
.h_mail span img {
	height: 18px;
    position: relative;
    top: 4px;
}
/* .headertool ul li a:before {
    font-family: FontAwesome;
    content: "\f138 ";
    color: #5D4439;
    margin-right: 0.5rem;
} */
/* 1020 */
.headertool ul li a:before {
	content:"";
	background-image: url(images/icn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left:-18px;
	top:4px;
	width: 12px;
	height: 12px;
}
.headertool ul li.h_mail a:before {
	content:none !important;
}


/* 相談メニュー */
section.serviceMenu ul {
	text-align:center;
}
section.serviceMenu ul li {
    background-color: #FFF;
    display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width:calc(100%/3.2);
	margin:0.5rem;
	border: 2px solid #5D4439;
	padding: 1rem 0;
}
section.serviceMenu ul li h2 {
	margin-bottom: 0;
	display: block;
	vertical-align: middle;
	line-height:1;
}
section.serviceMenu ul li a {
    display:block;
}
/*法人メニュー*/
ul.btn_houjin{
	background-color: #5c433a;
	border: 2px solid #5c433a;
	width: 710px;
	margin:0 auto!important;
}
ul.btn_houjin li{
	margin: 0!important;
    vertical-align: top;
    border: none !important;
    background-color: inherit !important;
}
.corp_sub01{background-image: url(images/idx_corporation_bnr02.png);
    background-repeat: no-repeat;width: 350px!important;height:120px;}
.corp_sub02{background-image: url(images/idx_corporation_bnr01.png);
    background-repeat: no-repeat;width: 350px!important;height:120px; padding-top: 2rem!important;}

/* お役立ちコンテンツ */
.useful .wrap {
    border: 3px solid #eee;
	background-color:#fff;
    padding: 1.5rem 0 1rem;
}
.useful ul {
	text-align:center;
}
.useful ul li {
	display:inline-block;
	margin:0 1rem;
}
.useful ul li a{
	position: relative;
}
/* .useful ul li  a:before {
    font-family: FontAwesome;
    content: "\f138 ";
    color: #5D4439;
    margin-right: 0.5rem;
} */
/* 1020 */
.useful ul li  a:before {
	content:"";
	background-image: url(images/icn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left:-20px;
	top:4px;
	width: 14px;
	height: 14px;
}

/*ご相談の前に*/
#indexPrimary section.idxpoint .wrap {
	max-width: 1200px;
    padding: 0 2rem;
}
section.idxpoint ul {
    text-align: center;
}
section.idxpoint ul li {
    background-color: rgb(251, 250, 245);
    display: inline-block;
    /*font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    width: calc(30%);
    margin: 0.5rem 1rem;
    padding: 0;
	border-radius:10px;
	text-align:left;
	position:relative;
}
section.idxpoint ul li h2 {
    font-size: 1.3rem !important;
    padding: 0.65rem 1rem 0 1rem;
    text-align: left !important;
    vertical-align: middle;
    color: #fff !important;
    display: block;
    background-color: #7d6960;
    height: 80px;
	border-radius:10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0
}
section.idxpoint ul li.idxpoint01 img,section.idxpoint ul li.idxpoint02 img,section.idxpoint ul li.idxpoint03 img {position: absolute;}
section.idxpoint ul li.idxpoint01 img {
    left: -3rem;
    bottom: -10px;
}
section.idxpoint ul li.idxpoint02 img,
section.idxpoint ul li.idxpoint03 img{
    right: -2rem;
    bottom: -10px;
}
section.idxpoint ul li.idxpoint01 p {padding:0 1rem 0 4rem;}
section.idxpoint ul li.idxpoint02 p {padding:0 6rem 0 1rem;}
section.idxpoint ul li.idxpoint03 p {padding:0 3.5rem 0 0.8rem;}

/*相談メニュー*/
section.serviceMenu {
	background-color:#FBFAF5;
}

/*解決実績*/
section.idxresult {
	background-color:#FFFFF8;
}
/* アクセスマップ */
section.aboutus {
	background-color:#efecea;
	padding: 2rem 0 1rem;
}
section.aboutus .wrap {
	background-color:#fff;
	padding:1rem;
	width:100%;
}
.about_info {
	float:right;
}
.about_info  dl {
	float:left;
	overflow:hidden;
}
.about_info  dl dt {
	color:#DBAE39;
	float:left;
	width:60px;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: none;
}
.about_info  dl dd {
	margin: 0 0 0.5rem;
	padding-left: 60px;
	text-align: left;
}
.office_map {
	float:left;
}
.office_map  iframe {
	margin-bottom:0;
}
/* フォーム
---------------------------------------------------------------------------------------- */
dl.form {
	background-color: #fbfaf5;
	padding: 1rem;
	overflow: hidden;
}
dl.form dt {
	border-bottom:none;
	width: 200px;
	float: left;
	font-size: 1rem;
	font-weight:bold;
	position: relative;
}
dl.form dd{
	padding-left:200px;
	margin-bottom: 0.8rem;
	border-bottom: 1px dotted #5D4439;
	padding-bottom: 1rem;
}
dl.form .rows {margin-bottom:5px;}
span.formRequired {
	background-color: #FF3333;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0.1em 0.8em;
	position: absolute;
	right: 8px;
	top: 10%;
}
.kakunin_btn {
    float: left;
    margin: 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
input#zip {width: 50%;display: inline;}
.cnt_att{
	color:#df2424;
	font-size: 18px;
	font-weight: bold;
}

/* サイトバー
---------------------------------------------------------------------------------------- */
.side_contact {
	border: 5px solid #DBCBC4;
	padding: 0.5rem 0.5rem 0;
	background-color: #FBFAF5;
	margin-bottom: 3em;
	text-align:center;
	width:100%;
}
.side_contact p {
	margin-bottom:8px !important;
}

/* アーカイブスタイル調整
---------------------------------------------------------------------------------------- */
.bloglist_wrap,
.caselist_wrap {
	border: 3px solid #dcdddd;
	float: left;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
}
.bloglist_wrap h2,
.caselist_wrap h2 {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.5rem;
	margin-bottom: 0.2rem !important;
}
.bloglist_wrap p,
.caselist_wrap p {
	margin-bottom:0;
}
.acv-case {
	float:left;
	margin-bottom:1rem;
}
.acv-case ul {
	width:100%;
	list-style-type:none;
}
.acv-case ul li {
	float:left;
	margin: 0 4px 4px 0;
	text-align: center;
	width:100px;
}
.acv-case ul li a {
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	border-radius: 5px;
	display: block;
	padding:0.25rem 1rem;
}
.acv-case ul li a:hover {
	text-decoration:underline;
}
/*事務所案内・弁護士紹介
---------------------------------------------------------------------------------------- */
dl.interview  {margin:0 auto 3rem;overflow:hidden;width:100%;}
dl.interview dt {font-size:2rem; font-weight:normal}
dl.interview dd {margin-bottom:1.5rem;}
dl.about,dl.profile {margin:0 auto 3rem;overflow:hidden;width:90%;}
dl.about dt,dl.profile dt {float: left;width: 150px;font-size: 1rem;border-bottom: none;font-weight: 600;}
dl.about dd,dl.profile dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
	padding-left: 150px;
	width:100%
}
dl.profile2 {margin:0 auto 3rem;overflow:hidden;width:90%;}
dl.profile2 dt {float: left;width: 250px;font-size: 1rem;border-bottom: none;font-weight: 600;}
dl.profile2 dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
	padding-left: 250px;
}
/*個人・法人の法律相談
---------------------------------------------------------------------------------------- */
.pg_privateMenu > div,
.pg_corpMenu > div {
	border: 5px solid #DBCBC4;
	padding: 0.5rem 2.0rem;
	background-color: #FBFAF5;
	margin-bottom: 3rem;
}
.pg_privateMenu h3,
.pg_corpMenu h3 {
	border-bottom:none !important;
	border-top:none !important;
	font-size:24px;
}
.pg_privateMenu h3 a,
.pg_corpMenu h3 a {
	color:#5D4439;
}
.pg_privateMenu h3 span,
.pg_corpMenu h3 span {
	margin-right:0.5rem;
}
.pg_privateMenu a,
.pg_corpMenu a{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

ul.fukidashi-left li {
 	position: relative;
	display: inline-block;
 	margin: 0.5em 0 0.5em 15px;
	padding: 7px 25px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FBFAF5;
 	border: solid 3px #DBCBC4;
 	box-sizing: border-box;
 	border-radius: 10px;
}

ul.fukidashi-left li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
 	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 5px solid #FBFAF5;
 	z-index: 2;
}

ul.fukidashi-left li:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
 	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #DBCBC4;
 	z-index: 1;
}

.fukidashi-left ul li {
	margin: 0;
	padding: 0;
}
/* dl.yuigon dt:before {
    font-family: FontAwesome;
    content: "\f00c ";
    color: #00CC66;
    margin-right: 0.5rem;
    font-size: 1.5rem;
} */
/* 1020 */
dl.yuigon dt:before {
	content:"";
	background-image: url(images/icn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left:-10px;
	top:5px;
	width: 14px;
	height: 14px;
}

/*おすすめサイト
---------------------------------------------------------------------------------------- */
dl.recommend {
	overflow:hidden;
	width:100%;
}
dl.recommend dt a {
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
dl.recommend dt a:after {
	content: url(images/link_ico.png);
    margin-left: 0.5rem;
    position: relative;
}
dl.recommend dd {
	margin-bottom: 2.5rem;
}


/*サイトマップ
---------------------------------------------------------------------------------------- */
.pg_sitemap {
	overflow:hidden;
}
.pg_sitemap h3 {
	font-size: 22px;
	border-bottom: none !important;
	border-top: none !important;
	margin-bottom: 0 !important;
	font-weight: bold !important;
}
.pg_sitemap h4 {
	border-left:none !important;
	padding-left:0;
}
.pg_sitemap h4 span {
	margin-right:0.5rem;
}
.pg_sitemap h4 span img {
	height:32px;
}
.pg_sitemap a {
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
}
.pg_sitemap ul {
	padding-left:2rem;
}

/*--固定ページ内サブリンク--*/

.pg_sublinks {
    border: 3px solid #eee;
	background-color:#fdfdfd;
    padding: 1.5rem 0 1rem;
	margin: 2rem 0;
}
.pg_sublinks h3 {
	text-align:center;
	border-top:none!important;
	border-bottom:none!important;
}
.pg_sublinks ul {
	margin:2rem;
}
.pg_sublinks ul li {
	display:block;
	margin:0 1rem;
}
.pg_sublinks ul li  a {
box-shadow:none;
position: relative;
padding-left: 0.5em;
}
/* .pg_sublinks ul li  a:before {
    font-family: FontAwesome;
    content: "\f138 ";
    color: #5D4439;
    margin-right: 0.5rem;
} */
/* 1020 */
.pg_sublinks ul li  a:before {
	content:"";
	background-image: url(images/icn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left:-16px;
	top:3px;
	width: 15px;
	height: 15px;
}
.pg_sublinks ul li  a:hover {
opacity: 0.5 ;
}

/*投稿内ガイド*/
.box_border ol li p {
display: inline-block;
margin-bottom:0.5rem;
}
/*POSTナビゲーション*/


ol {list-style-position: inside!important;}
/*----------------------------------------------------------------------
　追加スタイル分のレスポンシブスタイル
----------------------------------------------------------------------*/
@media screen and (max-width: 46em) {
	.wrap {
		max-width:100% !important;
	}
	.site-content-contain {
		min-width: 100% !important;
	}
	.entry-header {
		min-height:150px !important;
		padding-top: 4rem !important;
	}
	#mainMv {
		max-width:100% !important;
		min-width:100% !important;
		padding:0;
	}
	/* topinfo + corona */
	.top_info .wrap{
		padding:20px 1rem 10px;
	}
	.top_info h2{
		font-weight: 600;
	}
	.top_info .txt_area{
		padding:0;
	}
	#indexPrimary section .corona .wrap{
		padding:20px 1rem;
	}
	.corona p.txt_c{
		text-align: left;
	}
	.corona p.txt_c br{
		display: none;
	}
	.corona .col_2{
		display: block;
		margin-bottom: 1em;
	}
	.corona .col_2 ul{
		font-size: 14px;
		margin-bottom: 1em;
	}
	.corona .col_2 img{
		margin:0.5em auto;
		display: block;
	}
	#indexPrimary section {
		padding: 1rem;
		/*margin-bottom:1rem;*/
}
	#indexPrimary section div.wrap{
		padding: 0.5em 0.8rem 0;
	}
	#indexPrimary h1 {
		font-size:1.6rem;
	}
	#secondary {
		display:none;
	}
	.entry-content {
		padding:1rem;
	}
	.entry-content h2 {
		margin-bottom: 0.5rem !important;
	}
	.entry-content h3 {
		margin: 1rem 0 !important;
	}
	#breadcrumb_list {
		padding:0.2rem 1rem !important;

	}
	#breadcrumb_list ul {
		width:100%!important;
	}
	.pic_vtc {
		height:200px;
		margin-right:1rem !important;
	}
	.pic_vtc img {
		height:100%;
	}
	li.cv_mail_l {width:20% !important;}
	li.cv_tel_l {width:70% !important;}
	.btn_mail_l, .btn_tel_l {font-size:1rem;}
	.btn_mail_l a, .btn_tel_l a{height: 70px;}
	ul.cv_btnArea li .btn_mail a,
	ul.cv_btnArea li .btn_tel a{
		height: auto;
	}
	ul.cv_btnArea_l li span {font-size: 0.8rem;}
	.btn_mail_l a {
		background-image:url(images/mail_ico.png);
		background-repeat:no-repeat;
		background-position: left 50% top 0.5rem !important;
    	background-size: 35px;
		padding: 2.5rem 0.1rem 0.2rem !important;
    	font-size: 0.8rem;
	}
	.btn_tel_l a {
		background-position: left 12px top 1rem !important;
    	background-size: 35px;
    	font-size: 1.5rem;
    	padding: 1rem
	}
	li.fmail {width:25% !important;}
	li.ftel {width:75% !important;}
	.footerContact {padding-top:1rem;}
	.footerContact li.fmail > div a span {font-size:0.6rem;}
	.footerContact li.ftel> div a span {font-size:0.7rem;}
	.btn_fmail a {
		background-position: left 50% top 0 !important;
		padding-top: 1.75rem;
		background-size: 34px;
	}
	.btn_ftel a {
		background-position: left 8% top 0.2rem !important;
		background-size:34px;
	    font-size: 1.5rem;
    	padding-left: 1rem;
	}
	.pg_sublinks {padding:1rem !Important;}
	.pg_sublinks ul {margin:0;}
	.pg_sublinks ul li {
    	display: block;
    	margin: 0 1rem 0.5rem;
    	text-indent: -1.3rem;
    	padding-left: 1.1rem;
	}
	/* Index */
	/*メインビジュアル*/
	#mainMv figure {margin: 1rem 0.5rem 0.5rem;}
	.idxread {padding: 0 1rem;}
	/*Guestメニュー*/
	.guestMenu,
	.cvArea .wrap {
		min-width: 100%;
	}
	.guestMenu ul li{
		margin: 0.5%;
		width: 30%;
    	font-size: 0.9rem;
	}
	.guestMenu ul li a {
		font-size:1.1rem;
	}
	.guestMenu ul li img {
		margin-left:-51px;
		top: -55px;
	}
	ul.cv_btnArea li {
		width:100%;
		margin:0;
	}
	.btn_mail, .btn_tel {
		font-size:1.5rem;
		line-height: 1.5;
		margin-bottom:0.5rem;
	}
	.btn_mail a, .btn_tel a {
		padding: 0.5rem 1rem 0.5rem !important;
	}
	ul.cv_btnArea li .btn_tel a {
		padding:1rem 1rem 0.2rem !important;
	}
	.cvArea_cap {
		width:100%;
	}

	/* 新着情報タブメニュー*/
	section.serviceMenu ul li {
		width: 46%;
    	margin: 1%;
	}
	.tabs {
		margin-bottom: 0 !important;
    	padding-bottom: 0;
	}
	.tab_item {
		display: table-cell;
		float:none;
		line-height: 1.2;
    	font-size: 14px;
		vertical-align: middle;
	}
	.tab_content {
		padding: 2rem 0 0;
	}

	.postArea dl {
		margin: 0 0 1.5rem;
	}
	.postArea dl dt {
		font-size:0.9rem;
		margin-bottom: 0;
		padding-bottom: 0;
		width: 90px;
	}
	.postArea dl dd {
	    padding-left:0;
    	margin-bottom: 5px;
    	margin-right: 0;
		font-size: 0.9rem;
	    line-height: 1.5;
	}
	.postArea dl dd a {
		display:block;
	}
	.tab_content .btn_more  {
		margin-bottom:0;
	}
	.tab_item:hover:after, .tabs input:checked + .tab_item:after {display:none;}
	.idxresult .postArea dl dt span a {width:80px;}

	/*法人メニュー*/
	.corp_sub01{display:none!important;}
	.corp_sub02{width:auto!important;}
	.btn_houjin{/*background:none!important;*/width: auto!important;}

	/*相談メニュー*/
	.svcmenu_sp {display:block}

	/*相談の前に*/
	section.idxpoint ul li {
		    width: calc(100%);
	}
	li.idxpoint02,li.idxpoint03 {margin-left: -1rem !important;}
	section.idxpoint ul li h2{height: auto !important;padding: 1rem !important;}
	.cvArea_cap_l {padding: 1.5rem 1.5rem 0 !important;}
	.cvArea_cap_l h3 {font-weight: 600 !important;text-align:center;}
	/*メールフォーム*/
	dl.form dt {
	width: 100%!important;
    margin-bottom: 1rem;
	}
	dl.form dd{
	padding-left:0!important;
	}
	/*プロフィール*/
	dl.profile2 dt {float:none;width:100%!important;}
	dl.profile2 dd {padding-left:0!important;}

}

/*
トップページ用吉津先生プロフィール
-----------------------------------------------------------
*/
section.idxprofile {
  background: url("images/bg_idxprofile.png") repeat;
}
section.idxprofile img,
section.idxprofile p.btn_more {
  width: 45%;
  float: right;
  margin-bottom:20px;
}
section.idxprofile p,
section.idxprofile dl {
  width: 50%;
  float: left;
}
section.idxprofile dl {
  background-color: #fff;
}
section.idxprofile dl {
  border: 1px solid #a3a3a3;
  padding: 1em;
}
section.idxprofile dl dt {
  width: 30%;
  float: left;
  font-size: 1em;
  border: none;
  margin: 0;
  padding: 0;
  color: #000;
}
section.idxprofile dl dd {
  width: 70%;
  float: left;
  font-size: 1em;
  border: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 46em) {
    section.idxprofile p.btn_more {
    width: 100%;
}
	section.idxprofile img {
	width:100%;
	}

	section.idxprofile p,
section.idxprofile dl {
  width: 100%;
}
  section.idxprofile dl dt {
  width: 30%;
  float: left;
  font-size: 1em;
  border: none;
  margin: 0;
  padding: 0;
  color: #000;
}
section.idxprofile dl dd {
  width: 70%;
  float: left;
  font-size: 1em;
  border: none;
  margin: 0;
  padding: 0;
}


}
