@charset "utf-8";


/* common
----------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */

html {
	width:667px;
	margin:0 auto;
}

html,body {
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}

/* 共通class Clearfix
----------------------------------------- */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/* Mincho
----------------------- */
.mincho { font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif; }

/* Section title
----------------------- */
.section-ttl {
	clear: both;
	line-height: 1.4em;
	margin-bottom: 40px;
	text-align: center;
	font-size: 26px;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	font-weight: 500;
}
.section-ttl span {
	display: block;
	margin-top: -5px;
	padding-top: 10px;
	font-size: 15px;
	color: #545a72;
}
.section-ttl span::before {
	content: '';
	display: block;
	width: 332px;
	margin: 0 auto;
	border-top: 1px solid #a3a1a2;
}


/* Pagetop
----------------------- */
#pagetop {
	width: 50px;
	height: auto;
}

/* header block
----------------------------------------- */
.header-block {
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	width: 667px;
	height: 90px;
    background-color: #FFF;
    z-index: 999;
}
.header-block .logo-contact {
	width: 597px;
	padding-top: 17px;
	float: left;
}
.header-block .logo-contact:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
.header-block .logo-contact { display:inline-block; }
/* Hides from IE-mac \*/
* html .header-block .logo-contact { height:1%; }
.header-block .logo-contact { display:block; }

.header-block .logo-contact h1 {
	width: 355px;
	height: 80px;
	text-align: center;
	float: left;
}
.header-block .logo-contact h1 img {
	width: 92%;
	height: auto;
}

.header-block .logo-contact .contact {
	width: 242px;
	text-align: left;
	font-size: 0;
	float: left;
}

.header-block .logo-contact .contact img {
	width: 230px;
	height: auto;
}

.header-block .logo-contact .contact .opentime {
	margin-top: 5px;
	font-size: 16px;
	color: #666;
}
.header-block .logo-contact .contact .opentime span {
	display: block;
	width: 100%;
	padding-top: 3px;
	font-size: 8px;
}

/* header menu - toggle button
----------------------------------------- */
.burger-menu {
	position: relative;
	width: 50px;
	height: 50px;
	padding-top: 25px;
	margin-left: 8px;
	float: left;
}
.burger {
	position: absolute;
	background: rgba(31,42,74,1);
	width: 100%;
	height: 6px;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	opacity: 1;
}
.burger::before {
	position: absolute;
	background: rgba(31,42,74,1);
	width: 50px;
	height: 6px;
	top: 20px;
	content: "";
	display: block;
}
.burger::after {
	position: absolute;
	background: rgba(31,42,74,1);
	width: 50px;
	height: 6px;
	bottom: 20px;
	content: "";
	display: block;
}
.burger::after, .burger::before, .burger {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0px;
}
.burger-menu.menu-on .burger::before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0px;
}
.burger-menu.menu-on .burger{ background: rgba(31,42,74,.0); }

/* useless css */
.burger-menu {
	margin-left:auto;
	margin-right: auto;
}
.big {
	letter-spacing: 0px;
	font-size: 51px;
	display: block;
	text-transform: uppercase;
}


/* header menu
----------------------------------------- */
#gnavi nav {
    width:667px;
    height:100%;
    transition:all 0.6s;
    transform: translate(667px);
    position: fixed;
	line-height:2em;
	top: 90px;
    right: 0;
	z-index:999;
    background-color: #FFF;
}
#gnavi nav.open { transform: translate(0); }
#gnavi li {
	border-bottom:solid 1px #aabccd;
	text-align:center;
}
#gnavi ul { font-size:1px; }
#gnavi a {
	color:#000;
	text-decoration:none;
	display:block;
	font-size:30px;
	padding:22px 0;
}


/* footer block
----------------------------------------- */
#footer-block {
	clear: both;
	width: 100%;
	padding-top: 30px;
	background: #1f2a4a url(/img_cmmn/footer_badge.png) right 80% no-repeat;
}

#footer-block .menu-list ul {
	margin-bottom: 60px;
	text-align: center;
	font-size: 1px;
}

#footer-block .menu-list ul li {
	display: inline-block;
	margin: 10px 0 10px 10px;
	border-right: 1px solid #FFF;
}
#footer-block .menu-list ul li:last-child { border-right: none; }

