@charset "utf-8";
/*----------------------------------------------------------------------------------------

	page.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/

.pagebody, .pgtitle {
	margin: auto;
	width: 1200px;
}
.pgtitle {
	margin-bottom: 50px;
	padding-top: 50px;
}
.pgtitle > .hd {
	color: var(--bgc1);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.pgtitle > .hd + time {
	margin-top: 8px;
}

.pgcontent {
	margin: auto;
	width: 910px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.page_mv {
	padding: 37px 33px;
	height: 360px;
	background-color: #bbb;
	border-radius: 20px;
	display: flex;
	color: #fff;
	font-size: 6.2rem;
	font-weight: 600;
	align-items: end;
	font-family: "Outfit", serif;
}

body:where(.is_single, .is_page) .pgtitle {
	margin-bottom: 32px;
}
body:where(.is_single, .is_page) .pagebody {
	margin-bottom: 80px;
	padding: 100px 0;
	background-color: #fff;
}

/* 見出し ///
---------------------------------------------- */
.line02 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--bgc1);
	color: var(--bgc1);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
.line03 {
	margin-bottom: 20px;
	color: var(--bgc1);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
}

/* 一般問い合わせフォーム ///
---------------------------------------------- */
.wpcf7 .form-ippan .wpcf7-list-item {
	margin: 0;
	display: block;
}

/* リースバック 問い合わせフォーム ///
---------------------------------------------- */
.wpcf7 .form-leaseback .shd {
	margin: 40px 0 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 2.4rem;
}
.wpcf7  .form-leaseback dl {
	padding: 1.6rem 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}
.wpcf7 .form-leaseback dt {
	width: 290px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}
.wpcf7 .form-leaseback dt::after {
	margin: auto;
	padding: 0 1rem;
	background-color: #bbb;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.5rem;
	content: "任意";
}
.wpcf7 .form-leaseback dt.must:after {
	background-color: #f30;
	content: "必須";
}
.wpcf7 .form-leaseback textarea {
	width: 100%;
}
.wpcf7 .form-leaseback dd {
	margin-left: auto;
	width: 470px;
}
.wpcf7 .form-leaseback .wpcf7-list-item {
	margin: 0 1em 0 0;
}
.wpcf7 .form-leaseback dd.unit .wpcf7-form-control-wrap {
	display: inline-block;
}
.wpcf7 .form-leaseback dd.unit .wpcf7-form-control-wrap:first-child {
	margin-right: 0.5em;
}
.wpcf7 .form-leaseback dd.unit.menseki .wpcf7-form-control-wrap:first-child {
	margin-right: 1em;
}
.wpcf7 .form-leaseback dd.madori p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.wpcf7 .form-leaseback :where(input[type="text"],input[type="email"],input[type="number"], select, textarea) {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
}
.wpcf7 .form-leaseback input[type="number"] {
	width: 115px;
}
.wpcf7 .form-leaseback input.middle {
	width: 247px;
}
.wpcf7 .form-leaseback .privacy_txt {
	margin: 25px 0;
	font-size: 1.4rem;
	text-align: center;
}
.wpcf7 .form-leaseback .privacy_txt span,
.wpcf7 .form-leaseback .recaptcha-note span {
	display: block;
}

