@charset "UTF-8";

/*******************************************
コンテンツフレーム
*******************************************/

#contentbody{
	width:100%;
	max-width:1024px;
	display:block;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	clear:both;
}

#header{
	width:100%;
	height:155px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	padding:0;
}

.post-type-archive-loan #header,
.single-loan #header {
	height: 174px;
}

#columbox{
	width:100%;
	max-width:1024px;
	display:block;
	position:relative;
	padding:0;
}

#columbox:after{
	content: "";
	display: block;
	clear:both;
}

#main_column{
	width:100%;
	max-width:768px;
	padding:0 22px;
	display:block;
	overflow:hidden;
	position: relative; 
	float:left;
	margin-bottom :40px;
}

#side_column{
	width:256px;
	display:block;
	float:right;
	overflow:hidden;
	position: relative; 
}

#footer{
	clear:both;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
	position:relative;
	padding:0;
}

/*******************************************
ヘッダ
*******************************************/

#toplogo{
	display:block;
	overflow:hidden;
	width: 100%;
	height:80px;
	padding:5px 0 0 22px;
	min-width:320px;
	position: relative;
}

#toplogo > a{
	float:left;
	display:block;
	overflow:hidden;
}

img#topinfo{
	position:absolute;
	top:3px;
	right:22px;
}

#toplogo > p{
	display: inline-block;
	overflow:hidden;
	font-size:12px;
	line-height:125%;
	padding-left:1em;
	position:absolute;
	top:50%;
	left:160px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*グローバルナビ*/
#gnavi{
	clear:both;
	width:100%;
	height:60px;
	display:block;

}

/*******************************************
第二階層ナビ
*******************************************/

#snavi{
	/*display:none;*/
	margin:0 0px;
}

#snavi > ul{
	background-color:#FFFFFF;
	border:2px solid #F2950A;
}

#snavi li{
	border-bottom:1px solid #F2950A;
}

#snavi li:last-child{
	border:none;
}

#snavi li > a{
	display:block;
	padding:4px 1.5em;
	/*font-size:14px;*/
	color:#000000;
	text-decoration:none;
}

#snavi li.current{
	font-weight:bold;
}

#snavi li.current a:before{
	margin-left:-1em;
	content:"\0025B6";
	color:#FF0000;
}

#snavi > ul >ul{
	border-bottom:1px solid #F2950A;
}
#snavi > ul >ul li:first-child{
	display:none;
}


#top　> #navibox{
	display:none;
}

/*******************************************
フッタ
*******************************************/

#footer a{
	color:#333333;
}

#fnavi{
	border-top:1px solid #CCCCCC;
	padding:5px 0;
	text-align:center;
}

#fnavi a:before {
	content:" | ";
}

#fnavi a:first-child:before {
	content:"";
}

#fnavi ul li{
	padding:0;
	float:left;
	text-align:center;
}

#sitemap{
	clear:both;
	padding:0 22px;
	background-color:#EEEEEE;
	font-size:0.8em;
	overflow:hidden;
}

#sitemap dl{
	margin:0;
	padding:1em;
}

#sitemap dt{
	clear:both;
	border-top:1px dotted #CCCCCC;
}
#sitemap dt:first-child{
	border:none;
}

#sitemap dd{
	margin-left:2em;
}

#sitemap dt:after{
	content:"：";
}

#sitemap dd > ul{
	
}

#sitemap dd > ul li{
	float:left;
}
#sitemap dd > ul li:after{
	content:"、";
}
#sitemap dd > ul li:last-child:after{
	content: "";
}

dd.sn_corporate > ul li:nth-child(1){
	display:none;
}
dd.sn_individual > ul li:nth-child(1){
	display:none;
}
dd.sn_inquiry > ul li:nth-child(1){
	display:none;
}

#copyr{
	clear:both;
	height:30px;
	display:block;
	text-align:center;
	font-size:12px;
	line-height:30px;
	background-color:#FFCD0C;
}


/*******************************************
右ナビ
*******************************************/

