@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;
}
#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;
	position: relative;
	z-index: 1;
}
.main_h2_bg_in::after {
	background: url(/images/common/hd_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: #414042;
	border-bottom: 4px solid #beaf87;
	position: relative;
	z-index: 1;
	color: #fff;
}
#foot_satei > div::before, #foot_satei > div::after {
	position: absolute;
	content: "";
}
#foot_satei > div::before {
	width: 190px;
	background-image: url(/images/common/satei_bg2.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 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;
	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";
}

.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 #gaiyou .maemu {
	margin-top: 40px;
	text-align: justify;
}
body.company #gaiyou .maemu > .hd {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 79px;
	text-align: center;
}
body.company #gaiyou .maemu > .hd i {
	margin-right: 15px;
}
body.company #gaiyou .maemu > .pics {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
body.company #gaiyou .maemu > .pics > figure {
	width: calc(50% - 5px);
}
body.company #gaiyou .maemu > h4 {
	margin-top: 25px;
	margin-bottom: -10px;
	color: #beaf87;
	font-size: 18px;
	line-height: 1.3;
}
body.company #gaiyou .maemu > table {
  margin-top: 30px;
  border-top: 1px dotted #aaa;
}
body.company #gaiyou .maemu > table td span{
	font-weight:500;
	display: block;
}
body.company #gaiyou table[summary="会社概要"] th {
	width: 11em;
}
body.company #gaiyou .maemu > table td a{
	text-decoration: underline;
}
body.company #photo .pics {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
body.company #access .shd {
	margin-bottom: 15px;
}
body.company #access iframe {
	height: 400px;
}

/* 個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/

body.privacy .pgcontent {
	text-align: justify;
	counter-reset: midashi;
}
body.privacy .pgcontent .title03 {
	counter-increment: midashi;
}
body.privacy .pgcontent .title03::before {
	content: counter(midashi,upper-roman)".";
}
body.privacy .pgcontent ul, body.privacy .pgcontent ol {
	margin-top: 1em;
	margin-bottom: 1em;
}
body.privacy .pgcontent li {
	text-indent: 0;
}
body.privacy .pgcontent li:not(:last-child) {
	margin-bottom: 10px;
}
body.privacy .pgcontent a {
	text-decoration: underline;
}
body.privacy ol.desimal1, body.privacy ol.desimal2 {
	counter-reset: number;
}
body.privacy ol.desimal1 > li, body.privacy ol.desimal2 > li {
	padding-left: 1.5em;
	position: relative;
}
body.privacy ol.desimal1 > li::before, body.privacy ol.desimal2 > li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: number;
}
body.privacy ol.desimal1 > li::before {
	content: "("counter(number)")";
}
body.privacy ol.desimal2 > li::before {
	content: counter(number)".";
}
body.privacy .pgcontent .company {
	margin-top: 15px;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
body.privacy .pgcontent .company h3 {
	margin-bottom: 8px;
}
body.privacy .pgcontent .company p {
	margin: 0;
}
body.privacy .pgcontent h4 {
	margin-top: 2em;
}
body.privacy .pgcontent .title03 + section h4 {
	margin-top: 0;
}

body.privacy .pgcontent ol.indent li,
body.privacy .pgcontent ul.indent li{
    margin-left: 1.2em;
    text-indent: -1.2em;
}

body.privacy .pgcontent a:hover {
    opacity: 0.8;
}
/* 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;
}

/* 物件詳細ぺージ
////////////////////////////////////////////////////////////////////*/
#des90wrapper .head_kengakutel90{
	word-break:break-word;
}