#footer-block .menu-list ul li a {
	display: inline-block;
	padding: 0 20px;
	font-size: 22px;
	color: #FFF;
}
#footer-block .menu-list ul li a:active,
#footer-block .menu-list ul li a:hover { opacity: .7; }

#footer-block .contact {
	text-align: center;
	margin-bottom: 60px;
	color: #FFF;
}

#footer-block .contact .opentime {
	line-height: 2.6em;
	margin-bottom: 5px;
	font-size: 16px;
}
#footer-block .contact .opentime span {
	line-height: 1.4em;
	display: block;
	width: 100%;
	font-size: 16px;
}

#footer-block .copyright {
	display: block;
	padding-bottom: 20px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}


/* top-page
----------------------------------------- */
#top-page {
	clear: both;
	padding-top: 90px;
}

/* mv-block
----------------------- */
#top-page .mv-block {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}
#top-page .mv-block img {
	width: 100%;
	height: auto;
}

/* about-block
----------------------- */
#top-page .about-block {
	width: 100%;
	text-align: center;
}

#top-page .about-block .about-wrap {
	width: 620px;
	margin: 0 auto;
}
#top-page .about-block figure {
	width: 217px;
	float: left;
}
#top-page .about-block figure img {
	width: 100%;
	height: auto;
}

#top-page .about-block h3 {
	width: 370px;
	line-height: 2em;
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 30px;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	font-weight: 500;
	color: #333;
	text-align: left;
	float: right;
}

#top-page .about-block .text-wrap {
	clear: both;
	padding: 25px 0 120px;
	text-align: left;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	font-size: 23px;
	font-weight: 500;
	background: url(/img_cmmn/yamabuki.png) right bottom no-repeat;
}

#top-page .about-block .text-wrap p { line-height: 1.8em; }


/* business-page
----------------------------------------- */

#business-page {
	clear: both;
	padding-top: 90px;
}

#business-page .business-block {
	padding: 75px 0 115px;
	background-color: #f2f2f2;
}

#business-page .business-block .business-list {
	width: 607px;
	margin: 30px auto 40px;
}

#business-page .business-block .business-list dt {
	position: relative;
	box-sizing: border-box;
	width: 360px;
	padding: 12px 0 12px 60px;
	font-size: 20px;
	font-weight: 500;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	color: #FFF;
	background-position: 10px center;
	background-size: auto 70%;
	background-repeat: no-repeat;
	z-index: 2;
}
#business-page .business-block .business-list dt.realestate,
#business-page .business-block .business-list dt.support,
#business-page .business-block .business-list dt.consulting { background-color: #1f2a4a; }
#business-page .business-block .business-list dt.inheritance,
#business-page .business-block .business-list dt.divorce { background-color: #7a0c31; }
#business-page .business-block .business-list dt.support { background-size: auto 60%; }

#business-page .business-block .business-list dt.realestate { background-image: url(/img_cmmn/icon_house.png);  }
#business-page .business-block .business-list dt.inheritance { background-image: url(/img_cmmn/icon_money.png); }
#business-page .business-block .business-list dt.support { background-image: url(/img_cmmn/icon_hand.png); }
#business-page .business-block .business-list dt.divorce { background-image: url(/img_cmmn/icon_heart.png); }
#business-page .business-block .business-list dt.consulting { background-image: url(/img_cmmn/icon_graph.png); }

#business-page .business-block .business-list dd {
	position: relative;
	box-sizing: border-box;
	width: 547px;
	min-height: 200px;
	padding: 30px;
	margin: -12px 0 40px 30px;
	background-color: #FFF;
	background-position: 307px 30px;
	background-size: auto 150px;
	background-repeat: no-repeat;
	z-index: 1;
}
#business-page .business-block .business-list dd.realestate,
#business-page .business-block .business-list dd.support,
#business-page .business-block .business-list dd.consulting { border: 1px solid #1f2a4a; }
#business-page .business-block .business-list dd.inheritance,
#business-page .business-block .business-list dd.divorce { border: 1px solid #7a0c31; }

