/*
Theme Name: 簡単不動産pro投資版
Author: インデックスジャパン
Author URI: https://fprodl.index-japan.jp/
Description: 簡単不動産pro投資版のテーマ
Version: 20220921
*/

/* 全体 */
/* bootstrapでのrebootを避けるため */
a:hover{
	text-decoration:none !important;
}
/* ■■■■■■■■■■■■■■■■
* お気に入りのボタンデザイン
* ■■■■■■■■■■■■■■■■ */
.house-info-contact-container .selected svg {
	color: #ffe600;
}
/* ■■■■■■■■■■■■■■■■
* HOME-
* ■■■■■■■■■■■■■■■■ */
/* TOP画像 */
/* パソコンで見たときは"pc_img"のclassがついた画像が表示される */
.pc_img { display: block; }
.sp_img { display: none; }

/* スマートフォンで見たときは"sp_img"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
	.pc_img { display: none ; }
	.sp_img { display: block ; }
}
/* 新着物件のデザイン */
.new-info-list .pic img {
	/* 	height: 170px; */
	object-fit: cover;
}
a.icon_new,.info-intr-part1 >  a.icon_new{
	background: red;
}
.info-intr-part1 > a.icon_point {
	background: #00bbbd;
}
a.icon_new,.info-intr-part1 >  a.icon_update{
	background: #0f52ff;
}
/* ■■■■■■■■■■■■■■■■
* サイドバーのデザイン
* ■■■■■■■■■■■■■■■■ */
h3.sidebar-heading {
	font-size: 16px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #0e0409;
}
/* 検索項目のところ */
.seach-items-list {
	max-width: 625px;
	margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
	.left {
		margin-bottom: 20px;
	}
	/* 検索エリアをスマホの時上に持ってくる。 */
	.main-content.page-bukken-search-result {
		flex-direction: column;
	}
}
/* 更新物件数などの表示 */
@media only screen and (max-width: 800px) {
	.part.part1 ul li {
		justify-content: space-between;
		max-width: 400px;
	}
}
@media only screen and (max-width: 1000px) {
	.part.part1 ul {
		justify-content: center;
	}
}

/* ■■■■■■■■■■■■■■■■
* フッターのデザイン 
* ■■■■■■■■■■■■■■■■ */
/* メニューについてる「＞」を外す */
.footer-nav ul li::before {
	content: '';
}
/* 著作権のところ */
p.copyright{
	margin-bottom:0;
}
/* ■■■■■■■■■■■■■■■■
* エントリータイトル
* ■■■■■■■■■■■■■■■■ */
.entry-header .entry-title {
	font-size: 20px;
	padding: 20px;
	color: #eb610e;
	background: #fff;
	margin-bottom: 30px;
	color: #417F9E;
}