/* 士業の方へ
////////////////////////////////////////////////////////////////////*/
body.shigyou .main .pgcontent{
	padding: 40px 40px;
	position: relative;
}
body.shigyou .main .pgcontent .red{
	position: absolute;
    top: 80px;
    left: 80px;
    width: 100px;
}
body.shigyou .main .pgcontent .yellow{
	position: absolute;
	top: 300px;
    left: 604px;
    width: 140px;
}
body.shigyou .main .pgcontent .white{
	position: absolute;
	top: 350px;
    left: 330px;
    width: 400px;
}
body.shigyou .main .pgcontent h4{
	font-size: 26px;
	line-height: 2.4;
	border-bottom: 1px solid #666;
}
body.shigyou .soudan {
	margin: 40px 0 50px;
}
body.shigyou .soudan h4{
	position: relative;
}
body.shigyou .soudan h4::after{
	position: absolute;
    content: "";
    width: 193px;
    height: 37px;
    top: 10px;
    right: 0;
    background: url(/images/shigyou/consultation.png) no-repeat center;
	background-size: contain;
	transform: rotate(-1deg);
}
body.shigyou .soudan ul{
	padding-left: 1.2em;
	margin-top: 15px;
}
body.shigyou .soudan ul li{
	font-weight: 500;
	margin-top: 7px;
}
body.shigyou .soudan ul li:nth-of-type(4), body.shigyou .soudan ul li:last-of-type{
	white-space: nowrap;
}
body.shigyou .soudan ul li::before {
	content: "●";
	display: inline-block;
    color: #414042;
    width: 1.2em;
    margin-left: -1.2em;
}
body.shigyou .soudan ul li span{
	color: #beaf87;
	text-decoration: underline;
	font-weight: 600;
	padding: 0 1px;
}
body.shigyou .toku {
	position: relative;
}
body.shigyou .main .pgcontent .toku h4{
	display: flex;
	width: 430px;
}
body.shigyou .toku h4 span{
	color: #beaf87;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    padding-right: 3px;
	position: relative;
    top: 5px;
}
body.shigyou .toku h5{
	font-size: 20px;
	margin: 15px 0 3px;
}
body.shigyou .toku .rethree{
	display: none;
}
body.shigyou .toku .three{
	position: absolute;
	top: 5px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 272px;
}
body.shigyou .toku img{
	width: 88px;
}
body.shigyou .choose {
	margin: 50px 0;
}
body.shigyou .choose h4{
	position: relative;
}
body.shigyou .choose h4::after{
	position: absolute;
    content: "";
	width: 121px;
    height: 39px;
    top: 16px;
    right: 18px;
    background: url(/images/shigyou/reason.png) no-repeat center;
    background-size: contain;
    transform: rotate(7deg);
}
body.shigyou .choose > div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
body.shigyou .choose > div div{
	width: 230px;
	margin-right: 10px;
}
body.shigyou .choose > div div img{
	height: 145px;
    width: 100%;
    object-fit: cover;
}
body.shigyou .choose > div div img:first-of-type{
	margin: 25px 0 12px;
}
body.shigyou .choose ol{
	counter-reset: item;
	margin-top: 15px;
}
body.shigyou .choose ol li{
	font-weight: 500;
	margin-top: 7px;
}
body.shigyou .choose ol li::before{
	counter-increment: item;
	content: counter(item) ". ";
	margin-right: 0.7em;
	color: #333;
}
body.shigyou .choose ol li:last-child::before{
	margin-right: 0.1em;
}
body.shigyou .choose ol li span{
	color: #beaf87;
	font-weight: 600;
	padding: 0 1px;
}
body.shigyou .solution h4{
	position: relative;
}
body.shigyou .solution h4::after{
	position: absolute;
    content: "";
	width: 121px;
    height: 39px;
    top: 16px;
    right: 18px;
    background: url(/images/shigyou/reason.png) no-repeat center;
    background-size: contain;
    transform: rotate(7deg);
}
body.shigyou .solution > div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 0 0;
}
body.shigyou .solution > div div{
	width: calc(50% - 10px);
}
body.shigyou .solution h5{
	font-size: 20px;
	margin: 0 0 5px;
	color: #beaf87;
	position: relative;
	padding-left: 25px;
}
body.shigyou .solution h5::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 8px;
    left: 0;
    background: url(/images/common/title04.png) no-repeat center;
}
body.shigyou .instance {
	margin: 50px 0;
}
body.shigyou .main .pgcontent .instance h4{
	border-bottom: none;
	position: relative;
}
body.shigyou .instance h4::after{
	position: absolute;
    content: "";
	width: 132px;
    height: 45px;
	top: 12px;
    right: 8px;
    background: url(/images/shigyou/casestudy.png) no-repeat center;
    background-size: contain;
    transform: rotate(7deg);
}
body.shigyou .instance h4 span{
	font-size: 16px;
	color: #beaf87;
	padding-left: 15px;
}
body.shigyou .instance h5{
	font-size: 18px;
	margin: 5px 0 8px;
	padding: 7px 13px;
    position: relative;
    background: #aaa;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
}
body.shigyou .instance p{
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
    padding: 5px 10px;
}
body.shigyou .greet{
	display: flex;
	align-items: flex-start;
	padding-top: 50px;
}
body.shigyou .greet > img{
	width: 155px;
	padding-left: 25px;
    box-sizing: content-box;
}
body.shigyou .greet div{
	padding: 5px 25px 20px 20px;
}
body.shigyou .greet div img{
	width: 280px;
	padding-bottom: 10px;
	padding-top: 5px;
}
body.shigyou .greet div .name {
	font-size: 14px;
    font-weight: 500;
}
body.shigyou .greet div .name span{
	font-size: 18px;
	padding-left: 10px;
}
body.shigyou .greet div .reki{
	font-size: 13px;
    font-weight: 500;
    padding: 5px 0 10px;
}
body.shigyou .greet div .reki br{
	display: none;
}
body.shigyou .greet div .op{
	font-size: 15px;
	padding-top: 8px;
	line-height: 1.55;
	border-top: 1px solid #666;
}

