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

/*
==========================================================
リセットCSS
==========================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* [disabled]position: relative; */
	background-repeat: no-repeat;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
}

body {
    line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p,dl,ul,table {
	line-height: 2em;
	margin-bottom: 20px;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	height: auto;
	width: 100%;
}

.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 200px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 40px;
    height: 50px;
    text-align: center;
    background: rgba(238,238,238,6);
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 40px;
}

/*
==========================================================
フォント設定
==========================================================
*/

body {
	text-align: center;
 font-family: "Noto Sans JP";;
	font-size: 15px;
	background-color: #fff;

}

/*ページfade in設定の為*/
body {
	display: none;
}

/*
==========================================================
共通設定
==========================================================
*/
html,　body {
  height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #000;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 8px 0;
  text-decoration: none;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  padding: 14px 0;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination .current {
  background: #ffc33c;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .pagination a,
  .pagination span {
    margin: 2px 0;
    width: 36px;
    height: 36px;
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 769px) {

.pchd {
	display: none;
}


/*
==========================================================
ヘッダー
==========================================================
*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5
}
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	min-width:1080px;
	background-color: #fff
}
header.active {
	background-color: #FFF;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.2);
} 
header .logo {
	width: 180px;
	margin-left: 2%;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 1%;
}
header .contact {
width: 580px;
height: 70px;
float: right;
margin: 0px;
}
header .contact .tel {
width: 350px;
float: left;
margin-top: 10px;
}
header .contact .mail {
width: 198px;
height: 70px;
float: right;
}
header .contact .mail a {
background-color: #336600;
color: #fff;
display: flex;
align-items: center;
text-align: center;
width: 100%;
height: 100%;
font-size: 18px;
}
header .contact .mail a:before {
 content: url(../images/icon_header_mail.png);
 margin-left: 20px;
 margin-right: 20px;
 position: relative;
top: 2px;
}

/*
==========================================================
ナビ
==========================================================
*/
#navi {
background-color: #fff;
border-bottom: solid 1px #336600;
border-top: solid 1px #336600;
height: 50px;
}
#navi ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#navi ul li {
line-height: 50px;
padding-left: 24px;
padding-right: 24px;
}
#navi ul li + li {
border-left: 1px solid #336600;
}
#navi li:first-child {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #336600;
}
#navi li:last-child {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #336600;
}

/*
==========================================================
コンテンツ共通
==========================================================
*/

#mainImage {
background-image: url(/saikenchikufuka/images/mainImage.jpg);
background-size: cover;
background-position: center top;
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
height: 600px;
margin-top: 70px;
}
#mainImage h1 {
width: 1020px;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
#mainImage h1 img {
width: 100%;
height: auto;
}

#container {
background-color: #D2E4C7;
background-image: url(/saikenchikufuka/images/container_back.jpg);
background-repeat: repeat-y;
background-size: 100%;
padding-top: 50px;
padding-bottom: 30px;
}
#container .inner {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#contents {
background-color: #D2E4C7;
background-image: url(/saikenchikufuka/images/container_back.jpg);
background-repeat: repeat-y;
background-size: 100%;
padding-top: 50px;
padding-bottom: 30px;
min-height: 100%;
}
#contents .inner {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
.top_contact {
background-image: url(/images/top_contact_ol.png),url(/images/top_contact_back.png);
background-position: right top 70px,center top;
background-repeat: no-repeat, no-repeat, no-repeat;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 30px;
}
.top_contact .left {
width: 70%;
float: left;
overflow: hidden;
margin-left: 10%;
margin-top: 30px;
}
.top_contact .left .area {
float: left;
}
.top_contact .left .btn {
float: right;
margin-top: 20px;
}
.top_contact .left p {
font-size: 18px;
text-align: center;
clear: both;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #000;
}
.top_contact .left .under {
overflow: hidden;
width: 85%;
margin-left: auto;
margin-right: auto;
}
.top_contact .left .under .catch {
float: left;
text-align: center;
}
.top_contact .left .under .catch dt {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.top_contact .left .under .catch dd {
color: #fff;
font-size: 22px;
padding-left: 20px;
padding-right: 20px;
padding-top: 2px;
padding-bottom: 4px;
background-color: #CB3302;
border-radius: 50px;
}
.top_contact .left .under .phone {
float: right;
margin-top: 0px;
}
.top_contact .left .under .phone dt {
margin-bottom: 0px;
}
.top_contact .left .under .phone dd {
font-size: 18px;
margin-top: -20px;
padding: 0px;
}
.top_contact .left .under .phone dd span {
display: block;
font-size: 22px;
color: #CB3302;
}

.wrap h2 {
font-size: 36px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
}
.wrap h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #999;
 width : 60% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
 
.news {
border: solid 2px #336600;
border-radius: 4px;
background-color: #fff;
padding-top: 30px;
padding-bottom: 20px;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 50px;
}
.news h2 {
font-size: 36px;
margin-bottom: 40px;
}
.news .in {
height: 160px;
overflow: auto;
}
.news dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #ccc;
}
.news dt {
width: 15%;
float: left;
text-align: center;
}
.news dt:after {
 content: url(../images/news_arrow.png);
 margin-left: 20px;
 position: relative;
 top: 0px;
}
.news dd {
width: 84%;
float: right;
text-align: left;
}