/* ■■■■■■■■■■■■■■■■
* お問合せフォームのデザイン 
* ■■■■■■■■■■■■■■■■ */
.wpcf7 tbody textarea,
.wpcf7 tbody input{
	font-size: 16px;
}
/* 見出し部分 */
h2.entry-title{
	margin-bottom: 30px;
	/* 	color: #417F9E; */
}
/* 見出し「お問い合わせ」 */
h2.inq-title {
    margin: 0 0 22px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
/* ステップ */
.step {
    margin: 0 0 40px;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.step__items {
    width: 100px;
    height: 100px;
    background-color: #b9b9b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 7px;
}
.step__items.is-active {
    background-color: #81b1ff;
}
.step__items span {
    font-size: 12px;
    font-weight: inherit;
    color: inherit;
}
.step__items:not(:last-child):after {
    content: "";
    width: 50%;
    height: 4px;
    background-color: #b9b9b9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
}


/* テーブルtrを横並びにしない */
.inquiry tr{
	/* display: grid; */
}
/* 項目見出し */
th > span {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
}
/* テキスト入力デザイン */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    height: 44px;
    padding: 0 0 0 12px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, input[type="password"] {
    appearance: none;
    width: 100%;
    border-radius: 8px;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
    accent-color: #ff3333;
    width: 22px;
    height: 22px;
}
/* ▼チェックボックス‐ラベル行を Flex 化して中央揃え */
.check1 .wpcf7-list-item label{
  display:inline-flex;          /* インラインのまま横並び */
  align-items:center;           /* ←これで上下中央揃え */
  gap:6px;                      /* アイコンと文字の間隔 */
  cursor:pointer;               /* クリック感をキープ */
  margin:0 1.5em 0 1em;
}
/* チェックボックステキスト */
span.wpcf7-list-item-label {
    font-size: 16px;
}

/* □□スマホデザイン□□ */
@media(max-width:767px){
	.inquiry th,.inquiry td {
		display:revert;
		width:revert;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{
		/* border-top:1px solid #d7d7d7!important; */
	}
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {	
		font-size:10px;
	}
	.inquiry input{
		width:100%;
	}
	.inquiry input[type="checkbox"]{
		width:revert;
	}
}
tr.bukken-name{
	background-color:#dbdcdd;
}
tr.bukken-name > th{
	background-color:#dbdcdd;

}

/* デフォルトcssに戻す */
.wpcf7 span{
	display:revert;
}
.wpcf7 th{
	vertical-align:middle;
}
.wpcf7 .inquiry{
	width:100%;
}
/*見出し欄*/
.inquiry th{
	text-align:left;
	font-size:14px;
	color:#444;
	padding-right:5px;
	padding-left:5px;
	width:30%;
	background:#f7f7f7;
	margin-bottom:5px;
}
/*通常欄*/
.inquiry td{
	font-size:13px;
	/* border:solid 1px #d7d7d7;	 */
}
.inquiry .inv-file input{
	border:none;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
	padding-bottom: 15px;
}
/* テーブル見出し */
.inquiry tr.table-heading th{
	background-color:#3F809E;
	color:white;
}
/* 物件情報入力を、入力不可にする */
.input-disabled{
	pointer-events: none;
	color: #888;
	background-color: #dbdcdd;
	border-width: 0px;
	box-shadow: none;
}
/*必須の調整*/
.haveto{
	font-size:12px;
	padding:5px;
	background:#ff9393;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*任意の調整*/
.any{
	font-size:12px;
	padding:5px;
	background:#93c9ff;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
	display:block;
}
/* input textareaの幅を100%にする */
.wpcf7 tbody input,.wpcf7 tbody textarea{
	padding-left:16px;
	border: solid 2px #d7d7d7;
}
.wpcf7 tbody textarea{
	width:100%;
}
/* tdのデザイン調整 */
.wpcf7 td{
	padding:5px;
}

/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding:1em 0;
	margin-top:30px;
	width:100%;
	background:#ff5656;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:8px;
	border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	background:#a6a6a6;
	color:#fff;
}
.wpcf7-submit-block {
	max-width: 300px;
	margin: 0 auto;
}
.privacy-txt{
	text-align:center;
	margin-top:15px;
	font-size: 16px;
}


/* ■お問合せモーダル■ */
/* 本来の送信メッセージは非表示にする */
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}
/* モーダルウィンドウを作成する */
#wpcf7-modal {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}

#wpcf7-modal__bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

#wpcf7-modal__wrap {
	background-color: #ffffff;
	border-radius: 10px;
	width: 90%;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	text-align: center;
}
/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.wpcf7-submit-block {
	position: relative;
	margin-bottom: 2em; /* 要調整(*1) */
}

.wpcf7-submit-block input[type='submit'] {
	min-width: 200px;
}

/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
	pointer-events: none;
	opacity: .5;
}
/* ×をクリックできるように */
#modalClose:hover {
	cursor: pointer;
}
a#modalClose{
	font-size:30px;
}

/* ■■■■■■■■■■■■■■■■
*会社概要
* ■■■■■■■■■■■■■■■■ */
/* レスポンシブ */
@media only screen and (max-width: 767px){
	.corporate-box #table01 th, 
	.corporate-box #table01 td {
		width: revert;
		display: revert;
	}
}
/* 全般 */
.kaisha-gaiyou .entry-header{
	display:none;
}
.kaisha-gaiyou .right .entry-content {
	background-color: #f5f5f5;
	padding: 0 20px 20px;
}
.kaisha-gaiyou .right .entry-content .enkaku-box,
.kaisha-gaiyou  .right .entry-content .corporate-box {
	padding: 50px;
	line-height: 36px;
	background: #fff;
	font-size: 16px;
	margin-bottom: 50px;
}
.kaisha-gaiyou .right .entry-content .message-box {
	padding: 50px;
	line-height: 36px;
	background: #fff;
	font-size: 16px;
	margin-bottom: 50px;
	padding-bottom: 100px;
}
/* □□スマホデザイン□□ */
@media only screen and (max-width: 767px) {
	#table01 th,
	#table01 td {
		/* width: 100%; */
		/* display: block; */
	}
	#table01 th {
		/* width: 100%; */
	}
	#table01 td {
		padding-top: 0;
	}
}

