@charset "utf-8";
/*----------------------------------------------------------------------------------------

	page.css

----------------------------------------------------------------------------------------*/

body {
	background-color: #f5f5f5;
	font-size: 16px;
}
body > .wrapper {
	padding-bottom: 85px;
}

/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#body_header {
	background-color: #fff;
}
#body_header .topline {
	background-color: #e5e5e5;
}
#body_header .topline > div {
	height: 30px;
	display: flex;
	color: #5d5d60;
	font-size: 14px;
	align-items: center;
}
#body_header .topline h1 {
	width: 880px;
	white-space: nowrap;
	overflow: hidden;
	color: #5d5d60;
	font-weight: 700;
	text-overflow: ellipsis;
	font-feature-settings: 'palt';
}
#body_header .topline .links {
	margin-left: auto;
	display: flex;
}
#body_header .topline .links > p:not(:last-child) {
	margin-right: 3px;
}
#body_header .topline .links a {
	display: block;
	color: #fff;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
#body_header .topline .login a {
	width: 180px;
	background-color: #b20;
}
#body_header .topline .b_btn a {
	width: 122px;
	background-color: #414042;
}
#body_header .topline .b_btn a::after {
  margin-left: 3px;
  content: "\f35d";
}
#body_header .hedtitle {
	height: 100px;
	display: flex;
	align-items: center;
}
#body_header .hedtitle h2 {
	margin-right: auto;
}
#body_header .hedtitle .tel {
	margin-right: 23px;
	font-size: 16px;
	line-height: 1;
}
#body_header .hedtitle .tel i {
	margin-left: -3px;
}
#body_header .hedtitle .tel em {
	margin-top: 4px;
	display: block;
	color: #414042;
	font-size: 28px;
	font-weight: 400;
	font-family: BEBAS;
	letter-spacing: 0.05em;
}
#body_header .hedtitle .tel em::before {
	margin-right: 10px;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	vertical-align: middle;
	transform: scale(-1, 1);
	content: "\f095";
}
#body_header .hedtitle .tel.free em {
	padding-left: 44px;
	background: url(/images/common/free_tel.png) no-repeat left center;
	color: #b82f2f;
}
#body_header .hedtitle .tel.free em::before {
	display: none;
}

#body_header .hedtitle .raiten a {
	width: 305px;
	background-color: #beaf87;
	border-radius: 4px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
}
#body_header a i img {
	margin-right: 8px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.pagebody, #pankuzu_wrapp > div {
	margin: auto;
	width: 1080px;
}
.pagebody::after {
	display: block;
	clear: both;
	content: "";
}
.pagebody > .main {
	margin-right: auto;
	width: 800px;
	background-color: #fff;
	float: left;
}
.pagebody > .main.onecolumn {
	padding-bottom: 0;
	width: 100%;
	float: none;
}
.pgcontent {
	padding: 30px 40px 60px;
	word-break: break-all;
}
.pgcontent::after {
	display: block;
	clear: both;
	content: "";
}
.pgcontent > .title01:first-child {
	margin-top: 0;
}
.pgcontent > .eyecatch:first-child {
	margin: -30px -40px 10px;
}
.pgcontent > .eyecatch:first-child img {
	width: 100%;
}


/* サブヘッド部分 ///
---------------------------------------------- */
.main_h2_bg {
	background: #414042;
	position: relative;
	margin-bottom: 3rem;
}
.main_h2_bg_in {
	height: 140px;
	display: flex;
	justify-content: center;
	background: #414042;
	position: relative;
	z-index: 1;
}
.main_h2_bg_in::after {
	background: url(/images/common/c21_texture.png);
	content: "";
	width: calc((100% - 1080px)/1);
	position: absolute;
	right: 0;
	height: 140px;
	z-index: -1;
}
.main_h2_bg h2 {
	width: 1080px;
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	display: flex;
	align-items: center;
	padding-right: 1rem;
}

/* タイトル ///
---------------------------------------------- */
.title01 {
	font-size: 20px;
	line-height: 1.4;
	padding: 1.5rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
	clear: both;
	background: #beaf87;
	color: #fff;
	position: relative;
	border-bottom: solid 2px #e7e7e7;
}
.title02 {
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: solid 2px #beaf87;
	color: #beaf87;
	position: relative;
}

/* パンくず //
////////////////////////////////////////////////////////////////////*/

