

/*--------------------------
---------- GENERAL ---------
--------------------------*/
* {
	margin:0;
	padding:0;
	
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



br {
	letter-spacing:0;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */

a{
	overflow:hidden;
	outline:none;
	color: #074797;
	text-decoration: underline;
}

a:hover {
	color: #074797;
	text-decoration: none;
}
a:focus, *:focus { outline:none; }

div:focus, *div:focus { outline:none; }

a img {
	-webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 1;
}

xa:hover img {
	opacity: 0.5;
}

xa.hover img {
	opacity: 0.5;
}


html, body {
  width:100%;
  height:100%;
  -webkit-font-smoothing: antialiased;
  color: #6b6b6b;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;

  }

body {
  overflow-x: hidden;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
   -webkit-font-smoothing: antialiased;
  }
  
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

h1 {
	font-weight: normal;
	line-height: 1;
	text-align: center;

}

h1 img {
	xvertical-align: top;
	
}


#wrapper{
	width:100%;

}


h2 {
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	background-image: url(../images/common/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 23px;
	padding-bottom: 23px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #2963b8;
	font-size: 20px;
	color: #2d6ecc;
	width: 100%;
	padding-left: 25px;
}

h2.img {
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: 0;
	border-bottom-color: 0;
	font-size: 28px;
	color: #2d6ecc;
	width: auto;
	padding: 0px;
}

h2.mgb20 {
	margin-bottom: 20px;
}

h2.mgb0 {
	margin-bottom: 0px;
}

h3 {
	line-height: 1;
	text-align: center;
	clear: both;
	float: none;
}

h3.mg {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

h3.mgb0 {
	margin-bottom: 0px;
}

h3 img {
	vertical-align: top;	
}

h4 {
  font-size: ;
	text-align: center;
}

h4 img {
	vertical-align: top;	
}

h5 {
  font-size: ;

}



p {
  
}

p img,div img {
	vertical-align: top;  
}

p.bg {
	background-color: #fbfaf3;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

p.p_box {
	margin-bottom: 0px;
	background-image: url(../images/page/box_bg.jpg);
	background-repeat: repeat;
	padding: 20px;
}

p.mg {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

p.mgb20 {
	margin-bottom: 20px;
}

li, ul {
  list-style:none;
  padding:0;

}

.center{
  text-align: center;
  vertical-align: top;
}

.font12 {
	font-size: 12px;
}



.btn_link {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1px;	
}

.btn_link.mgb10 {
	margin-bottom: 10px;	
}



.btn_link a {
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	text-align: center;
	line-height: 1;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #ffffff;
	background-color: #246dd8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6191d8), to(#246dd8));
	background:-moz-linear-gradient(top,  #6191d8 0%, #246dd8 100%); 
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5%;
	padding-left: 5%;
}

.btn_link a:link {
	text-decoration: none;	
}

.btn_link a:visited {
	text-decoration: none;		
}

.btn_link a:hover {
	text-decoration: none;		
}


.btn_link img {
	line-height: 1;
	margin-bottom: -5px;
	margin-right: 5px;
	vertical-align: baseline;
}

.banner {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.banner img {
	border: 1px solid #CCCCCC;	
}

.mgt10 {
	margin-top: 10px;
}

.mgl10 {
	margin-left: 10px;
}

.mgr10 {
	margin-right: 10px;
}

.mgl20 {
	margin-left: 20px;
}

.mgr20 {
	margin-right: 20px;
}

.mgb0 {
	margin-bottom: 0px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.red {
	color: #d53d4c;
}

.red span {
	display: block;
	padding-left: 1em;	
}

.note {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 20px;
	border: 5px solid #E7E7E7;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.note p {
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0px;
	padding-bottom: 0px;
}



/*--------------------------
-------- NAVIGATION --------
--------------------------*/

#navigation {
	position: fixed;
	width: 100%;
	height: 50px;
	xbackground-image:url(../images/bg/background-nav.png);
	background-repeat:repeat;
	box-shadow: 0px 1px 1px rgba(0,0,0, 0.1);
	z-index: 1100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-left:auto;
	margin-right:auto;
	padding:0 20px;
	background-color: #FFFFFF;
  }

 
.not-visible-nav{
  xtop:-77px;
  }
  
.menu-position{
  width: 99%; 
  text-align:center; 
  padding-left:1%;
  }

.nav-logo{
  float: left;
  position: relative;
  top:0%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  transform: translateY(-55%);
  }

.nav-logo a.logo{
  display: block;
  }

.nav-logo a.logo img{
  height: 35px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin-top: 55px;
  }



#head_menu a {
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #256ed8;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	width: 40px;
	height: 40px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	position: absolute;
	z-index: 1100;
	-webkit-font-smoothing: antialiased;
	top:10%;
	cursor: pointer;
}

#head_menu i {
	color: #FFFFFF;
	line-height: 1em;
}

#navigation #head_menu a span {
	font-weight: normal;
	font-size: 10px;
	line-height: 1em;
	display: block;
}

#navigation .btn_tel {
	right:150px;
}
#navigation .btn_line {
	right:105px;
}
#navigation .btn_mail {
	right:60px;
}


#navigation .mini-nav-button{
  display: none;
  font-weight: 600;  
  right:10px;
  
  }


