@charset "utf-8";

/*初期化の設定
------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*基本レイアウト
------------------------------------------------------------------------------*/

/*基本フォント設定
------------------------------------------------------------------------------*/
body {font-size: 13px;*font-size:small;	*font:x-small;font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; line-height: 1.5;color: #555;text-align: center; }
body {-webkit-text-size-adjust: 100%;}
img{vertical-align: bottom;}
br { letter-spacing: 0; }
a {color: #54BA73;text-decoration: none;}
a:hover {text-decoration: underline;}
table { font-size:inherit; 	font:100%; }
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
strong{font-weight: bold;}
textarea {
}
h1,h2,h3,h4{font-weight:bold; font-family: 'ヒラギノ明朝 Pro W6','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','serif';	}
/*共通の設定
------------------------------------------------------------------------------*/

/*■文字の設定*/
.fntS	{font-size: 77% !important;} /*10px*/
.fnt2S	{font-size: 92% !important;} /*12px*/
.fntL	{font-size: 108% !important;} /*14px*/
.fntXL	{font-size: 123.1% !important;} /*16px*/
.fnt2XL	{font-size: 138.5% !important;} /*18px*/
.fnt3XL	{font-size: 153.9% !important;} /*20px*/
.fnt4XL	{font-size: 182% !important;} /*24px*/

.Bld	{font-weight: bold !important;}
.Nml	{font-weight: normal !important;}
.clrRed {color: #F00;}
.clrKey { color: #54BA73;}
.aClr { color: #C91; text-decoration: underline;}
/*■配置の設定*/

/*縦位置*/
.vlgnT	{vertical-align: top !important;}
.vlgnM	{vertical-align: middle !important;}
.vlgnB	{vertical-align: bottom !important;}

/*横位置*/
.algnR	{text-align: right !important;}
.algnL	{text-align: left !important;}
.algnC	{text-align: center !important;}

/*■マージン、パディング設定*/
/*下マージ*/
.mgB1	{margin-bottom: 1px !important; }.mgB3	{margin-bottom: 3px !important;}
.mgB5	{margin-bottom: 5px !important; }.mgB10	{margin-bottom: 10px !important;}
.mgB15	{margin-bottom: 15px !important;}.mgB20	{margin-bottom: 20px !important;}
.mgB25	{margin-bottom: 25px !important;}.mgB30	{margin-bottom: 30px !important;}
.mgB35	{margin-bottom: 35px !important;}.mgB40	{margin-bottom: 40px !important;}
.mgB50	{margin-bottom: 50px !important;}.mgB60	{margin-bottom: 60px !important;}
.mgB70	{margin-bottom: 70px !important;}.mgB80	{margin-bottom: 80px !important;}
.mgB90	{margin-bottom: 70px !important;}.mgB100 {margin-bottom: 100px !important;}
/*右マージン*/
.mgR10	{margin-right: 10px !important;}.mgR15	{margin-right: 15px !important;}
.mgR20	{margin-right: 20px !important;}.mgR30	{margin-right: 30px !important;}
/*左右マージン*/
.mgRL5	{margin-right: 5px !important; margin-left: 5px !important;}.mgRL10	{margin-right: 10px !important; margin-left: 10px !important;}
.mgRL15	{margin-right: 15px !important; margin-left: 15px !important;}.mgRL20	{margin-right: 20px !important; margin-left: 20px !important;}

/*全てのマージン*/
.pg1		{padding: 0 10px;}
.pg2		{padding: 0 20px;}
/*左右パディング*/
.pgRL5	{padding-left:5px !important; padding-right: 5px !important;}
.pgRL10	{padding-left:10px !important; padding-right: 10px !important;}
.pgRL15	{padding-left:15px !important; padding-right: 15px !important;}
.pgRL20	{padding-left:20px !important; padding-right: 20px !important;}
/*上下パディング*/

.pg0	{padding:0 !important;}
.pgT30	{padding: 30px 0 0 !important;}
.pgTB5	{padding: 5px 0 !important;}
.pgTB10	{padding: 10px 0 !important;}
.pgTB15	{padding: 15px 0 !important;}
.pgTB20	{padding: 20px 0 !important;}

/*■テキスト装飾設定*/

/*共通UL,OLの設定*/

ul.Dul {
	margin-left: 2em;
	list-style-type: disc;
}

ol.Dol {
	margin-left: 2em;
	list-style-type: decimal;
}
.arw{
	padding-left: 17px;	
	background: transparent url(../images/arw_1.png) left center no-repeat;
	text-decoration: underline;	
}

select.slcM{
	width: 45px;
	margin-right: 3px;
}
select.slcL{
	width: 195px;
}
table.Dtable{
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table.Dtable th,
table.Dtable td{
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 13px;
}
table.Dtable th{
	font-weight: bold;
	font-size: 108%;
	background: #EFEEF0;
	text-align: left;
	width: 161px;
	
}

.h2sub{
	position: relative;
}
.h2sub .arw{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -0.5em;
}
/*■ハック関連*/

/*段落ち回避用ハック*/
.cfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cfix { display: inline-block;}
/*Hides from IE-mac\*/
*html .cfix{height:1%;}
.cfix{display: block}

/*段落ち回避用ハック*/
.cfixH:after{content: ".";display: block;clear: both;visibility: hidden;}
.cfixH { display: inline-block;}
/*Hides from IE-mac\*/
*html .cfixH{height:1%;}
.cfixH{display: block}

.hover:hover{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

/*レイアウトの設定
------------------------------------------------------------------------------*/
/*トップページ
------------------------------------------------------------------------------*/
body{
	position: relative;
	background: #FFF/* url("../images/bg_paper.jpg") 0 0*/;
	margin-top: 120px;
}

/*ヘッダー*/
#header{ position: fixed; top: 0px; width: 100%; height: 120px; z-index: 2000; background-color: #FFF; min-width: 1000px;}
@media screen and (max-device-width: 1001px) {
	body{width: 1000px; margin-top: 0;}
	#header{position: static;}
}

#header .wrap{
	position: relative;
	/*width: 1000px;*/
	height: 120px;
	margin: 0 auto;
}
#header .wrap h1.logo{
	position: absolute;
	top: 23px;
	left: 30px;
}
#header .msg{
	position: absolute;
	top: -50px;
	left: 5px;
	font-size: 10px;
	color: #CCC;
}
#header .wrap .navi{
	position: absolute;
	top: 75px;
	left: 0px;
	text-align: center;
	width: 100%;
}
#header .wrap .navi li{
	display: inline-block;
}

#header .wrap .tel{
	position: absolute;
	top: 7px;
	right: 150px;
}
#header .wrap .mal{
	position: absolute;
	top: 0;
	right: 0px;
}
/*上部*/
#top{width: 100%; overflow: hidden;}