#pankuzu {
	height: 30px;
	display: table;
	font-size: 12px;
}
#pankuzu > li {
	display: table-cell;
	vertical-align: middle;
}
#pankuzu li:not(:last-child)::after {
	margin: 0 6px;
	content: ">";
}
#pankuzu a {
	color: #beaf87;
}

/* 査定コーナー //
////////////////////////////////////////////////////////////////////*/

#foot_satei > div {
	padding: 0 30px 29px;
	background-color: #fff;
	border-bottom: 4px solid #beaf87;
	position: relative;
	z-index: 1;
}
#foot_satei > div::before, #foot_satei > div::after {
	position: absolute;
	content: "";
}
#foot_satei > div::before {
	width: 190px;
	background-image: url(/images/common/satei_bg.png);
	top: 4px;
	right: 2px;
	bottom: 0;
	z-index: -1;
}
#foot_satei form::after {
	width: 277px;
	height: 297px;
	background-image: url(/images/common/satei_catch.png);
	position: absolute;
	right: 20px;
	bottom: 0;
	content: "";
}
#foot_satei header h3 {
	font-size: 40px;
}
#foot_satei header h3 i {
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 3px;
}
#foot_satei header {
	margin-bottom: 25px;
	height: 70px;
	display: flex;
	line-height: 1;
	align-items: flex-end;
}
#foot_satei header p {
	margin: 0 0 0 22px;
	font-size: 20px;
	font-weight: 500;
}
#foot_satei header p em {
	color: #beaf87;
	font-size: 28px;
}
#foot_satei header p i {
	margin-left: 20px;
	width: 80px;
	background-color: #414042;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	top: 3px;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	vertical-align: bottom;
}
#foot_satei form {
	width: 748px;
}
#foot_satei form > p {
	margin-bottom: 12px;
	font-size: 18px;
}
#foot_satei form ol {
	padding: 1px 0;
	border-top: 2px solid #beaf87;
	border-bottom: 1px solid #beaf87;
	counter-reset: num 0;
}
#foot_satei form > ol > li {
	position: relative;
}
#foot_satei form > ol > li::before {
	margin: 13px 10px 0 0;
	width: 64px;
	height: 25px;
	background-color: #beaf87;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	counter-increment: num 1;
	content: "STEP0" counter(num);
}
#foot_satei form > ol > li:not(:last-child)::after {
	width: 11px;
	height: 9px;
	position: absolute;
	bottom: -5px;
	left: 27px;
	background-image: url(/images/common/satei_arrow2.png);
	content: "";
}
#foot_satei form li > p em {
	font-size: 20px;
	font-weight: 700;
}
#foot_satei form li > p {
	margin: 0 0 0 70px;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 47px;
}
#foot_satei form li:not(:last-child) > p:first-child {
	border-bottom: 1px solid #beaf87;
}
#foot_satei select {
	padding: 0 10px;
	width: 300px;
	height: 30px;
	background: url(/images/common/form_arrow.png) no-repeat center right 10px / 12px;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 10px;
	right: 18px;
	color: #858585;
	font-size: 18px;
	line-height: 1.3;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
#foot_satei .submit {
	padding: 9px 18px 0;
	display: flex;
	align-items: center;
}
#foot_satei .submit p {
	margin-bottom: 6px;
	margin-left: auto;
	padding-right: 35px;
	background: url(/images/common/satei_arrow.png) no-repeat center right 8px / 18px;
	font-size: 20px;
	font-weight: 700;
}
#foot_satei .submit button {
	padding-bottom: 4px;
	width: 300px;
	height: 48px;
	background-color: #beaf87;
	border: none;
	border-bottom: 4px solid #706958;
	border-radius: 6px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.1s;
	-webkit-appearance: none;
	appearance: none;
}
#foot_satei .submit button:hover {
	opacity: 0.8;
}
#foot_satei > p {
  margin-top: 6px;
  font-size: 16px;
  text-align: right;
}

/* ページコンテンツの下部部分 //
////////////////////////////////////////////////////////////////////*/

.foot_content {
	margin: 0 40px;
}
.foot_content + .foot_content {
	margin-top: 30px;
}
.foot_content > *:not(:last-child) {
	margin-bottom: 20px;
}
.foot_content:last-child {
	padding-bottom: 60px;
}

/* お問い合わせ //
////////////////////////////////////////////////////////////////////*/