/*サブナビ*/
#navibox{
	width:256px;
	overflow:hidden;
	display:block;
	background-color:#FFFFFF;

}

#navi{
	width:236px;
	display:block;
	margin:10px auto 20px;
}

#navi > ul{
	color:#FF0000;
	background-color:#FFFFFF;
	border:2px solid #F2950A;
}


#navi > ul li{
	border-bottom:1px solid #F2950A;
	font-size:14px;
}

#navi > ul >ul{
	border-bottom:1px solid #F2950A;
}

#navi > ul >ul li{
	border-bottom:1px dotted #666666;
	padding-left:3em;
	font-size:14px;
}
#navi > ul >ul li:first-child{
	padding-left:2em;
}

#navi li:last-child{
	border:none;
}

#navi li{
	display:block;
	padding:0.5em 2em;
}


#navi li a{
	color:#000000;
	text-decoration:none;
	display:block;
	line-height:125%;
}

#navi li.current{
	font-weight:bold;
}

#navi li.current a:before{
	margin-left:-1em;
	content:"\0025B6";
	color:#FF0000;
}

#top　> #navi{
	display:none;
}

.sideNaviList{
	margin: 20px 0 20px 30px;
	background: #fff;
	border: 2px solid #F2950A;
	width: 236px;
	margin: 10px auto 20px;
}
.sideNaviList li{
	border-bottom: 1px solid #F2950A;
	font-size: 14px;
	padding: 0.5em 2em;
}
.sideNaviList li.current {
	font-weight: bold;
}
.sideNaviList li.current a:before {
	margin-left: -1em;
	content: "\0025B6";
	color: #f00;
}
.sideNaviList li:last-child {
	border: none;
}
.sideNaviList li a{
	color: #000;
	text-decoration: none;
	display: block;
}

/*ショッピング*/
#items > ul{
	width:215px;
	margin:0 auto 2em;
}

#items > ul li{
	margin:10px 0;
	padding:10px 0 0;
	clear:both;
	border-top:1px dashed #CCCCCC;
	/*border:1px solid #333333;*/
	overflow:hidden;
}

#items > ul li > a{
	font-size:14px;
	color:#000000;
	/*line-height:150%;*/
}

#items > ul li > a img:nth-child(1){
	margin-right:10px;
	float:left;
}
#items > ul li > p{
	float:right;
}
#items > ul li > p > img{
	margin-top:20px;
}

#items .itemname{
	margin:0;
	min-height:3em;
	font-size:13px;
	line-height:125%;
}

#items .price{
	margin:0;
	padding:0.5em 0 1em;
	font-size:12px;
	line-height:125%;
	text-align:right;
}

.spitem{
	width:230px;
	margin:0 auto;
	text-align:center;
}

/*運営サイト*/

#websites > ul{
	width:200px;
	margin:0 auto 2em;
	font-size:12px;
	line-height:125%;
}

#websites > ul li{
	margin:10px 0;
}

#websites > ul li > a{
	color:#000000;
}

#websites > ul li > a:hover{
	text-decoration:none;
}


/*提携サイト*/
#relatedlinks{
	padding-bottom:50px;
}

#relatedlinks > ul{
	width:200px;
	margin:0 auto;
	font-size:12px;
	line-height:125%;
}

#relatedlinks > ul li{
	margin:10px 0;
}

/*******************************************
部位装飾
*******************************************/

/*大見出し*/
#main_column h1{
	clear:both;
	width:100%;
	height:61px;
	padding:8px;
	margin-top:10px;
	display:block;
	overflow:hidden;
	position:relative;

	border:1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

#main_column h1 > p{
	background:url('../images/h1bg.png') no-repeat 0 0;
	height:45px;
	line-height:45px;
	margin:0;
	display:block;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#main_column h1 > p > span:nth-child(1){
	margin-left:10px;
	font-size:21px;
}
#main_column h1 > p > span:nth-child(2){
	float:right;
	margin-right:6px;
	font-size:14px;
	color:#666666;
}
#main_column .doubleTitle  > span:nth-child(1){
	font-size:20px;
	letter-spacing: -0.09em;
}
#main_column .doubleTitle  > span:nth-child(2){
	font-size:16px;
	padding-top: 5px;
}


