@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("/css/common.css");
@import url(/fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
min-width:1200px;
}
body,html{
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing:0.8pt;
	color: #333333;
	text-align: left;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 50px;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
.hd {
	display: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
		transition: 1s;
}

.pc-none {
display: none;
}


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

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 110;
	width: 100%;
	position: fixed;
	min-width: 1000px;
	z-index: 1100;
}

#header .left {
width: 16%;
float: left;
height: auto;
background-color: rgba(0,0,0,0.7);
padding-top: 14px;
padding-bottom: 20px;
display: block;
z-index: 100;
	min-width: 100px;
}



#header .left .logo dl dt a {
display: block;
}

#header .left .logo dl dt a img {
/*width: 96%;*/
width: 70%;
height: auto;
}



#header .left .logo dl dd {
color: #fff;
/*font-size: 14px;*/
font-size: 12px;
padding-left: 14%;
padding-right: 14%;
padding-top: 10px;
line-height: 1.5em;
}




#header .right {
	width: 84%;
	float: right;
	background-color: rgba(0,0,0,0.7);
		display: flex;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	right: 0;
		min-width: 900px;
}



#header .right .transform {
	width: 100%;
	float: right;
	background-color: rgba(0,0,0,0.7);
}


#header .right .innner {
width: 98%;
float: right;
padding-right: 2%;
}



/*＝＝＝＝＝＝＝＝＝＝ナビ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#header .right ul#nav {
width: 60%;
float: left;
display: block;
/*padding-top: 10px;
padding-bottom: 10px;*/
}  



#header .right ul#nav li {
/*width: 25%;
float: left;*/
/*display: inline-block;*/
width: 25%;
font-size: 14px;
/*color: #333;*/
display: block;
}



#header .right ul#nav li a {
display: block;
color: #fff;
text-decoration: none;
}


#header .right ul#nav li a:hover {
color: #e33558;
}


#header .right ul#nav li > ul li:first-child  {
border-top: 1px solid #fff; 
}


#header .right ul#nav li > ul li {
width: 100%;
border-bottom: 1px solid #fff; 
letter-spacing: -0.01em;
}



#header .right ul#nav li > ul li:last-child {
border-bottom-style: none;
}



/*＝＝＝＝＝＝＝＝＝＝文字間調整　売却・買取無料相談フォーム＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


#header .right ul#nav li.assessment_contact a {
				letter-spacing: -0.03em;
}

/*＝＝＝＝＝＝＝プルダウン＝＝＝＝＝＝＝＝＝＝＝＝*/

.menu li {
   position: relative;
   float: left;
}
.menu li a {
   display: block;
			padding-bottom: 10px;
			padding-top: 10px;
}
.menu li a:hover {
   background: #dbdbdb;
}
.menu li:hover > ul {
   display: block;
}
.menu ul {
   display: none;
   position: absolute;
   top: 38px;
   /*width: 240px;*/
}


.menu ul.f_non {
float: none;
width: 100%;
background-color: rgba(0,0,0,0.7);
}

.menu ul.f_non li {
width: 100%;
display: block;
float: none;
}


.menu ul.f_non li a {
width: 100%;
display: block;
font-size: 12px;
}


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

.change{
  transition: 2s;
}



#header .right ul#nav li i {
padding-right: 2%;
color: #A4C6FF;
}



#header .right ul#nav li i:hover {
color: #e33558;
}




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






#header .right ul#info {
width: 40%;
float: right;
margin-top: 10px;
}  


#header .right ul#info li {
width: 50%;
float: left;
display: inline-block;
display: block;
}

#header .right ul#info li a {
color: #fff;
text-decoration: none;
display: block;
font-size: 14px;
}


#header .right ul#info li i {
padding-right: 4%;
}




#header .right ul#info li.estimate {
background-color: #4a97af;
}



#header .right ul#info li.estimate a:hover {
background-color: #cccccc;
transition: 1s;
}


#header .right ul#info li.mail {
background-color: #2c619b;
}



