@charset "utf-8";
/*----------------------------------------------------------------------------------------

	page.css

----------------------------------------------------------------------------------------*/

body {
	background-color: #f5f5f5;
	font-size: 16px;
}
body > .wrapper {
	padding-bottom: 85px;
}
.kengaku_tel90, .kengaku_mail90 {
	padding: 0 5px;
}
/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#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;padding-left: 44px;
	background: url(/images/common/free_tel.png) no-repeat left center;
	display: block;
	color: #414042;
	font-size: 28px;
	font-weight: 400;
	font-family: BEBAS;

}
#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%;
}
.pgcontent p {
	margin: 1em 0;
}

/* サブヘッド部分 ///
---------------------------------------------- */
.main_h2_bg {
	background: #414042;
	position: relative;
	margin-bottom: 3rem;
}
.main_h2_bg_in {
	height: 140px;
	display: flex;
	justify-content: center;
	background: #414042;
}
.main_h2_bg_in::after {
	background: url(/images/common/hd_texture.png);
	content: "";
	width: calc((100% - 1080px)/1);
	position: absolute;
	right: 0;
	height: 140px;
}
.main_h2_bg h2 {
	width: 1080px;
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	display: flex;
	align-items: center;
	padding-right: 1rem;
	z-index: 999;
}

/* タイトル ///
---------------------------------------------- */
.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_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.png), #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;padding-left: 50px;
	background: url(/images/common/free_tel2.png) no-repeat center left;color: #fff;
	font-size: 30px;
	line-height: 1;font-family: BEBAS;
}
#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: 212px;
	height: 271px;
	background-image: url(/images/common/satei_catch2.png);
	right: 0;
	pointer-events: none;
}
.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";
}

/* スタッフ紹介一覧のお客様の声の数字 */
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;
	padding: 8px 20px;
	height: 20px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#pager span {
	background: #beaf87;
}
#pager a {
	color: #fff;
	background: #d7d7d7;
}
#pager a:hover {
	background: #ececec;
}

/* 投稿 ///
---------------------------------------------- */
.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 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;
}

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 .title01{
	margin-top: 5rem;
}
body.company .pgcontent > .title01:first-child {
    margin-top: 20px;
}
body.company .pgcontent {
	text-align: justify;
}
body.company .pgcontent ol li {
	list-style: decimal inside;
}
body.company #message .pic {
	margin: 6px 20px 10px 0;
	width: 240px;
	float: left;
}
body.company #access iframe + iframe {
	margin-top: 20px;
}
/* body.company .pgcontent h3:first-of-type{
	margin-top: 10px;
} */
body.company h4{
	font-size: 19px;
}
body.company .greet > div:first-of-type{
	float: right;
    width: 270px;
    margin: 5px 0 0 30px;
}

/* 個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/

body.privacy .pgcontent .title02 {
	padding-left: 0;
}
body.privacy .pgcontent .title02 i {
	margin-right: 10px;
	position: relative;
	top: 2px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
body.privacy .pgcontent > section:not(:last-child) {
	margin-bottom: 60px;
}
body.privacy .pgcontent section h4 {
	margin-top: 20px;
}
body.privacy .pgcontent .iroha {
	margin-top: 20px;
}
body.privacy .pgcontent .iroha > li {
	padding-left: 2em;
	position: relative;
	line-height: 1.5;
}
body.privacy .pgcontent .iroha > li:not(:last-child) {
	margin-bottom: 14px;
}
body.privacy .pgcontent .iroha > li > i {
	position: absolute;
	top: 0;
	left: 0;
}
body.privacy .pgcontent .iroha > li > i::after {
	content: "、";
}

body.privacy .pgcontent .suuzi {
	margin-top: 20px;
	margin-bottom: 20px;
}

body.privacy .pgcontent .suuzi > li:not(:last-child) {
	margin-top: 14px;
	margin-bottom: 14px;
}


/* 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;
}