/*中見出し*/
#contentbody h2{
	clear:both;
	width:100%;
	line-height:18px;
	font-weight:bold;
	padding:5px;
}

#main_column h2{
	background-color:#FFDA40;
	font-size:18px;
	margin:1em 0 1em;
}

#side_column h2{
	clear:both;
	background-color:#BEBEBE;
	font-size:14px;
	margin:0 0 1em;
}

h2 > span{
	padding:3px;
	display:block;
	/*background:#FFFFFF;*/

	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}

/*小見出し*/
#main_column h3{
	clear:both;
	width:auto;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	background-color:#CCEEFF;
	padding:5px;
}

#main_column h3:before{
	content:"■";
	color:#FF9905;
}

/*ボタン*/
.byn_y {
	padding-bottom:10px;
}
.byn_y a{
	display:inline-block;
	font-size:14px;
	padding:5px 2em;
	color:#000000;
	text-align:center;

	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */ 

    background: rgb(252,228,147);
	background: -moz-linear-gradient(top,  rgba(252,228,147,1) 0%, rgba(249,200,27,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,228,147,1)), color-stop(100%,rgba(249,200,27,1)));
	background: -webkit-linear-gradient(top,  rgba(252,228,147,1) 0%,rgba(249,200,27,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,228,147,1) 0%,rgba(249,200,27,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,228,147,1) 0%,rgba(249,200,27,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,228,147,1) 0%,rgba(249,200,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce493', endColorstr='#f9c81b',GradientType=0 );

	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);

}

