@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
font-size: 80%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}


a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}

a:hover{
color:#069;
text-decoration:none;
}

ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




p,dd{
font-size:1.2em;
}

/*footerの背景指定*/
html{
background:#dedede;
}

.nonpc{
	width:50%;
	text-align:center;
	border-bottom:1px solid #87b62d;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
	float:left;
}
.pc{
display:none;
}

/*==================
header
====================*/

#header{
width:100%;
}

#header_top{
padding:5px 0px 10px 0px;
width:100%;
margin:0 auto;
}

#header_top h1{
font-size:80%;
color:#00104a;
} 


/*header左側の設定*/

#logogroup{
width:420px;
float:left;
}



/*header右側の設定*/

#header_right{
	display:none;
}
#header_right2{
	float:right;
	padding-right:10px;
}

/*アコーディオン
-------------------------------------*/
.trigger{padding:5px; background-color:#001c53; border-radius: 5px; margin-bottom:5px;}
.acordion{
 background:#fff;
}

.acordion_tree{
	position: absolute;
	right:0px;
	background: #ff1717;
	width: 100%;
	z-index: 9999;
}

.acordion_tree ul{
	display:table;
	table-layout: fixed;
    width:100%;
}

.acordion_tree ul li{
	float:left;
	width:50%;
	text-align:center;
	background-color:#ff1717;
	text-align:center;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	display:table-cell;
	padding:10px;
}
.acordion_tree ul li:nth-child(odd){
	border-right:1px solid #fff;
}
.acordion_tree ul li a{
	padding:15px 10px;
	color: #FFF;
}

/*グローバルナビゲーション*/

#nav_wrapper{
	display:none;
}

/*==================
main画像
====================*/
#main img {
	width:90%;
	height:auto;
	margin-bottom:20px;
}

/*==================
contents
====================*/
#contents{
width:100%;
margin:0 auto;
}

#contents_l{
padding:0px 20px 0px 20px;
}

#sidebar {
padding:0px 20px 0px 20px;
}


/*引っ越し*/

.top_img01{
width:33%;
float:left;
text-align:center;
}
.top_img02{
width:33%;
float:left;
text-align:center;
}


.topbox01{
	width:49%;
	background-color:#eee;
	border:1px #bbbbbb solid;
	padding:5px 15px 15px 15px;
}
.topbox02{
	width:49%;
	background-color:#eee;
	border:1px #bbbbbb solid;
	padding:5px 15px 15px 15px;
}

.topbox03{
	background-color:#eee;
	padding:15px;
	margin-bottom:10px;
}
.topbox04{
	background-color:#eee;
	padding:15px;
}

#telbox{
	width:100%;
	margin-bottom:30px;
}
#telbox img{
	width:100%;
	height:auto;
}
.tel_txt{
	background:#ff1717;
	padding:10px;
	text-align:center;
	font-size:150%;
	font-weight:bold;
	color:#FFFFFF;
}


/*更新情報*/
#news{
	margin-bottom:20px;
	padding:5px;
}

.title05{
	font-size:150%;
	color:#0f2e5c;
}
.title05 img{
	display:none;
}




/*==================
sidebar
====================*/

#sidebox01{
	background-color:#012253;
	padding:0px 10px 10px 10px;
}
#sidebox01 h2{
text-align:left;
color:#fff;
padding:5px;
}
#sidebox01 p{margin-bottom:10px;}

#bnrarea{margin-top:20px; margin-bottom:20px;}
#bnrarea li{float:left; margin-right:5%; width:45%; text-align:center;}

#sidebox02{
	padding:9px;
	border:1px solid #ddd;
	margin-bottom:20px;
}
.sidebox02_img{
	float:left;
	margin-right:20px;
}
.sidebox02_txt{margin-top:10px; float:left;}
.sidebox02_txt h3{font-size:120%; font-weight:bold; margin-bottom:5px;}
.sidebox02_txt p{font-size:90%; line-height:1.6em;}



/*==================
footer
====================*/