table#table01{
	border:revert;
	font-size:16px;
    max-width: 860px; /* .titleより少し狭く */
    margin: 0 auto;
    padding: 0 30px; /* 左右に30px余白 */
    box-sizing: border-box; /* padding分を幅に含める */
}
#table01 tr {
	border-bottom: 1px solid #b5b1b1;
}

#table01 th,#table01 td {
	padding: 24px 0;
	border: none;
	min-width: 85px;
}


/* ■■■■■■■■■■■■■■■■
* アコーディオンボックス(検索サイドバー)
* ■■■■■■■■■■■■■■■■ */
/* ツーカラム表示の時 */
@media only screen and (min-width: 1000px) {
	.acbox2 >input ~ div{
		transform: none;
		opacity: 1;
		height: auto;
		/* padding: 1em 2em; */
		background: #f2f2f2;
		border-radius: 5px;
	}
	.acbox2 > label {
		display: none;
	}
	.acbox2 {
		background: transparent;
		box-shadow: none;
	}
}
@media only screen and (max-width: 1000px) {
	.acbox2 >label{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 1em 2em;
		border-radius: 5px;
		background-color: #009BCF; /* 青色のテーマカラー */
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		cursor: pointer;
		width: auto;
		text-align: left;
	}
}
.acbox,
.acbox2{
	width: 100%;
	max-width: 100%;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin:0 0 10px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.acbox >label{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	border-radius: 5px;
	background-color: #009BCF; /* 青色のテーマカラー */
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	width: auto;
	text-align: left;
}

.acbox >label:hover,
.acbox2 >label:hover{
	filter: brightness(0.85); /* テーマカラーを暗く */
	transition: filter 0.3s;
}

.acbox >input,
.acbox2 >input{
	display: none;
}

.acbox >label:after,
.acbox2 >label:after{
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	transition: transform .3s;
	position: absolute;
	top: 50%;
	right: 2em;
}

.acbox >input:checked ~ label::after,
.acbox2 >input:checked ~ label::after {
	transform: rotate(225deg);
}

.acbox >div,
.acbox2 >div{
	/* transform: translateY(-10px); */
	opacity: 0;
	height: 0px;
	overflow: hidden;
	transition: transform .5s, opacity .5s, height .5s;
}

.acbox >input:checked ~ div{
	transform: none;
	opacity: 1;
	height: auto;
	padding: 1em 2em 2em 2em;
	background: #f2f2f2;
	border-radius: 0 0 5px 5px;
	margin-top: -5px;
}
.acbox2 >input:checked ~ div{
	transform: none;
	opacity: 1;
	height: auto;
	padding: 1em 2em 2em 2em;
	background: #f2f2f2;
	border-radius: 0 0 5px 5px;
	/* margin-top: -5px; */
}

.acbox >input:checked ~ label,
.acbox2 >input:checked ~ label {
	background-color: #009BCF; /* 青色のテーマカラー */
	filter: brightness(0.9); /* 少し暗く */
	border-radius: 5px 5px 0 0;
}

.acbox-under,
.acbox-under{
	font-size: 14px; /* 開いた部分の文字サイズ */
	color: #555555; /* 開いた部分の文字色 */
}
/* 都道府県微調整 */
.todouhuken > .items-content{
	display:revert;
}
.todouhuken > .items-content > .acbox-under > span{
	display:inline-block;
	margin-right:3px;
	border:1px solid #00000026;
}
.items-content.todouhuken {
	flex-direction: column-reverse;
}
/* ■■■■■■■■■■■■■■■■
* 物件一覧ページ、お気に入り物件ページ
* ■■■■■■■■■■■■■■■■ */
/* スマホデザイン*/
@media only screen and (max-width: 767px) {
	.flex-card-style {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.flex-card-style .search-content,
	.flex-card-style .favor-content {
		width: 100%;
	}
	.flex-card-style .search-item,
	.flex-card-style .favor-item {
		width: 100%;
	}
}
@media only screen and (max-width: 550px) {
	.flex-card-style .search-house-info table,
	.flex-card-style .favor-house-info table {
		width: 100%;
	}
	.flex-card-style .search-item,
	.flex-card-style .favor-item {
		margin: revert;
	}
	.flex-card-style .search-content h4,
	.flex-card-style .favor-content h4 {
		font-size: 18px;
	}
}

/* グリッドレイアウト PC*/
  /* 現在のコード（640-644行目）を以下に変更 */
  @media only screen and (min-width: 700px) {
        .flex-card-style {
                display: grid;
                grid-template-columns: repeat(1, 1fr); /* 2から1に変更 */
                gap: 20px; /* カード間の間隔 */
        }

        /* 一行表示用の横長レイアウト */
        .flex-card-style > .search-list .search-items-list,
        .flex-card-style > .favor-list .favor-items-list {
                flex-direction: row; /* 縦から横に変更 */
                align-items: flex-start;
        }

        /* 画像エリアを左側に固定幅で配置 */
        .flex-card-style > .search-list .search-items-list .search-item,
        .flex-card-style > .favor-list .favor-items-list .favor-item {
                flex: 0 0 300px; /* 画像幅を300pxに固定 */
                margin-right: 20px;
        }

        /* 画像の高さを調整 */
        .flex-card-style > .search-list .search-items-list .search-item .search-pic img,
        .flex-card-style > .favor-list .favor-items-list .favor-item .favor-pic img {
                height: 200px; /* 240pxから200pxに調整 */
                width: 100%;
                object-fit: cover;
        }

        /* コンテンツエリアを残りスペースに展開 */
        .flex-card-style .search-content,
        .flex-card-style .favor-content {
                flex: 1;
                margin: 0;
                padding-left: 0;
        }

        /* タイトルのテキスト揃え調整 */
        .flex-card-style .search-content h4,
        .flex-card-style .favor-content h4 {
                text-align: left; /* 中央から左揃いに変更 */
                margin-top: 0;
        }
  }

  .flex-card-style > .search-list,
  .flex-card-style > .favor-list {
        background: #fff;
        margin: 10px 0; /* 左右のマージンを削除 */
        padding: 20px;
        border: 1px solid #e0e0e0; /* 境界線を追加 */
        border-radius: 8px; /* 角を丸く */
        box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 軽い影を追加 */
  }
/* 物件タイトル */
.flex-card-style .search-content h4,
.flex-card-style .favor-content h4 {
	/* margin-top: 10px; */
	text-align: center;
	/* background: #417F9E; */
	color: #417F9E;
	border: 1px solid;
	padding: 8px;
}
.flex-card-style .search-content h4 span,
.flex-card-style .favor-content h4 span {
	color: white;
	background: red;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 9px;
	display: inline-block;
	vertical-align: middle;
}
/* 価格と利回りのデザイン */
span.kakaku-text,
span.rimawari-text {
	font-weight: bold;
}
/* お気に入りの方だけスタイル変わらかったので修正 */
.flex-card-style .favor-content {
	width: revert;
	margin: 0;
}
.search-content li span,
.favor-content li span {
	display: revert;
}
/* 物件概要フォントなど */
.flex-card-style .search-content ul li,
.flex-card-style .favor-content ul li {
	font-weight:500;
}
/* 写真の高さ */
.flex-card-style > .search-list .search-items-list .search-item .search-pic img,
.flex-card-style > .favor-list .favor-items-list .favor-item .favor-pic img {
	height: 240px;
	width: 100%;
	object-fit: cover;
}
/* 写真を中央ぞろえ */
.flex-card-style > .search-list .search-items-list .search-item,
.flex-card-style > .favor-list .favor-items-list .favor-item {
	position:relative;
}
/* 並びを縦並びにする */
.flex-card-style > .search-list .search-items-list,
.flex-card-style > .favor-list .favor-items-list{
	flex-direction: row;
}
/* お気に入りアイコン */
.flex-card-style > .search-list .search-items-list .favour,
.flex-card-style > .favor-list .favor-items-list .favour {
	right: 6px;
	top: 0px;
	color:#e2e2e2;
}
/* NEWマーク */
.search-buttons span.black,
.favor-buttons span.black{
	background:red;
}
/* コメントの高さ調整 */
.flex-card-style > .search-list .feature,
.flex-card-style > .favor-list .feature {
	display: flex;
}

.feature span:first-child {
	width: revert;
}
/* 物件詳細ボタンのtdデザイン調整 */
.flex-card-style > .search-list .search-house-info table,
.flex-card-style > .favor-list .favor-house-info table {
	border: none;
	margin:10px 0 0 0;
}
.flex-card-style > .search-list .search-house-info td,
.flex-card-style > .favor-list .favor-house-info td{
	border:none;
}
.flex-card-style > .favor-list .favor-house-info a.detail,
.flex-card-style > .search-list .search-house-info a.detail{
	max-width:200px;
	margin:0 auto;
	padding:10px;
}
/* pagenationデザイン */
.pagination{
	justify-content:center;
}
.pagination span.number.current {
	padding: 10px;
	border: none;
}
.pagination ul li a{
	padding:10px;
	border: none;
	/* background:#417F9E; 削除 - テーマカラーを使用 */
	/* color:white; 削除 - テーマカラーを使用 */
}
/* ■■■■■■■■■■■■■■■■
* 物件個別ページ
* ■■■■■■■■■■■■■■■■ */
/* タイトル部分とNEWの見た目調整 */
@media (max-width: 500px){
	.details-title h3 {
		width: revert;
		margin-bottom: 0px;
	}
}
/* 物件画像ギャラリースライダー表示 */
.slick-content {
	width: 100%;
	padding-right: revert;
}
.slider-nav .slick-slide img {
	margin: 0 auto;
}
.slick-track {
	margin-left: revert;
	margin-right: revert;
}
/* お気に入りボタン */
@media (max-width: 500px){
	.sp-hidden {
		display: revert;
	}
}
/* 概要テーブルデザイン */
@media (max-width: 550px){
	.house-info .infos-form table.gaiyo-table tbody tr >th,
	.house-info .infos-form table.gaiyo-table tbody tr >td{
		display: revert;
		width: revert;
	}
}
/* newマーク */
.details-title h3 + a {
	background: red;
}
/* タグ表示と物件タイトルのデザイン */
.details-title h3 {
    margin-right: 10px;
}
/* お気にいり */
span#favorite-large-icon {
	text-align: center;
	/*     border: 1px solid #555555; */
	width: 200px;
	margin: 0 auto 30px auto;
	line-height: 40px;
	cursor: pointer;
	background: #417F9E;
	color: white;
}

span#favorite-large-icon.selected svg{
	color:#ffe600;
}
span#favorite-large-icon svg{
	color:#d6d6d6;
}

