/*基本設定*/
body {
	border-top: #006ebc 5px solid;
	font-size: 13px;
	color: #4f4f4f;
	line-height: 1.7em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	box-sizing: border-box;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
a {
	color: #222;
	text-decoration: none;
}
img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header {
	width: 1000px;
	margin: 0 auto;
}
header ul {
	height: 72px;
	margin: 0;
	display: flex;
	align-items: center;
}
header ul>li:first-child {
	margin-right: auto;
}
header ul>li:nth-child(2) {
	margin-right: 20px;
}

/*汎用*/
.btn {
	padding: 10px;
	border: #4485de 1px solid;
	font-size: 22px;
	text-align: center;
	background: url(../images/arrow487.png) right 170px center no-repeat;
	background-size: 12px 11px;
	transition: 0.5s ;
}
.btn:hover {
	border: #2699ea 1px solid;
	background: #d5eeff url(../images/arrow487.png) right 170px center no-repeat;
	background-size: 12px 11px;
}
.btn a {
	color: #006ebc;
	display: block;
	transition: 0.3s ;
}
.btn a:hover {
	color: #2699ea;
	display: block;
}

/*共通部分*/
#container {
	width: 1000px;
	margin: 0 auto;
	border: #dddee1 1px solid;
	border-bottom: none;
	border-top: #006ebc 3px solid;
	margin: -30px auto 0;
	position: relative;
	z-index: 2;
	background: #fff;
}
#g_nav {
	width: 1000px;
	border-bottom: #dddee1 1px dotted;
	background: #fff;
}
#g_nav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#f_map {
	position: relative;
	z-index: 3;
	box-sizing: border-box
}
footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
footer ul {
	display: flex;
	justify-content: center;
}
#copy {
	text-align: center;
	background: #ebebeb;
}


/*トップページ*/

#mainvis {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #d9f2fc;
}
#slide {
	width:1200px;
	height:520px;
	margin:-20px auto;
	position:relative;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
}

/* #viewer
------------------------- */
#viewer {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#viewer ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#viewer ul li img {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

/* =======================================
ClearFixElements
======================================= */
#viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#viewer ul {
	display: inline-block;
	overflow: hidden;
}




#greeting {
	background: url(../images/greeting_bg.jpg) right 10px top 50px no-repeat;
	padding: 50px 0 50px 0;
}
#greeting section {
	width: 520px;
	padding: 0 0 0 10px;
}
#greeting section p {
	padding: 20px 0 11px 0 ;
}

#about_sale {
	background: url(../images/sale_bg.jpg) left 10px top 50px no-repeat #f9f9f9;
	padding: 50px 0 50px 0;
}
#about_sale section {
	width: 520px;
	padding: 0 10px 0 470px ;
}
#about_sale section p {
	padding: 20px 0 20px 0;
}
#info {
	clear: both;
	display: flex;
	justify-content: space-around;
	padding: 50px 0 50px 0;
}

/*会社概要*/
#company_sub {
	position: relative;
	z-index: 1;
	background: #020629;
}
#advantage {
	width: 1000px;
	height: 410px;
	background: url(../images/advantage.jpg) top center no-repeat;
}
#company_prof {
	padding: 50px 0 50px 0;
	background: url(../images/bg.jpg);
}
#company_prof table {
	width: 980px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8em;
}
#company_prof th {
	width: 355px;
	padding: 20px 0 20px 0;
	text-align: center;
	vertical-align: middle;
	color: #0d1b44;
	font-weight: bold;
	background: #e7eff4;
	border-bottom: #b0b0b0 1px solid;
	border-top: #b0b0b0 1px solid;
}
#company_prof td {
	padding: 20px;
	background: #fff;
	border-bottom: #b0b0b0 1px solid;
	border-top: #b0b0b0 1px solid;
}
#map {
	text-align: center;
	/* box-shadow */
	box-shadow:0px 3px 8px -3px #cacaca;
	-moz-box-shadow:0px 3px 8px -3px #cacaca;
	-webkit-box-shadow:0px 3px 8px -3px #cacaca;
}

/*売却について*/
#sale_sub {
	position: relative;
	z-index: 1;
	background: #fefefe;
}
#sale {
	width: 1000px;
	height: 705px;
	margin: 20px 0 0 0;
	line-height: 1.8em;
	font-size: 16px;
	background: url(../images/about_sale.jpg) top center no-repeat ;
}
#sale p {
	padding: 190px 0 0 70px;
}
#sale span {
	font-weight: bold;
}
#sale strong {
	font-size: 20px;
	color: #002f7e;
	font-weight: bold;
}
#voice {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#voice ul {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#voice li {
	width: 320px;
	border: #b0b0b0 1px solid;
	border-radius: 3px;
}
#voice dt {
	padding: 10px;
	text-align: center;
	background: #ecf9ff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #b0b0b0 1px dotted;
}
#voice dd {
	padding: 10px;
}
#voice span {
	display: block;
	text-align: right;
	color: #006ebc;
}

/*売却の流れ*/
#flow_sub {
	position: relative;
	z-index: 1;
	background: #0d1d3c;
}
#flow {
	width: 1000px;
	height: 1100px;
	margin: 20px 0 0 0 ;
	padding: 0 0 30px 0;
	background: url(../images/flow.jpg)top center no-repeat;
}

/*お問い合わせ*/
#contact_sub {
	position: relative;
	z-index: 1;
	background: #090e13;
}
#contact {
	padding: 50px 70px 60px 70px;
	border-bottom: #dddee1 1px solid;
}
#contact .wpcf7 {
	width: 700px;
	margin: 0 auto;
}
#contact span {
	color: #ff6161;
}
#contact input[type="text"], input[type="email"] {
	height: 30px;
	font-size: 16px;
}
#contact textarea {
	resize: vertical;
	font-size: 16px;
}
#contact input[type="text"], input[type="email"], textarea {
	width: 700px;
	margin-bottom: 10px;
	outline: none;
	border: 1px solid #DDD;
	border-radius: 3px;
}
#contact input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	box-shadow: 0 0 7px #71c6ff;
	border: 1px solid #57bcff;
}
#contact label {
	padding: 0 0 0 10px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 250px;
	margin: 0 auto;
	padding: 10px;
	display: block;
	outline: none;
	border: 1px solid #f89800;
	border-radius: 3px;
	background: #ff7708;
	background: -moz-linear-gradient( #ffa922 0%, #ff7708 100%);
	background: -webkit-linear-gradient( #ffa922 0%, #ff7708 100%);
	background: linear-gradient( #ffa922 0%, #ff7708 100%);
	color: #fff;
	font-size: 18px;
}

/*login*/
#login {
	width: 470px;
}
#login h1 a {
	width: 110px;
	height: 110px;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
}
.login form {
	padding: 40px 30px 50px;
}
.login form .input, .login input[type=text] {
	border-radius: 3px;
}