/*
-------------------------------------
皆様のお困りごと
-------------------------------------
*/
#c1 .wrap {
border-top: solid 2px #336600;
border-left: solid 2px #336600;
border-right: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
}
#c1 .under {
 content: url(../images/c1wrap_under.png);
 margin-top: -30px;
 position: relative;
 width: 1200px;
}

#c1 ul {
background-image: url(/images/c1_image.png);
background-repeat: no-repeat;
background-position: right 5% bottom 40px;
background-size: 22%;
padding: 40px;
}
#c1 li {
font-size: 24px;
text-align: left;
margin-bottom: 10px;
}
#c1 li:before {
 content: url(../images/c1_check.png);
 position: relative;
 top: 16px;
 margin-right: 20px;
}

/*
-------------------------------------
買取できる理由
-------------------------------------
*/

#c2 {
margin-bottom: 50px;
}
#c2 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
#c2 ul {
display: flex;
 justify-content: center;
 flex-wrap: wrap;
	margin-top: 50px;
}
#c2 li {
	width: 30%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	}
	#c2 li .num {
			display: inline-block;
		height:70px;
 width:70px;
 border-radius:50%;
 line-height:70px;
 text-align:center;
		font-size: 42px;
		font-weight: bold;
		background-color: #084408;
		color: #fff;
		margin-right: 16px;
		float: left;
	}
	#c2 li p {
		font-size: 18px;
		font-weight: bold;
  align-items: center;
		text-align: left;
		display: flex;
		align-items: center;
			float: left;
		height: 70px;
	}
	#c2 li dl {
		margin: 0px;
		text-align: left;
	}
	#c2 li img {
	width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
		#c2 li dt {
		width: 100%;
		height: 200px;
		display: flex;
		align-items: center;
		}
			#c2 li dd {
width: 90%;
margin-left: auto;
margin-right: auto;
}
	
	/*
-------------------------------------
買取対象物件
-------------------------------------
*/

#c3 {
margin-bottom: 50px;
}
#c3 h2 {
font-size: 32px;
margin-bottom: 40px;
}
#c3 h2:before {
 content: url(../images/logo.png);
 margin: 10px;
 position: relative;
 top: 8px;
	border: none;
}
#c3 h2 span {
display: inline-block;
background-color: #336600;
color: #fff;
font-size: 30px;
padding-top: 5px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
margin-left: 3px;
margin-right: 3px;
}
#c3 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
overflow: hidden;
}
#c3 h3 {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 30px;
background-color: #D4F080;
text-align: center;
font-weight: bold;
}
#c3 ul {
display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 position: relative;
}
#c3 li {
	width: 30%;
	margin-bottom: 20px;
	}
 #c3 li .strong {
 position: absolute;
 z-index: 1;
 font-size: 36px;
	color: #CF7D1B;
 top: -12px;
 left: 20px;
 width: 80px;
 background-color: #046030;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
 border-radius: 8px;
 }
	#c3 dt {
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 8px;
	background-color: #046030;
	color: #fff;
	text-align: center;
	margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
	}
 	#c3 dt.first {
  padding-left: 30px;
  width: 70%;
  }

	#c3 .left {
	width: 740px;
	float: left;
	}
	#c3 .left  li {
	width: 48%;
	}
	#c3 .right {
	width: 370px;
	float: right;
	}
	
	/*
-------------------------------------
買取の流れ
-------------------------------------
*/

#c4 {
margin-bottom: 50px;
}
#c4 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
}
#c4 h2 {
margin-bottom: 40px;
}
	#c4 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
 }
#c4 li {
  width: 23%;
  align-items: center;
  display: flex;
  margin-left: 20px;
  margin-bottom: 20px;
  }
 #c4 li:after {
 content: url(../images/c4_arrow.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
 #c4 li:nth-child(4):after,
 #c4 li:nth-child(7):after {
 content: url(../images/c4_arrow_no.png);
 }
#c4 li:nth-child(5):before {
 content: url(../images/c4_arrow.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
#c4 li:nth-child(7){
 width: 26%;
	}
#c4 li:nth-child(5){
margin-right: 60px;
}

	/*
-------------------------------------
お客様の声
-------------------------------------
*/

#c5 h2 {
font-size: 36px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	margin-bottom: 40px;
}
#c5 .box {
margin-bottom: 40px;
padding: 20px;
border: solid 2px #046030;
border-radius: 4px;
overflow: hidden;
background-color: #fff;
}
#c5 .box .ph {
width: 15%;
float: left;
}
#c5 .box .ol {
float: right;
width: 80%
}
#c5 .box .ol dl {
margin: 0;
}
#c5 .box .ol dl dt {
border-left: solid 4px #046030;
display: flex;
align-items: center;
height: 64px;
}
#c5 .box .ol dl dt h3 {
height: 40px;
border-bottom: dotted 1px #046030;
font-size: 24px;
text-align: left;
margin-left: 20px;
width: 100%;
}
#c5 .box .ol dl dt h3 span {
display: inline-block;
float: right;
font-size: 18px;
text-align: right;
}
#c5 .box .ol dl dt h3 span em {
color: #D40F12;
font-size: 20px;
font-style: normal;
}
#c5 .box .ol dl dd {
text-align: left;
padding-left: 20px;
}

	/*
-------------------------------------
よくある質問
-------------------------------------
*/