#header .right ul#info li.mail a:hover {
background-color: #cccccc;
transition: 1s;
}





/*=============================================================
#NAVI
=============================================================*/



/*=============================================================
#contents
=============================================================*/

.body {
width: 1000px;
margin-left: auto;
margin-right: auto;
}



.bodyInner{
width: 90%;
margin-left: auto;
margin-right: auto;
}


h4 {
    background-color: #e09400;
    color: #fff;
    font-size: 33px;
    /*font-weight: bold;*/
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    line-height: 1.3em;
   font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}

h5 {
 background-color: #000;
color: #fff;
font-size: 20px;
font-weight: bold;
padding-top: 30px;
padding-bottom: 30px;
position: relative;
line-height: 1.2em;
font-weight: normal;
margin-bottom: 30px;
}


h2 {
    color: #000000;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 20px;
}


.center_txt {
    text-align: center;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝右側が色が違う線＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#group {
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
  border-bottom: solid 3px #adadad;
  position: relative;
}
#group:before {
  position: absolute;
  content: " ";
  display: block;
		  border-bottom: solid 3px #0f6a2c;
  bottom: -3px;
  width: 30%;
}







/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝上追加＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




#mainbody {
	padding-bottom: 40px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
/*	overflow: hidden;*/
}


.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}
#mainbody #title {
	display: block;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
}
#mainbody #title h1 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
	margin: 0px;
	padding-top: 5px;
}
#mainbody #title h1 i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #95AD63;
	font-size: 10px;
	margin-left: 15px;
}
#mainbody p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin-bottom: 2.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}




/*=============================================================
#contact
=============================================================*/




#contact {
background-color: #f6f5f4;
overflow: hidden;
}

#contact #mainbody  {
}



#contact #mainbody dl {
/*margin-top: 30px;*/
margin-bottom: 30px;
}

#contact #mainbody dl dt {
font-size: 24px;
padding-top: 4px;
padding-bottom: 4px;
font-weight: bold;
border-bottom: 1px dotted #ccc;
}

#contact #mainbody dl dd {
font-size: 16px;
padding-top: 10px;
}


#contact #mainbody p {
font-size: 16px;

}



#contact #mainbody .box_left p.info_title:before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #000;
}


#contact #mainbody .box_right p.info_title:before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #000;
}




#contact #mainbody .box_left {
width: 50%;
float: left;
}



#contact #mainbody .box_left > div {
width: 90%
}

#contact #mainbody .box_left > div p {
width: 30%;
float: left;
}

#contact #mainbody .box_left ul {
width: 70%;
float: right;
font-size: 26px;
}



#contact #mainbody .box_left ul li {
padding-bottom: 10px;
font-weight: bold;
}


#contact #mainbody .box_left ul li a {
/*text-decoration: underline;*/
/*color: #2c619b;*/
}

/*#contact #mainbody .box_left ul li a:hover {
text-decoration: underline;
color: #e33558;
}*/



#contact #mainbody .box_right {
width: 50%;
float: right;
}

#contact #mainbody .box_right > div {
width: 90%
}


#contact #mainbody .box_right > div p {
width: 40%;
float: left;
overflow: hidden;
}

#contact #mainbody .box_right .mail {
width: 60%;
background-color: #2c619b;
float: right;
padding-top: 13px;
padding-bottom: 13px;
border-radius:10px;
font-size: 16px;
font-weight: bold;
}


#contact #mainbody .box_right .mail a {
color: #fff;
text-decoration: none;
}


#contact #mainbody .box_right .mail:hover {
background-color: #e33558;
transition: 1s;
}




.topReturn {
  text-align: center;
		background: #fff;
margin-top: 60px;
}

.topReturn .btn-box {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 16px;
	 color: #444;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  position: relative;
		  border: 2px solid #333;
  transition: .4s;
}

.topReturn .btn-box:hover {
  border: 2px solid transparent;
		color: #2c619b;
}