.fa {
  font-size:23px;
}

.nav-menu{
  float: right;
  height: 100%;
  margin-right:1%;
  }
  
#navigation .nav-menu{
	display:block;
} 
.nav-menu ul.nav{
  height: 100%;
  text-transform: uppercase;
  }

.nav li{
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  }

.nav li a{
	display: block;
	height: 100%;
	border-top:2px solid transparent;
	border-bottom: 2px solid transparent;
	line-height: 44px;
	color: #6191d8;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
	transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
	text-decoration: none;
  }

.nav li:hover{
  background:transparent;
  }

.nav li a:hover{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-color: #fbfaf3;
  }

.nav li.active a{
  xborder-top: 2px solid #7b5639;
  background-color: #fbfaf3;
  }

.nav li a:focus{
  xbackground: transparent !important;
  xborder-top:2px solid #209196;
  xcolor:#209196;
  }





/****************************************************************/	
#navigation a.mini-nav-button{
	display: block;}

	/* Mobile Nav Menu */

	x.not-visible-nav{
	opacity:0;}

	#navigation .nav-menu{
	display:none;
	height: auto;
	top:100%;
	left:0;
	width:100%;
	position: absolute;
	background:rgba(255, 255, 255, 0.97) !important;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);}

	#navigation ul.nav li{
	display:inline-block;
	height:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px!important;
	width:100%;	
	}
	
	#navigation .menu-position .nav-menu .nav li {
	margin-bottom:0px;
	}
	#navigation ul.nav li a{
	display:block;
	height: auto;
	width:100%;
	padding:0 20px;
	color: #6191d8;
	line-height: 40px;
	margin-top:0px;
	margin-bottom:0px;
	overflow:visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	font-size: 14px;
	}

	#navigation ul.nav li a:hover,
	#navigation ul.nav li.active a{
	margin-top:0px;
	margin-bottom:0px;
	border-top:1px solid #cccccc;
	}

.nav li a span{ 
	display:inline-block;
	margin-left:10px;
}



#nav_purchase {
	height: 20px;
	width: 80px;	
	float: right;
	display: block;
	margin-top:0.4em;
	margin-right:50px;

}


#nav_purchase a {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/border-radius.htc);
	text-align: center;
	line-height: 1;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left:5%;
	padding-right:5%;
	color: #7b5639;
	background-color: #eae0c5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffbef), to(#eae0c5));
	background:-moz-linear-gradient(top,  #fffbef 0%, #eae0c5 100%); 
	border: 1px solid #CCCCCC;
}