#business-page .business-block .business-list dd.realestate { background-image: url(/img_pc/business_photo01.jpg);  }
#business-page .business-block .business-list dd.inheritance { background-image: url(/img_pc/business_photo02.jpg); }
#business-page .business-block .business-list dd.support { background-image: url(/img_pc/business_photo03.jpg); }
#business-page .business-block .business-list dd.divorce { background-image: url(/img_pc/business_photo04.jpg); }
#business-page .business-block .business-list dd.consulting { background-image: url(/img_pc/business_photo05.jpg); }

#business-page .business-block .business-list dd h3 {
	line-height: 1.8em;
	width: 260px;
	margin: 20px 0 60px;
	font-size: 25px;
	font-weight: 500;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
}
#business-page .business-block .business-list dd.divorce h3 { font-size: 22px; }

#business-page .business-block .business-list dd.realestate h3,
#business-page .business-block .business-list dd.support h3,
#business-page .business-block .business-list dd.consulting h3 { color: #1f2a4a; }
#business-page .business-block .business-list dd.inheritance h3,
#business-page .business-block .business-list dd.divorce h3 { color: #7a0c31; }

#business-page .business-block .business-list dd.support h3 { font-size: 24px; }

#business-page .business-block .business-list dd p {
	line-height: 1.6em;
	font-size: 23px;
}


/* legal-page
----------------------------------------- */

#legal-page {
	clear: both;
	padding-top: 90px;
}

/* legal-block
----------------------- */
#legal-page .legal-block {
	padding: 80px 0 100px;
	color: #FFF;
	background-color: #1f2a4a;
}

#legal-page .legal-block .section-ttl,
#legal-page .legal-block .section-ttl span { color: #FFF; }
#legal-page .legal-block .section-ttl span::before { border-color: #FFF; }

#legal-page .legal-block .content-wrap {
	width: 607px;
	margin: 0 auto;
}
#legal-page .legal-block .content-wrap:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
#legal-page .legal-block .content-wrap { display:inline-block; }
/* Hides from IE-mac \*/
* html #legal-page .legal-block .content-wrap { height:1%; }
#legal-page .legal-block .content-wrap { display:block; }

#legal-page .legal-block .content-wrap h3 {
	width: 330px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 26px;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	float: left;
}
#legal-page .legal-block .content-wrap h3 span { border-bottom: 1px solid #FFF; }

#legal-page .legal-block .content-wrap figure {
	width: 250px;
	margin-bottom: 20px;
	float: right;
}
#legal-page .legal-block .content-wrap figure img {
	width: 100%;
	height: auto;
}

#legal-page .legal-block .content-wrap .text { clear: both; }
#legal-page .legal-block .content-wrap .text p {
	line-height: 1.6em;
	font-size: 23px;
}

/* online-block
----------------------- */
#legal-page .online-block {
	clear: both;
	padding: 80px 0 100px;
	color: #FFF;
	background-color: #7a0c31;
}

#legal-page .online-block .section-ttl,
#legal-page .online-block .section-ttl span { color: #FFF; }
#legal-page .online-block .section-ttl span::before { border-color: #FFF; }

#legal-page .online-block .content-wrap {
	width: 607px;
	margin: 0 auto;
}
#legal-page .online-block .content-wrap:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
#legal-page .online-block .content-wrap { display:inline-block; }
/* Hides from IE-mac \*/
* html #legal-page .online-block .content-wrap { height:1%; }
#legal-page .online-block .content-wrap { display:block; }

#legal-page .online-block .content-wrap h3 {
	width: 330px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 26px;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	float: left;
}
#legal-page .online-block .content-wrap h3 span { border-bottom: 1px solid #FFF; }

#legal-page .online-block .content-wrap figure {
	width: 250px;
	margin-bottom: 20px;
	float: right;
}
#legal-page .online-block .content-wrap figure img {
	width: 100%;
	height: auto;
}

#legal-page .online-block .content-wrap .text { clear: both; }
#legal-page .online-block .content-wrap .text p {
	line-height: 1.6em;
	margin-bottom: 8px;
	font-size: 23px;
}

#legal-page .online-block .content-wrap .text p.notice { font-size: 18px; }


/* attorney-page
----------------------------------------- */