#c6 {
margin-bottom: 50px;
}
#c6 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
}
#c6 h2 {
margin-bottom: 40px;
}
#c6 dl {
margin-bottom: 40px;
}
#c6 dt {
font-size: 24px;
text-align: left;
padding: 10px;
background-color: #046030;
color: #fff;
margin-bottom: 10px;
}
#c6 dt span {
display: inline-block;
margin-right: 10px;
}
#c6 dd {
font-size: 20px;
text-align: left;
display: flex;
align-items: flex-start;
padding-left: 20px;
}
#c6 dd span {
display: inline-block;
margin-right: 10px;
font-size: 24px;
}
/*
-------------------------------------
お問い合わせ
-------------------------------------
*/
#c7 {
margin-bottom: 50px;
}
#c7 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
overflow: hidden;
}
#c7 h2 {
margin-bottom: 40px;
}


/*
-------------------------------------
会社概要
-------------------------------------
*/
#c8 {
margin-bottom: 50px;
}
#c8 h2 {
font-size: 36px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	margin-bottom: 40px;
}
#c8 h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #999;
 width : 60% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
#c8 dl {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: solid 1px #bbb;
overflow: hidden;
width: 80%;
margin-left: auto;
margin-right: auto;
font-size: 18px;
}
#c8 dt {
width: 20%;
text-align: center;
float: left;
}
#c8 dd {
width: 75%;
float: right;
text-align: left;
}
#c8 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#c8 li {
width: 48%;
margin-bottom: 30px;
}

/*
-------------------------------------
コンタクトボタン
-------------------------------------
*/
#container .contact {
background-image: url(/images/contact_back.png);
background-repeat: no-repeat;
margin-bottom: 50px;
}
#container .contact .title {
margin-top: 20px;
margin-bottom: 20px;
width: 50%;
margin-left: auto;
margin-right: auto;
}
#container .contact ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 70%;
margin-left: auto;
margin-right: auto;
}
#container .contact li {
width: 44%;
}

/*
==========================================================
ブログ
==========================================================
*/

#topImage {
width: 100%;
height: 200px;
background-image: url(/saikenchikufuka/images/topImage.jpg);
background-size: cover;
}
#topImage h1 {
text-align: center;
letter-spacing: 0.1em;
font-size: 32px;
padding-top: 120px;
color: #fff;
}
.blog {
overflow: hidden;
margin-bottom: 40px;
}
.blog .main {
width: 72%;
float: left;
padding: 30px;
background-color: #fff;
}
.blog .side {
width: 18%;
float: right;
}

.blog .main p {
	font-size: 18px!important;
	line-height: 1.8em;
	text-align: left;
}
.blog .side {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 230px;
}

.blog .main .title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
}
.blog .main .title .newsIcon,
.blog .side .newsIcon {
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #E55A5B;
	margin-right: 15px;
}
.blog .main .title dt .blogIcon,
.blog .side .blogIcon {
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #E55A5B;
	margin-right: 15px;
}
.blog .main .title dd {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 16px;
}
.blog .main p {
	color: #333;
}
.blog .main img {
	height: auto;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog .main h2 {
	font-size: 24px!important;
	text-align: left!important;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 1.5em;
}
.blog .side .box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.blog .side h3 {
	background-color: #336600;
	text-align: center;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-left: 0px!important;
	font-size: 18px!important;
	color: #fff;
}
.blog .side dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
}
.blog .side .box dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.blog .box dl dd {
	line-height: 1.5em;
}
.blog .side .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.blog .side .box a {
	color: #000;
	margin-bottom: 10px;
	display: block;
}
.blog .side .box a:hover {
	color: #666;
}


/*
-------------------------------------
ニュースリスト
-------------------------------------
*/
.newslist {
padding-top: 30px;
padding-bottom: 20px;
}
.newslist h2 {
font-size: 36px;
margin-bottom: 40px!important;
}

.newslist dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #ccc;
}
.newslist dt {
width: 15%;
float: left;
text-align: center;
}
.newslist dt:after {
 content: url(/images/news_arrow.png);
 margin-left: 20px;
 position: relative;
 top: 0px;
}
.newslist dd {
width: 84%;
float: right;
text-align: left;
}

#footerbt {
display: none;
}

}


@media screen and (min-width: 521px) and (max-width: 768px) {

.pdhd {
	display: none;
}

/*
==========================================================
ヘッダー
==========================================================
*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5
}
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	min-width:1080px;
	background-color: #fff
}
header.active {
	background-color: #FFF;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.2);
} 
header .logo {
	width: 180px;
	margin-left: 2%;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 1%;
}
header .contact {
width: 580px;
height: 70px;
float: right;
margin: 0px;
}
header .contact .tel {
width: 350px;
float: left;
margin-top: 10px;
}
header .contact .mail {
width: 198px;
height: 70px;
float: right;
}
header .contact .mail a {
background-color: #336600;
color: #fff;
display: flex;
align-items: center;
text-align: center;
width: 100%;
height: 100%;
font-size: 18px;
}
header .contact .mail a:before {
 content: url(../images/icon_header_mail.png);
 margin-left: 20px;
 margin-right: 20px;
 position: relative;
top: 2px;
}

/*
==========================================================
ナビ
==========================================================
*/
#navi {
background-color: #fff;
border-bottom: solid 1px #336600;
border-top: solid 1px #336600;
height: 50px;
min-width: 1200px;
}
#navi ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#navi ul li {
line-height: 50px;
padding-left: 24px;
padding-right: 24px;
}
#navi ul li + li {
border-left: 1px solid #336600;
}
#navi li:first-child {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #336600;
}
#navi li:last-child {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #336600;
}