#nav_purchase a:hover {
	background-color: #67d1c8;
}
/****************************************************************/	



/****タップaction****/
.nav li.hover{
  background:transparent;
}

.nav li a.hover{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6191d8;
	background-color: #fbfaf3;
}

#nav_purchase a.hover {
	background-color: #67d1c8;
}


#footer_menu li a.hover {
	text-decoration: underline;	
}




#page-top {
    text-align:center;
    font-size: 77%;
	padding:0px;
	margin:0px;
	width:100%;
	position: static;
}

#page-top span {
	display:none;
}

#page-top a {
	position: fixed;
    bottom: 10px;
	left:55%;
    background: rgba(000,000,000,0.5);
    text-decoration: none;
    color: #fff;
    width: 40px;
	height:40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    -moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	behavior: url(../js/border-radius.htc);
	margin-left:-40px;
	xborder: rgba(255,255,255,0.5) solid 2px;
	z-index:1000;
}

#page-top a::after{
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
		-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 4px;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
 
}

#page-top a.hover {
    text-decoration: none;
    background: rgba(000,000,000,0.7);
}

/*--------------------------------------
-------- footer_contact_area ------------*/

#contact_area {
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	margin-left: 10px;
}

#contact_area h4{
	margin-bottom: 10px;
	padding: 0px;
}



#contact_area #box {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

#contact_area #box p {
	margin-bottom: 10px;	
}

#contact_area #box p.mgb15 {
	margin-bottom: 15px;	
}

#contact_area #box p.mgb20 {
	margin-bottom: 20px;	
}

#contact_area #box p.mgt20 {
	margin-top: 20px;	
}

#contact_area .btn_link {
	margin-bottom: 10px;
}

#contact_area .btn_link a {
	margin-right: 0px;
	margin-left: 0px;	
}



/*--------------------------------------
-------- footer_Menu ------------*/

#footer_menu {
	background-color: #f7f7f7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

#footer_menu ul {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#footer_menu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
	line-height: 2em;
}

#footer_menu li a {
	color: #6b6b6b;	
}

#footer_menu li a:link {
	text-decoration: none;	
}

#footer_menu li a:hover {
	text-decoration: underline;	
}

#footer_menu .border_no {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--------------------------------------
-------- Copy ------------*/

#copy {
	background-color: #6191d8;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#copy p {
	color: #FFFFFF;
	text-align: center;
}

#copy p a {
	color: #FFFFFF;	
}

#copy #change {
	font-size: 16px;
}

#top-tel {
  margin-top: -30px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.voice dt {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #2963b8;
	background-image: url(../images/common/dt_01_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 13px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 37px;
	line-height: 1em;
}

.voice dd {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	background-color: #f5f9ff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.voice dd.mgb10 {
	margin-bottom: 10px;
}

.voice02 dt {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #29a2ff;
	background-image: url(../images/common/dt_02_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 13px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 37px;
	line-height: 1em;
}

.voice02 dd {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	background-color: #f5f9ff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.service {
	font-size: 14px;
	color: #074797;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.service strong{
	color: #e20a47;
}

p.box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	background-color: #f5f9ff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.faq {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	background-color: #f9f7f3;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

@import url(http://fonts.googleapis.com/css?family=Raleway:500);
.faq dt {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}

.faq dt span.left {
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
	xfont-family: 'Raleway', sans-serif;
	display:inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/border-radius.htc);
	color: #FFFFFF;
	background-color: #6191d8;
	line-height: 1em;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

.faq dt span.right {
	display:inline-block;
	padding-left: 30px;	
}

.faq dd {
	position: relative;	
}

.faq dd span.left {
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
	xfont-family: 'Raleway', sans-serif;
	display:inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/border-radius.htc);
	color: #FFFFFF;
	background-color: #d84665;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 1em;
	font-size: 17px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.faq dd span.right {
	display:inline-block;
	padding-left: 30px;	
}

.flow {
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.flow dt {
	color: #2963b8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.flow dt span {
	color: #d60000;
}

.flow dd {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*無料相談*/
.estimate-area {
	font-size: 0;
	line-height: 1em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.company {
	margin-right: 10px;
	margin-left: 10px;
}

.company dt {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../js/border-radius.htc);
	color: #FFFFFF;
	background-color: #fd7801;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.company dd {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#gmap {
	position: relative;
	padding-bottom: 75%;
// これが縦横比
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.time {
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	color: #FFFFFF;
	background-color: #fe7900;
	margin-bottom: 20px;
}

/*--------------------------
-------- top --------
--------------------------*/

#top-catch {
	text-align: center;
	xbackground-position: left top;
	height:100%;
	margin-top: 50px;
	margin-bottom: 0px;
}

#catch {
	text-align: center;
	xbackground-position: left top;
	height:100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

#kakaku {
	padding-right: 10px;
	padding-left: 10px;
}

#kakaku h2{
	margin-bottom: 15px;
}

  
#kakaku img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: top;
}

#kakaku li{
	margin-bottom: 15px;
}

dt img,dd img {
	vertical-align: top;
}
 

.box.mgb10 {
	margin-bottom: 10px;
}


/*--------------------------
-------- Contact --------
--------------------------*/
#taishougai {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	margin-top: 5px;
}