#toi {
	padding: 30px 30px 22px;
	background: url(/images/common/toi_bg.jpg), #beaf87;
	font-size: 16px;
}
#toi h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}
#toi h3 em {
	font-size: 30px;
}
#toi > header {
	margin-bottom: 12px;
}
#toi > header p {
	font-size: 16px;
	font-weight: 700;
}
#toi > ul {
	display: flex;
}
#toi .tel {
	width: 344px;
}
#toi .tel a {
	padding-bottom: 3px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-family: BEBAS;
}
#toi .tel a::before {
	margin-right: 10px;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	vertical-align: middle;
	transform: scale(-1, 1);
	content: "\f095";
	font-family: "Font Awesome 5 Free";
}
#toi .tel.free a {
	padding-left: 50px;
	background: url(/images/common/free_tel2.png) no-repeat center left;color: #fff;
}
#toi .tel.free a::before {
	display: none;
}

#toi .tel dt {
	margin-right: 10px;
	float: left;
	clear: both;
	font-weight: 700;
}
#toi .mail {
	margin-left: auto;
	padding-top: 10px;
}
#toi .mail a {
	width: 315px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	display: block;
	color: #beaf87;
	font-size: 20px;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
}
#toi .mail a::after {
	margin-left: 15px;width: 25px;
	height: 25px;
	background-color: #beaf87;
	border-radius: 50%;
	display: inline-block;
	top: -2px;color: #fff;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
}
#toi .mail a img {
	margin-right: 15px;
	vertical-align: middle;
}

/* 下層ページの査定 //
////////////////////////////////////////////////////////////////////*/

#foot_satei > div {
	background-color: #414042;
	color: #fff;
}
#foot_satei > div::before {
	background-image: url(/images/common/satei_bg2.png);
}
#foot_satei header h3 {
	color: #beaf87;
}
#foot_satei header p em {
	color: #fff;
}
#foot_satei header p i {
	background-color: #fff;
	color: #414042;
}
#foot_satei form {
	color: #e5e5e5;
}
#foot_satei form li > p em {
	color: #fff;
}
#foot_satei select {
	background-color: #fff;
	box-shadow: inset 0 0 1px 0 rgb(0 0 0 / 10%);
	line-height: 1.3;
}

/* ページコンテンツの下部にいる査定 //
---------------------------------------------- */
.foot_content #foot_satei > div::before,
.pgcontent #foot_satei > div::before {
	width: 105px;
}
.foot_content #foot_satei header h3,
.pgcontent #foot_satei header h3 {
	font-size: 32px;
}
.foot_content #foot_satei header p,
.pgcontent #foot_satei header p {
	font-size: 14px;
}
.foot_content #foot_satei header p em,
.pgcontent #foot_satei header p em {
	font-size: 23px;
}
.foot_content #foot_satei header p i,
.pgcontent #foot_satei header p i {
	margin-left: 10px;
	width: 40px;
	border-radius: 4px;
	font-size: 14px;
}
.foot_content #foot_satei form,
.pgcontent #foot_satei form {
	width: 490px;
}
.foot_content #foot_satei form::after,
.pgcontent #foot_satei form::after {
	width: 214px;
	height: 278px;
	background-image: url(/images/common/satei_catch2.png);
	right: 0;
}
.foot_content #foot_satei form li > p:first-child label > span,
.pgcontent #foot_satei form li > p:first-child label > span {
	display: none;
}
.foot_content #foot_satei form li > p,
.pgcontent #foot_satei form li > p {
	font-size: 14px;
}
.foot_content #foot_satei form li > p em,
.pgcontent #foot_satei form li > p em {
	font-size: 18px;
}
.foot_content #foot_satei select,
.pgcontent #foot_satei select {
	width: 260px;
	right: 0;
	border-radius: 2px;
	font-size: 16px;
}
.foot_content #foot_satei .submit,
.pgcontent #foot_satei .submit {
	padding: 9px 0 0;
}
.foot_content #foot_satei .submit p,
.pgcontent #foot_satei .submit p {
	padding-right: 30px;font-size: 18px;
}
.foot_content #foot_satei .submit button,
.pgcontent #foot_satei .submit button {
	width: 225px;
	font-size: 21px;
}
.foot_content #foot_satei > p,
.pgcontent #foot_satei > p {
	font-size: 12px;
}