/* 住まいのご購入を検討中の方へ //
////////////////////////////////////////////////////////////////////*/

body.buy .zehi{
	font-weight: 600;
	font-size: 20px;
}
body.buy .pgcontent > h3::after{
    position: relative;
    top: 0;
    bottom: 0;
    font-weight: 900;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
	margin-left: 5px;
    content: "\f35d";
}
body.buy .portal{
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 55px;
}
body.buy .portal a{
	border: 1px solid #B9B9B9;
    height: 60px;
    display: flex;
	justify-content: center;
    align-items: center;
	min-width: 159px;
}
body.buy .portal a:last-of-type{
	font-weight: 600;
	width: 190px;
	padding-top: 3px;
}
body.buy .portal a:last-of-type span{
	color: #FF0033;
	font-size: 28px;
    margin-right: 5px;
	font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
body.buy .portal a:nth-of-type(1) img{
    width: 157px;
    height: auto;
}
body.buy .portal a:nth-of-type(2){
	border: none;
}
body.buy .portal a:nth-of-type(3) img{
    width: 160px;
    height: auto;
}
body.buy .portal a:nth-of-type(4) img{
	padding: 10px;
    box-sizing: content-box;
}
#style-tab1, #style-tab2 {
    display: none;
}
#style-tab1:checked + label,
#style-tab2:checked + label {
    background-color: #beaf87;
    line-height: 50px;
}
#estimate_tab li {
    width: calc(50% - 5px);
    height: 50px;
    position: relative;
}
#estimate_tab label {
    background-color: #ccc;
    border-radius: 3px 3px 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: line-height 0.1s;
}
#estimate_tabList > li {
    margin: 10px 0 12px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}
#estimate_tabList #area1, #estimate_tabList #area2 {
    border-top: none;
}
#estimate_tabList p{
	padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
#estimate_tabList table {
	margin-bottom: 0;
}
#estimate_form h4{
	font-size: 18px;
	margin-bottom: 10px;
}
#estimate_form th {
    padding-left: 10px;
    text-align: left;
}
#estimate_form td i{
    font-size: 13px;
    letter-spacing: -0.9px;
}
#area1 tr:first-child > *, #area2 tr:first-child > * {
    border-top: none;
}
#estimate_form tr {
    width: 100%;
    display: table;
    position: relative;
}
#estimate_form th::before {
    margin: auto;
	padding: 2px 6px;
    height: 18px;
    background-color: #7dbb18;
    position: absolute;
    top: 0;
    left: 201px;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 18px;
    content: "任意";
}
#estimate_form .hissu th::before {
    background-color: #f30;
    content: "必須";
}
#estimate_form td span {
    width: 150px;
    display: inline-block;
}
#estimate_form textarea {
    height: 150px;
}
#estimate_form [name="_url"] {
	width: calc(100% - 10px);
}
#estimate_form [type*="number"] {
    text-align: right;
}
#estimate_form .big {
	width: 100%;
}
#estimate_form .middle {
	width: 100%;
}
#estimate_form .small {
    width: 100px;
}
.table-style01 {
    margin: 0 auto 30px;
    width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    line-height: 1.8;
}
.table-style01 th, .table-style01 td {
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table-style01 th {
    padding: 12px 0;
    width: 250px;
    background-color: #f0ecea;
    font-weight: normal;
    text-align: center;
}
.table-style01 td {
    padding: 10px;
}
.form-style input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    margin-right: 0.5em;
    padding: 1px 5px;
    height: 28px;
    border: 1px solid #ccc;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-style input:focus {
    border-color: skyblue !important;
}
.form-style select {
    box-sizing: border-box;
    margin-right: 0.5em;
    padding: 0 5px;
    height: 28px;
    border: 1px solid #ccc;
}
.form-style textarea {
    box-sizing: border-box;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
    resize: none;
}
.form-style .satei-submit input[type="submit"] {
	background-color: #414042;
}
.form-style input[type="checkbox"] {
	margin-right: 6px;
}