.byn_y a:hover{
	text-decoration: none;

	background: rgb(255,243,196);
	background: -moz-linear-gradient(top,  rgba(255,243,196,1) 0%, rgba(255,218,73,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,243,196,1)), color-stop(100%,rgba(255,218,73,1)));
	background: -webkit-linear-gradient(top,  rgba(255,243,196,1) 0%,rgba(255,218,73,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,243,196,1) 0%,rgba(255,218,73,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,243,196,1) 0%,rgba(255,218,73,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,243,196,1) 0%,rgba(255,218,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3c4', endColorstr='#ffda49',GradientType=0 );
}

.byn_y a:active{
	position:relative;
	top:2px;
	left:2px;

	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

/*
.arrow_r a:first-letter{
	color:#FF9905;
}
*/

.arrow_l a:before{
	content:"\0025C0";
	color:#FF0000;
	margin-right:5px;
}

.arrow_r a:after{
	content:"\0025B6";
	color:#FF0000;
	margin-left:5px;
	float:right;
}
/*******************************************
金融・マネーコンテンツの企画制作
*******************************************/
.subTtl {
  background: #cef;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 10px 10px 60px;
  position: relative;
  margin: 20px 0 20px 22px;
}

.subTtl > span {
  background: #F5B047;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 1.8em;
  padding: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #fff;
  float: left;
  position: absolute;
  top: -4px;
  left: 0px;
}

.consulting h1 > p > span:nth-child(1) {
	background: url("../plan_production/images/consul_icon.png") no-repeat 0 50%;
	padding: 10px 0 6px 38px;
}
.web h1 > p > span:nth-child(1) {
	background: url("../plan_production/images/web_icon.png") no-repeat 0 50%;
	padding: 10px 0 6px 38px;
}
.writing h1 > p > span:nth-child(1) {
	background: url("../plan_production/images/writing_icon.png") no-repeat 0 50%;
	padding: 10px 0 6px 38px;
}
.teaching h1 > p > span:nth-child(1) {
	background: url("../plan_production/images/teaching_icon.png") no-repeat 0 50%;
	padding: 10px 0 6px 38px;
}
.original h1 > p > span:nth-child(1) {
	background: url("../plan_production/images/original_icon.png") no-repeat 0 50%;
	padding: 10px 0 10px 40px;
}

/*******************************************
マネーセミナー 研修
*******************************************/
div.mainImg {
	background: url("../seminr/images/main_bg.png") no-repeat;
	width: 726px;
	height:272px;
	padding: 1em;
}
div.mainImg > p {
	width: 383px;
}

.seminarBlockHarf {
	width: 334px;
	float: left;
}
.seminarBox {
	position: relative;
	border: 4px solid;
	border-radius: 10px;
}
.seminarG {
	border-color: #00B285;
}
.seminarB {
	border-color: #00A3D9;
}
.seminarG .crosshead{
	background: #00B285;
}
.seminarB .crosshead {
	background: #00A3D9;
}
.seminarBox ul.terms {
	padding: 5px;
}
.seminarBox ul.terms li:first-child {
	border-bottom: 1px dotted;
	white-space: nowrap;
}
.msgLifeplan > p,
.msgComunication >p {
	font-weight: bold;
	margin-bottom: 1em;
}
.msgLifeplan {
	width:366px;
	padding: 0 0 0 120px;
	background: url("../seminr/images/index_img01.png") no-repeat;
	border-right: 1px dotted;
	line-height: 15px;
}
.msgComunication {
	width:350px;
	padding: 0 0 0 100px;
	margin-left: 5px;
	background: url("../seminr/images/index_img02.png") no-repeat;
	line-height: 15px;
}

#seminr #main_column h1 > p > span:nth-child(1) {
	float:left;
}
#seminr #main_column h1 > p.dTitle > span:nth-child(1) {
	font-size:13px;
	line-height: 21px;
}
#seminr #main_column h1 > p > span > span.thead {
	color: #717171;
}
#seminr #main_column h1 > p > span > span.tbody {
	font-size: 18px;
}
.lifeplaneTitle {
	border-radius: 20px;
	background: #00B285;
	width: 650px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	font-size: 20px;
	color: #fff;
	padding: 10px;
	text-shadow: 2px 2px 2px #666;
}
.lifeplaneBox {
	position: relative;
	border: 6px solid #00B285;
	border-radius: 15px;
	width: 724px;
	background: #fff;
	padding: 15px 20px 20px;
	margin-top: 45px;
}
.communiWrap .lifeplaneBox {
	border: 6px solid #00A3D9;
}
.lifeplaneTerm {
	border-radius: 20px;
	background: #00B285;
	padding: 6px 10px;
	font-size: 18px;
	color: #fff;
	top: -20px;
	left: 33px;
	position: absolute;
	width: 650px;
	display: inline-block;
}
.communiWrap .lifeplaneTerm {
	background: #00A3D9;
}
.lifeplaneBox1 {
	height: 386px;
	background: url("../seminr/images/lifeplane_img01.png") no-repeat 50% 100%;
	margin-top: 10px;
}
.lifeplaneBox2 {
	padding-left: 30px; padding-right: 30px;
}
.lifeplaneBox6 dt {
	color: #FF3F00;
	font-weight: bold;
}
.lifeplaneBox6 dd {
	margin-left: 1em;
}
.communiBox1 {
	margin-top: 10px;
}
.triangleLine {
	width: 44px;
	height: 49px;
	background: #00B285;
	margin: 0 auto;
}
.communiTriangle .triangleLine {
	background: #00A3D9;
}
.triangle01 {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 33px 47px 0 47px;
	border-color: #00B285 transparent transparent transparent;
}
.communiTriangle .triangle01 {
	border-color: #00A3D9 transparent transparent transparent;
}
.triangleParent{
	line-height: 0;
}