/* サイドバー //
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin-left: auto;
	width: 240px;
}
#sidebar > *:not(:last-child) {
	margin-bottom: 20px;
}

#sidebar section h3 {
	line-height: 20px;
	background-color: #beaf87;
	color: #FFF;
	font-size: 16px;
	padding: 11px 0 9px 10px;
	text-align: center;
}
#sidebar section h3 i {
	opacity: 0.75;
	margin-right: 0.5em;
}
#sidebar .side-bnr > li:not(:last-child) {
	margin-bottom: 20px;
}
/* side method */
#sidebar .side-method h3 {
	background-color: #beaf87;
}
#sidebar .side-method li {
	border-bottom: 1px dotted #aaa;
}
#sidebar .side-method li a {
	display: block;
	padding: 10px 0;
	overflow: hidden;
	font-size: 14px;
}
#sidebar .side-method li a p {
	line-height: 16px;
}
#sidebar .side-method .photo {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 10px;
}
#sidebar .side-method .photo img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
#sidebar .side-method i {
	position: relative;
	min-width: 64px;
	background-color: #beaf87;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: normal;
	padding: 0 12px;
}
#sidebar .side-method em {
	display: block;
	margin-top: 6px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}

/* side news */
#sidebar .side-news h3 {
	background-color: #beaf87;
	padding: 20px 0 2px 0;
}
#sidebar .side-news h3 a {
	color:#fff;
}
#sidebar .side-news .ichiran-btn {
	margin: 16px auto;
	width: 140px;
	border: 1px solid #fff;
	line-height: 24px;
	display: block;
	position: relative;
}
#sidebar .side-news .ichiran-btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	font-weight: 700;
	right: 10px;
}
#sidebar .side-news li {
	border-bottom: 1px dotted #aaa;
}
#sidebar .side-news li a {
	display: block;
	padding: 18px;
}
#sidebar .side-news li a:hover {
	background-color: #fffae6;
}
#sidebar .side-news li a time {
	display: block;
}
#sidebar .side-news li a p {
	line-height: 1.4;
	margin-top: 5px;
	color: #beaf87;
}
#sidebar .side-news , #sidebar .side-company{
	background-color: #fff;
}

/* side company */
#sidebar .side-company > p {
line-height: 24px;
font-size: 16px;
padding: 15px 12px 15px;
}
#sidebar .side-company > p img { width: 100%;}
#sidebar .side-company > p strong {
	display: block;
	margin-bottom: 5px;
}
#sidebar .side-company li {border-bottom: 1px dotted #AAA;}
#sidebar .side-company li:first-child {border-top: 1px dotted #AAA;}
#sidebar .side-company li a {
	display: block;
	line-height: 48px;
	position: relative;
	padding-left: 20px;
	letter-spacing: -0.02em;
}
#sidebar .side-company li a:hover { background-color: #fffae6;}
#sidebar .side-company li a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	color: #beaf87;
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 0;
}


body.staff #eigyo_main #eigyolist {
	margin: 0;
	/* padding-right: 60px; */
	display: flex;
	flex-wrap: wrap;
}
body.staff #eigyo_main {
	min-width: auto;
	max-width: unset;
	font-size: 14px;
	font-weight: 400;
	font-family: inherit;
}
body.staff #eigyo_main * {
	letter-spacing: unset;
	line-height: 1.5;
}
body.staff #eigyo_main .top {
	display: none;
}
body.staff #eigyo_main h4.h4 {
	margin-left: 0;
	height: auto;
	font-size: 20px;
}
body.staff #eigyolist li {
	box-sizing: border-box;
	padding-left: 0;
	width: 25%;
}
body.staff #eigyolist li img {
	width: 100%;
}
body.staff #eigyo_main .top {
	display: none;
}
body.staff #eigyo_main a + div[align="left"] {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: -0.001em;
}

/* スタッフ紹介一覧のお客様の声の数字 */
body.staff #eigyo_main .voiceCount {
	margin: 8px 0;
	padding: 8px 0 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	display: block;
	text-align: center;
}
body.staff #eigyo_main .voiceCount .hd {
	margin-right: 6px;
	display: inline-block;
	color: #beaf87;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	letter-spacing: -0.02em;
}
body.staff #eigyo_main .voiceCount .kensu {
	padding-bottom: 8px;
	margin-bottom: 0px;
	display: inline-block;
	color: #beaf87;
	font-size: 12px;
	vertical-align: text-bottom;
}
body.staff #eigyo_main .voiceCount .kensu i {
	width: 40px;
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #beaf87;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-family: Arial;
}
body.staff #eigyo_main .voiceCount .kensu i::after {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	color: #e6e7e8;
	font-size: 2.3em;
	line-height: 0.5em;
	font-weight: 900;
	content: "\f075";
	font-family: "Font Awesome 5 Free";
}