/* XX人が検討中の部分*/
.favorite-cnt_ {
	text-align: right;
}
.favorite-cnt_ > span.kobetsubukken-fav {
	color: white;
	background: red;
	border-radius: 20px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
/* サマリー */
.details-form table {
	width: 100%;
	/*     text-align: center; */
}
/* スタッフコメント */
.deatails-container .feature{
	display:flex;
}
/* 物件資料ダウンロード */
a.btn-file-download {
	display: block;
	text-align:center;
	cursor: pointer;
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 12px;
	margin: 16px auto 0;
	background: #CC3232;
	color: white;
}
a.btn-file-download:hover{
	text-decoration:none;
}
.btn-file-download svg{
	margin-right:1em;
}
.bukken-files{
	margin-bottom:60px;
}
.bukken-files-desc {
	margin-bottom: 30px;
}
.bukken-files-desc-wrapper {
	background-color: white;
	padding: 40px;
}

/* モーダル部分 */
#modal-open{
	cursor: pointer;
	width: 200px;
	/*   border: 1px solid #ccc; */
	border-radius: 4px;
	text-align: center;
	padding: 12px;
	margin: 16px auto 0;
	background: #93c9ff;
	color: white;
}
#modal-open:hover{
	opacity:0.7;
}
#modal-close {
	cursor: pointer;
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 12px;
	margin: 16px auto 0;
	background: #dbdbdb;
	color: white;
}
#modal-mask {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
#modal-modal {
	overflow: scroll;
	background: #fff;
	color: #555;
	max-width: 800px;
	width:90%;
	max-height:600px;
	padding: 35px 0px;
	border-radius: 4px;
	/* 	margin: 0; */
	z-index: 2;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#modal-modal p {
	margin: 0 0 20px;
}
#modal-mask.hidden {
	display: none;
}
#modal-modal.hidden {
	display: none;
}
/* テキストエリアのデザイン */
/* NOTE: Commented out to allow page-bukken.css to take precedence
   These styles were causing display issues with modal-textarea
#modal-textarea{
	overflow: scroll;
	margin: 30px auto 20px;
	padding: 1em;
	width: 90%;
	max-height: 300px;
	border: 2px solid #ccc;
}
*/
#modal-modal h1{
	font-size:1.2em;
	text-align:center;
}
/* Commented out - styles moved to page-bukken.css with proper specificity
#modal-textarea h2{
	font-size:1.0em;
	text-align:center;
}
*/
.btn-disabled {
	pointer-events: none;
	opacity: 0.1;
}
.download-checkbox {
	margin: 30px auto 20px;
	padding: 1em;
	width: 90%;
}
#modal-modal .download-checkbox > p {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}