/*
==========================================================
コンテンツ共通
==========================================================
*/

#mainImage {
background-image: url(/saikenchikufuka/images/mainImage.jpg);
background-size: cover;
background-position: center top;
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
height: 600px;
margin-top: 70px;
min-width: 1200px;
}
#mainImage h1 {
width: 1020px;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
#mainImage h1 img {
width: 100%;
height: auto;
}

#container {
background-color: #D2E4C7;
background-image: url(/saikenchikufuka/images/container_back.jpg);
background-repeat: repeat-y;
background-size: 100%;
padding-top: 50px;
padding-bottom: 30px;
min-width: 1200px;
}
#container .inner {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#contents {
background-color: #D2E4C7;
background-image: url(/saikenchikufuka/images/container_back.jpg);
background-repeat: repeat-y;
background-size: 100%;
padding-top: 50px;
padding-bottom: 30px;
}
#contents .inner {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
.top_contact {
background-image: url(/saikenchikufuka/images/top_contact_ol.png),url(/saikenchikufuka/images/top_contact_back.png);
background-position: right top 70px,center top;
background-repeat: no-repeat, no-repeat, no-repeat;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 30px;
}
.top_contact .left {
width: 70%;
float: left;
overflow: hidden;
margin-left: 10%;
margin-top: 30px;
}
.top_contact .left .area {
float: left;
}
.top_contact .left .btn {
float: right;
margin-top: 20px;
}
.top_contact .left p {
font-size: 18px;
text-align: center;
clear: both;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #000;
}
.top_contact .left .under {
overflow: hidden;
width: 85%;
margin-left: auto;
margin-right: auto;
}
.top_contact .left .under .catch {
float: left;
text-align: center;
}
.top_contact .left .under .catch dt {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.top_contact .left .under .catch dd {
color: #fff;
font-size: 22px;
padding-left: 20px;
padding-right: 20px;
padding-top: 2px;
padding-bottom: 4px;
background-color: #CB3302;
border-radius: 50px;
}
.top_contact .left .under .phone {
float: right;
margin-top: 0px;
}
.top_contact .left .under .phone dt {
margin-bottom: 0px;
}
.top_contact .left .under .phone dd {
font-size: 18px;
margin-top: -20px;
padding: 0px;
}
.top_contact .left .under .phone dd span {
display: block;
font-size: 22px;
color: #CB3302;
}

.wrap h2 {
font-size: 36px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
}
.wrap h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #999;
 width : 60% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
 
.news {
border: solid 2px #336600;
border-radius: 4px;
background-color: #fff;
padding-top: 30px;
padding-bottom: 20px;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 50px;
}
.news h2 {
font-size: 36px;
margin-bottom: 40px;
}
.news .in {
height: 160px;
overflow: auto;
}
.news dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #ccc;
}
.news dt {
width: 15%;
float: left;
text-align: center;
}
.news dt:after {
 content: url(/saikenchikufuka/images/news_arrow.png);
 margin-left: 20px;
 position: relative;
 top: 0px;
}
.news dd {
width: 84%;
float: right;
text-align: left;
}

/*
-------------------------------------
皆様のお困りごと
-------------------------------------
*/
#c1 .wrap {
border-top: solid 2px #336600;
border-left: solid 2px #336600;
border-right: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
}
#c1 .under {
 content: url(/saikenchikufuka/images/c1wrap_under.png);
 margin-top: -30px;
 position: relative;
 width: 1200px;
}

#c1 ul {
background-image: url(/saikenchikufuka/images/c1_image.png);
background-repeat: no-repeat;
background-position: right 5% bottom 40px;
background-size: 22%;
padding: 40px;
}
#c1 li {
font-size: 24px;
text-align: left;
margin-bottom: 10px;
}
#c1 li:before {
 content: url(/saikenchikufuka/images/c1_check.png);
 position: relative;
 top: 16px;
 margin-right: 20px;
}

/*
-------------------------------------
買取できる理由
-------------------------------------
*/

#c2 {
margin-bottom: 50px;
}
#c2 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
#c2 ul {
display: flex;
 justify-content: center;
 flex-wrap: wrap;
	margin-top: 50px;
}
#c2 li {
	width: 30%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	}
	#c2 li .num {
			display: inline-block;
		height:70px;
 width:70px;
 border-radius:50%;
 line-height:70px;
 text-align:center;
		font-size: 42px;
		font-weight: bold;
		background-color: #084408;
		color: #fff;
		margin-right: 16px;
		float: left;
	}
	#c2 li p {
		font-size: 18px;
		font-weight: bold;
  align-items: center;
		text-align: left;
		display: flex;
		align-items: center;
			float: left;
		height: 70px;
	}
	#c2 li dl {
		margin: 0px;
		text-align: left;
	}
	#c2 li img {
	width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
		#c2 li dt {
		width: 100%;
		height: 200px;
		display: flex;
		align-items: center;
		}
			#c2 li dd {
width: 90%;
margin-left: auto;
margin-right: auto;
}
	
	/*
-------------------------------------
買取対象物件
-------------------------------------
*/