#attorney-page {
	clear: both;
	padding-top: 90px;
}

/* attorney-block
----------------------- */
#attorney-page .attorney-block {
	clear: both;
	margin-bottom: 60px;
}

#attorney-page .profile-box {
	clear: both;
	box-sizing: border-box;
	width: 617px;
	min-height: 425px;
	padding: 30px 30px 30px 0;
	margin: 0 auto 50px;
	background-color: #f2f2f2;
}
#attorney-page .profile-box:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
#attorney-page .profile-box { display:inline-block; }
/* Hides from IE-mac \*/
* html #attorney-page .profile-box { height:1%; }
#attorney-page .profile-box { display:block; }

#attorney-page .bg-red { border-left: 186px solid #7a0c31; }
#attorney-page .bg-blue { border-left: 186px solid #1f2a4a; }

#attorney-page .bg-red figure,
#attorney-page .bg-blue figure {
	width: 200px;
	margin-left: -154px;
	float: left;
}
#attorney-page .bg-red figure img,
#attorney-page .bg-blue figure img {
	width: 100%;
	height: auto;
}

#attorney-page .profile-box .text {
	width: 320px;
	float: right;
}

#attorney-page .profile-box .text .name {
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 500;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;

}
#attorney-page .bg-red .text .name { letter-spacing: 10px; }

#attorney-page .profile-box .text .name span {
	margin-left: 15px;
	font-size: 16px;
	letter-spacing: normal;
}

#attorney-page .bg-red .text .name span {color: #7a0c31; }
#attorney-page .bg-blue .text .name span { color: #1f2a4a; }

#attorney-page .profile-box .text .profile {
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 23px;
}

#attorney-page .profile-box .text .relation-list {
	line-height: 1.6em;
	font-size: 15px;
}

#attorney-page .bg-red .text .relation-list dt {
	font-weight: bold;
	color: #7a0c31;
	margin-bottom: 10px;
	font-size: 23px;
}
#attorney-page .bg-blue .text .relation-list dt {
	font-weight: bold;
	color: #7a0c31;
	margin-bottom: 10px;
	font-size: 23px;
}

#attorney-page .profile-box .text .relation-list dd ul li {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.5em;
	font-size: 20px;
}

#attorney-page .bg-red .text .relation-list dd ul li:before {
	content: '・';
	color: #7a0c31;
}
#attorney-page .bg-blue .text .relation-list dd ul li:before {
	content: '・';
	color: #1f2a4a;
}


/* fee-page
----------------------------------------- */

#fee-page {
	clear: both;
	padding-top: 90px;
}

/* fee-block
----------------------- */
#fee-page .fee-block {
	clear: both;
	padding: 75px 0 115px;
	background-color: #f2f2f2;
}

#fee-page .fee-block .explain {
	width: 567px;
	line-height: 1.6em;
	margin: 0 auto 40px;
	font-size: 23px;
	font-weight: 500;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
}

#fee-page .fee-block .fee-list {
	width: 607px;
	margin: 0 auto;
}

#fee-page .fee-block .fee-list>dt {
	box-sizing: border-box;
	width: 160px;
	height: 160px;
	padding-top: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family:"Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
	color: #FFF;
	background-image: url(/img_cmmn/icon_balance.png);
	background-position: center 30px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
#fee-page .fee-block .fee-list>dt.blue { background-color: #1f2a4a; }
#fee-page .fee-block .fee-list>dt.red { background-color: #7a0c31; }
#fee-page .fee-block .fee-list>dt.green { background-color: #004b47; }
#fee-page .fee-block .fee-list>dt.brown { background-color: #a47233; }

#fee-page .fee-block .fee-list>dd {
	box-sizing: border-box;
	min-height: 180px;
	line-height: 1.6em;
	width: 557px;
	padding: 40px 40px 40px 150px;
	margin: -120px 0 50px 50px;
	font-size: 23px;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

#fee-page .fee-block .fee-list>dt.green+dd>dl dt {
	font-weight: bold;
	color: #004b47;
}
#fee-page .fee-block .fee-list>dt.green+dd>dl dd { margin: 0 0 10px 52px; }