.lifePlaneWrap {
	background: url("../seminr/images/color_lifeplane.png") repeat-y 50%;
}
.communiWrap {
	background: url("../seminr/images/color_comuni.png") repeat-y 50%;
}
ul.checkList li {
	border-bottom: 1px dotted;
	background: url("../seminr/images/marker_check.png") no-repeat 0% 10px;
	height: 50px;
	line-height: 1.3;
	padding: 14px 0 0 50px;
}
ul.checkList li:last-child {
	border: none;
}
.textRed {
	color: #f00;
}
p.dotLineTop {
	border-top: 1px dotted;
	padding-top: 10px;
}
.centerTableCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.lifeplaneBox1 .centerTableCell {
	width: 768px;
	height: 333px;
}
.bnrSeminr {
	position: absolute;
	left: 50px;
	top: 10px;
}
.seminrBottom .bottomParts {
	margin-top: 0;
}

/* お金のコミュニケーション術 */
.communiBox2 {
	padding-left: 30px;
	padding-right: 30px;
}
.communiBox2 ul.checkList li {
	height: auto;
	padding: 14px 0 12px 50px
}
.communiBox2 ul.checkList li:last-child {
	border-bottom: 1px dotted;
}
.communiBox2 p.conclusion {
	font-size: 18px;
	color: #FF9326;
	text-align: center;
	margin-top: 1em;
}
.communiBox4 ul {
	overflow: hidden;
	padding: 20px 0;
}
.communiBox4 ul li {
	float: left;
	width: 222px;
	height: 190px;
	border-right: 2px dotted;
	text-align: center;
	padding: 0 36px;
}
.communiBox4 ul li:last-child {
	border: none;
}
.communiBox4 ul li > p {
	text-align: left;
	margin-top: 1em;
	line-height: 1.3;
}
.communiBox5 {
	padding-left: 30px;
	padding-right: 30px;
}
.communiBox5 ul li{
	height: auto;
	padding: 14px 0 6px 42px;
}
.communiBox5 ul li p{
	margin-left: 1em;
	font-size: .9em;
}
.communiBox6 {
	background: #fff url("../seminr/images/comuni_img06.png") no-repeat 490px 50px;
}
.communiBox6 dt{
	color: #00f;
	font-size: 14px;
}
.communiBox6 dd{
	margin-bottom: 1.5em;
}
.communiBox6 strong {
	display: block;
	color: #FF7F00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
}

.communiBox7 dt {
	text-align: center;
	background: #FFDC73;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.communiBox7 dd {
	margin: 0;
	padding: 10px 0;
}
.communiBox7 dd > p {
	float:left;
	width: 260px;
	margin-right: 6px;
	line-height: 1.4;
}
/*******************************************
マネーライフナビのFPサービス
*******************************************/
.programHeader {
	background: url("../fp_service/images/program_img01.jpg") no-repeat;
	width: 724px;
	height: 226px;
	position: relative;
}

.cPos01 {
	position: relative;
	top: -35px;
}

.boxType01 {
	border: 3px solid #6cf;
	border-radius: 20px;
	padding: 1em 1em 1em 52px;
	position: relative;
}
#zPos01{
	position: absolute;
	top: 20px;
	left: 540px;
}
#zPos02{
	position: absolute;
	top: -15px;
	left: -60px;
}

.ovalBox {
	background: #cfc;
	border-radius: 50%;
	padding: 10px;
	font-size: 1.2em;
	width: 90%
}

.stepTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
span.stepBase {
	font-weight: normal;
	background: #F03;
	border-radius: 50%;
	color: #fff;
	padding: 4px 16px;
	margin-right: 5px;
}

.step5Detail {
	padding: 15px 60px;
	width: 470px;
}
.step5Detail > p {
	font-size: 1.2em;
	color: #F2940A;
	margin-bottom: 5px;
	margin-left: -1em;
}

dl.menuPrice {
	overflow: hidden;
	font-size: 1.4em;
	text-align: center;
	height: 50px;
	display: table;
}
.menuPrice dt {
	color: #fff;
	background: #F5B047;
	border: 2px solid #F2950A;
	border-right: none;
	width: 260px;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
}
.menuPrice dd {
	background: #fffccc;
	width: 390px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #F2950A;
	border-left: none;
	border-radius: 0px 20px 20px 0px / 0px 20px 20px 0px;
}

