﻿@charset "UTF-8";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.25;
	-webkit-text-size-adjust: 100%;
}
.box-area:after {
	content:"";
	display:block;
	clear:both;
}
.box-left {
	float:left;	
}
.box-right {
	float:right;
	text-align:left;	
}
.wdh10 {
	width: 10%;
}
.wdh20 {
	width: 20%;
}
.wdh30 {
	width: 30%;
}
.wdh33 {
	width:33.3333%;	
}
.wdh40 {
	width: 40%;
}
.wdh49 {
	width: 49%;
}
.wdh50 {
	width: 50%;
}
.wdh60 {
	width: 60%;
}
.wdh70 {
	width: 70%;
}
.wdh80 {
	width: 80%;
}
.wdh90 {
	width: 90%;
}
.wdh100 {
	width: 100%;
}

.mar-top10 {margin-top:10px;}
.mar-top20 {margin-top:20px;}
.mar-top30 {margin-top:30px;}
.mar-top40 {margin-top:40px;}
.mar-top50 {margin-top:50px;}
.mar-bottom10 {margin-bottom:10px;}
.mar-bottom20 {margin-bottom:20px;}
.mar-bottom30 {margin-bottom:30px;}
.mar-bottom40 {margin-bottom:40px;}
.mar-bottom50 {margin-bottom:50px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt90 {padding-top:90px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}

.deco1 {
	background-color:#dfe7ca;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:70px;
	border-radius:10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	width:70%;
	 
}
.deco2 {
	padding-left:70px;
}
.fwb {
	font-weight: bold;	
}

.fwn {
	font-weight: normal;	
}

.img-wdh {
	width:100%;
	height:auto;
	vertical-align:top;	
}
.txt-center {
	text-align: center;	
}
a {
	color: #3159a8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.3s ease-out;
}
a:visited {
	color: #3159a8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.3s ease-out;
}
a:active {
	color: #3159a8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.3s ease-out;
}
a:hover {
	color: #F99;
	text-decoration: underline;
	opacity: 0.7;
}
li {
	list-style: none;
}
#container, .header, .contents, .footer {
	width: 100%;
	background-color: #fff;
}
/* pagetopボタン */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 40px;
	font-size: 77%;
}
#page-top a {
	background: #C8D4EF;
	text-decoration: none;
	color: #3159A8;
	width: 90px;
	padding: 21px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;  /* Firefox用 */  

	font-size: 12px;
}
/*
#page-top1 {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 30px;
  width: 80px;
  padding: 10px 0;
  background: rgba(0,0,0,.7);
  color: #848686;
  font-size: 80%;
  background-color: #ffedf0;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: .5s;
}
*/
.construct {
	 font-size: 24px;
	text-align:center !important;
	margin-top:70px;
	margin-bottom:40px;	
}