#fee-page .fee-block .fee-list>dt.brown+dd { padding-top: 50px; }
#fee-page .fee-block .fee-list>dt.brown+dd { padding-top: 60px; }


/* office-page
----------------------------------------- */

#office-page {
	clear: both;
	padding-top: 90px;
}

/* office-block
----------------------- */
#office-page .office-block {
	clear: both;
	margin-bottom: 80px;
}

#office-page .office-block .office-data {
	width: 607px;
	margin: 0 auto 40px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

#office-page .office-block .office-data th,
#office-page .office-block .office-data td {
	line-height: 1.6em;
	font-size: 23px;
	border-bottom: 1px solid #c9c5c4;
}

#office-page .office-block .office-data th {
	padding: 12px;
	text-align: left;
	font-weight: bold;
	background-color: #f2f2f2;
	width: 120px;
}

#office-page .office-block .office-data td {
	padding: 12px 35px;
	vertical-align: middle;
}

#office-page .office-block .map {
	width: 607px;
	margin: 0 auto 65px;
}
#office-page .office-block .map iframe {
	width: 100%;
	height: 560px;
}


/* related-block
----------------------- */
#office-page .related-block {
	clear: both;
	margin-bottom: 100px;
}

#office-page .related-block .organizations-list {
	width: 637px;
	margin: 0 auto;
	text-align: center;
}
#office-page .related-block .organizations-list li {
	display: inline-block;
	line-height: 62px;
	vertical-align: middle;
	margin: 0 20px 10px;
}

#office-page .related-block .organizations-list li a:active,
#office-page .related-block .organizations-list li a:hover { opacity: .7; }

#office-page .related-block .organizations-list li a img {
	max-width: 298px;
	height: auto;
	vertical-align: middle;
}
#office-page .related-block .organizations-list li:last-child a img { width: 547px; }


/* smile-block
----------------------- */
.smile-block {
	clear: both;
	padding: 75px 0;
	text-align: center;
	background-color: #f2f2f2;
}

.smile-block .catchcopy {
	padding-bottom: 270px;
	margin-bottom: 30px;
	font-size: 20px;
	background: url(/img_sp/footer_photo.png) center bottom no-repeat;
}

.smile-block .logo { margin-bottom: 20px; }

.smile-block .contact {
	line-height: 2em;
	margin-bottom: 20px;
	font-size: 16px;
}
.smile-block .contact span { font-weight: bold; }
.smile-block .contact img { margin-top: 5px; }

.smile-block .address {
	margin-bottom: 15px;
	font-size: 23px;
}

.smile-block .traffic {
	line-height: 1.6em;
	font-size: 20px;
}


/* privacy-page
----------------------------------------- */
#privacy-page {
	clear: both;
	padding-top: 90px;
}

#privacy-page .lead {
	width: 607px;
	margin: 0 auto 30px;
}
#privacy-page .lead p {
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 23px;
}

#privacy-page .policy-list {
	width: 607px;
	line-height: 1.6em;
	margin: 0 auto 30px;
	font-size: 23px;
}

#privacy-page .policy-list > dt {
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 23px;
}

#privacy-page .policy-list > dd {
	margin: 0 0 1em 32px;
	font-size: 23px;
}

#privacy-page .policy-list > dd p { margin-bottom: .5em; }
#privacy-page .policy-list > dd ul.disc { list-style: disc; }
#privacy-page .policy-list > dd ul.disc li { margin: 0 0 0 32px; }
#privacy-page .policy-list > dd ul.none li {
	margin: 0 0 .5em 3em;
	text-indent: -3em;
}

#privacy-page .contact:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
#privacy-page .contact { display:inline-block; }
/* Hides from IE-mac \*/
* html #privacy-page .contact { height:1%; }
#privacy-page .contact {
	display:block;
	margin-left: 23px;
}
#privacy-page .contact > dt,
#privacy-page .contact > dd { font-size: 23px; }
#privacy-page .contact > dt {
	clear: left;
	width: 160px;
	margin-bottom: 10px;
	font-weight: bold;
	float: left;
}
#privacy-page .contact > dt:before { content: '['; }
#privacy-page .contact > dt:after { content: ']'; }

#privacy-page .contact > dd {
	width: 300px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}
