@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #FF9900;
	--color-primary-shade: #67C34C;
	--color-primary-tint: #43B43F;
	--color-secondary: #FF4500;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #FF9900;
	--header-color-primary-shade: #43B43F;
	--header-color-primary-tint: #43B43F;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF5E7;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: "M PLUS 1", sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-width: 320px;
	}
	/**/
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		color: var(--header-color-primary-shade);
		font-size: var(--rem24w);
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		margin-top: 3px;
		font-size: var(--rem12);
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: bold;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
	}
	#header a.head_btn.mail_btn b {
		font-size: 130%;
		font-weight: bold;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_faq h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem72);
	font-weight: 800;
	font-family: var(--font-family02);
}
#top_faq h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem24);
	font-weight: 500;
}
#top_faq h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 60px;
	height: 3px;
	margin: 20px auto 0;
	background: var(--color-primary-shade);
	content: "";
}
/**/
#top_about::before {
	background: linear-gradient(to bottom, #FFCE83, #FFF5E7);
}
#top_about h1 {
	position: relative;
	color: #000;
	font-size: var(--rem48);
	font-weight: bold;
	line-height: 1.3;
}
#top_about h1 span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
#top_about h1 b {
	color: var(--color-secondary);
	font-size: var(--rem72);
	font-weight: bold;
}
#top_about h1 span:first-child {
	position: absolute;
	top: calc(50% + 5px);
	left: calc(50% + 5px);
  -webkit-text-stroke: 10px #252525;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#top_about h1 span:nth-child(2) {
  -webkit-text-stroke: 10px #fff;
}
#top_about h1 span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
#top_about h1 span:last-child b {
	position: relative;
}
#top_about h1 span:last-child b::before {
	position: absolute;
	top: -40px;
	left: 0;
	display: block;
	width: 100%;
	line-height: 1;
  -webkit-text-stroke: 3px #fff;
	content: "・・・";
}
#top_about .list li {
	position: relative;
	padding: 10px;
	padding-left: 60px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 10px;
	font-size: var(--rem20w);
	font-weight: 500;
}
#top_about .list li+li {
	margin-top: 15px;
}
#top_about .list li::before {
	position: absolute;
	top: 0.6em;
	left: 15px;
	color: var(--color-primary-tint);
	font-size: var(--rem30w);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	line-height: 1;
	content: '\f14a';
}
#top_about .msg {
	padding: 20px 0;
	background: var(--color-primary);
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	color: #fff;
	font-size: var(--rem30);
	font-weight: bold;
	text-align: center;
}
#top_about .msg b {
	font-size: var(--rem40);
	font-weight: bold;
}
#top_about .txt {
	font-size: var(--rem24);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_about h1 {
		font-size: var(--rem40);
		letter-spacing: 0;
	}
	#top_about h1 b {
		font-size: var(--rem60);
	}
	#top_about h1 span:first-child {
		top: calc(50% + 3px);
		left: calc(50% + 3px);
		-webkit-text-stroke-width: 8px;
	}
	#top_about h1 span:nth-child(2) {
		-webkit-text-stroke-width: 8px;
	}
	#top_about h1 span:last-child b::before {
		top: -24px;
		-webkit-text-stroke-width: 2px;
	}
	#top_about .list li {
		padding-left: 50px;
		line-height: 1.5;
	}
	#top_about .msg {
		font-size: var(--rem28);
	}
}
/**/
#top_contents::before {
	display: block;
	width: 400px;
	height: 100px;
	margin: 0 auto;
	background: #FFF5E5;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
}
#top_contents h1 {
	position: relative;
	font-size: var(--rem40);
	line-height: 1.3;
}
#top_contents h1 span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
#top_contents h1 b {
	font-size: var(--rem60);
}
#top_contents h1 span:first-child {
	padding: 0 100px;
	text-shadow: 6px 7px 0 #252525;
  -webkit-text-stroke: 6px #fff;
}
#top_contents h1 span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	background: linear-gradient(to bottom, #FF8659, #FF4500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	transform: translate(-50%,-50%);
}
#top_contents h1 span:first-child::before,
#top_contents h1 span:first-child::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 70px;
	height: 8px;
	border-radius: 999px;
	background-color: var(--color-primary);
}
#top_contents h1 span:first-child::before {
	left:0;
	transform: rotate(60deg);
}
#top_contents h1 span:first-child::after {
	right: 0;
	transform: rotate(-60deg);
}
#top_contents dt {
	text-align: center;
}
#top_contents dt b {
	display: inline-block;
	margin: 25px auto 20px;
	box-shadow: 0 -16px 0 #FFEF5D inset;
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
}
#top_contents dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contents dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents::before {
		width: 200px;
		height: 60px;
	}
	#top_contents h1 b {
		font-size: 2.6rem;
	}
	#top_contents h1 span:first-child {
		padding: 0 50px;
		text-shadow: 4px 5px 0 #252525;
	}
	#top_contents h1 span:first-child::before,
	#top_contents h1 span:first-child::after {
		height: 4px;
	}
	#top_contents dl+dl {
		margin-top: 40px;
	}
	#top_contents dt b {
		margin: 20px auto 15px;
	}
}
/**/
#top_flow::before {
	background: url(/wp-content/uploads/top-flow-bg.jpg.webp) no-repeat center center / cover;
}
#top_flow h1 {
	position: relative;
	color: var(--color-secondary);
	font-size: var(--rem60);
	font-weight: bold;
	line-height: 1.2;
}
#top_flow h1 span {
	display: block;
	white-space: nowrap;
}
#top_flow h1 b {
	font-size: var(--rem70);
	font-weight: bold;
	line-height: 1;
}
#top_flow h1 b.num {
	font-size: var(--rem120);
}
#top_flow h1 span::first-line {
	color: var(--color-font);
	font-size: var(--rem48);
}
#top_flow h1 span:first-child {
	text-shadow: 6px 7px 0 #252525;
  -webkit-text-stroke: 6px #fff;
}
#top_flow h1 span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
#top_flow dl {
	position: relative;
}
#top_flow dl:not(:last-child) {
	margin-bottom: 70px;
}
#top_flow dl:not(:last-child)::after {
	position: absolute;
	left: 50%;
	bottom: -57px;
	display: block;
	width: 90px;
	height: 36px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_flow dt {
	position: relative;
	min-height: 120px;
	padding-left: 120px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem24w);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_flow dt i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 100%;
	background: var(--color-primary-tint);
	font-size: var(--rem48);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_flow dd {
	padding: 20px;
	background: #fff;
	font-weight: bold;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_flow dl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
	}
	#top_flow dt {
		width: 40%;
	}
	#top_flow dd {
		width: calc(60% - 10px);
		margin-left: 10px;
		padding: 30px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_flow dt {
		min-height: 80px;
		padding-left: 80px;
	}
	#top_flow dt i {
		width: 80px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_flow h1 span:first-child {
		text-shadow: 4px 5px 0 #252525;
	}
	#top_flow dl:not(:last-child) {
		margin-bottom: 50px;
	}
	#top_flow dl:not(:last-child)::after {
		bottom: -40px;
		width: 70px;
		height: 30px;
	}
	#top_flow dt {
		min-height: 60px;
		padding-left: 60px;
	}
	#top_flow dt i {
		width: 60px;
	}
}
/**/
#top_faq::before {
	background: #FFF5E7;
}
#top_faq dl {
	background: #fff;
	border-radius: 30px;
}
#top_faq dl+dl {
	margin-top: 20px;
}
#top_faq dt {
	position: relative;
	padding-left: 2.5em;
	padding-right: 2em;
	font-size: var(--rem20w);
	cursor: pointer;
}
#top_faq dt::before {
	position: absolute;
	top: 50%;
	left: 0;
	color: var(--color-primary-shade);
	font-size: var(--rem40);
	font-weight: 900;
	line-height: 1;
	content: "Q";
	transform: translateY(-55%);
}
#top_faq dt::after {
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--color-primary-shade);
	font-size: var(--rem30);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f358';
	transform: translateY(-50%);
}
#top_faq dt.active::after {
	transform: translateY(-50%) rotate(180deg);
}
#top_faq dd {
	display: none;
	margin-top: 20px;
	padding: 20px 0 0;
	border-top: 2px dotted #999;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_faq dl {
		border-radius: 20px;
	}
	#top_faq dt {
		padding-left: 2em;
	}
}
/**/
#contact_box h1 {
	position: relative;
	font-size: var(--rem30);
	font-weight: 900;
	letter-spacing: 0;
}
#contact_box h1 span {
	display: inline-block;
	padding: 0 5px 5px 12px;
}
#contact_box h1 span:first-child {
	box-shadow: 0 -34px 0 #FFAC2F inset;
  -webkit-text-stroke: 6px #fff;
}
#contact_box h1 span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
#contact_box h1 b {
	color: var(--color-secondary);
	font-size: var(--rem72);
}
#contact_box .btn {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#contact_box:last-child {
	padding-bottom: 0 !important;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 20px;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a span {
	display: block;
	width: 300px;
	max-width: 90%;
	margin: 0 auto 2px;
	padding: 5px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-font);
}
#contact_box .btn a b {
	font-size: var(--rem30);
	font-weight: bold;
}
#contact_box .btn .tel a b {
	font-size: var(--rem36);
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn .mail a {
	background: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box h1 span:first-child {
		box-shadow: 0 -20px 0 #FFAC2F inset;
		-webkit-text-stroke: 4px #fff;
	}
	#contact_box .btn li+li {
		margin-top: 15px;
	}
	#contact_box .btn a {
		padding: 15px;
	}
	#contact_box .btn .tel a b {
		font-size: var(--rem30w);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-primary);
}
#thumbImg, header#h1Header {
	height: 200px;
	background: #FFF5E7;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg, header#h1Header {
		height: 120px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2.noline::after {
	display: none;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	売却の流れ
--------------------------------------------------*/
.flowlist01 {
	padding-left: 13rem;
	position: relative;
}
.flowlist01::before {
	position: absolute;
	top: 0;
	left: 13rem;
	display: block;
	width: 15px;
	height: 100%;
	margin-left: -8px;
	background: #eee;
	content: "";
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	position: absolute;
	top: 0;
	left: -13rem;
	display: block;
	padding: 0.8rem 2rem;
	background: var(--color-primary);
	color: #fff;
	z-index: 100;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-primary);
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #1A1A1A;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 120%;
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}
	.flowlist01 {
		padding-left: 10rem;
	}
	.flowlist01 > li .icon {
		left: -11rem;
	}
	.flowlist01::before {
		left: 10rem;
	}
	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}
	.flowlist01 > li dl::after {
		width: 30px;
	}
}
/*--------------------------------------------------
	物件紹介
--------------------------------------------------*/
#property_list li {
	margin-bottom: var(--px60);
}
#property_list li a {
	display: block;
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#property_list li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#property_list .photo {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
#property_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .ttl {
	margin: 10px 0 0;
	font-size: 120%;
	font-weight: 500;
}
#property_list .day {
	font-size: 80%;
	text-align: right;
}
#property_list table,
#property_list table th,
#property_list table td {
	background: none;
	border: none;
	line-height: 1.5;
}
#property_list table {
	margin: 8px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#property_list table tr:not(:last-child) {
	border-bottom: 1px dotted #666;
}
#property_list table th {
	padding-left: 0;
	padding-right: 1em;
	font-weight: bold;
	white-space: nowrap;
}
#property_list table td {
	padding-left: 0;
	padding-right: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#property_list li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#property_list li {
		width: 32%;
	}
}
/**/
#property_detail h1 {
	padding-bottom: 12px;
	border-bottom: 1px solid #DADADA;
	font-size: var(--rem24w);
}
#property_detail .box {
	background: #FAFAFA;
	border: 1px solid #A3A3A3;
}
/**/
#photo_main {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	box-shadow: 0 0 0 1px #eee inset;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc(25% - (10px * 3 / 4));
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#photo_main {
		width: 50%;
	}
	#photo_thumb {
		width: 46%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_main {
		margin-bottom: 15px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}