.narrow.satei-form td.satei-type p {
	margin: 0;
	line-height: 1.3;
}
.narrow.satei-form td.satei-type label {
	display: block;
	line-height: 1.4;
}
.narrow.satei-form table .satei-type p + label {
	margin-top: 10px;
}
.narrow.satei-form table .satei-type label {
	margin-bottom: 2px;
}


/* wp //
////////////////////////////////////////////////////////////////////*/

body.is_archive .main .main > .junbi {
	padding: 30px 0;
	text-align: center;
}
#pager {
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: hidden;
	font-size: 13px;
}
#pager .page-numbers {
	box-sizing: content-box;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 8px 20px;
	height: 20px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #d7d7d7
}
#pager span.current {
	background: #beaf87;
}
#pager a {
	color: #fff;
	background: #d7d7d7;
}
#pager a:hover {
	background: #ececec;
}

/* 子ページがある場合のサイドメニュー //
////////////////////////////////////////////////////////////////////*/

.side-childNavi {
	margin-bottom: 30px;
	width: 250px;
	font-size: 16px;
	float: right;
	text-align: left;
}
.side-childNavi h3 > *, .side-childNavi li a {
	padding: 10px 14px;
}
.side-childNavi h3 {
	box-sizing: border-box;
	width: 100%;
	background-color: #beaf87;
	display: table;
	position: relative;
	color: #fff;
	text-align: center;
}
.side-childNavi h3 > * {
	display: table-cell;
	vertical-align: middle;
}
.side-childNavi h3 > a::after {
	opacity: 0.6;
	color: #fff;
}
.side-childNavi > ul > li:not(:first-child), .side-childNavi li li {
	margin-top: 1px;
}
.side-childNavi li a {
	padding-right: 30px;
	background-color: #ffffff;
	display: block;
	position: relative;
}
.side-childNavi a::after {
	position: absolute;
	right: 20px;
	color: #beaf87;
	content: "\f105";
}
.side-childNavi a span {
	display: block;
}