#c3 {
margin-bottom: 50px;
}
#c3 h2 {
font-size: 32px;
margin-bottom: 40px;
}
#c3 h2:before {
 content: url(/saikenchikufuka/images/logo.png);
 margin: 10px;
 position: relative;
 top: 8px;
	border: none;
}
#c3 h2 span {
display: inline-block;
background-color: #336600;
color: #fff;
font-size: 30px;
padding-top: 5px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
margin-left: 3px;
margin-right: 3px;
}
#c3 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
overflow: hidden;
}
#c3 h3 {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 30px;
background-color: #D4F080;
text-align: center;
font-weight: bold;
}
#c3 ul {
display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 position: relative;
}
#c3 li {
	width: 30%;
	margin-bottom: 20px;
	}
 #c3 li .strong {
 position: absolute;
 z-index: 1;
 font-size: 36px;
	color: #CF7D1B;
 top: -12px;
 left: 20px;
 width: 80px;
 background-color: #046030;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
 border-radius: 8px;
 }
	#c3 dt {
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 8px;
	background-color: #046030;
	color: #fff;
	text-align: center;
	margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
	}
 	#c3 dt.first {
  padding-left: 30px;
  width: 70%;
  }

	#c3 .left {
	width: 740px;
	float: left;
	}
	#c3 .left  li {
	width: 48%;
	}
	#c3 .right {
	width: 370px;
	float: right;
	}
	
	/*
-------------------------------------
買取の流れ
-------------------------------------
*/

#c4 {
margin-bottom: 50px;
}
#c4 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
}
#c4 h2 {
margin-bottom: 40px;
}
	#c4 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
 }
#c4 li {
  width: 23%;
  align-items: center;
  display: flex;
  margin-left: 20px;
  margin-bottom: 20px;
  }
 #c4 li:after {
 content: url(/saikenchikufuka/images/c4_arrow.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
 #c4 li:nth-child(4):after,
 #c4 li:nth-child(7):after {
 content: url(/saikenchikufuka/images/c4_arrow_no.png);
 }
#c4 li:nth-child(5):before {
 content: url(/saikenchikufuka/images/c4_arrow.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
#c4 li:nth-child(7){
 width: 26%;
	}
#c4 li:nth-child(5){
margin-right: 60px;
}

	/*
-------------------------------------
お客様の声
-------------------------------------
*/

#c5 h2 {
font-size: 36px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	margin-bottom: 40px;
}
#c5 .box {
margin-bottom: 40px;
padding: 20px;
border: solid 2px #046030;
border-radius: 4px;
overflow: hidden;
background-color: #fff;
}
#c5 .box .ph {
width: 15%;
float: left;
}
#c5 .box .ol {
float: right;
width: 80%
}
#c5 .box .ol dl {
margin: 0;
}
#c5 .box .ol dl dt {
border-left: solid 4px #046030;
display: flex;
align-items: center;
height: 64px;
}
#c5 .box .ol dl dt h3 {
height: 40px;
border-bottom: dotted 1px #046030;
font-size: 24px;
text-align: left;
margin-left: 20px;
width: 100%;
}
#c5 .box .ol dl dt h3 span {
display: inline-block;
float: right;
font-size: 18px;
text-align: right;
}
#c5 .box .ol dl dt h3 span em {
color: #D40F12;
font-size: 20px;
font-style: normal;
}
#c5 .box .ol dl dd {
text-align: left;
padding-left: 20px;
}

	/*
-------------------------------------
よくある質問
-------------------------------------
*/

#c6 {
margin-bottom: 50px;
}
#c6 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
}
#c6 h2 {
margin-bottom: 40px;
}
#c6 dl {
margin-bottom: 40px;
}
#c6 dt {
font-size: 24px;
text-align: left;
padding: 10px;
background-color: #046030;
color: #fff;
margin-bottom: 10px;
}
#c6 dt span {
display: inline-block;
margin-right: 10px;
}
#c6 dd {
font-size: 20px;
text-align: left;
display: flex;
align-items: flex-start;
padding-left: 20px;
}
#c6 dd span {
display: inline-block;
margin-right: 10px;
font-size: 24px;
}
/*
-------------------------------------
お問い合わせ
-------------------------------------
*/
#c7 {
margin-bottom: 50px;
}
#c7 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
overflow: hidden;
}
#c7 h2 {
margin-bottom: 40px;
}


/*
-------------------------------------
会社概要
-------------------------------------
*/
#c8 {
margin-bottom: 50px;
}
#c8 h2 {
font-size: 36px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	margin-bottom: 40px;
}
#c8 h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #999;
 width : 60% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
#c8 dl {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: solid 1px #bbb;
overflow: hidden;
width: 80%;
margin-left: auto;
margin-right: auto;
font-size: 18px;
}
#c8 dt {
width: 20%;
text-align: center;
float: left;
}
#c8 dd {
width: 75%;
float: right;
text-align: left;
}
#c8 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#c8 li {
width: 48%;
margin-bottom: 30px;
}

/*
-------------------------------------
コンタクトボタン
-------------------------------------
*/
#container .contact {
background-image: url(/saikenchikufuka/images/contact_back.png);
background-repeat: no-repeat;
margin-bottom: 50px;
}
#container .contact .title {
margin-top: 20px;
margin-bottom: 20px;
width: 50%;
margin-left: auto;
margin-right: auto;
}
#container .contact ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 70%;
margin-left: auto;
margin-right: auto;
}
#container .contact li {
width: 44%;
}