/* 買いたい・売りたい記事モーダル表示 ///
---------------------------------------------- */
.my_buysell_content,
.my_buysell_content_back {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.my_buysell_content {
	margin: auto;
	max-width: 1300px;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.2s;
}
.my_buysell_content.show {
	opacity: 1;
}
.my_buysell_content_inner {
	padding: 0 50px 100px;
	background-color: #f6f6f6;
	overflow-y: scroll;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 30px;
	left: 0;
	z-index: 1;
}
.my_buysell_content_close {
	width: 50px;
	height: 50px;
	background: url(../images/smp/common/menu-close.png) no-repeat center / 20px, var(--bgc1);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -25px;
	z-index: 10;
	cursor: pointer;
}
.my_buysell_content_back {
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
}
.my_buysell_content .dnone-modal {
	/* モーダルでは表示させたくないもの */
	display: none;
}

/* ページ 希望者様一覧 //
////////////////////////////////////////////////////////////////////*/

body.page_list .pagebody {
	padding: 0;
	background-color: inherit;
}
body.page_list .pgcontent {
	width: auto;
}
body.page_list .card-wrap {
	margin: 30px 0 0 -15px;
	padding: 15px 0 20px 15px;
	max-height: 760px;
	display: flex;
	overflow: auto;
	flex-wrap: wrap;
}
body.page_list .card-wrap .cst-card.des-b {
	width: calc(100% / 4 - 15px);
}
body.page_list .card-wrap .cst-card.des-b:not(:nth-child(4n)){
	margin-right: 15px;
}
body.page_list .card-wrap .cst-card.des-b:nth-child(n+5){
	margin-top: 30px;
}

/* ページ 売却成功事例40選 //
////////////////////////////////////////////////////////////////////*/

body.page_selection .pagebody {
	padding: 0;
	background-color: inherit;
}
body.page_selection .pgcontent {
	width: auto;
}
body.page_selection .cards {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

/* ページ 学区から探す //
////////////////////////////////////////////////////////////////////*/

body.page_gakku #gakku_select_fm a,
body.page_gakku #gakku_select_area a {
	background-color: #ccc;
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
body.page_gakku #gakku_select_fm .active a,
body.page_gakku #gakku_select_area .active a {
	background-color: var(--bgc1);
}

/*----------*/

body.page_gakku #gakku_select_fm {
	width: 100%;
	display: table;
	table-layout: fixed;
}
body.page_gakku #gakku_select_fm > li {
	display: table-cell;
	vertical-align: top;
}
body.page_gakku #gakku_select_fm > li:not(:last-child) {
	border-right: 2px solid rgba(0,0,0,0);
}
body.page_gakku #gakku_select_fm > li a {
	font-weight: 700;
	line-height: 45px;
}

/*----------*/

body.page_gakku #gakku_select_fm + p {
	padding: 10px 0;
	border-top: 5px solid var(--bgc1);
}

/*----------*/

body.page_gakku #gakku_select_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
body.page_gakku #gakku_select_area > li {width: 178px;}
body.page_gakku #gakku_select_area a {
	border-radius: 3px;
	font-size: 14px;
}
body.page_gakku #gakku_select_area > li:not(:nth-child(5n)) {
	margin-right: 5px;
}
body.page_gakku #gakku_select_area > li:nth-child(n+6) {
	margin-top: 5px;
}
body.page_gakku #gakku_select_area > .nidan a {
	padding: 5px 0;
	line-height: 1.1;
}
body.page_gakku #gkmap {
	height: 733px;
	background-color: #fff;
	position: relative;
	left: -10px;
}

/* ページ 特選の一覧 //
////////////////////////////////////////////////////////////////////*/

body:is(.page_osusume, .page_oazukari, .page_shinchaku, .page_kakaku) {
	& .pagebody {
		padding: 0;
		background-color: rgba(0,0,0,0);
	}
	& .pgcontent {
		width: auto;
		& .intro {
			margin-bottom: 30px;
		}
	}
}

/* ページ 会社案内 //
////////////////////////////////////////////////////////////////////*/

body.page_company .pgcontent section {
	margin-top: 80px;
}

/* ページ スタッフ紹介 //
////////////////////////////////////////////////////////////////////*/

body.page_staff #eigyo_main #eigyolist {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px 20px;
}
body.page_staff #eigyo_main {
	min-width: auto;
	max-width: unset;
	font-size: 14px;
	font-weight: 400;
	font-family: inherit;
}
body.page_staff #eigyo_main * {
	background-color: rgba(0,0,0,0) !important;
	letter-spacing: unset;
	line-height: 1.5;
}
body.page_staff #eigyo_main .top {
	display: none;
}
body.page_staff #eigyo_main h4.h4 {
	margin-left: 0;
	height: auto;
	font-size: 20px;
}
body.page_staff #eigyolist li {
	box-sizing: border-box;
	padding: 0;
}
body.page_staff #eigyolist li > br {
	display: none;
}
body.page_staff #eigyolist li > .text {
	margin-top: 8px;
}
body.page_staff #eigyolist li img {
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.page_staff #eigyo_main .top {
	display: none;
}
body.page_staff #eigyo_main a + div[align="left"] {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: -0.001em;
}

/* スタッフ紹介一覧のお客様の声の数字 */
body.page_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.page_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.page_staff #eigyo_main .voiceCount .kensu {
	padding-bottom: 8px;
	margin-bottom: 0px;
	display: inline-block;
	color: #beaf87;
	font-size: 12px;
	vertical-align: text-bottom;
}
body.page_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.page_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 6 Free";
}

/* ページ システム スタッフ詳細 //
////////////////////////////////////////////////////////////////////*/