dl.requestFlow {
	display: table;
}
.requestFlow dt{
	font-size: 1.2em;
	font-weight: bold;
	width: 38px;
	height: 38px;
	border: 4px solid #F2950A;
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.requestFlow dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
	line-height: 1.3;
}

.grayBox {
	border: 4px solid #ccc;
	padding: 10px;
}

.consulMenu > dt {
	border-left: 10px solid #f03;
	border-bottom: 1px solid #f03;
	font-size: 1.4em;
	padding-left: 8px;
	padding-bottom: 4px;
}
.consulMenu  > dd {
	margin: 5px 0 22px 22px;
	position: relative;
}

dl.Privilege {
	overflow: hidden;
}
.Privilege dt {
	float: left;
	background: #39f;
	color: #fff;
	position: relative;
	padding: 0 10px;
}
.Privilege dd {
	float: left;
	width: 400px;
}
.Privilege dt,
.Privilege dd {
	margin-top: 10px;
}
.PrivilegeTriangle {
	width: 20px;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #39f;
	display: inline-block;
	position: absolute;
	right: -20px;
}

#zPos_goen {
	position: absolute;
	top: -25px;
	right: 0;
}

dl.consulDetail {
	overflow: hidden;
}
.consulDetail dt {
	float: left;
	width: 150px;
	color: #fff;
	background: #959595;
	border-radius: 10px;
	text-align: center;
}
.consulDetail dd {
	margin-left: 160px;
	border-bottom: 1px dotted #999;
}
.consulDetail dt ,
.consulDetail dd {
	margin-top: 5px;
}
.optPremium dt {
	background: #FD9B00;
}
.optLight dt {
	background: #659B00 ;
}

/*******************************************
会社概要
*******************************************/
.tableTypeA { /*青見出し*/
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.tableTypeA th{
	font-weight: normal;
	background: #9FE0FF;
	text-align: right;
	vertical-align: top;
	padding: 0.5em 1em;
	white-space: nowrap;
}
.tableTypeA td{
	border-bottom: 1px dotted #ccc;
}

.tableTypeB { /*透明レイアウト*/
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
}
.tableTypeB th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.upperLineBlock {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

.memberDetail {
	width: 478px;
	float: right;
}

.accessBlock {
	width: 550px;
	margin: 20px auto;
}

.tableTypeC { /* 横のみ点線 */
	width: 80%;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto;
}
.tableTypeC th,
.tableTypeC td {
	border-bottom: 1px dotted #ccc;
	padding: 0 5px;
}
.tableTypeC th {
	text-align: right;
}
/*******************************************
お問い合わせ
*******************************************/
.formListBlock {
  width: 564px;
}
.formListBlock > p {
  margin-left: 22px;
}
.sent .tableTypeForm,
.sent p {
	display: none;
}
.wpcf7-mail-sent-ok {
	margin-top: 40px;
}

/*******************************************
実績紹介
*******************************************/
.recordNavi0 {
	float: right;
	margin: 36px 30px 0 0 ;
}
#recordsNavi {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
#recordsNavi li {
	float: left;
	width: 33%;
	padding-left:3px;
	padding-bottom:3px;
}
#recordsNavi li > a {
	display: block;
	overflow:hidden;
	width: 100%;
	height:40px;

	padding:5px 10px;

	background-color: #FFCD08;
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-size: auto 30px;
}
#recordsNavi li > a > span{
	display:none;
}

#recordsNavi li > a:hover{
	background-color: #FF9B05;
}

#recordsNavi li.consulting > a{
	background-image:url('/images/records/label_01.png');
}
#recordsNavi li.web > a{
	background-image:url('/images/records/label_02.png');
}
#recordsNavi li.writing > a{
	background-image:url('/images/records/label_03.png');
}
#recordsNavi li.teaching_materials > a{
	background-image:url('/images/records/label_04.png');
}
#recordsNavi li.original_contents > a{
	background-image:url('/images/records/label_05.png');
}
#recordsNavi li.etc > a{
	background-image:url('/images/records/label_06.png');
}