/*
-------------------------------------
ブログ
-------------------------------------
*/

#topImage {
width: 100%;
height: 200px;
background-image: url(/saikenchikufuka/images/topImage.jpg);
background-size: cover;
}
#topImage h1 {
text-align: center;
letter-spacing: 0.1em;
font-size: 32px;
padding-top: 120px;
color: #fff;
}
.blog {
overflow: hidden;
margin-bottom: 40px;
}
.blog .main {
width: 72%;
float: left;
padding: 30px;
background-color: #fff;
}
.blog .side {
width: 18%;
float: right;
}

.blog .main p {
	font-size: 18px!important;
	line-height: 1.8em;
	text-align: left;
}
.blog .side {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 230px;
}

.blog .main .title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
}
.blog .main .title .newsIcon,
.blog .side .newsIcon {
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #E55A5B;
	margin-right: 15px;
}
.blog .main .title dt .blogIcon,
.blog .side .blogIcon {
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #E55A5B;
	margin-right: 15px;
}
.blog .main .title dd {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 16px;
}
.blog .main p {
	color: #333;
}
.blog .main img {
	height: auto;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog .main h2 {
	font-size: 24px!important;
	text-align: left!important;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 1.5em;
}
.blog .side .box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.blog .side h3 {
	background-color: #336600;
	text-align: center;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-left: 0px!important;
	font-size: 18px!important;
	color: #fff;
}
.blog .side dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
}
.blog .side .box dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.blog .box dl dd {
	line-height: 1.5em;
}
.blog .side .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.blog .side .box a {
	color: #000;
	margin-bottom: 10px;
	display: block;
}
.blog .side .box a:hover {
	color: #666;
}

/*
-------------------------------------
ニュースリスト
-------------------------------------
*/
.newslist {
padding-top: 30px;
padding-bottom: 20px;
}
.newslist h2 {
font-size: 36px;
margin-bottom: 40px!important;
}

.newslist dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #ccc;
}
.newslist dt {
width: 15%;
float: left;
text-align: center;
}
.newslist dt:after {
 content: url(/images/news_arrow.png);
 margin-left: 20px;
 position: relative;
 top: 0px;
}
.newslist dd {
width: 84%;
float: right;
text-align: left;
}

#footerbt {
display: none;
}
}

@media screen and (max-width: 520px) {

.sphd {
	display: none;
}

/*
==========================================================
ヘッダー
==========================================================
*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5
}
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	background-color: #fff
}
header.active {
	background-color: #FFF;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.2);
} 
header .logo {
	width: 40%;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 12px;
	float: left;
}
header .contact {
display: none;
}



/*
==========================================================
ナビ
==========================================================
*/
#navi {
display: none;
}

#navi-sticky-wrapper {
display: none!important;
}

/*
==========================================================
コンテンツ共通
==========================================================
*/

#mainImage {
background-image: url(/saikenchikufuka/images/mainImage_sp.jpg);
background-size: cover;
background-position: center top;
padding-top: 40px;
width: 100%;
height: 300px;
margin-top: 50px;
}
#mainImage h1 {
width: 95%;
margin-left: auto;
margin-right: auto;
}
#mainImage h1 img {
width: 100%;
height: auto;
}

#container {
background-color: #D2E4C7;
background-image: url(/saikenchikufuka/images/container_back.jpg);
background-repeat: repeat-y;
background-size: 100%;
padding-top: 20px;
padding-bottom: 30px;
}
#container .inner {
padding-left: 16px;
padding-right: 16px;
}
#contents {
background-color: #D2E4C7;
background-image: url(/saikenchikufuka/images/container_back.jpg);
background-repeat: repeat-y;
background-size: 100%;
padding-top: 20px;
padding-bottom: 30px;
}
#contents .inner {
padding-left: 16px;
padding-right: 16px;
}
.top_contact {
background-image: url(/saikenchikufuka/images/top_contact_back.png);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% 100%;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 30px;
}
.top_contact .left {
width: 80%;
margin-left: auto;
margin-right: auto;
overflow: hidden;
margin-top: 30px;
}
.top_contact .left .area {
float: left;
}
.top_contact .left .btn {
float: right;
margin-top: 20px;
}
.top_contact .left p {
font-size: 14px;
text-align: left;
clear: both;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #000;
}
.top_contact .left .under {
overflow: hidden;
width: 85%;
margin-left: auto;
margin-right: auto;
}
.top_contact .left .under .catch {

text-align: center;
}
.top_contact .left .under .catch dt {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.top_contact .left .under .catch dd {
color: #fff;
font-size: 18px;
padding-left: 20px;
padding-right: 20px;
padding-top: 2px;
padding-bottom: 4px;
background-color: #CB3302;
border-radius: 50px;
}
.top_contact .left .under .phone {
float: right;
margin-top: 0px;
}
.top_contact .left .under .phone dt {
margin-bottom: 10px;
}
.top_contact .left .under .phone dd {
font-size: 14px;
margin-top: -20px;
padding: 0px;
}
.top_contact .left .under .phone dd span {
display: block;
font-size: 22px;
color: #CB3302;
}

.wrap h2 {
font-size: 24px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	line-height: 1.5em;
}
.wrap h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #999;
 width : 60% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
 
.news {
border: solid 2px #336600;
border-radius: 4px;
background-color: #fff;
padding: 20px;
margin-bottom: 30px;
}
.news h2 {
font-size: 24px;
margin-bottom: 20px;
}
.news .in {
height: 180px;
overflow: auto;
}
.news dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #ccc;
}
.news dt {

text-align: left;
}
.news dt:after {
 content: url(/saikenchikufuka/images/news_arrow.png);
 margin-left: 10px;
 position: relative;
 top: 0px;
}
.news dd {
text-align: left;
}