body.page_template #eigyo_main {
	margin: auto;
	padding: 60px;
	width: 1200px;
	background-color: #fff;
}
body.page_template #eigyo_main .kasou-main {
	max-width: initial;
}

/* ページ 個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/

body.page_privacy .pgcontent .line02 {
	padding-left: 0;
}
body.page_privacy .pgcontent .line02 i {
	margin-right: 10px;
	position: relative;
	top: 2px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
body.page_privacy .pgcontent .line02::before {
	display: none;
}
body.page_privacy .pgcontent > section:not(:last-child) {
	margin-bottom: 60px;
}
body.page_privacy .pgcontent section h4 {
	margin: 20px 0 6px;
}
body.page_privacy .pgcontent .iroha {
	margin: 20px 0 8px;
}
body.page_privacy .pgcontent .iroha > li {
	padding-left: 2em;
	position: relative;
	line-height: 1.5;
}
body.page_privacy .pgcontent .iroha > li:not(:last-child) {
	margin-bottom: 14px;
}
body.page_privacy .pgcontent .iroha > li > i {
	position: absolute;
	top: 0;
	left: 0;
}
body.page_privacy .pgcontent .iroha > li > i::after {
	content: "、";
}
body.page_privacy .pgcontent ul.space li,
body.page_privacy .pgcontent dt {
	margin-top: 10px;
}
body.page_privacy .pgcontent .daisansha > h3 {
	margin: 40px 0 20px;
	font-size: 24px;
	font-weight: 900;
}
body.page_privacy .pgcontent .toilink {
	margin-top: 6px;
}
body.page_privacy .pgcontent p a {
	text-decoration: underline;
}

/* 査定フォーム //
////////////////////////////////////////////////////////////////////*/