#form{
	margin-top: 0px;
	padding-top: 0px;
}
#form form {
	margin-top: 0px;
	padding-top: 0px;
}

#form dl{
	margin: 0px;
	padding: 0px;
	width: 100%;	
}

#form dt{
	background:#fbfaf3;
	color:#2963b8;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#form dt.estimates{
	background:#2963b8;
	color:#ffffff;
}

#form dt.estimates02{
	background-color: #E3ECF9;
}

#form .req {
	color: #CC0000;
}

#form dd{
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#form dd label{
	font-weight: normal;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	width: auto;
	display: inline;
}

form input[type="checkbox"],form input[type="radio"]{
	margin-right: 2px;
	line-height: 2em;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	display: inline;
}

.text01 {
	width: 2em;
}

.text02 {
	width: 3em;
}

.text03 {
	width: 4em;
}

.text04 {
	width: 100%;
	margin-top: 5px;
}

.text05 {
	width: 8em;
}


#submit{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	text-align: center;
	line-height: 1;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #2963b8;
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background:-moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); 
	border: 1px solid #2963b8;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-right: 5%;
	padding-left: 5%;
	text-indent:0px;
}

#backBtn{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	text-align: center;
	line-height: 1;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #2963b8;
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background:-moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); 
	border: 1px solid #2963b8;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-right: 5%;
	padding-left: 5%;
	text-indent:0%;
}

#confirm{
	font-size: 18px;
	color: #2963b8;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/border-radius.htc);
	text-align: center;
	line-height: 1;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background:-moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); 
	border: 1px solid #2963b8;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-right: 5%;
	padding-left: 5%;
	text-indent:0%;
}

#form dd span{
	font-size:11px;
	display: block;
	padding-top: 3px;
}

#form textarea{
	width:100%;
	display:block;
	height:10em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

dd #datepicker01,dd #datepicker02,dd #datepicker03 {
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;

}

dd p {
	padding-top: 3px;
	padding-bottom: 5px;
}
#form .zeromail .message {
	color: #CC0000;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}