.topReturn .btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.topReturn .btn-box:before {
 border-bottom: 2px solid #2c619b;
		border-left: 2px solid #2c619b;
  transform-origin: 100% 0%;
}

.topReturn .btn-box:after {
border-top: 2px solid #2c619b;
		 border-right: 2px solid #2c619b;
  transform-origin: 0% 100%;
}

.topReturn .btn-box:hover:after,
.topReturn .btn-box:hover:before {
  transform: scale(1);
}





/*=============================================================
#banner
=============================================================*/

#top #banner {
margin-top: 20px;
/*width: 80%;*/
overflow: hidden;
}

#top #banner p {
font-size: 15px;
}

#top #banner ul {
overflow: hidden;
}


#top #banner ul li {
width: 22%;
/*width: 30%;*/
height: 60px;
 background:#fff;
box-sizing: border-box;
border: 1px solid #cccccc;
margin-right: 3%;
display: inline-block;
 opacity: 1;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
	position: relative;
	
}


#top #banner ul li img {
position: absolute;
	top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}


/*#top #banner ul li:nth-child(4){
margin-right: 0%;
} 
*/
/*#top #banner ul li:nth-child(2){
margin-right: 0%;
} */

#top #banner ul li:last-child{
margin-right: 0%;
} 





#top #banner ul li:hover {
  opacity: 0.5;
		 background:#444;
}


/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #8a969e;
}





#footer .footer_nav {
overflow: hidden;
font-size: 15px;
margin-top: 20px;
padding-bottom: 40px;
border-bottom: 2px solid #cccccc; 
margin-left: auto;
margin-right: auto;
}


#footer .footer_nav a {
color: #515151;
text-decoration: none;
}

#footer .footer_nav a:hover {
text-decoration: underline;
color: #e33558;
}


#footer .footer_nav a  i {
padding-right: 5px;
color: #ccc;
}

#footer .footer_nav ul li {
line-height: 2.5em;
}



#footer .footer_nav .ft_left {
width: 46%;
float: left;
}

#footer .footer_nav .ft_left ul {
text-align: left;
padding-left: 36%;
}



#footer .footer_nav .ft_right {
width: 54%;
float: right;
}


#footer .footer_nav .ft_right dl {
overflow: hidden;
padding-right: 20%;
} 

#footer .footer_nav .ft_right dl dt {
text-align: left;
border-bottom: 1px solid #cccccc; 
padding-bottom: 8px;
}

#footer .footer_nav .ft_right dl dt + dd {
text-align: left;
padding-top: 0.5em;
}



#footer .footer_nav .ft_right dl dd + dd {
overflow: hidden;
padding-top: 0.1em;
}

#footer .footer_nav .ft_right dl dd ul {
width: 50%;
float: left;
text-align: left;
}






#footer .aboutUs {
overflow: hidden;
margin-top: 30px;
padding-left: 10%;
padding-right: 10%;
}




#footer .aboutUs li.logo {
width: 30%;
float: left;
}


#footer .aboutUs li.logo img {
width: 70%;
height: auto;
}




#footer .aboutUs li.information {
width: 70%;
float: right;
margin-bottom: 20px;
}


#footer .aboutUs li.information dl {
text-align: left;
} 


#footer .aboutUs li.information dl dt {
font-size: 18px;
}

#footer .aboutUs li.information dl dd {
font-size: 15px;
}


#footer .aboutUs li.information dl dd ul li {
display: inline;
}

#footer .aboutUs li.information dl dd ul.contact li {
padding-right: 20px;
}

#footer .aboutUs li.information dl dd ul.contact li:last-child {
padding-right: 0;
}


#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
}



/*=============================================================
#form
=============================================================*/
#contents input[type="text"]:hover,#contents textarea:hover {
border: 1px solid #666666;
}
#contents input[type="text"]:focus,#contents textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#contents input[type="text"],#contents textarea {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#contents input[type="submit"]:hover {
background-color: #FFCCCC;
}
.anq_required {
	background-image: url(/image/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