body.sateiform .pgcontent .title02 {
	margin-bottom: 32px;
	padding-bottom: 13px;
	border-bottom: 3px solid currentColor;
	color: var(--bgc1);
	font-size: 2.4rem;
	line-height: 1.3;
}
body.sateiform .pgcontent .title02 i {
	margin-right: 15px;
	padding: 5px 10px;
	background-color: var(--bgc1);
	border-radius: 6px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	font-family:
	"Outfit", serif;
}
body.sateiform .pgcontent .satei-table {
	margin: 40px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
body.sateiform .pgcontent .satei-table :where(th, td) {
	box-sizing: border-box;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
body.sateiform .pgcontent .satei-table > tbody > tr > th {
	padding-right: 25px;
	width: 280px;
	font-size: 1.8rem;
}
body.sateiform .pgcontent .satei-table > tbody > tr > th::after {
	margin: auto;
	padding: 0 1rem;
	height: 25px;
	background-color: #bbb;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.5rem;
	content: "任意";
}
body.sateiform .pgcontent .satei-table > tbody > tr > th.hissu::after {
	background-color: #f30;
	content: "必須";
}
body.sateiform .pgcontent .satei-table > tbody > tr > th small {
	margin-top: 3px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}
body.sateiform .pgcontent .satei-table label {
	white-space: nowrap;
}
body.sateiform .pgcontent .satei-table label input {
	margin-right: 3px;
}
body.sateiform .pgcontent .satei-table label + label {
	margin-left: 10px;
}
body.sateiform .pgcontent .satei-table :where(input[type="text"], input[type="email"], input[type="tel"], input[type="number"]) {
	box-sizing: border-box;
	margin-right: 10px;
	padding: 10px;
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	font-family: inherit;
}
body.sateiform .pgcontent .satei-table :is(select, .select2-container .select2-selection) {
	box-sizing: border-box;
	margin-right: 10px;
	padding: 10px;
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	font-size: 16px;
	font-family: inherit;
}
body.sateiform .pgcontent .satei-table .select2-container .select2-selection {
	height: auto;
}
body.sateiform .pgcontent .satei-table .select2-container .select2-selection__arrow {
	top: 10px;
}
body.sateiform .pgcontent .satei-table :where(input, select).short-box {
	margin-right: 10px;
	width: 125px;
}
body.sateiform .pgcontent .satei-table textarea {
	box-sizing: border-box;
	padding: 10px;
	width: 560px;
	height: 160px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	font-size: 1.6rem;
	font-family: inherit;
}
body.sateiform .pgcontent .satei-table .satei-type {
	line-height: 1.6;
}
body.sateiform .pgcontent .satei-table .satei-type label {
	margin: 0;
	display: block;
	font-weight: 500;
}
body.sateiform .pgcontent .satei-table .satei-type p {
	font-size: 1.5rem;
}
body.sateiform .pgcontent .satei-table .satei-type p + label {
	margin-top: 10px;
}
body.sateiform .pgcontent .satei-step fieldset {
	border: none;
	display: block;
}
body.sateiform .pgcontent .satei-submit button {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	min-width: 300px;
	background-color: var(--bgc1);
	border: 0;
	border-radius: 0;
	outline: none;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 54px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
body.sateiform .pgcontent #th_madori + td select {
	width: 125px;
	float: left;
}

/* 査定フォーム サンクスページ //
////////////////////////////////////////////////////////////////////*/

body.thanks-satei .pgcontent > button {
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 0 20px;
	min-width: 240px;
	background-color: var(--bgc1);
	border: 0;
	border-radius: 0;
	outline: none;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 54px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
body.thanks-satei .pgcontent .btns li {
	margin-left: 0;
	width: 100%;
	height: 50px;
	display: table;
	list-style: none;
	text-indent: 0;
}
body.thanks-satei .pgcontent .btns li > a {
	padding: 5px 15px;
	background-color: var(--bgc1);
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
}
body.thanks-satei .pgcontent .btns li > a::after {
	position: absolute;
	right: 15px;
}

/* アーカイブ表示 //
////////////////////////////////////////////////////////////////////*/

body.is_archive .pgtitle {
	margin-bottom: 45px;
}
body.is_archive .pgcontent {
	width: auto;
}
body.is_archive .archive-list {
	display: flex;
	flex-wrap: wrap;
}

/* アーカイブ メインビジュアル ///
---------------------------------------------- */
.archive-catch {
	margin-top: 50px;
}
.archive-catch .mv {
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 33px 33px 25px;
	height: 360px;
	background-color: #efefef;
	background-size: cover;
	background-image: url(../images/common/archive-mv.jpg);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	overflow: hidden;
}
.archive-catch .mv .row {
	display: block;
	color: #fff;
	font-size: 8.7rem;
	font-weight: 500;
	line-height: 1;
	font-family: "Outfit", serif;
}
.archive-catch .mv .row + .row {
	margin-top: -17px;
}
.archive-catch .description {
	color: #666;
	font-size: 1.6rem;
}

/* アーカイブ カテゴリーのリンク ///
---------------------------------------------- */
.archive-catelink {
	margin-top: 14px;
	display: flex;
	align-items: center;
}
.archive-catelink dt {
	margin-right: 6px;
	font-size: 1.4rem;
	font-weight: 700;
}
.archive-catelink li {
	margin-right: 5px;
	height: 32px;
	display: inline-table;
	vertical-align: bottom;
}
.archive-catelink li a {
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 16px;
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1;
	vertical-align: middle;
}
.archive-catelink li.active a,
.archive-catelink li:hover a {
	background-color: var(--bgc1);
	border-color: var(--bgc1);
	color: #fff;
}

/* アーカイブ カード型表示 ///
---------------------------------------------- */
.loop-card {
	width: 380px;
}
.loop-card:not(:nth-child(3n)) {
	margin-right: 30px;
}
.loop-card:nth-child(n+4) {
	margin-top: 40px;
}
.loop-card > a {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.loop-card .photo {
	margin-bottom: 20px;
	height: 220px;
	border-radius: 9px;
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
}
.loop-card time {
	margin-bottom: 5px;
	color: var(--bgc1);
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	font-family: "Outfit", serif;
}
.loop-card .image-excerpt {
	padding: 0 2em;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-align: center;
	word-break: keep-all;
	font-family: "Outfit", serif;
}
.loop-card .photo img {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.loop-card .hd {
	margin-bottom: 10px;
	color: var(--bgc1);
	font-size: 2.4rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-align: justify;
	font-feature-settings: 'palt';
}
.loop-card .excerpt {
	margin-bottom: auto;
	max-height: 5em;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.03em;
	font-feature-settings: 'palt';
}
.loop-card .more {
	margin-top: 14px;
}
.loop-card .hd + .more {
	margin-top: auto;
	padding-top: 4px;
}

/* ページ送り ///
---------------------------------------------- */
#pager {
	margin: 54px auto 74px;
	overflow: hidden;
	border-spacing: 6px;
	display: table;
	font-size: 13px;
}
#pager .page-numbers {
	box-sizing: border-box;
	width: 45px;
	height: 45px;
	border-radius: 3px;
	display: table-cell;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#pager .page-numbers img {
	vertical-align: middle;
}
#pager span.current {
	background: var(--bgc1);
}
#pager a, #pager span {
	color: #fff;
	background: #d7d7d7;
}


/* シングル表示 //
////////////////////////////////////////////////////////////////////*/

/* シングル 目次 ///
---------------------------------------------- */
#ez-toc-container {
	margin-bottom: 80px;
	padding: 45px 0 50px;
	width: 100%;
	background-color: #fff;
	border: none;
	box-shadow: none;
	display: grid;
	grid-template-columns: 155px 1fr;
}
#ez-toc-container .ez-toc-title {
	margin: 0;
	padding: 3px 0 0 50px;
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	font-family: "Outfit", serif;
}
#ez-toc-container > nav > ul > li {
	margin: 0;
	padding-left: 32px;
	position: relative;
}
#ez-toc-container > nav > ul > li::before {
	width: 20px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
}
#ez-toc-container li {
	line-height: 1.3;
	list-style: none;
	text-indent: 0;
}
#ez-toc-container li:not(:last-child){
	margin-bottom: 9px;
}
#ez-toc-container li a {
	color: var(--bgc1);
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.04em;
}
/* シングル アイキャッチ ///
---------------------------------------------- */
body.is_single .pagebody > .single-eyecatch,
.my_buysell_content_inner > div > .single-eyecatch {
	margin-bottom: 42px;
	width: 100%;
	max-width: 1200px;
	height: 474px;
}
body.is_single .pagebody > .single-eyecatch img,
.my_buysell_content_inner > div > .single-eyecatch img {
	display: block;
	object-fit: cover;
	object-position: center;
}
body.is_single .pagebody:has(.single-eyecatch) .is-root-container > .wp-block-group:first-child,
.my_buysell_content .is-root-container > .wp-block-group:first-child {
	margin-top: -72px;
	position: relative;
	z-index: 1;
}
/* 記事前後移動 ///
---------------------------------------------- */
body.is_single .navlink {
	margin-top: 35px;
	padding-top: 20px;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	clear: both;
}
body.is_single .navlink .navlink-prev {
	float: left;
}
body.is_single .navlink .navlink-next {
	float: right;
}
body.is_single .pagefoot {
	margin-top: 63px;
}