#top .visual-box{
	position: relative;
	/*padding-top: 100px;*/
	margin-bottom: 1px;
	overflow: hidden;
	
}

#top .visual-box ul{
	opacity: 0;
	filter: alpha(opacity=0);
	ms-filter: alpha(opacity=0);
}
#top .visual-box ul li{position: absolute; overflow: hidden; height: 100%; width: 100%; top: 0; left: 0;}
#top .visual-box ul li img{width: 100%;}
#top .visual-box .vcc1 .cc{
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 500px;
	height: 126px;		
	z-index: 1000;	
}
#top .visual-box .vcc2 .cc{
	position: absolute;
	bottom: 58%;
	left: 55%;
	width: 500px;
	height: 126px;		
	z-index: 1000;	
}
@media screen and (max-device-width: 1001px) {
	#top .visual-box .vcc2 .cc{
		top: 50px;
	}
}

#top .visual-box .vcc3 .cc{
	position: absolute;
	bottom: 100px;
	right: 50%;
	width: 500px;
	height: 126px;		
	z-index: 1000;
}
#main{
	padding-top: 70px;
	text-align: left;
}

#main .pointDiv{
	width: 1020px;
	margin: 0 auto;
}

#main .pointDiv h2{
	display: inline-block;
	margin: 0 15px;
}
@media screen and (max-device-width: 1001px) {
	#main{
		padding-top: 40px;
	}
	#main .pointDiv{width: 1000px;}
	#main .pointDiv h2{
		margin: 0 11px;
	}	
}
#main .pBlock{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
#main .wrapBlock{
	width: 1000px;
	margin: 0 auto;
}

#main .serviceGuide{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#main .serviceGuide li{
	width: 470px;
	display: inline-block;
	margin: 0 15px 20px;
	text-align: center;
}
#main .serviceGuide li h2{
	color: #54BA73;
	font-size: 150%;
}

#main .pageTop{
	border-bottom: 1px solid #EEE;
	text-align: center;
}

#main #access{
	background: #F9F9F9;
}
#main #access .wrap{
	width: 960px;
	margin: 0 auto;
	padding: 50px 20px;	
}
#main #access .wrap .map{
	width: 274px;
	float: left;
}
#main #access .wrap .txt{
	padding-top: 5px;
	margin-left: 320px;
	font-size: 115%;
}
.boxShadow{
	border-top: 1px solid #DDD;
	-webkit-box-shadow:1px 1px 1px 0 rgba(200,200,200,0.15) inset;
	   -moz-box-shadow:1px 1px 1px 0 rgba(200,200,200,0.15) inset;
	        box-shadow:1px 1px 1px 0 rgba(200,200,200,0.15) inset; 	
}
#main #blog{
	padding: 40px 0;

}
#blog #blogfeed{
	width: 1000px;
	margin: 0 auto;
}