.error{
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.confirm{
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*--------------------------
-------- スタッフ紹介 --------
--------------------------*/
#staff {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#staff h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #338cd8;
	line-height: 1em;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

.staff-box {
	margin-bottom: 10px;
}

.staff-box .img {
	width: 40%;
	display: inline-block;
	float: left;
	padding-right: 10px;
}

.staff-box dl {
	display: inline;
	width: auto;
}
.staff-box .constellation {
	color: #338cd8;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #338cd8;
	display: inline-block;
	float: right;
	width:60%;
}

.clearfix:after{
	content:"."; /* 新しい要素を作る */
	dispdlay:block;/* ブロックレベル要素に */
	height: 0.1px;
	line-height: 0;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
} 

.clearfix{   
    display: inline-block;   
}     

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.attention {
  margin: 0 10px;
}

/*--------------------------
-------- MAX 390px --------
--------------------------*/
@media all and (max-width: 390px){

#navigation {
  padding:0 10px;
  }
  
.nav-logo a.logo img{
  height: 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin-top: 55px;
  }

#nav_purchase {
	height: 20px;
	width: 70px;	
	float: right;
	display: block;
	margin-top:0.7em;
	margin-right:30px;

}


#nav_purchase a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left:5%;
	padding-right:5%;
}



.btn_link a {
	

}



p.box .img {
	width: 120px;
}



p.box .mg {
	width: 87px;
}

p.box .img02 {
	width: 120px;
	margin-right: 10px;
	margin-bottom: 3px;
}



}

/*--------------------------
-------- MAX 320px --------
--------------------------*/
@media all and (max-width: 320px){

html, body {
  font-size: 12px;
  }
  
h2 {
	margin-bottom:5px;
}

.font12 {
	font-size: 10px;
}

p.box {
	padding-right:10px;
	margin-bottom: 10px;
}

p.box img {
	margin-left: 5px;
}

.btn_link {
	font-size:15px;
}

.btn_link a {
	padding-top: 4%;
	padding-bottom: 4%;
	color: #ffffff;
	background-color: #246dd8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6191d8), to(#246dd8));
	background:-moz-linear-gradient(top,  #6191d8 0%, #246dd8 100%); 
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5%;
	padding-left: 5%;
}

.btn_link a:link {
	text-decoration: none;	
}

.btn_link a:visited {
	text-decoration: none;		
}

.btn_link a:hover {
	text-decoration: none;		
}


.btn_link img {
	line-height: 1;
	margin-bottom: -2px;
	margin-right: 5px;
	height: 15px;
	width: 15px;
}


#page-top span {
	display:none;
}

#page-top a {
	position: fixed;
    bottom: 10px;
	left:55%;
    background: rgba(000,000,000,0.5);
    text-decoration: none;
    color: #fff;
    width: 40px;
	height:40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    -moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	behavior: url(../js/border-radius.htc);
	margin-left:-30px;
	xborder: rgba(255,255,255,0.5) solid 2px;
	z-index:1000;
}

#page-top a::after{
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 4px;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
 
}


p.box .tencho {
	width: 105px;
}


}


/*--------------------------
-------- MAX 240px --------
--------------------------*/
@media all and (max-width: 240px){

h2 {
	font-size: 18px;
}

#navigation {

  height: 40px;

  }
  
.nav-logo a.logo img{
  height: 30px;
  margin-top: 45px;
  }
  
#nav_purchase {
	display: none;
}

.btn_link {
	font-size:14px;
}

#contact_area #box {
	padding-right: 10px;
	padding-left: 10px;
}
}


#fnavi{
background: #fff;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index:9999;
}
#fnavi li{
margin: 2px;
}
#fnavi img{
width: 100%;
}

#fnavi li.dsp-sp{
width: 100%;
display: flex;
justify-content:space-between;
align-items: center;
}
#fnavi li.dsp-sp a{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 33%;
min-height: 70px;
background: #ff0;
color: #000;
font-weight: bold;
padding: 5px;
box-sizing: border-box;
text-decoration: none;
line-height: 1.5em;
font-size: clamp(10px, 3.1vw, 11px);
}
#fnavi li.dsp-sp a img{
width: 15px;
}
#fnavi li.dsp-sp a.tel{
background: none;
}
#fnavi li.dsp-sp a.tel span{
color: #BB000F;
font-size: 0.7em;
}
#fnavi li.dsp-sp a.tel span img{
width: clamp(10px, 3.1vw, 11px);
}