/*--------------------------------------------------------------------/
	ヘッダー関係
/--------------------------------------------------------------------*/
.header {
	height: 534px;
	background-color: transparent;
	background: url("../images/bg-top-mainvisual_01.gif") 50% top no-repeat;
	/*background: url("../images/bg-top-mainvisual_01.gif") center center / cover no-repeat;*/
	/*background: url("../images/bg-top-mainvisual_01.gif") left top no-repeat\9;*//* IE7 IE8 ハック */
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
 behavior: url(“css/PIE.htc”);
}
.header2 {
	height: 230px;
	background-color: transparent;
	background: url("../images/bg-header-nav.gif") 50% top no-repeat;
	/*background: url("../images/bg-header-nav.gif") center center / cover no-repeat;*/
	/*background: url("../images/bg-header-nav.gif") left top no-repeat\9;*//* IE7 IE8 ハック */
	margin-bottom: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
 behavior: url(“css/PIE.htc”);
}
.header-inner {
	width: 1010px;
	margin: 0 auto;
}
header {
	position: relative;
}
header:after, nav.globalnav:after {
	content: "";
	display: block;
	clear: both;
}
.main-logo {
	position: absolute;
	left: 0;
	top: 0;
}
.cloud1 {
	position: absolute;
	left: 203px;
	top: 26px;
}
.cloud2 {
	position: absolute;
	left: 481px;
	top: 130px;
}
.cloud3 {
	position: absolute;
	left: 742px;
	top: 61px;
}
.top-mainvisual-title {
	position: absolute;
	left: 110px;
	top: 328px;
}
.mainnav {
	position: absolute;
	top: 135px;
	left: 210px;
}
.subnav {
	position: absolute;
	top: 175px;
	right: 0;
}
.mainnav li, .subnav li {
	float: left;
}
.nav-inheritance, .nav-donation, .nav-tax-avoidance {
	padding-right: 20px;
}
.nav-qanda {
	padding-right: 10px;
}
.koukan-tel {
	position: absolute;
	top: 10px;
	right: 0;
	opacity:0.7;
}
/*--------------------------------------------------------------------/
	コンテンツ関係
/--------------------------------------------------------------------*/
.contents-inner {
	width: 1010px;
	margin: 0 auto 80px;
	padding: 38px;
	background: url(../images/bg-top-contents.gif) 0 0 repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.contents-inner img,
.contents-inheritance-inner img,
.contents-donation-inner img,
.contents-avoidance-inner img {
	vertical-align: bottom;
}
.contents-inheritance-inner,
.contents-donation-inner,
.contents-avoidance-inner {
	width: 1010px;
	margin: 0 auto 80px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contents-donation-inner {
	margin: -29px auto 80px;
}

.cont-inheritance-header,
.cont-donation-header,
.cont-avoidance-header {
	margin-bottom:40px;
	margin-top:-20px;	
}

.cont-donation-header {
	margin-top:-45px;	
}

.free-conference a {
	display: block;
	width: 824px;
	height: 0;
	padding-top: 116px;
	overflow: hidden;
	background-image: url('../images/bnr-free-conference.png');
	background-repeat: no-repeat;
	margin: 10px auto 40px;
		
}


.definition {
	text-align:center;	
}

.summary {
	width: 1001px;
	margin: 0 auto 80px;
	padding: 30px;
	background: url(../images/bg-top-contents.gif) 0 0 repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;	
	position:relative;
	text-align:center;
	
}

.summary01 {
	font-size:18px;
	color:#051e4f;
}

.summary02 {
	margin-top:20px;	
}

.summary02 li {
	font-size:14px;
	color:#333333;
	line-height:1.5;
}

.summary03 {
	font-size:18px;
	color:#051e4f;
	line-height:1.8;
}

.summary04 {
	width:420px;
	margin:0px auto 10px;
	}

.summary04 li {
	font-size:18px;
	color:#333333;
	line-height:1.8;
	text-align:left;
}
.summary05 {
	font-size:18px;
	padding:10px;
	border:1px solid #d5d4d2;
	background-color:#fff;
	width:200px;
	margin:20px auto;	
}
.inheritance-flow {
	margin-bottom:20px;	
}

.donation-table {
	margin-bottom:30px;	
}

.donation-rate-table {
	display: block;
	width: 897px;
	height: 0;
	padding-top: 282px;
	overflow: hidden;
	background-image: url('../images/donation-rate-tbl.png');
	background-repeat: no-repeat;
	margin: 20px auto 10px;
}

.table-name {
	width:100px;
	background-color:#6aa5d0;
	padding:10px;
	margin:30px auto 10px;
	color:#FFFFFF;
	font-size:14px;
}

.donation-rate-table-caution {
	font-size: 14px;
	text-align:right;
	padding-right:10px;
	
}


.contents-question-inner, .contents-company-inner, .contents-conference-inner {
	width: 1010px;
	margin: 0 auto 200px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.contents-company-inner {
	margin-bottom: 130px;
}
.contents-inner-div {
}
ul.contents-top-tax:after {
	content: "";
	display: block;
	clear: both;
}
ul.contents-top-tax li {
	float: left;
	width: 33.3%;
}
ul.contents-top-tax li:nth-child(2) {
	text-align: center;
}
ul.contents-top-tax li:nth-child(3) {
	text-align: right;
}
.contents-top-etc {
	margin-top: 25px;
}
.contents-top-etc:after {
	content: "";
	display: block;
	clear: both;
}
.contents-top-etc .section {
	float: left;
	width: 70%;
}
h2.newarrival {
	color: #3159a8;
	font-size: 1.8em;
	margin-bottom: 15px;
}
h2.service {
	color: #56AB74;
	font-size: 1.8em;
	margin-bottom: 15px;
}

.contents-top-etc aside {
	float: right;
}
aside.banner-area li {
	margin-bottom: 20px;
}
ul.information {
	font-size: 1.5em;
}
ul.information li {
	margin-bottom: 12px;
}
h2.cont-header, h2.cont-question-header, h2.cont-company-header, .cont-conference-header {
	margin-bottom: 50px;
}
.cont-question-header, .cont-company-header {
	background-color: #f7ecf3;
	text-align: center;
}
.cont-question-header img {
	margin: 20px auto;
}
.cont-question-explain {
	text-align: center;
	font-size: 2.2em;
	margin-bottom: 40px;
	color: #51bffc;
}
.qanda {
	margin-bottom: 45px;
	font-size: 1.4em;
}
.q {
	line-height: 1.8;
	margin-bottom: 5px;
	padding-left: 60px;
	background: url("../images/q.png") 10px 3px no-repeat #ddf1fc;
}
.a {
	line-height: 1.4;
	padding-left: 60px;
	background: url("../images/a.png") 11px 3px no-repeat;
}
.cont-conference-header img {
	margin: 17px auto;
}
.cont-company-header img {
	margin: 17px auto;
}

.company-info:after {
	content: "";
	display: block;
	clear: both;
}
.company-info {
	font-size: 1.4em;
}
.company-data {
	float: left;
	width: 50%;
}
.company-map {
	float: left;
	width: 50%;
}
.company-data dl {
	line-height: 2.2;
	margin-bottom: 6px;
	width: 94%;
}
.company-data dl dt {
	float: left;
	padding-left: 4%;
}
.company-data dl dd {
	padding-left: 25%;
}
.mb12 {
	margin-bottom: 12px;
}
.clr {
	background-color: #ddf1fc;
}
.company-map-inner dl {
	line-height: 1.7;
	margin-bottom: 10px;
	margin-top: 16px;
}
.company-map-inner dd {
	margin-left: 1em;
}
.map-area {
}
.about-tax {
	margin-top: 70px;
}
.about-tax-hl {
	margin-bottom:30px;	
}
.about-tax-explain {
	font-size: 140%;
	line-height:1.7;	
}

.inheritance-tax-item {
	color:#583c07;
	font-size: 170%;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.6;	
}
.inheritance-detail {
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
}
.inheritance-detail-title {
	font-size:16px;
	color:#583c07;
	margin-bottom:10px;
}
.inheritance-detail-explain {
	line-height:1.7;
	margin-bottom:40px;
}

.donation-tax-item {
	color:#051e4f;
	font-size: 170%;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.6;	
}

.donation-tax-item li a{
	color:#051e4f;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.6;
	text-decoration:underline;	
}

.donation-detail {
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
}
.donation-detail-title {
	font-size:16px;
	color:#051e4f;
	margin-bottom:10px;
}
.donation-detail-explain {
	line-height:1.7;
	margin-bottom:15px;
}

.donation-detail-caution {
	line-height:1.8;
	font-size:12px;
}


.donation-detail2 {
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	margin-left:20px;
}
.donation-detail-title2 {
	font-size:14px;
	color:#6aa5d0;
	margin-bottom:10px;
}
.donation-detail-explain2 {
	line-height:1.7;
	margin-bottom:15px;
	font-size:12px;
}

.donation-detail-caution2 {
	line-height:1.8;
	font-size:12px;
}

.donation-detail-title3 {
	font-size:14px;
	color:#051e4f;
	margin-bottom:10px;
}

.tax-exempt-table {
	width:960px;
	border:1px solid #a1a2a1;	
}

.tax-exempt-table td {
	padding:10px;
	text-align:center;	
}

.tax-exempt-table tr.table-headline {
	background-color:#d4edf2;
	color:#3c3b87;
}

.tr2 {
	color:#3b7baa;
}

.bor-rb {
	border-right:1px solid #a1a2a1;	
	border-bottom:1px solid #a1a2a1;	
}

.bor-b {
	border-bottom:1px solid #a1a2a1;	
}

.headline-sub {
	font-size: 16px;
	padding:10px 25px;
	background-color: #fffbc4;
	margin-top:40px;
	margin-bottom:20px;	
}
.ph1 {
	margin-left:20px;
	line-height:1.7;
		
}

ul.chap5 {
	text-align:left;
	margin:50px auto 0;	
}
ul.chap5 li {
	font-size: 140%;
	line-height:1.7;
}

dl.chap7 {
	border:1px solid #e1dede;
	font-size:18px;
	height:267px;
}

dl.chap7 dt {
	margin-top:16px;
	margin-left:35px;
	margin-bottom:10px;	
}

dl.chap7 dd {
	line-height:1.6;
	margin-left:38px;	
}

dl.chap7 dd span {
	text-decoration:underline;
}

dl.chap8 {
	border:1px solid #e1dede;
	font-size:18px;
	height:117px;
}

dl.chap8 dt {
	margin-top:16px;
	margin-left:35px;
	margin-bottom:10px;	
}

dl.chap8 dd {
	line-height:1.6;
	margin-left:38px;	
}

dl.chap8 dd span {
	text-decoration:underline;
}


p.toavoidance {
	font-size:18px;
	margin-top:28px;
	font-weight:bold;
}

p.caution {
	text-align:center;
	margin-top:15px;
	margin-bottom:110px;
	font-size:18px;
	color:#c7362b;	
	
}
.bar01{
	color:red;
	
}
.souzoku-exm{
background-color:#f3f0f3;
padding:3px;
}
	
th,td{
	border:solid 1px #a1a2a1;
	vertical-align:middle;
}

.open-message {
	width:931px;
	height:388px;
	background: url('../images/bg-message.png') no-repeat left top;
	margin-bottom:40px;
}

.open-column {
		width:911px;

    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.open-column p {
    margin: 0; 
    padding: 0;
}

.ph {
	font-size: 1.5em;
	margin-left:45px;
	margin-right:45px;
	line-height:1.3;	
}

.phc {
	font-size: 2.5em;
	font color: #f4f4f4;
	margin-left:45px;
	margin-right:45px;
	margin-bottom: 35px;
	line-height:1.3;	
}

.scr {
  overflow: auto;
  width: 610px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: 5px;
}
/*--------------------------------------------------------------------/
	フッター関係
/--------------------------------------------------------------------*/
.footer {
	background-color: #3159a8;
	color: #fff;
}
.footer-inner {
	width: 1010px;
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 5px;
}
ul.footer-info:after, footer:after, .footer-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.footer-info .address {
	padding-left: 66px;
	background-image: url('../images/7s.gif');
	background-repeat: no-repeat;
}
.footer-info li {
	float: left;
	font-size: 130%;
	margin-right: 40px;
}
address {
	width: 742px;
	float: left;
	margin-bottom: 50px;
	font-style: normal;
}
a.telnumber {
	color: #fff;
	text-decoration: none;
}
.footer-info .contact {
	float: right;
	width: 300px;
}
.footer-wrap .contact a {
	display: block;
	width: 240px;
	height: 0;
	padding-top: 56px;
	overflow: hidden;
	background-image: url('../images/contact.gif');
	background-repeat: no-repeat;
	margin-left: 22px;
}
footer p {
	font-size: 115%;
	text-align: center;
	clear: both;
}


/* パンくず
-------------------------------------------------------*/

.bread {
	font-size:14px;
	width: 1010px;
	margin: 0px auto 20px;
}

.bread li {
	float:left;	
}