#footer{
width:100%;
margin:0 auto;
margin-top:60px;
text-align:right;
background-color:#ff1717;
color:#fff;
}

#footer_inner{
	padding:15px 20px;
}

#footer_inner address{
	float:none;
	text-align:left;
}

#footer_navi{
	float:none;
	margin-top:10px;
}

/* fnavi
----------------------------------------------------------*/
.fnavi {font-size:120%;  margin-bottom:10px;}
.fnavi a {display:block; padding:10px; text-decoration:none;}
.fnavi li{
	background:#fff;
	border-bottom:1px solid #001c53;
	text-align:left;
	background-image:url(../images/icon06.png);
	background-repeat:no-repeat;
	background-position:10px;
	text-indent:30px;
}
.fnavi li a{
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}
.fnavi li a:link,
.fnavi li a:visited {
	color:#001c53;
	text-decoration:none;
}

.copy{
width:100%;
background-color:#001c53;
text-align:center;
color:#fff;
}



/*voice--------------------------------------------------*/
.voice_img{
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
/*service--------------------------------------------------*/
.service_img{
	width:100%;
}
.service_img img{
	width:100%;
	height:auto;
}


/**/
.company_box{margin-bottom:20px;}
.company_box p{width:49%;}
.company_box p img{width:100%; height:auto;}



/*hikkoshi--------------------------------------------------*/

.hikkoshi_box01 h4{
	background:#ff1717;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
	padding:5px;
}
.hikkoshi_box01 p{
	font-weight:bold;
	text-align:center;
	padding:5px;
	border:1px solid #eee;
}

.hikkoshi_boxs3{
	border:5px solid #001c53;
	margin-bottom:20px;
}
.hikkoshi_boxs3 h3{
	background-color:#001c53;
	color:#fff;
	text-align:center;
	padding:5px;
	font-size:150%;
}
.hikkoshi_boxs3 div{
	padding:20px;
	font-size:130%;
}

/* 料金
----------------------------------------------------------*/
.unpan_l{
	width:340px;
	float:left;
}
.unpan_r{
	width:340px;
	float:right;
}

/* --------------------------------------------- */

form#mail_form{
  width : 100%;
  margin : 50px auto;
  border-top : 1px solid #b0b0b0;
  border-right : 1px solid #ffffff;
  border-bottom : 1px solid #ffffff;
  border-left : 1px solid #cccccc;
  border-radius : 7px;
  text-shadow : 0px 1px 0px #ffffff;
}
form#mail_form dl{
  padding : 15px 25px;
  overflow : hidden;
}
form#mail_form dl dt{
  clear : both;
  width : 36%;
  float : left;
  text-align : right;
  /*border-top : 1px solid #cccccc;*/
	padding : 12px 0 10px;
}
form#mail_form dl dd{
  width : 50%;
  float : left;
  /*border-top : 1px solid #cccccc;*/
	padding : 16px 0 10px 30px;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
  border : none;
  background : none;
}
form#mail_form dl dt span{
  display : block;
  font-size : 85%;
	color : #3377ff;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #ff3030;
  font-weight : bold;
  margin-right : 1em;
}
form#mail_form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}

form#mail_form input{
  height : 1.6em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
form#mail_form input#name_1,
form#mail_form input#name_2{
  width : 45%;
}
form#mail_form input#read_1,
form#mail_form input#read_2{
  width : 45%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
  width : 100%;
}
form#mail_form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
  cursor : pointer;
}
form#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
form#mail_form input#postal{
  width : 90%;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
  width : 90%;
  display : block;
  margin-bottom : 7px;
}
form#mail_form input#phone{
  width : 90%;
}
form#mail_form textarea#mail_contents{
  width : 90%;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form input#mail_submit_button{
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  border-radius : 3px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
  font-weight : bold;
}
form#mail_form input#mail_submit_button:hover{
  color : #106dff;
  background : #e0e0e0;
}

/* --JavaScript------------------------------------------- */