/*
-------------------------------------
皆様のお困りごと
-------------------------------------
*/
#c1 .wrap {
border-top: solid 2px #336600;
border-left: solid 2px #336600;
border-right: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 20px;
}
#c1 .under {
 content: url(/saikenchikufuka/images/c1wrap_under_sp.png);
 margin-top: -30px;
 position: relative;
	width: 100%;
}

#c1 ul {
background-image: url(/saikenchikufuka/images/c1_image.png);
background-repeat: no-repeat;
background-position: center bottom 1px;
background-size: 30%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 80px;
}
#c1 li {
font-size: 20px;
text-align: left;
margin-bottom: 10px;
background-image: url(/saikenchikufuka/images/c1_check.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 10%;
text-indent: 2em;
margin-bottom: 20px;
}


/*
-------------------------------------
買取できる理由
-------------------------------------
*/

#c2 {
margin-bottom: 30px;
}
#c2 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0px;
}
#c2 ul {

	margin-top: 30px;
}
#c2 li {
margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
	}
	#c2 li .num {
	display: inline-block;
	height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
 text-align:center;
		font-size: 24px;
		font-weight: bold;
		background-color: #084408;
		color: #fff;
		margin-right: 16px;
		float: left;
	}
	#c2 li p {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		display: flex;
		align-items: center;
			float: left;
		height: 40px;
		line-height: 1.5em;
	}
	#c2 li dl {
		margin: 0px;
		text-align: left;
	}
	#c2 li img {
	width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
		#c2 li dt {
		width: 100%;
		height: 180px;
		display: flex;
		align-items: center;
		}
			#c2 li dd {
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: left
}
	
	/*
-------------------------------------
買取対象物件
-------------------------------------
*/

#c3 {
margin-bottom: 50px;
}
#c3 h2 {
font-size: 24px;
margin-bottom: 40px;
}
#c3 h2:before {
 content: url(/saikenchikufuka/images/logo.png);
 margin: 10px;
 position: relative;
 top: 0px;
	left: 30px;
	border: none;
	display: block;
}
#c3 h2 span {
display: inline-block;
background-color: #336600;
color: #fff;
font-size: 30px;
padding-top: 5px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
margin-left: 3px;
margin-right: 3px;
}
#c3 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
overflow: hidden;
}
#c3 h3 {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 30px;
background-color: #D4F080;
text-align: center;
font-weight: bold;
}
#c3 p {
text-align: left;
}
#c3 ul {

 position: relative;
}
#c3 li {

	margin-bottom: 20px;
	}
 #c3 li .strong {
 position: absolute;
 z-index: 1;
 font-size: 36px;
	color: #CF7D1B;
 top: -12px;
 left: 20px;
 width: 80px;
 background-color: #046030;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
 border-radius: 8px;
 }
	#c3 dt {
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 8px;
	background-color: #046030;
	color: #fff;
	text-align: center;
	margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
	}
 	#c3 dt.first {
  padding-left: 30px;
  width: 70%;
  }

	
	/*
-------------------------------------
買取の流れ
-------------------------------------
*/

#c4 {
margin-bottom: 50px;
}
#c4 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding: 20px;
}
#c4 h2 {
margin-bottom: 20px;
}
	#c4 ul {
width: 60%;
margin-left: auto;
margin-right: auto;
 }
#c4 li {
margin-bottom: 20px;
 }
 #c4 li:after {
 content: url(/saikenchikufuka/images/c4_arrow_sp.png);
 margin: 10px;
 position: relative;
 top: 8px;
	transform: rotate(-90deg);
}
#c4 li:last-child:after {
content: none;
}
	/*
-------------------------------------
お客様の声
-------------------------------------
*/

#c5 h2 {
font-size: 24px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	margin-bottom: 20px;
}
#c5 .box {
margin-bottom: 40px;
padding: 20px;
border: solid 2px #046030;
border-radius: 4px;
overflow: hidden;
background-color: #fff;
}
#c5 .box .ph {
width: 15%;
float: left;
}
#c5 .box .ol {
float: right;
width: 80%
}
#c5 .box .ol dl {
margin: 0;
}
#c5 .box .ol dl dt {
border-left: solid 4px #046030;
display: flex;
align-items: center;
height: 64px;
margin-bottom: 16px;
}
#c5 .box .ol dl dt h3 {
height: 60px;
font-size: 20px;
text-align: left;
margin-left: 16px;
width: 100%;
}
#c5 .box .ol dl dt h3 span {
display: inline-block;
float: right;
font-size: 18px;
text-align: right;
}
#c5 .box .ol dl dt h3 span em {
color: #D40F12;
font-size: 20px;
font-style: normal;
}
#c5 .box .ol dl dd {
text-align: left;
width: 100%;
}

	/*
-------------------------------------
よくある質問
-------------------------------------
*/