/* 住まいのご購入を検討中の方へ postmail */
#main.pagebody .form{
	margin: 50px 0;
	padding: 50px 0;
	background-color: #fff;
	text-align: center
}
#main.pagebody h2{
	font-size: 26px;
	margin-bottom: 20px;
}
#main.pagebody table{
	margin: 40px auto 40px;
	min-width: 540px;
	max-width: 1000px;
}
#main.pagebody table tr{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10px;
}
#main.pagebody table td{
	word-break: break-word;
    max-width: 780px;
    text-align: left;
}
.error #main.pagebody table tr{
	color: #c00;
}
#main.pagebody table th{
	width: 160px;
}
#main.pagebody .btn input{
    margin: 0 auto;
    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;
}
#main.pagebody .submit .btn:first-of-type input{
	background-color: #9E9E9E;
}
#main.pagebody .submit{
	display: flex;
    align-items: center;
	justify-content: center;
	gap: 20px;
    max-width: 620px;
    margin: 0 auto;
}
#main.pagebody .modules > p{
	font-size: 18px;
}
#main.pagebody .modules a{
	margin: 30px auto 0px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #414042;
    border-radius: 4px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
body:has(.form) .yume + P:has(a){
	display: none;
}

/* リフォーム施工事例 */
.recase .pgcontent .ut{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0 20px;
}
.recase .pgcontent i{
	color: #fff;
    background-color: #005f58;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1.4;
    margin-right: 10px;
}
.recase .pgcontent .title01{
	background-color: #005f58;
}
.recase .pgcontent .title02{
	border-bottom: solid 2px #005f58;
    color: #005f58;
}
.recase .photo-block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.recase .photo-block h4{
	margin: 10px 0 5px;
}
.recase .photo-before{
	width: 250px;
	margin: 0 auto;
}
.recase .photo-after{
	width: 450px;
	margin: 0 auto;
}
.recase .loop-post .ut{
	justify-content: flex-start;
	margin: 10px auto;
}
.recase .loop-post h2{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.recase .loop-post p{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	font-size: 14px;
}
.recase .loop-post a::after{
	background-color: #005f58;
}
.recase_list h3{
	text-align: center;
	color: #005f58;
	margin: 85px 0 40px;
	font-size: 30px;
}
.recase_list ul{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
}
.recase_list ul li{
	width: 324px;
}
.recase_list ul li figure{
	height: 248px;
}
.recase_list ul li figure img{
	border-radius: 5px;
}
.recase_list ul li .ut{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 15px 0 10px;
}
.recase_list ul li i{
	color: #fff;
    background-color: #005f58;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 10px;
}
.recase_list ul li time{
	line-height: 1;
	font-size: 14px;
}
.recase_list ul li h4{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 1.5;
}
.recase_list .subete{
	background-color: #414042;
	width: 250px;
	height: 46px;
	margin: 32px auto 85px;
	border-radius: 4px;
}
.recase_list .subete a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.recase_list .subete p{
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding-left: 10px;
}
.recase_list .subete p:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    color: #fff;
    font-weight: 700;
	margin-left: 20px;
}

/* 高値売却を可能にする販売図面 //
////////////////////////////////////////////////////////////////////*/

body.zumen .pgcontent .mhsg-photo__img{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding-top: 69%;
}
body.zumen .pgcontent ul .mhsg-photo__img{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
body.zumen .title02{
	margin: 10px 0;
}
body.zumen h4{
	font-size: 18px;
    margin: 30px 0 10px;
    position: relative;
    padding-left: 25px;
}
body.zumen h4::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0;
	mask: url(/images/common/title04.png) no-repeat center;
	background-color: #555;
}
body.zumen #boxer img {
	width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
body.zumen #boxer .boxer-content{
	height: 100%;
}
body.zumen .mordalbox:hover{
	opacity: 0.8;
}
body.zumen #boxer {
	margin-top: 0 !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	position: fixed !important;
	opacity: 0;                         /* 初期は透明 */
	transition: opacity 0.3s ease-in-out; /* 透明度を滑らかに */
	width: 55% !important;
	max-height: 75% !important;
}  
body.zumen.boxer-open #boxer {
	width: 55% !important;
	height: 75% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: opacity 0.3s ease-in-out;
	margin: 0 !important;
	position: fixed !important;
	opacity: 1 !important;   /* ←これを追加 */
}
body.zumen .mhsg-photos-wrap.mm > .mhsg-photo{
	margin: 15px 0 20px;
}
body.zumen .mhsg-photos > li {
    padding: 4px;
}
body.zumen .owari{
	font-size: 14px;
}