#blog #blogfeed .rssRow{
	position: relative;
	padding: 15px 30px;
	background: transparent url(../images/nvi_blank.png) 98% 50% no-repeat;
	font-size: 14px;
}
#blog #blogfeed .rssRow h4{
	margin-left: 120px;
}
#blog #blogfeed .rssRow h4 a{
	display: block;
	color: #555;
	font-weight: normal;
	text-decoration: none;
}
#blog #blogfeed .rssRow h4 a:hover{
	text-decoration: underline;
}
#blog #blogfeed .rssRow div{
	position: absolute;
	width: 100px;
	top: 15px;
	left: 30px;
}
#blog #blogfeed li{border-top: 1px solid #EEE;}

/*フッター*/
#footer{ 
	text-align: center;
	background-color: #84CE9A;
	padding: 40px 0;
	color: #FFF;
}
#footer .mnu ul{
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
}
#footer .mnu ul li ul{
	display: block;
	margin: 0 5px;
}
#footer .mnu ul li{
	text-align: left;
	padding: 3px 0;
}
#footer .mnu ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 110%;
	font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','serif'; 
}
#footer .mnu ul li a:hover{
	text-decoration: underline;
}
#footer .copyright{
	font-size: 85%;
	letter-spacing: 1px;
}


#main .msgBox{
	width: 960px;
	padding: 30px 20px;
	margin: 0 auto;
	font-size: 108%;
}
#main .msgBox .photo{
	width: 260px;
	display: table-cell;
	vertical-align: middle;		
}
#main .msgBox .txt{
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;	
}
#main .msgBox .txt ul li{
	margin-bottom: 5px;
}
#main .proBox{
	width: 860px;
	margin: 0 auto;
}
#main .proBox ul li{
	padding: 10px 20px;
	border-top: 1px dotted #BBB;
	font-size: 108%;	
}
#main .officeInfo{
	padding: 30px 0 50px;
}
#main .officeInfo table{
	width: 100%;
	border: 1px solid #DDD;	
	border-bottom: none;	
}
#main .officeInfo table th{
	background: #F5F5F5;
	font-weight: bold;
	width: 160px;
}
#main .officeInfo table th,
#main .officeInfo table td{
	border-bottom: 1px solid #DDD;
	padding: 13px 20px;
	font-size: 14px;
}
.keyBar{
	position: relative;
	height: 115px;
	overflow: hidden;
}
.keyBar .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.keyBar h1{
	position: relative;
	margin: 0 auto;
	height: 115px;	
	width: 1000px;	
}
.keyBar h1 .msg{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px;
}

.serviceBox{
	display: table;
	width: 100%;
}
.serviceBox .img,
.serviceBox .txt{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.serviceBox .img{
	width: 280px;
}
.flowBox{
	padding: 0 20px;
}
.flowBox .flow{
	padding: 20px;
	background: #99C1D7;
	color: #FFF;
	font-size: 153.9%;
	text-align: center;
	margin-bottom: 15px;
}
.flowBox p{
	font-size: 108%;
	margin-bottom: 20px;
	padding: 0 20px;
}
.flowBox p.mrk{
	padding-bottom: 50px;
	background: transparent url(../business_outline/images/mrk_flow.png) bottom center no-repeat;	
}
.srv2_2Box{
	border: 1px solid #DDD;
	border-bottom: none;
}
.srv2_2Box li{
	padding: 10px 30px;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}
.srv2_3Box{
	padding: 20px;
	font-size: 108%;
	background: #F3F3F3;
}

.feeTbl{
	border-bottom: 1px solid #DDD;
	width: 100%;	
}
.feeTbl td,
.feeTbl th{
	padding: 15px 20px;
	border-top: 1px solid #DDD;
	font-size: 108%;
	font-weight: bold;
}

.feeTbl td{
	text-align: right;
	border-right: 1px solid #DDD;
}
.feeTbl th{
	background: #F6F6F6;
	width: 40%;
	border-left: 1px solid #DDD;
	text-align: left !important;
}

#srv1 .feeTbl th{
	width: 1%;
	border-left: none;
	white-space: nowrap;
	padding-left: 5px;
}
#srv1 .feeTbl th.num{
	padding-left: 10px;
	padding-right: 0;
}
#srv1 .feeTbl{
	border-left: 1px solid #DDD
}
#srv1 .feeTbl td{
	vertical-align: middle;
	text-align: left;
}
.feeTbl tr.total th{
	border-top: 3px solid #DDD;	
}
.feeTbl tr.total td{
	font-size: 138.5%;
	border-top: 3px solid #DDD;	
}

.srv1Box img{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}