#c6 {
margin-bottom: 50px;
}
#c6 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding: 20px;
}
#c6 h2 {
margin-bottom: 20px;
}
#c6 dl {
margin-bottom: 40px;
}
#c6 dt {
font-size: 20px;
text-align: left;
padding: 10px;
background-color: #046030;
color: #fff;
margin-bottom: 10px;
display: flex;
align-items: flex-start;
}
#c6 dt span {
display: inline-block;
margin-right: 10px;
}
#c6 dd {
font-size: 18px;
text-align: left;
display: flex;
align-items: flex-start;
}
#c6 dd span {
display: inline-block;
margin-right: 10px;
font-size: 24px;
}
/*
-------------------------------------
お問い合わせ
-------------------------------------
*/
#c7 {
margin-bottom: 50px;
}
#c7 .wrap {
border: solid 2px #336600;
background-color: #fff;
margin: 0px;
padding: 20px;
overflow: hidden;
}
#c7 h2 {
margin-bottom: 40px;
}
#c7 p {
text-align: left;
}


/*
-------------------------------------
会社概要
-------------------------------------
*/
#c8 {
margin-bottom: 20px;
}
#c8 h2 {
font-size: 24px;
display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
 display: inline-block;
 padding-bottom: 15px;
	margin-bottom: 20px;
}
#c8 h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #999;
 width : 60% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
#c8 dl {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: solid 1px #bbb;
overflow: hidden;
width: 80%;
margin-left: auto;
margin-right: auto;
font-size: 18px;
}
#c8 dt {
text-align: left;
background-color: #D4E3C9;
font-weight: bold;
padding-left: 10px;
}
#c8 dd {
text-align: left;
}
#c8 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#c8 li {
width: 48%;
margin-bottom: 30px;
}

.copyright {
font-size: 12px;
}

/*
-------------------------------------
コンタクトボタン
-------------------------------------
*/
#container .contact {
background-image: url(/saikenchikufuka/images/contact_back.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% 120%;
margin-bottom: 30px;
}
#container .contact .title {
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#container .contact ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;

}
#container .contact li {
width: 50%;
}

/*
-------------------------------------
ブログ
-------------------------------------
*/


#topImage {
width: 100%;
height: 150px;
background-image: url(/saikenchikufuka/images/topImage.jpg);
background-size: cover;
}
#topImage h1 {
text-align: center;
letter-spacing: 0.1em;
font-size: 24px;
padding-top: 90px;
color: #fff;
}
.blog {
overflow: hidden;
margin-bottom: 40px;
}
.blog .main {
padding: 16px;
background-color: #fff;
margin-bottom: 40px;
}
.blog .side {
width: 100%;
}
.blog .main p {
	font-size: 18px!important;
	line-height: 1.8em;
	text-align: left;
}
.blog .side {
	margin: 0px;
	padding: 0px;
}
.blog .main .title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
}
.blog .main .title .newsIcon,
.blog .side .newsIcon {
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #E55A5B;
	margin-right: 15px;
}
.blog .main .title dt .blogIcon,
.blog .side .blogIcon {
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #E55A5B;
	margin-right: 15px;
}
.blog .main .title dd {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 16px;
}
.blog .main p {
	color: #333;
}
.blog .main img {
	height: auto;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog .main h2 {
	font-size: 20px!important;
	text-align: left!important;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 1.5em;
}
.blog .side .box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.blog .side h3 {
	background-color: #336600;
	text-align: center;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-left: 0px!important;
	font-size: 18px!important;
	color: #fff;
}
.blog .side dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
}
.blog .side .box dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.blog .box dl dd {
	line-height: 1.5em;
}
.blog .side .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.blog .side .box a {
	color: #000;
	margin-bottom: 10px;
	display: block;
}
.blog .side .box a:hover {
	color: #666;
}

/*
-------------------------------------
ニュースリスト
-------------------------------------
*/
.newslist {
padding-top: 30px;
padding-bottom: 20px;
}
.newslist h2 {
font-size: 36px;
margin-bottom: 40px!important;
}

.newslist dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #ccc;
}
.newslist dt {
text-align: left;
font-weight: 600;
margin-bottom: 10px
}
.newslist dt:after {
 content: url(/images/news_arrow.png);
 margin-left: 20px;
 position: relative;
 top: 0px;
}
.newslist dd {
text-align: left;
}
/*
-------------------------------------
フッターボタン（SPのみ）
-------------------------------------
*/
#footerbt {
	margin: 0px;
	width: 100%;
	z-index: 9999;
	position: fixed;
 bottom: 0;
	left: 0;
	top: 30;
}
#footerbt ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
	background-color: #ECEDE8;
	margin: 0px;
}
#footerbt ul li {
	width: 50%;
}
#footerbt ul li a {
display: block;
color: #fff;
font-size: 14px;
text-align: center;
width: 100%;
line-height: 70px;
}
#footerbt ul li a.fb1  {
background-color: #CB3302;
}
#footerbt ul li a.fb1 {
background-image: url(/saikenchikufuka/images/icon_mail.png);
background-position: left 10px center;
background-size: 10%;
padding-left: 10px;
}
#footerbt ul li a.fb2 {
background-color: #336600;
}
#footerbt ul li a.fb2  {
background-image: url(/saikenchikufuka/images/icon_tel.png);
background-position: left 12px center;
background-size: 12%;
padding-left: 14px;
}


}