/* 買いたい・売りたい //
////////////////////////////////////////////////////////////////////*/

body.sell.is_archive .section-selection {
	margin-top: 40px;
}
body.sell.is_archive .pagefoot {
	margin: 80px auto;
}
body.is_single:where(.buy, .sell) .pagebody {
	padding-top: 0;
	background-color: inherit;
	border-bottom: 1px solid #ccc;
}
body.is_single:where(.buy, .sell) .pgcontent {
	color: #666;
}

.loop-card:is(.is-buy, .is-sell) .photo {
	background-color: var(--bgc1);
}
.loop-card:is(.is-buy, .is-sell) .photo img {
	opacity: 0.8;
}

/* シングル 成功事例 ///
---------------------------------------------- */
body.buy.single_success #ez-toc-container {
	display: none;
}
body.buy.single_success  + h3 {
	margin-top: 0;
}
body.buy.single_success .pagebody {
	padding: 0 0 100px;
	background-color: #fff;
	border: none;
}

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

.loop-card.is-voice .hd {
	margin-bottom: 5px;
}
.loop-card.is-voice .voice-review {
	margin-bottom: 10px;
}

/* お客様の声 満足度 ///
---------------------------------------------- */
.voice-review .star {
	box-sizing: border-box;
	padding-left: 107px;
	width: 135px;
	height: 19px;
	display: block;
	position: relative;
	color: #ff8a00;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 19px;
}
.voice-review .star::before,
.voice-review .star::after {
	height: 19px;
	background-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.voice-review .star::before {
	width: 100px;
	background-image: url(../images/voice/star_off.png);
}
.voice-review .star::after {
	background-image: url(../images/voice/star_on.png);
}
.voice-review .star.star1::after {
	width: 20px;
}
.voice-review .star.star2::after {
	width: 40px;
}
.voice-review .star.star3::after {
	width: 60px;
}
.voice-review .star.star4::after {
	width: 80px;
}
.voice-review .star.star5::after {
	width: 100px;
}

/* お客様の声 シングル ///
---------------------------------------------- */
body:is(.post, .voice).is_single .pagebody {
	padding: 100px 0 80px;
	background-color: #fff;
	border-bottom: none;
}
body.voice.is_single .pgcontent .voice-review .star {
	display: inline-block;
}
body.voice.is_single .voice-photos img {
	width: 100%;
	display: block;
}
body.voice.is_single .voice-photos .photo {
	width: 490px;
}
body.voice.is_single .voice-photos:has(.photo + .photo) .photo:first-child {
	float: left;
}
body.voice.is_single .voice-photos:has(.photo + .photo) .photo:last-child {
	width: 400px;
	float: right;
}
body.voice.is_single .voice-review {
	margin-top: 8px;
}
body.voice.is_single .voice-body {
	margin-top: 40px;
}
body.voice.is_single .voice-comment {
	margin-top: 50px;
	display: flex;
}
body.voice.is_single .voice-comment > div{
	max-width: 790px;
}
body.voice.is_single .voice-comment p {
	margin: 0;
}
body.voice.is_single .voice-comment > p {
	margin-top: 6px;
	margin-right: 20px;
	float: left;
	font-size: 1.3rem;
	text-align: center;
}
body.voice.is_single .voice-comment > p img {
	width: 100px;
	display: block;
}
body.voice.is_single .pgcontent .navlink {
	padding-top: 30px;
	border-top: 1px dotted #ccc;
}

/* 成約事例 //
////////////////////////////////////////////////////////////////////*/

/* 成約事例 アーカイブ ///
---------------------------------------------- */
.loop-card.is_jirei .photo {
	margin-bottom: 10px;
}
.loop-card.is_jirei .timing {
	box-sizing: border-box;
	padding: 0 20px;
	min-width: 90px;
	min-height: 30px;
	background-color: var(--bgc1);
	position: absolute;
	top: 20px;
	left: 0;
	display: flex;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	align-items: center;
	font-feature-settings: 'palt';
}
.loop-card.is_jirei .timing .until {
	margin-right: 8px;
	font-size: 1.2rem;
}
.loop-card.is_jirei .timing .num {
	padding-bottom: 2px;
}
.loop-card.is_jirei .timing .num em {
	font-size: 1.7rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}
.loop-card.is_jirei .timing .num .unit {
	font-size: 1.2rem;
}
.loop-card.is_jirei .info {
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid currentColor;
	display: flex;
	flex-wrap: wrap;
	color: var(--bgc1);
	font-weight: 700;
}
.loop-card.is_jirei .info p {
	margin-right: 10px;
}

/* 成約事例 シングル ///
---------------------------------------------- */
body.jirei.is_single .jirei-header {
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: 490px 1fr;
	grid-gap: 25px;
	color: #333;
}
body.jirei.is_single .jirei-header .info table {
	width: 100%;
}
body.jirei.is_single .jirei-header .info {
	padding: 0 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
body.jirei.is_single .jirei-header .info .hd {
	padding: 25px 0 15px;
	color: var(--bgc1);
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
body.jirei.is_single .jirei-header .info :is(th, td) {
	padding: 3px 0;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}
body.jirei.is_single .jirei-header .info th {
	width: 130px;
}
body.jirei.is_single .jurei-success {
	line-height: 2;
}
body.jirei.is_single .jurei-success .hd {
	margin-bottom: 25px;
	color: var(--bgc1);
	font-size: 2.4rem;
	line-height: 1;
}
body.jirei.is_single .jurei-success .staff {
	margin: 0 0 0 50px;
	width: 180px;
	float: right;
}
body.jirei.is_single .jurei-success .staff .img-fit {
	height: 180px;
}
body.jirei.is_single .jurei-success .staff figcaption {
	text-align: center;
}
body.jirei.is_single .jirei-background {
	margin-bottom: 40px;
	padding: 30px;
	background-color: #eaf1f4;
	line-height: 2;
}
body.jirei.is_single .jirei-photos {
	margin-top: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
body.jirei.is_single .jirei-photos .photo {
	width: 100%;
	position: relative;
	background-color: #bbb;
}
body.jirei.is_single .jirei-photos .photo a {
	display: block;
	position: relative;
	aspect-ratio: 1/1;
}
body.jirei.is_single .jirei-photos .photo .caption {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: opacity 0.2s ease-out;
}
body.jirei.is_single .jirei-photos .photo:hover .caption {
	opacity: 1;
}
body.jirei.is_single .jirei-photos .photo:hover .caption .title {
	font-weight: 700;
}
body.jirei.is_single .jirei-photos .photo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.jirei.is_single .jirei-form {
	margin-top: 80px;
}