/* 投稿 ///
---------------------------------------------- */
.loop-post:not(:last-child) {
	margin-bottom: 20px;
}
.loop-post a {
	box-sizing: border-box;
	padding: 15px 63px 20px 280px;
	min-height: 200px;
	background-color: #faf6ec;
	display: block;
	position: relative;
}
.loop-post a::after {
	width: 25px;
	height: 25px;
	background-color: #beaf87;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.loop-post h2 {
	margin-bottom: 7px;color: #414042;
	font-size: 16px;
	font-weight: 700;
}
.loop-post p {
	margin: 0;
}
.loop-post time {
	font-size: 14px;
}
.loop-post .ellipsis {
	margin-top: 15px;
	max-height: 55px;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.loop-post .ellipsis:before, .loop-post .ellipsis:after {
	background-color: #faf6ec;
}
.loop-post .ellipsis.all {
	max-height: none;
}
.loop-post .ellipsis.all::before,
.loop-post .ellipsis.all::after {
	display: none;
}
.loop-post figure {
	width: 260px;
	background-color: #e6e7e9;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

/* シングル表示 ///
---------------------------------------------- */
body.is_single .pgcontent>header {
	margin: 0 0 10px;
}
body.is_single .pgcontent>header .title01 {
	margin: 0 0 5px;
}
body.is_single .pgcontent > header time {
	font-size: 14px;
	text-align: right;
}
body.is_single .editor-styles-wrapper> :first-child {
	margin-top: 0;
}
body.is_single .navlink {
	margin-top: 35px;
	overflow: hidden;
	clear: both;
}
body.is_single .navlink .navlink-prev {
	float: left;
}
body.is_single .navlink .navlink-next {
	float: right;
}
body.is_single .navlink a:hover {
	opacity: 0.7;
}

/* 購入希望者一覧 //
////////////////////////////////////////////////////////////////////*/

body.list .pagebody > .main {
	background-color: #f5f5f5;
}
body.list .pagebody .pgcontent {
	margin-bottom: 60px;
	padding: 0;
}
body.list .pagebody .foot_content {
	margin: 0;
	padding: 40px;
	background-color: #fff;
}
body.list #kibou-list {
	padding-right: 10px;
	max-height: 800px;
	overflow-y: scroll;
}

/* wp お客様の声//
////////////////////////////////////////////////////////////////////*/

body.voice .pgcontent .voice_star {
	margin-bottom: 7px;display: inline-block;
}

/* wp お客様の声　シングル表示//
////////////////////////////////////////////////////////////////////*/

/* 写真・アンケート ///
---------------------------------------------- */
body.voice.is_single .photobox figure {
	margin-bottom: 15px;
}

body.voice.is_single .photobox img {
	width: 100%;
	height: auto;
	display: block;
}

body.voice.is_single .photobox .customer:not(:last-child) {
	width: 394px;
	float: left;
}

body.voice.is_single .photobox .questionnaire img {
	box-shadow: 0 0 0px 1px #ccc;
}
body.voice.is_single .photobox figure+.questionnaire {
	margin-left: 20px;
	width: 306px;
	float: right;
}
body.voice.is_single .main .hyoka {
	margin: 15px 0;
}
body.voice.is_single .main .tantousha p {
	margin: 0;
}
/*
body.voice.is_single .main .tantousha div > p {
	margin: 0 0 0 110px;
}
*/
body.voice.is_single .main .tantousha > p {
	margin-top: 6px;
	margin-right: 10px;
	width: 100px;
	float: left;
	font-size: 13px;
	text-align: center;
}
body.voice.is_single .main .tantousha>p img {
	width: 100px;
	display: block;
}

/* Q&A部分 ///
---------------------------------------------- */
body.voice.is_single .main .voice-body {
	padding-top: 1px;
	clear: both;
}
body.voice.is_single .voice-body h3 {
	margin: 40px 0 15px;
	padding: 6px 0 10px 70px;
	border-bottom: 2px solid #CCC;
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	clear: both;
}
body.voice.is_single .voice-body p {
	margin: 0;
	position: relative;
	padding-left: 70px;
	min-height: 47px;
}
body.voice.is_single .voice-body h3::before, body.voice.is_single .voice-body h3+p::before {
	box-sizing: border-box;
	margin: auto;
	padding-top: 2px;
	width: 50px;
	height: 36px;
	background-color: #F60;
	border-radius: 3px;
	position: absolute;
	bottom: 8px;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	content: "Q";
}
body.voice.is_single .voice-body h3::after, body.voice.is_single .voice-body h3+p::after {
	border-top: 6px solid #F60;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 19px;
	top: 36px;
	bottom: 2px;
	height: 6px;
	margin: auto;
	box-sizing: border-box;
	content: "";
}
body.voice.is_single .voice-body h3+p::before {
	top: 0px;
	bottom: auto;
	background-color: #7dbb18;
	content: "A";
}
body.voice.is_single .voice-body h3+p::after {
	top: 36px;
	bottom: auto;
	border-top-color: #7dbb18;
}
body.voice.is_single .voice-body .normal p {
	padding: 0;
}

/* 査定フォーム //
////////////////////////////////////////////////////////////////////*/

.pgcontent.satei-form {
	padding-top: 10px;
	background-color: #fff;
}
.pgcontent.satei-form > .title01 {
	margin-top: 0;
}

/* 会社案内 //
////////////////////////////////////////////////////////////////////*/

body.company #gaiyou td > p {
	margin: 10px 1em 10px 0;
	line-height: 1.5;
}
body.company .main .jigyo td li {
	margin-left: 1.5em;
	list-style: inside disc;
	text-indent: -1.5em;
}
body.company .main .ginkou td li {
	margin-right: 1em;
	float: left;
}

/* 写真 ///
---------------------------------------------- */
body.company .main .photos {
	margin-top: 30px;
}
body.company .main .photos > p {
	margin-bottom: 8px;
}
body.company .main .photos > p::before {
	margin-right: 8px;
	content: "\f00e";
}
body.company .main .photos > div {
	display: flex;
	flex-wrap: wrap;
}
body.company .main .photos > div > figure:not(:nth-child(3n)) {
	margin-right: 15px;
}
body.company .main .photos > div > figure:nth-child(n+4) {
	margin-top: 15px;
}
body.company .main .photos a {
	width: 230px;
	height: 153px;
	display: block;
}
body.company #gaiyou table[summary="会社概要"] th {
	width: 11em;
}
body.company #access .shd {
	margin-bottom: 15px;
}
body.company #access iframe {
	height: 400px;
}