.recordBox {
	border-bottom: 1px dotted #d2d2d2;
	overflow: hidden;
	padding: 2em 1em;
}
.recoTitle {
	font-size: 18px;
	margin-bottom: 8px;
	background-size: 38px 38px;
	padding-left: 46px;
	min-height: 38px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 20px 46px;
}
.recordImg > img {
	border: 1px solid #999;
}
.recordBox .consulting {
	background: url("../images/records/icon_category01.png") no-repeat 0 50%;
}
.recordBox .web {
	background: url("../images/records/icon_category02.png") no-repeat 0 50%;
}
.recordBox .writing {
	background: url("../images/records/icon_category03.png") no-repeat 0 50%;
}
.recordBox .teaching_materials {
	background: url("../images/records/icon_category04.png") no-repeat 0 50%;
}
.recordBox .original_contents {
	background: url("../images/records/icon_category05.png") no-repeat 0 50%;
}
.recordBox .etc {
	background: url("../images/records/icon_category06.png") no-repeat 0 50%;
}
.recordContent p {
	width: 442px;
	padding: 1em;
	border-radius: 10px;
	background: #ECEBEB;
}

.wp-pagenavi {
	text-align: center;
	margin: 20px 0 5px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #fc2;
	padding: 3px 5px;
	margin: 3px;
	border-radius: 3px;
	font-size: 16px;
}
.wp-pagenavi span.current {
	background: #FFEACF;
}
.wp-pagenavi span.pages{
	margin-right: 20px;
}

/*******************************************
住宅ローン金利
*******************************************/
.kinriList dt {
	font-size:18px;
	background: #FFE75F;
	border-top: 2px solid #FAAD00;
	border-left: 2px solid #FAAD00;
	border-right: 2px solid #FAAD00;
	padding: 8px;
}
.kinriList dd {
	border: 2px solid #FAAD00;
	margin: 0;
	overflow: hidden;
	padding: 1em;
	margin-bottom: 20px;
}

/*******************************************
お知らせ
*******************************************/
.newsTitle {
	font-size: 18px;
	border-bottom: 2px solid #c2c2c2;
	margin: 1em;
}


/*******************************************
ブログ
*******************************************/
.single-blog .newsTitle {
	font-size: 18px;
	line-height:150%;
	margin: 1em 0 0.5em;
	padding-bottom:0.5em;
}


.single-blog .overfBlock{
	margin-top:1em;
	font-size:1.1em;
	line-height:175%;
}

.single-blog .overfBlock p{
	margin-bottom:1.5em;
}

.post-type-archive-blog .byn_y > a:after,
.single-blog .byn_y > a:after {
    content: "\0025B6";
    color: #FF0000;
    margin-left: 5px;
    float: right;
}

.ctxt{
	text-align:center;
}

.sizl{
	font-size: 1.2em;
}



/*******************************************
サイトポリシー, プライバシーポリシー
*******************************************/
.pageSitePolicy p ,
.pageSitePolicy dl {
	margin-bottom: 1em;
	padding: 0 1em;
	padding: .5em 1em;
}
.pageSitePolicy dd {
	margin: .5em 0 1em 1em;
}
.pagePrivacyPolicy ol > li{
	list-style-type: decimal;
	margin-bottom: 1.5em;
}
.pagePrivacyPolicy ol > li > ul{
	margin-left: 1.0em;
	margin-top: 1em;
}
.pagePrivacyPolicy ol > li > ul li {
	list-style-type: circle;
}
.getPlugin {
	width: 350px;
	float: left;
	margin-bottom: 1em;
}
.getPlugin img{
	float: left;
	margin-right: 6px;
}
.cle{
}
.getPlugin {
	width: 350px;
	float: left;
	margin-bottom: 1em;
}
.getPlugin img{
	float: left;
	margin-right: 6px;
}