/* 物件概要自動出力 */
#gaiyo-download-btn{
	cursor: pointer;
	width: 200px;
/* 	border: 1px solid #ccc; */
	border-radius: 4px;
	text-align: center;
	padding: 0; /* パディングを0に */
	margin: 16px auto 0;
	background: #CC3232;
	color: white;
	position: relative;
	overflow: hidden;
}
#gaiyo-download-btn:hover{
	opacity:0.6;
}
form.pdf {
	/* max-width: 200px; */
	cursor: pointer;
	/* background: grey; */
	/* padding: 10px; */
	display: block;
	text-align: center;
	margin: 0;
	width: 100%;
	height: 100%;
}
form.pdf > input[type="submit"] {
	color:white;
	cursor: pointer;
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding: 12px;
	font-size: inherit;
}


/* ■■■■■■■■■■■■■■■■
* プロフィールページ
* ■■■■■■■■■■■■■■■■ */
.um-profile-nav > .um-profile-nav-item > a > .title{
	background: revert;
	padding: revert;
	margin-bottom:0px;
}
/* プロフィール更新ページのチェックアイコン非表示化 */
a.um-profile-edit-a.um-profile-save {
	display: none;
}
/* プロフィールTOPの歯車アイコン非表示 */
.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click {
	display: none;
}
/* アイコン写真非表示 */
.um-profile-photo {
	display: none;
}
@media screen and (max-width: 980px) {
	.um-profile-nav > .um-profile-nav-item > a > .title{
		margin-bottom:0px;
	}
}