/* センチュリー21とは ///
---------------------------------------------- */
body.company #century21 {
	margin-bottom: 60px;
}
body.company #century21 .infomation > dl dt {
	font-weight: 900;
}
body.company #century21 .infomation > dl dd + dt {
	margin-top: 20px;
}
body.company #century21 .infomation > table {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #aaa;
}

/* ページ 個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/

body.privacy .pgcontent > section:not(:last-child) {
	margin-bottom: 60px;
}
body.privacy .pgcontent p a {
	text-decoration: underline;
}
body.privacy .pgcontent .title02 {
	padding-left: 0;
}
body.privacy .pgcontent .title02::before {
	display: none;
}
body.privacy .pgcontent .title02 i {
	margin-right: 10px;
	position: relative;
	top: 2px;
	line-height: 1;
}
body.privacy .pgcontent p,
body.privacy .pgcontent ol {
	margin: 1em 0;
}
body.privacy .pgcontent ol li {
	padding-left: 1.5em;
	position: relative;
}
body.privacy .pgcontent ol li:not(:last-child) {
	margin-bottom: 8px;
}
body.privacy .pgcontent ol li i {
	position: absolute;
	top: 0;
	left: 0;
}
body.privacy .pgcontent dt {
	margin-top: 1em;
}

/* sitemap
////////////////////////////////////////////////////////////////////*/

body.sitemap .pgcontent > ul li a {
	display: block;
	padding: 8px 0;
	line-height: 2;
	transition: 0.2s;
	padding-left: 1em;
}
body.sitemap .pgcontent > ul > li > a {
	background-color: #beaf87;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
body.sitemap .pgcontent > ul > li > a:after {
	position: absolute;
	right: 1em;
	color: #414042;
	content: "\f061";
}
body.sitemap .pgcontent > ul ul a::after {
	display: none;
}
body.sitemap .pgcontent > ul > li > a:hover {opacity: 0.8;}
body.sitemap .pgcontent > ul > li ul li a:hover {
	background-color: #fffae6;
}
body.sitemap .pgcontent > ul li ul {
	margin-bottom: 10px;
}
body.sitemap .pgcontent > ul > li ul li a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0a9 ';
	color: #414042;
	font-weight: 700;
	margin-right: 0.5em;
}

/* かんたんAI査定ページ
////////////////////////////////////////////////////////////////////*/

body.netsatei #netsatei > .title01:first-child {
	margin-top: 0;
}

/* 査定　サンクスページ
////////////////////////////////////////////////////////////////////*/

body.sateithanks .pgcontent {
	margin: auto;
	width: 810px;
	font-size: 17px;
	font-weight: 500;
}
body.sateithanks .pgcontent button {
	margin: 50px auto 0;
	width: 300px;
	height: 50px;
	background-color: #beaf87;
	border: none;
	border-radius: 4px;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.1s;
	-webkit-appearance: none;
	appearance: none;
}

/* かんたんAI査定 ///
---------------------------------------------- */
body#thanks-k .pgcontent .title02::before {
	content: "\f02b";
}
body#thanks-k .pgcontent .osusume {
	margin: 2em 0;
	font-size: 18px;
}
body#thanks-k .pgcontent .osusume li:not(:last-child) {
	margin-bottom: 10px;
}
body#thanks-k .pgcontent .osusume li::before {
	margin-right: 6px;
	color: #beaf87;
	font-weight: 400;
	content: "\f14a";
}
body#thanks-k .pgcontent ul {
	margin: 1.5em 0;
}
body#thanks-k .pgcontent .disc li {
	list-style: disc inside;
}
body#thanks-k .pgcontent h4 {
	margin-top: 30px;
	color: #beaf87;
	font-size: 20px;
}
body#thanks-k .pgcontent .recommend-link {
	margin-top: 40px;
}
body#thanks-k #toi {
	margin-top: 30px;
}
body#thanks-k #toi ul {
	margin: 0;
}
body#thanks-k #toi p {
	margin: 0;
}