/* ■■■■■■■■■■■■■■■■
* 会員登録ページ
* ■■■■■■■■■■■■■■■■ */
.needs-info .um-field-checkbox:not(.um-field),
.customer-info .um-field-checkbox:not(.um-field){
	margin:0;
}
.needs-info .um-field-half.right,
.customer-info .um-field-half.right{
	float: none;
}
.needs-info .um-field-half,
.customer-info .um-field-half {
	width: revert;
	float: none;
}
.needs-info .right,
.customer-info .right {
	padding-bottom: 0px;
}
@media screen and (max-width: 1000px){
	.needs-info .right,
	.customer-info .right {
		padding-top: 0px;
	}
}
@media screen and (max-width: 1200px){
	.needs-info .right,
	.customer-info .right {
		padding-left: 0px;
	}
}
.needs-info .right,
.customer-info .right {
	padding-left: 0px;
}

/* 利用規約開アコーディオン部分 */
.um-terms-conditions-content {
	background-color:#f4f4f4;
}


/* 会員検索 */
.um-member-directory-search-line > input.um-button{
	color:black;
}
/* ログイン画面 */
p.um-notice.err.um-error-code-invalid_email,
p.um-notice.err.um-error-code-incorrect_password{
	display: none;
}



/* ■■■■■■■■■■■■■■■■
* 成約事例ページ
* ■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 767px){
	.row._justify-content-seiyaku {
		text-align: -webkit-center;
	}
}
section.seiyaku{
	padding-right:5%;
	padding-left:5%;
	padding-bottom:5%;
}
figure.seiyaku_pic{
	margin:0;
}
.seiyaku_text{
	padding:10px;
}
h2.seiyaku_title{
	font-size: 18px;
	margin:0;
	padding: 0;
	line-height: 1.2;
	font-weight: bold;

}
p.seiyaku_p{
	margin:0;
}
/* 配置をspace-betweenにする */
@media screen and (min-width: 1190px){
	.justify-content-seiyaku{
		justify-content:flex-start;
	}
}
@media screen and (max-width: 1189px){
	.justify-content-seiyaku{
		justify-content:space-around;
	}
}
@media screen and (max-width: 1000px){
	.justify-content-seiyaku{
		justify-content:flex-start;
	}
}
@media screen and (max-width: 909px){
	.justify-content-seiyaku{
		justify-content:space-around;
	}
}
/* 画像のサイズ統一 */
.seiyaku > figure.seiyaku_pic > img{
	height:200px;
	object-fit: cover;
}
/* ページネーションのデザイン */
.wp-pagenavi > a,.wp-pagenavi > span{
	padding: 10px;
	display: inline-block;
}
.wp-pagenavi{
	text-align:center;
}