@charset "UTF-8";

:root {
	--base-main-color: #52A88E;
}

.top_main button,
.top_main input,
.top_main optgroup,
.top_main select,
.top_main textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

a:link {
	color: #004CCA;
	text-decoration: none;
}

a:visited {
	color: #6219DB;
}

a:hover {
	color: #048ADE;
	text-decoration: none;
}

a:active {
	color: #048ADE;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.pr_img {
	overflow: hidden;
	position: relative;
}

img.pa_img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
}

ul {
	padding: 0px;
	list-style: none;
	margin: 0;
}

.oh {
	overflow: hidden;
}

.sp {
	display: none;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

a:link {
	/* color: #004CCA; */
	text-decoration: none;
}

a:visited {
	/* color: #6219DB; */
}

a:hover {
	/* color: #048ADE; */
	text-decoration: none;
}

a:active {
	/* color: #048ADE; */
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	padding: 0px;
	list-style: none;
	margin: 0;
}

.oh {
	overflow: hidden;
}

.sp {
	display: none;
}

.flex {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.flex_sb {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pr_img {
	overflow: hidden;
	position: relative;
}

img.pa_img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.flex {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.flex_sb {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}

.wrap {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

.wrap2 {
	position: relative;
	width: 1240px;
	margin: 0 auto;
}

.wrap3 {
	position: relative;
	width: 1340px;
	margin: 0 auto;
}

/* ベイス仕様css */
/* 個人情報保護方針 */
#privacy_page .main_text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 3em;
}

#privacy_page dl {
	margin-bottom: 30px;
}

#privacy_page dl:last-child {
	margin-bottom: 0;
}

#privacy_page dl dt {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0.5em;
	border-left: 3px solid;
	padding-left: 1em;
	letter-spacing: 0.05em;
}

#privacy_page dl dd {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.03em;
}

/* サイトマップ */
#sitemap_page .list ul li+li {
	margin-top: 10px;
}

#sitemap_page .list ul li a {
	display: block;
	padding: 10px 40px;
	width: 100%;
	color: #292929;
	border: 1px solid #292929;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

/* フォーム関連 */
.form_page .form_sub_cont {
	margin-bottom: 60px;
}

.form_page .form_sub_cont .progress_bar {
	margin-bottom: 40px;
}

.form_page .form_sub_cont .progress_bar ul {
	justify-content: center;
}

.form_page .form_sub_cont .progress_bar ul li {
	width: 15%;
	padding: 7px 0;
	border: 2px solid #000000;
	text-align: center;
}

.form_page .form_sub_cont .progress_bar ul li+li {
	margin-left: 20px;
}

.form_page .form_sub_cont .progress_bar ul li .en {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
}

.form_page .form_sub_cont .progress_bar ul li .text {
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
}

.form_page .form_sub_cont .progress_bar ul li.active {
	border: 2px solid var(--base-main-color);
	background-color: #F3F3F3;
}

.form_page .form_sub_cont .form_check_text {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputTitle {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

.form_page .form_block .form_wrap .LoginView .LoginInputBox .login_view_notice {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}

.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputValue {
	margin: 0 auto 20px;
	width: 500px;
}

.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputValue input::placeholder {
	font-size: 17px;
}

.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginButton input {
	width: 350px;
	padding: 12px 0;
	background: var(--base-main-color);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: none;
	margin: 40px auto 0;
	display: block;
}

.form_page .form_block .form_wrap .LoginView .NoLoginBox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	gap: 30px;
}

.form_page .form_block .form_wrap .LoginView .NoLoginBox input {
	padding: 5px 20px;
	font-size: 14px;
	cursor: pointer;
}

.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputValue input {
	width: 100%;
	padding: 10px 20px;
	line-height: 30px;
	border: none;
	background: #e3f7ff;
}

/* 資料請求 */

.form_page .form_block .form_wrap form .FormBukken {
	margin-bottom: 50px;
}

.form_page .form_block .form_wrap form .FormBukken>tbody>tr+tr th {
	margin-top: 30px;
	margin-bottom: 15px;
}

.form_page .form_block .form_wrap form .FormBukken>tbody>tr>th {
	padding-left: 20px;
	border-left: 2px solid var(--base-main-color);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
}

.form_page .form_block .form_wrap form .FormBukken>tbody>tr>th,
.form_page .form_block .form_wrap form .FormBukken>tbody>tr>td {
	display: block;
	width: 100%;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach th,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
	vertical-align: middle;
	padding-top: 30px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
	padding: 30px 15px 0;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenCount {
	font-size: 20px;
	color: var(--base-main-color);
	font-weight: bold;
	width: 60px;
	text-align: left;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg {
	line-height: 1;
	text-align: center;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg img {
	max-height: 150px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenKind {
	display: inline-block;
	padding: 4px 15px;
	background-color: var(--base-main-color);
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenName {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin-bottom: 13px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAddress,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAccess,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenLand,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenFloor,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenID {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice {
	font-size: 20px;
	color: #EF2C2C;
	margin-bottom: 5px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice .man {
	font-size: 14px;
	color: #1A1311;
	margin-left: 5px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach input[type="button"] {
	width: 80px;
	height: 35px;
	background-color: #f1f1f1;
	border: 1px solid #1A1311;
	appearance: none;
	font-size: 16px;
	color: #1A1311;
	letter-spacing: 0.03em;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 3px;
	text-align: center;
}

/* detail */
.page_login_member #bukken_for_member_only {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}

.page_login_member .LoginView .LoginInputBox .LoginInputValue {
	margin: 0 auto 20px;
	width: 350px;
}

.page_login_member .LoginView .LoginInputBox .LoginButton input {
	width: 350px;
	padding: 12px 0;
	background: #8cb809;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: none;
	margin: 40px auto 0;
	display: block;
}

.page_login_member .LoginView .LoginInputBox .login_view_notice {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}

.page_login_member .LoginView .NoLoginBox {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 30px;
}

.page_login_member .LoginView .LoginInputBox .LoginInputValue input {
	width: 100%;
	padding: 10px 20px;
	line-height: 30px;
	border: none;
	background: #fafcf2;
}

.LoginView .PasswordReissue {
	text-align: center;
	margin-top: 5px;
}

.page_login_member .LoginView .LoginInputBox .LoginInputTitle {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

.form_page .form_block .form_wrap form #FormPrivacy {
	margin-top: 40px;
}

.form_page .form_block .form_wrap form #FormPrivacy #form_private_policy {
	border-radius: 5px;
	box-shadow: 0 0 3px #bdc8ca;
	border: 1px solid #bbc6c8;
	height: 150px;
	overflow-y: scroll;
	padding: 10px;
	margin-bottom: 10px;
}

.form_page .form_block .form_wrap form .FormSubGroup {
	padding-left: 20px;
	border-left: 2px solid var(--base-main-color);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 20px;
}

.FormTable {
	display: table;
}

.FormTableRow {
	display: table-row;
}

.FormKoumoku {
	display: table-cell;
}

.FormValue {
	display: table-cell;
}

.form_page .form_block .form_wrap form .FormTable {
	width: 100%;
	border: 1px solid #bdc8ca;
}

.form_page .form_block .form_wrap form .FormTable+.FormSubGroup {
	margin-top: 40px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku {
	width: 30%;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 20px 24px;
	border-right: 1px solid #bdc8ca;
	border-bottom: 1px solid #bdc8ca;
	vertical-align: middle;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku .FormRequired {
	padding: 3px 5px;
	background-color: #EF2C2C;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	border-radius: 3px;
	margin-left: 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue {
	width: 70%;
	padding: 10px 24px;
	border-bottom: 1px solid #bdc8ca;
	vertical-align: middle;
	font-size: 14px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=text],
.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=email] {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 0 0 3px #bdc8ca;
	border: 1px solid #bbc6c8;
	padding: 0 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=tel] {
	width: 50%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 0 0 3px #bdc8ca;
	border: 1px solid #bbc6c8;
	padding: 0 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue select {
	width: 30%;
	height: 35px;
	border-radius: 5px;
	box-shadow: 0 0 3px #bdc8ca;
	border: 1px solid #bbc6c8;
	padding: 0 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue textarea {
	width: 100%;
	height: 150px;
	border-radius: 5px;
	box-shadow: 0 0 3px #bdc8ca;
	border: 1px solid #bbc6c8;
	padding: 0 15px;
}

.form_page .form_block .form_wrap form .form_button {
	margin-top: 30px;
}

.form_page .form_block .form_wrap form .form_button input {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: var(--base-main-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

.form_page .form_block .form_wrap form .form_button input#submit_button {
	background-color: #EF2C2C;
}

/* 検索関連 */
.search_page .DistName,
.search_page .LineDistName,
.modal_window .DistName,
.modal_window .LineDistName {
	margin-bottom: 0.25em;
	padding: 5px 20px;
	color: #fff;
	background: var(--base-main-color);
	clear: both;
}

.search_page .PrefName,
.search_page .LineCompanyName,
.search_page .PrefSelect,
.search_page .LineCompany,
.modal_window .PrefName,
.modal_window .LineCompanyName,
.modal_window .PrefSelect,
.modal_window .LineCompany {
	font-weight: bold;
	clear: both;
	display: block;
	margin: 10px auto;
	border-bottom: 2px solid #666;
	color: #333;
}

.search_page .PrefName label,
.modal_window .PrefName label {
	display: inline-block;
	width: 100%;
}

.search_page .AreaBlock0 .PrefBlock li,
.search_page .AreaBlock2 .AddressBlock li,
.search_page .StationBlock li,
.modal_window .AreaBlock0 .PrefBlock li,
.modal_window .AreaBlock2 .AddressBlock li,
.modal_window .StationBlock li {
	float: left;
	width: 33%;
}

.search_page .areacate0 .AddressSetPrefBlock .Address1_Select,
.search_page .areacate1 .AddressSetPrefBlock .Address2_Select,
.search_page .areacate2 .AddressSetPrefBlock .Address3_Select,
.search_page .StationBlock li,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select,
.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select,
.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select,
.modal_window .StationBlock li {
	display: inline-block;
	width: 24%;
}

.search_page .AreaBlock1 .PrefBlock li,
.modal_window .AreaBlock1 .PrefBlock li {
	border-bottom: 1px dotted #ccc;
}

.search_page .LineComapnyBlock>ul>li,
.modal_window .LineComapnyBlock>ul>li {
	/*margin-bottom: 0.25em;
  font-size: 14px;*/
	border-bottom: 1px dotted #ccc;
}

.search_page .LineComapnyBlock>ul>li label,
.modal_window .LineComapnyBlock>ul>li label {
	display: inline-block;
	width: 100%;
	padding: 2px 2px 2px 10px;
	box-sizing: border-box;
	transition: 0.3s;
}

.search_page .LineComapnyBlock>ul>li>ul>li,
.modal_window .LineComapnyBlock>ul>li>ul>li {
	width: 33.3333333333%;
}

.search_page .SearchArea .AreaBlock0 .DistGroupBlock,
.modal_window .SearchArea .AreaBlock0 .DistGroupBlock {
	width: 690px;
}

.search_page .PrefBlock,
.modal_window .PrefBlock {
	clear: both;
	display: block;
	margin: 0 0 10px 0px;
	/*width:100%;*/
}

.search_page .PrefBlock>div,
.modal_window .PrefBlock>div {
	clear: both;
	display: block;
	font-weight: bold;
	padding: 10px 0 0;
}

.search_page .AddressBlock,
.modal_window .AddressBlock {
	clear: both;
	display: block;
	margin: 0 0 0px 20px;
	/*width:100%;*/
}

.search_page .Address2Block,
.modal_window .Address2Block {
	clear: both;
	display: block;
	margin: 0 0 0px 20px;
	/*width:100%;*/
}

.search_page .AreaBlock1 .PrefBlock li,
.search_page .AddressBlock li,
.search_page .Address2Block li,
.modal_window .AreaBlock1 .PrefBlock li,
.modal_window .AddressBlock li,
.modal_window .Address2Block li {
	/*margin:0 10px 0 0;
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;*/
	width: 50%;
	float: left;
}

.search_page [id^=ShoolSearchPref] li,
.modal_window [id^=ShoolSearchPref] li {
	display: inline-block;
	width: 48.5%;
}

.search_page .PrefBlock label,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label,
.search_page .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label,
.search_page .areacate1 .AddressSetPrefBlock .Address2_Select label,
.search_page .areacate2 .AddressSetPrefBlock .Address3_Select label,
.search_page .StationBlock li label,
.search_page [id^=ShoolSearchPref] li label,
.search_page .LineSelect label.Line,
.modal_window .PrefBlock label,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label,
.modal_window .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label,
.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select label,
.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select label,
.modal_window .StationBlock li label,
.modal_window [id^=ShoolSearchPref] li label,
.modal_window .LineSelect label.Line {
	width: 100%;
	display: inline-block;
	padding: 2px 2px 2px 10px;
	box-sizing: border-box;
	transition: 0.3s;
}

.search_page .PrefName label:hover,
.search_page .PrefBlock label:hover,
.search_page .LineComapnyBlock label:hover,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.search_page .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label:hover,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.search_page .areacate1 .AddressSetPrefBlock .Address2_Select label:hover,
.search_page .areacate2 .AddressSetPrefBlock .Address3_Select label:hover,
.search_page .StationBlock li label:hover,
.search_page [id^=ShoolSearchPref] li label:hover,
.search_page .LineSelect label.Line:hover,
.modal_window .PrefName label:hover,
.modal_window .PrefBlock label:hover,
.modal_window .LineComapnyBlock label:hover,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.modal_window .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label:hover,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select label:hover,
.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select label:hover,
.modal_window .StationBlock li label:hover,
.modal_window [id^=ShoolSearchPref] li label:hover,
.modal_window .LineSelect label.Line:hover {
	background: #F3F3F3;
}

.search_page .PrefBlock a,
.modal_window .PrefBlock a {
	text-decoration: underline !important;
}

.search_page .StationBlock,
.modal_window .StationBlock {
	clear: both;
	display: table !important;
	margin: 0 0 0 20px !important;
	width: 100%;
}

.search_page .LineComapnyBlock>li,
.modal_window .LineComapnyBlock>li {
	/*margin:0 10px 0 0;
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;*/
	width: 100%;
}

.search_page .Station .StationBlock li,
.modal_window .Station .StationBlock li {
	/*margin:0 10px 0 0;
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;
  width : calc(97% / 3) ;*/
	float: left;
	border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock2 .PrefBlock>li,
.search_page .areacate2 .Address1_Select,
.modal_window .AreaBlock2 .PrefBlock>li,
.modal_window .areacate2 .Address1_Select {
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock2 .PrefBlock>li>ul>li,
.modal_window .AreaBlock2 .PrefBlock>li>ul>li {
	width: 33.3333333333%;
	border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock3 .PrefBlock>li,
.modal_window .AreaBlock3 .PrefBlock>li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock3 .PrefBlock>li>ul>li,
.modal_window .AreaBlock3 .PrefBlock>li>ul>li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock3 .PrefBlock>li>ul>li>ul>li,
.modal_window .AreaBlock3 .PrefBlock>li>ul>li>ul>li {
	width: 25%;
}

.search_page .SearchMoreButton,
.modal_window .SearchMoreButton {
	text-align: center;
}

.search_page .search_button_area,
.modal_window .search_button_area {
	clear: both;
	text-align: center;
	margin: 0 auto 5px;
}

.search_page .search_button_area li,
.modal_window .search_button_area li {
	display: inline-block;
	margin: 10px auto 0;
}

.search_page .search_button_area li:last-child,
.modal_window .search_button_area li:last-child {
	display: none;
}

.search_page table,
.modal_window table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: none;
	background: #fff;
	border: 1px solid #ccc;
}

.search_page th,
.modal_window th {
	padding: 10px 20px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #F3F3F3;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: middle;
	letter-spacing: 0.08em;
}

.search_page td,
.modal_window td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}

.search_page table.SearchTable,
.search_page table.serchTbl,
.modal_window table.SearchTable,
.modal_window table.serchTbl {
	width: 100%;
}

.search_page table.SearchTable th,
.search_page table.serchTbl th,
.modal_window table.SearchTable th,
.modal_window table.serchTbl th {
	width: 22%;
}

.search_page table.SearchTable td,
.search_page table.serchTbl td,
.modal_window table.SearchTable td,
.modal_window table.serchTbl td {
	width: 78%;
}

.search_page .search_button,
.modal_window .search_button {
	color: #000000;
	width: 100%;
	text-align: center !important;
	margin: 0px !important;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}

.search_page table.SearchTable tr.search_tr_walk td br,
.search_page table.SearchTable tr.search_tr_tiku td br,
.modal_window table.SearchTable tr.search_tr_walk td br,
.modal_window table.SearchTable tr.search_tr_tiku td br {
	display: none;
}

.search_page table.SearchTable tr.search_tr_walk td label,
.search_page table.SearchTable tr.search_tr_tiku td label,
.modal_window table.SearchTable tr.search_tr_walk td label,
.modal_window table.SearchTable tr.search_tr_tiku td label {
	display: inline-block;
	width: 120px;
}

.search_page .search_button_area,
.modal_window .search_button_area {
	margin: 40px 0 0;
}

.search_page .search_button li,
.modal_window .search_button li {
	display: inline-block;
}

.search_page .search_button li#BukkenCountView,
.modal_window .search_button li#BukkenCountView {
	margin-right: 30px;
}

.search_page #SearchArea input[type=button],
.modal_window #SearchArea input[type=button] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color: #333;
	font-size: 14px;
	box-shadow: 0px 2px #b2b2b2;
	-webkit-box-shadow: 0px 2px #b2b2b2;
	text-decoration: none;
	margin: 5px 0 0;
	padding: 0 10px;
}

.search_page #SearchArea input[value=検索],
.search_page #search_button input[type=button],
.search_page .school_search input[type=submit],
.modal_window #SearchArea input[value=検索],
.modal_window #search_button input[type=button],
.modal_window .school_search input[type=submit] {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: var(--base-main-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

.search_page .ShoolSearchPref,
.modal_window .ShoolSearchPref {
	padding: 10px 25px;
	border-radius: 8px;
	background-color: var(--base-main-color);
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: bold;
	margin: 40px 0 20px;
}

.search_page h4,
.modal_window h4 {
	padding-left: 20px;
	border-left: 2px solid var(--base-main-color);
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 20px 0;
}

.search_page h4 a,
.modal_window h4 a {
	color: #000000;
	position: relative;
}

.search_page h4 a::before,
.search_page h4 a::after,
.modal_window h4 a::before,
.modal_window h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	width: 15px;
	height: 1px;
	background-color: var(--base-main-color);
	transition: 0.3s;
	transform: translateX(-50%);
}

.search_page h4 a::after,
.modal_window h4 a::after {
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
}

.search_page .FormSubGroup,
.modal_window .FormSubGroup {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 1em;
	border-left: 6px solid #c8372d;
	margin: 2em 0 1em;
	text-align: left;
	background: #ecebeb;
	height: 45px;
	line-height: 45px;
}

.search_page .Type1,
.modal_window .Type1 {
	width: 20%;
	height: 80px;
	background-color: #bfa217;
	border: 1px solid #90790e;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 2px #90790e;
	-webkit-box-shadow: 0px 2px #90790e;
	font-size: 17px;
	font-weight: bold;
	margin: 2%;
	display: inline-block;
}

.search_page .Type2-1,
.modal_window .Type2-1 {
	width: 20%;
	height: 80px;
	background-color: #006d1a;
	border: 1px solid #0d5522;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 2px #0d5522;
	-webkit-box-shadow: 0px 2px #0d5522;
	font-size: 17px;
	font-weight: bold;
	margin: 2%;
	display: inline-block;
}

.search_page .Type2-2,
.modal_window .Type2-2 {
	width: 20%;
	height: 80px;
	background-color: #006d1a;
	border: 1px solid #0d5522;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 2px #0d5522;
	-webkit-box-shadow: 0px 2px #0d5522;
	font-size: 17px;
	font-weight: bold;
	margin: 2%;
	display: inline-block;
}

.search_page .Type3,
.modal_window .Type3 {
	width: 20%;
	height: 80px;
	background-color: var(--base-main-color);
	border: 1px solid #a65951;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 2px #a65951;
	-webkit-box-shadow: 0px 2px #a65951;
	font-size: 17px;
	font-weight: bold;
	margin: 2%;
	display: inline-block;
}

.search_page a.Type1,
.search_page a.Type2-1,
.search_page a.Type2-2,
.search_page a.Type3,
.modal_window a.Type1,
.modal_window a.Type2-1,
.modal_window a.Type2-2,
.modal_window a.Type3 {
	color: #fff;
	text-decoration: none;
	padding: 10px auto;
}

.search_page a.Type1 i,
.search_page a.Type2-1 i,
.search_page a.Type2-2 i,
.search_page a.Type3 i,
.modal_window a.Type1 i,
.modal_window a.Type2-1 i,
.modal_window a.Type2-2 i,
.modal_window a.Type3 i {
	margin: 15px 0 0;
}

.search_page .PrimarySchool,
.search_page .JuniorHighSchool,
.modal_window .PrimarySchool,
.modal_window .JuniorHighSchool {
	font-weight: bold;
	clear: both;
	font-size: 16px;
	margin: 5px 0;
}

.search_page .school_search h4 label span a,
.modal_window .school_search h4 label span a {
	width: 90%;
	display: inline-block;
	padding: 2px 2px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
}

.search_page .school_search h4 label span a:hover,
.modal_window .school_search h4 label span a:hover {
	background: #eee;
}

.search_page .form_button,
.modal_window .form_button {
	margin-top: 40px;
}

.search_page .form_button input,
.modal_window .form_button input {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: var(--base-main-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

.search_page .form_button input#submit_button,
.modal_window .form_button input#submit_button {
	background-color: #EF2C2C;
}

/* 種別から探す */
#search_type_page .list ul {
	justify-content: center;
}

#search_type_page .list ul li {
	width: 200px;
}

#search_type_page .list ul li+li {
	margin-left: 20px;
}

#search_type_page .list ul li a {
	display: block;
	width: 100%;
	border-radius: 8px;
	text-align: center;
	color: #000000;
	border: 2px solid #000000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 10px 0 15px;
	transition: 0.5s;
}

#search_type_page .list ul li a .en {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
	color: var(--base-main-color);
	transition: 0.5s;
}

#search_type_page .list ul li a .text {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
}

#search_type_page .list ul li a:hover {
	background-color: var(--base-main-color);
	color: #fff;
}

#search_type_page .list ul li a:hover .en {
	color: #fff;
}

/* パスワード再発行 */
#reissue_page .reissue_cont_block .password_reissue form {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#reissue_page .reissue_cont_block .password_reissue form div {
	margin-bottom: 20px;
}

#reissue_page .reissue_cont_block .password_reissue form input[type=text] {
	width: 300px;
	height: 35px;
	vertical-align: middle;
}

#reissue_page .reissue_cont_block .password_reissue form input[type=submit] {
	cursor: pointer;
	border: 1px solid #1A1311;
	padding: 0 20px;
	height: 35px;
	border-radius: 8px;
	background-color: var(--base-main-color);
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

/* マイページ */
#mypage_page .my_page_cont {
	margin-bottom: 80px;
}

#mypage_page .my_page_cont .block+.block {
	margin-top: 40px;
}

#mypage_page .my_page_cont .block .block_ttl {
	padding: 10px 25px;
	border-radius: 8px;
	background-color: var(--base-main-color);
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}

#mypage_page .form_block .form_wrap .logout_btn input {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: var(--base-main-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

/* メンバー登録解除 */
#withdraw_page .withdraw_cont input {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: var(--base-main-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

/* 投稿 */

#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view::before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #000000;
	margin-right: 20px;
	flex-shrink: 0;
}

#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view::after {
	content: "一覧";
}

#archive_page .post_cont .blog_main .blog_each_contents {
	background-color: #fff;
	border-radius: 10px;
}

#archive_page .post_cont .blog_main .blog_each_contents+.blog_each_contents {
	margin-top: 50px;
}

.post_page .post_cont {
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	position: relative;
}

.post_page .post_cont .blog_side_menu {
	flex-shrink: 0;
	width: 240px;
	margin-left: 50px;
}

.post_page .post_cont .blog_side_menu .blog_calender {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 8px;
	background-color: #fff;
	background-color: #eafdfd;
	color: #404040;
}

.post_page .post_cont .blog_side_menu .blog_calender table {
	width: 100%;
}

.post_page .post_cont .blog_side_menu .blog_calender table th {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--base-main-color);
	border: 1px solid #d1cfcf;
	color: #FFF;
}

.post_page .post_cont .blog_side_menu .blog_calender table td {
	text-align: center;
	border: 1px solid #d1cfcf;
	font-size: 14px;
}

.post_page .post_cont .blog_side_menu .blog_calender table td a {
	font-size: 16px;
	font-weight: 500;
	color: var(--base-main-color);
}

.post_page .post_cont .blog_side_menu .blog_category {
	margin-bottom: 20px;
}

.post_page .post_cont .blog_side_menu .blog_category>div,
.post_page .post_cont .blog_side_menu .blog_month>div {
	padding: 10px 15px;
	border-radius: 3px;
	line-height: 1;
	background-color: var(--base-main-color);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.post_page .post_cont .blog_side_menu .blog_category li+li,
.post_page .post_cont .blog_side_menu .blog_month li+li {
	margin-top: 5px;
}

.post_page .post_cont .blog_side_menu .blog_category li a,
.post_page .post_cont .blog_side_menu .blog_month li a {
	color: #404040;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.post_page .post_cont .blog_main {
	width: 100%;
}

.post_page .post_cont .blog_main .blog_each_contents>h3 {
	font-size: 25px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	border-bottom: solid 1px var(--base-main-color);
	padding: 0 0 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents_date {
	display: inline-block;
	color: var(--base-main-color);
	font-size: 13px;
	margin-bottom: 30px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h2 {
	font-size: 20px;
	margin: 1.5em 0 1em;
	line-height: 1.4;
	padding: 15px 10px 15px 15px;
	border-left: 5px solid var(--base-main-color);
	background: #f2f2f2;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h3 {
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.03em;
	border-left: 6px solid var(--base-main-color);
	margin: 1.5em 0 1.5em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h4 {
	padding: 2px 10px;
	margin: 1.5em 0 1em;
	color: #333;
	border-left: 5px solid #5b5959;
	font-size: 17px;
	position: relative;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h5 {
	font-size: 18px;
	margin: 1.5em 0;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h5::before {
	content: "■";
	padding-right: 10px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h6 {
	font-size: 17px;
	border-bottom: 1px solid;
	padding-bottom: 3px;
	margin: 1.5em 0 1em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents p {
	font-size: 16px;
	line-height: 2;
	margin: 1.5em 0 1em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol {
	border: solid 1px #333;
	padding: 20px 10px;
	counter-reset: count 0;
	position: relative;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol::before {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #333 #fff #333;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li {
	list-style-type: none;
	position: relative;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li+li {
	margin-top: 7px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li::before {
	content: "";
	content: counter(count) ". ";
	counter-increment: count 1;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ul {
	border: solid 1px #ccc;
	padding: 20px 10px 20px 20px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ul li+li {
	margin-top: 10px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents p img {
	object-fit: cover;
}

/* 物件一覧ページ(検索結果ページ) */
.bukken_archive_page .bukken_archive_cont .search_parts {
	margin-bottom: 30px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions {
	margin-bottom: 5px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions>b {
	font-size: 20px;
	letter-spacing: 0.05em;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link {
	margin-left: 10px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link a {
	display: inline-block;
	padding: 4px 17px;
	border: 1px solid;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #000000;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul {
	margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table {
	width: 100%;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area {
	width: 100%;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td {
	width: 100%;
	display: block;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td:first-child {
	margin-bottom: 10px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td ul li span {
	display: block;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td ul li span.search_conditions_koumoku {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td #search_area_modal_button a {
	display: inline-block;
	padding: 4px 17px;
	border: 1px solid;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #000000;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved a {
	display: inline-block;
	padding: 4px 17px;
	border: 1px solid;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #000000;
}

.bukken_archive_page .bukken_archive_cont .list_count {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.bukken_archive_page .bukken_archive_cont .list_count .search_result_list_count {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-right: 2px;
	margin-left: 3px;
	color: var(--base-main-color);
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom {
	font-size: 14px;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView #list_sort_select,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom #list_sort_select {
	margin-right: 15px;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .BukkenNumPerPage,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .BukkenNumPerPage {
	margin-right: 15px;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span {
	width: 30px;
	height: 30px;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	box-shadow: 0px 2px #ccc8c8;
	-webkit-box-shadow: 0px 2px #ccc8c8;
	padding: 2px 0;
	display: inline-block;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span a,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span a {
	color: #000000;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span.page_on,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span.page_on {
	background-color: #e6dddd;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .list_pre_button input[type=button],
.bukken_archive_page .bukken_archive_cont .SearchNaviView .list_next_button input[type=button],
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_pre_button input[type=button],
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_next_button input[type=button] {
	width: 74px;
	height: 30px;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color: #333;
	font-size: 14px;
	box-shadow: 0px 2px #ccc8c8;
	-webkit-box-shadow: 0px 2px #ccc8c8;
	padding: 2px 0;
	display: inline-block;
	cursor: pointer;
}

.bukken_archive_page .bukken_archive_cont .SearchResult {
	margin: 60px 0;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box {
	padding: 20px 20px 30px;
	border: 1px solid #ccc;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box+.bukken_archive_box {
	margin-top: 30px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box {
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box {
	flex-shrink: 0;
	align-items: center;
	column-gap: 5px;
	margin-right: 20px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .cat,
.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .flag_icon_new {
	display: inline-block;
	padding: 5px 15px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .cat {
	background-color: #333333;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .flag_icon_new {
	background-color: #EF2C2C;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .name {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box {
	flex-wrap: nowrap;
	align-items: center;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .img {
	flex-shrink: 0;
	width: 40%;
	margin-right: 50px;
	line-height: 1;
	height: 320px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box {
	width: 100%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box {
	flex-wrap: nowrap;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3;
	font-size: 14px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box+.data_box {
	margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .label {
	flex-shrink: 0;
	width: 30%;
	margin-right: 15px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data {
	width: 100%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price {
	font-size: 20px;
	color: #EF2C2C;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price .man {
	font-size: 14px;
	color: #000000;
	margin-left: 5px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap {
	flex-wrap: nowrap;
	margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap+.data_wrap {
	margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box {
	width: 50%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box+.data_box {
	margin-top: 0;
	margin-left: 20px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap {
	margin-top: 20px;
	flex-wrap: nowrap;
	gap: 0 20px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap a {
	display: block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.06em;
	background-color: #F3F3F3;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap a.more_btn {
	color: #fff;
	background-color: var(--base-main-color);
}

/* 物件詳細 */

#bukken_single_page .bukken_intro_block {
	margin-bottom: 60px;
}

#bukken_single_page .bukken_intro_block .top_ttl_box {
	padding: 10px 20px;
	background-color: var(--base-main-color);
	margin-bottom: 30px;
}

#bukken_single_page .bukken_intro_block .top_ttl_box .ttl {
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
}

#bukken_single_page .bukken_intro_block .cat_box {
	flex-shrink: 0;
	align-items: center;
	column-gap: 5px;
	margin-bottom: 40px;
}

#bukken_single_page .bukken_intro_block .cat_box .cat,
#bukken_single_page .bukken_intro_block .cat_box .flag_icon_new {
	display: inline-block;
	padding: 5px 15px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

#bukken_single_page .bukken_intro_block .cat_box .cat {
	background-color: var(--base-main-color);
}

#bukken_single_page .bukken_intro_block .cat_box .flag_icon_new {
	background-color: #EF2C2C;
}

#bukken_single_page .bukken_intro_block .data_block .data_box {
	flex-wrap: nowrap;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3;
	font-size: 14px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box+.data_box {
	margin-top: 10px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .label {
	flex-shrink: 0;
	width: 30%;
	margin-right: 15px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap {
	width: 100%;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data a {
	color: #1A1311;
	text-decoration: underline;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data a:hover {
	text-decoration: none;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	margin-top: 5px;
	padding: 2px 0;
	border: 1px solid #1A1311;
	border-radius: 3px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn::before {
	content: "";
	display: block;
	flex-shrink: 0;
	margin-right: 3px;
	width: 13px;
	height: 13px;
	background-image: url(https://penguin02-buy.penguin04.com/public/sumolife/home/resources/images/icon_area_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price {
	font-size: 20px;
	color: #EF2C2C;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price .man {
	font-size: 14px;
	color: #1A1311;
	margin-left: 5px;
}

#bukken_single_page .bukken_intro_block .btn_wrap {
	margin-top: 40px;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0 20px;
}

#bukken_single_page .bukken_intro_block .btn_wrap a {
	display: block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #1A1311;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.06em;
	background-color: #fafafa;
	border-radius: 8px;
	border: 2px solid #1A1311;
}

#bukken_single_page .bukken_intro_block .btn_wrap a.request_btn {
	color: #fff;
	background-color: var(--base-main-color);
}

#bukken_single_page .catch_text_box {
	padding-bottom: 50px;
	border-bottom: 1px dashed var(--base-main-color);
}

#bukken_single_page .catch_text_box .cont {
	flex-wrap: nowrap;
	align-items: flex-start;
	padding: 40px 50px;
	border: 1px solid #1A1311;
	border-radius: 8px;
}

#bukken_single_page .catch_text_box .cont .ttl_box {
	align-items: flex-end;
	flex-wrap: nowrap;
	flex-shrink: 0;
	margin-right: 50px;
}

#bukken_single_page .catch_text_box .cont .ttl_box .icon {
	width: 22px;
	line-height: 1;
	margin-right: 20px;
	flex-shrink: 0;
}

#bukken_single_page .catch_text_box .cont .ttl_box .icon img {
	width: 100%;
}

#bukken_single_page .catch_text_box .cont .ttl_box .ttl {
	font-size: 27px;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 500;
	color: var(--base-main-color);
	flex-shrink: 0;
}

#bukken_single_page .catch_text_box .cont .text_box {
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

#bukken_single_page .open_house_text_block {
	padding: 20px 30px;
}

#bukken_single_page .open_house_text_block .text_box {
	text-align: center;
}

#bukken_single_page .open_house_text_block .text_box .type {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	background-color: var(--base-main-color);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

#bukken_single_page .open_house_text_block .text_box .catch_copy {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-bottom: 5px;
}

#bukken_single_page .open_house_text_block .text_box .comment {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-bottom: 5px;
}

#bukken_single_page .open_house_text_block .text_box .date {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}

#bukken_single_page .open_house_text_block .text_box .time {
	font-size: 15px;
	letter-spacing: 0.05em;
}

#bukken_single_page .img_slider_block {
	margin-bottom: 60px;
}

#bukken_single_page .img_slider_block .slide_wrap {
	padding: 30px 0;
	background-color: #f6f5ef;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider {
	width: 660px;
	margin: 0 auto 20px;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide {
	width: 660px;
	height: 450px;
	background-color: #fff;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	overflow: hidden;
	position: relative;
	pointer-events: none;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider {
	width: 660px;
	margin: 0 auto;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide {
	width: 100px;
	height: 80px;
	cursor: pointer;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide.slick-current {
	border: 2px solid var(--base-main-color);
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide+li {
	margin-left: 18px;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	overflow: hidden;
	position: relative;
	pointer-events: none;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
}

#bukken_single_page .bukken_common_ttl {
	border-left: 2px solid var(--base-main-color);
	padding-left: 20px;
	font-size: 20px;
	letter-spacing: 0.08em;
	font-weight: bold;
}

#bukken_single_page .bukken_outline_sec {
	margin-bottom: 60px;
}

#bukken_single_page .bukken_outline_sec .bukken_common_ttl {
	margin-bottom: 20px;
}

#bukken_single_page .bukken_outline_sec .data_block {
	border: 1px solid #ccc;
	border-bottom: none;
}

#bukken_single_page .bukken_outline_sec .data_block .data_column {
	flex-wrap: nowrap;
	width: 100%;
}

#bukken_single_page .bukken_outline_sec .data_block .data_column .data_box {
	width: 100%;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box {
	flex-wrap: nowrap;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-size: 14px;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .label {
	flex-shrink: 0;
	width: 30%;
	margin-right: 15px;
	background-color: #f1f1f1;
	padding: 10px 15px;
	vertical-align: middle;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap {
	width: 100%;
	padding: 10px 0;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data a {
	color: #1A1311;
	text-decoration: underline;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data a:hover {
	text-decoration: none;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data .map_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	margin-top: 5px;
	padding: 2px 0;
	border: 1px solid #1A1311;
	border-radius: 3px;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data .map_btn::before {
	content: "";
	display: block;
	flex-shrink: 0;
	margin-right: 3px;
	width: 13px;
	height: 13px;
	background-image: url(https://penguin02-buy.penguin04.com/public/sumolife/home/resources/images/icon_area_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data.price {
	font-size: 20px;
	color: #EF2C2C;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data.price .man {
	font-size: 14px;
	color: #1A1311;
	margin-left: 5px;
}

#bukken_single_page .bukken_environment_sec {
	margin-bottom: 60px;
}

#bukken_single_page .bukken_environment_sec .bukken_common_ttl {
	margin-bottom: 20px;
}

#bukken_single_page .bukken_environment_sec .property_list {
	gap: 35px 0;
}

#bukken_single_page .bukken_environment_sec .property_list::after {
	content: "";
	display: block;
	width: 31%;
}

#bukken_single_page .bukken_environment_sec .property_list .property-list__item {
	width: 31%;
}

#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_type {
	display: inline-block;
	padding: 2px 13px;
	background-color: var(--base-main-color);
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}

#bukken_single_page .bukken_environment_sec .property_list .property-list__item .Image1 {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_title {
	font-size: 17px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_distance {
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_comment {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#bukken_single_page .bukken_recommend_sec {
	margin-bottom: 60px;
}

#bukken_single_page .bukken_recommend_sec .bukken_common_ttl {
	margin-bottom: 20px;
}

#bukken_single_page .bukken_viewed_sec .bukken_common_ttl {
	margin-bottom: 20px;
}

/* 保存した検索条件 */
#saved_page .saved_list_block .top_text {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}

#saved_page .saved_list_block .search_condition_saved_view table {
	border-collapse: collapse;
	width: 100%;
}

#saved_page .saved_list_block .search_condition_saved_view table td {
	padding: 10px 20px;
	border: 1px solid #ccc;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each {
	width: 50%;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each a {
	color: #000000;
	text-decoration: underline;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each a:hover {
	text-decoration: none;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete {
	width: 20%;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete a {
	display: block;
	text-align: center;
	width: 80%;
	line-height: 40px;
	border-radius: 5px;
	background-color: #eee;
	box-shadow: 0 3px #b3b3b3;
	margin: 0 auto;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #000000;
}

/* ログイン */

#login_page .login {
	text-align: center;
}

#login_page .login .guide_text {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

#login_page .login form .block+.block {
	margin-top: 10px;
}

#login_page .login form span {
	margin-right: 20px;
}

#login_page .login form input[type=text],
#login_page .login form input[type=password] {
	width: 300px;
	height: 35px;
	vertical-align: middle;
}

#login_page .login form input[type=submit],
#login_page .login form a {
	cursor: pointer;
	border: 1px solid #1A1311;
	padding: 0 20px;
	height: 35px;
	border-radius: 8px;
	background-color: var(--base-main-color);
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	vertical-align: middle;
	font-size: 14px;
}

#login_page .login form a {
	display: inline-block;
	line-height: 33px;
}

#login_page .logined {
	text-align: center;
}

#login_page .logined .name {
	margin-bottom: 35px;
}

#login_page .logined .btn_wrap a {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #EF2C2C;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

#login_page .logined .btn_wrap a.logout {
	background-color: var(--base-main-color);
}

#login_page .login form input[type=submit].pc {
	display: inline-block;
}

#search_other_modal_button {
	display: none;
}

#bukken_single_page .pano_sec_box .pano>*,
#bukken_single_page .movie_sec_box .movie iframe {
	width: 800px;
	display: block;
	height: 450px;
	margin: 0 auto;
	margin: 80px auto 50px;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	display: block;
	padding: 15px 20px;
	background-color: rgba(82, 168, 142, 0.9);
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}

@media (max-width: 750px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	body {
		font-size: 3.6vw;
		line-height: 1.6;
		overflow: hidden;
	}

	body.page_top {
		padding-top: 0;
	}

	.wrap {
		max-width: 90%;
	}

	.wrap2 {
		max-width: 90%;
	}

	.wrap3 {
		max-width: 90%;
	}

	/* ベイス仕様css */
	/* 個人情報保護方針 */
	#privacy_page .main_text {
		font-size: 3.5vw;
		line-height: 1.8;
	}

	#privacy_page dl dt {
		font-size: 3.6vw;
		border-left: 2px solid;
	}

	#privacy_page dl dd {
		font-size: 3.3vw;
		line-height: 1.8;
		margin: 0;
	}

	/* サイトマップ */
	#sitemap_page .list ul li+li {
		margin-top: 2vw;
	}

	#sitemap_page .list ul li a {
		padding: 1.5vw 3.5vw;
		font-size: 3.4vw;
	}

	/* フォーム関連 */
	.form_page .form_sub_cont {
		margin-bottom: 8vw;
	}

	.form_page .form_sub_cont .progress_bar {
		margin-bottom: 5vw;
	}

	.form_page .form_sub_cont .progress_bar ul li {
		width: 30%;
		padding: 1.5vw 0;
	}

	.form_page .form_sub_cont .progress_bar ul li+li {
		margin-left: 2%;
	}

	.form_page .form_sub_cont .progress_bar ul li .en {
		font-size: 3.2vw;
		margin-bottom: 1vw;
	}

	.form_page .form_sub_cont .progress_bar ul li .text {
		font-size: 3.5vw;
	}

	.form_page .form_sub_cont .form_check_text {
		font-size: 3.5vw;
	}

	.form_page .form_block .form_wrap {
		border-radius: 0;
		border: none;
		padding: 0;
	}

	.form_page .form_block .form_wrap form #FormPrivacy {
		margin-top: 40px;
	}

	.form_page .form_block .form_wrap form #FormPrivacy #form_private_policy {
		border-radius: 5px;
		box-shadow: 0 0 3px #bdc8ca;
		border: 1px solid #bbc6c8;
		height: 150px;
		overflow-y: scroll;
		padding: 10px;
		margin-bottom: 10px;
	}

	.form_page .form_block .form_wrap form .FormTableRow,
	.form_page .form_block .form_wrap form .FormKoumoku,
	.form_page .form_block .form_wrap form .FormValue {
		width: 100%;
		display: block !important;
	}

	.form_page .form_block .form_wrap form .FormSubGroup {
		padding-left: 3.5vw;
		border-left: 1px solid var(--base-main-color);
		font-size: 4.2vw;
		margin-bottom: 4vw;
	}

	.form_page .form_block .form_wrap form .FormTable {
		width: 100%;
		border: none;
	}

	.form_page .form_block .form_wrap form .FormTable+.FormSubGroup {
		margin-top: 8vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow+.FormTableRow {
		margin-top: 5vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku {
		width: 100%;
		font-size: 3.8vw;
		padding: 0;
		border-right: none;
		border-bottom: none;
		margin-bottom: 2vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku .FormRequired {
		padding: 1vw 2vw;
		font-size: 2.8vw;
		margin-left: 3vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue {
		width: 100%;
		padding: 0;
		border-bottom: none;
		font-size: 3.4vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=text],
	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=email] {
		height: 9vw;
		padding: 0 2.5vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=tel] {
		width: 100%;
		height: 9vw;
		padding: 0 2.5vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue select {
		width: 100%;
		height: 9vw;
		padding: 0 2.5vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue textarea {
		height: 45vw;
		padding: 0 2.5vw;
	}

	.form_page .form_block .form_wrap form .form_button {
		margin-top: 8vw;
	}

	.form_page .form_block .form_wrap form .form_button input {
		width: 100%;
		height: 12vw;
		line-height: 12vw;
		font-size: 4vw;
		padding: 0 3.5vw;
		margin: 1.5vw auto;
	}

	/* 検索関連 */
	.search_page th,
	.search_page td,
	.modal_window th,
	.modal_window td {
		width: 100% !important;
	}

	.search_page th,
	.modal_window th {
		border-right: none;
	}

	.search_page .Type1,
	.modal_window .Type1 {
		width: 44% !important;
		height: 80px;
		background-color: #bfa217;
		border: 1px solid #90790e;
		border-radius: 5px;
		text-align: center;
		box-shadow: 0px 2px #90790e;
		-webkit-box-shadow: 0px 2px #90790e;
		font-size: 17px;
		font-weight: bold;
		margin: 2%;
		display: inline-block;
	}

	.search_page .Type2-1,
	.modal_window .Type2-1 {
		width: 44% !important;
		height: 80px;
		background-color: #006d1a;
		border: 1px solid #0d5522;
		border-radius: 5px;
		text-align: center;
		box-shadow: 0px 2px #0d5522;
		-webkit-box-shadow: 0px 2px #0d5522;
		font-size: 17px;
		font-weight: bold;
		margin: 2%;
		display: inline-block;
	}

	.search_page .Type2-2,
	.modal_window .Type2-2 {
		width: 44% !important;
		height: 80px;
		background-color: #006d1a;
		border: 1px solid #0d5522;
		border-radius: 5px;
		text-align: center;
		box-shadow: 0px 2px #0d5522;
		-webkit-box-shadow: 0px 2px #0d5522;
		font-size: 17px;
		font-weight: bold;
		margin: 2%;
		display: inline-block;
	}

	.search_page .Type3,
	.modal_window .Type3 {
		width: 44% !important;
		height: 80px;
		background-color: #d65951;
		border: 1px solid #a65951;
		border-radius: 5px;
		text-align: center;
		box-shadow: 0px 2px #a65951;
		-webkit-box-shadow: 0px 2px #a65951;
		font-size: 17px;
		font-weight: bold;
		margin: 2%;
		display: inline-block;
	}

	.search_page table.SearchTable th,
	.search_page table.serchTbl th,
	.modal_window table.SearchTable th,
	.modal_window table.serchTbl th {
		width: auto;
		display: block;
		border-bottom: none;
		padding: 5px;
	}

	.search_page table.SearchTable td,
	.search_page table.serchTbl td,
	.modal_window table.SearchTable td,
	.modal_window table.serchTbl td {
		width: auto;
		display: block;
		border-bottom: none;
	}

	.search_page .PrefBlock li,
	.search_page .AddressBlock li,
	.search_page .Address2Block li,
	.search_page .LineComapnyBlock ul li,
	.modal_window .PrefBlock li,
	.modal_window .AddressBlock li,
	.modal_window .Address2Block li,
	.modal_window .LineComapnyBlock ul li {
		width: 100%;
		display: block;
	}

	.search_page .search_button,
	.modal_window .search_button {
		width: 100%;
		text-align: center !important;
		margin: 0px !important;
		padding: 10px;
		box-sizing: border-box;
		z-index: 1;
	}

	.search_page .search_button li,
	.modal_window .search_button li {
		display: block;
		margin: 0 0 5px;
	}

	.search_page .search_button li#BukkenCountView,
	.modal_window .search_button li#BukkenCountView {
		margin-right: 0;
		margin-bottom: 3vw;
	}

	.search_page .search_button li:last-of-type,
	.modal_window .search_button li:last-of-type {
		display: block !important;
		clear: both;
		margin: 0 0 0px !important;
	}

	.search_page .AreaBlock1 .PrefBlock li,
	.search_page .AreaBlock2 .PrefBlock>li>ul>li,
	.search_page .AreaBlock3 .PrefBlock>li>ul>li>ul>li,
	.search_page .Station .StationBlock li,
	.search_page .areacate2 .Address1 .Address1_Select .Address2 .Address2_Select,
	.search_page .areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select,
	.modal_window .AreaBlock1 .PrefBlock li,
	.modal_window .AreaBlock2 .PrefBlock>li>ul>li,
	.modal_window .AreaBlock3 .PrefBlock>li>ul>li>ul>li,
	.modal_window .Station .StationBlock li,
	.modal_window .areacate2 .Address1 .Address1_Select .Address2 .Address2_Select,
	.modal_window .areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select {
		width: 100%;
	}

	.search_page .search_tr_walk td br,
	.search_page .search_tr_tiku td br,
	.modal_window .search_tr_walk td br,
	.modal_window .search_tr_tiku td br {
		display: none;
	}

	.search_page .search_tr_walk td label,
	.search_page .search_tr_tiku td label,
	.search_page .FormValue label,
	.modal_window .search_tr_walk td label,
	.modal_window .search_tr_tiku td label,
	.modal_window .FormValue label {
		display: block;
	}

	.search_page .areacate0 .AddressSetPrefBlock .Address1_Select,
	.search_page .areacate1 .AddressSetPrefBlock .Address2_Select,
	.search_page .areacate2 .AddressSetPrefBlock .Address3_Select,
	.search_page .StationBlock li,
	.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select,
	.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select,
	.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select,
	.modal_window .StationBlock li {
		display: inline-block;
		width: 48.5%;
	}

	.search_page .AreaBlock0 .PrefBlock li,
	.search_page .AreaBlock2 .AddressBlock li,
	.search_page .StationBlock li,
	.modal_window .AreaBlock0 .PrefBlock li,
	.modal_window .AreaBlock2 .AddressBlock li,
	.modal_window .StationBlock li {
		display: inline-block;
		width: 48.5%;
	}

	.search_page #SearchArea input[value=検索],
	.search_page #search_button input[type=button],
	.search_page .school_search input[type=submit],
	.modal_window #SearchArea input[value=検索],
	.modal_window #search_button input[type=button],
	.modal_window .school_search input[type=submit] {
		width: 100%;
		height: 12vw;
		line-height: 12vw;
		font-size: 4vw;
		padding: 0 3.5vw;
		margin: 1.5vw auto;
	}

	.search_page .ShoolSearchPref,
	.modal_window .ShoolSearchPref {
		padding: 2.5vw 3.5vw;
		font-size: 4vw;
		margin: 6vw 0 3vw;
	}

	.search_page h4,
	.modal_window h4 {
		padding-left: 3.5vw;
		border-left: 1px solid var(--base-main-color);
		font-size: 4vw;
		margin-bottom: 4vw;
	}

	.search_page h4 a::before,
	.search_page h4 a::after,
	.modal_window h4 a::before,
	.modal_window h4 a::after {
		right: -10vw;
		width: 3vw;
	}

	.search_page .PrimarySchool,
	.search_page .JuniorHighSchool,
	.modal_window .PrimarySchool,
	.modal_window .JuniorHighSchool {
		font-size: 3.6vw;
		margin: 5px 0;
	}

	.search_page .form_button,
	.modal_window .form_button {
		margin-top: 8vw;
	}

	.search_page .form_button input,
	.modal_window .form_button input {
		width: 100%;
		height: 12vw;
		line-height: 12vw;
		font-size: 4vw;
		padding: 0 3.5vw;
		margin: 1.5vw auto;
	}

	/* 種別から探す */
	#search_type_page .list ul {
		display: block;
	}

	#search_type_page .list ul li {
		width: 100%;
	}

	#search_type_page .list ul li+li {
		margin-left: 0;
		margin-top: 2vw;
	}

	#search_type_page .list ul li a {
		padding: 2vw 0 3vw;
		background-color: var(--base-main-color);
		color: #fff;
	}

	#search_type_page .list ul li a .en {
		font-size: 3.2vw;
		margin-bottom: 1vw;
		color: #fff;
	}

	#search_type_page .list ul li a .text {
		font-size: 4.2vw;
	}

	/* パスワード再発行 */
	#reissue_page .reissue_cont_block .password_reissue form {
		font-size: 3.4vw;
	}

	#reissue_page .reissue_cont_block .password_reissue form div {
		margin-bottom: 3vw;
	}

	#reissue_page .reissue_cont_block .password_reissue form input[type=text] {
		width: 37vw;
		height: 7vw;
	}

	#reissue_page .reissue_cont_block .password_reissue form input[type=submit] {
		padding: 0 3vw;
		height: 7vw;
		border-radius: 4px;
	}

	/* マイページ */
	#mypage_page .my_page_cont {
		margin-bottom: 10vw;
	}

	#mypage_page .my_page_cont .block+.block {
		margin-top: 7vw;
	}

	#mypage_page .my_page_cont .block .block_ttl {
		padding: 2.5vw 3.5vw;
		font-size: 4vw;
		margin-bottom: 3vw;
	}

	#mypage_page .form_block .form_wrap .logout_btn input {
		width: 100%;
		height: 12vw;
		line-height: 12vw;
		font-size: 4vw;
		padding: 0 3.5vw;
		margin: 1.5vw auto;
	}

	/* 投稿 */

	#archive_page .wrap {
		max-width: 96%;
	}

	#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view {
		font-size: 5vw;
	}

	#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view::before {
		width: 5vw;
		height: 1px;
		margin-right: 3vw;
	}

	#archive_page .post_cont .blog_main .blog_each_contents+.blog_each_contents {
		margin-top: 8vw;
	}

	.post_page .post_cont {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.post_page .post_cont .blog_side_menu {
		width: 100%;
		margin-left: 0;
		margin-top: 5vw;
	}

	.post_page .post_cont .blog_side_menu .blog_calender {
		margin-bottom: 4vw;
		padding: 3vw;
	}

	.post_page .post_cont .blog_side_menu .blog_calender table th {
		font-size: 3.6vw;
	}

	.post_page .post_cont .blog_side_menu .blog_calender table td {
		font-size: 3.4vw;
	}

	.post_page .post_cont .blog_side_menu .blog_calender table td a {
		font-size: 3.6vw;
	}

	.post_page .post_cont .blog_side_menu .blog_category {
		margin-bottom: 4vw;
	}

	.post_page .post_cont .blog_side_menu .blog_category>div,
	.post_page .post_cont .blog_side_menu .blog_month>div {
		padding: 2vw 3.5vw;
		font-size: 3.5vw;
		margin-bottom: 2vw;
	}

	.post_page .post_cont .blog_side_menu .blog_category li+li,
	.post_page .post_cont .blog_side_menu .blog_month li+li {
		margin-top: 1vw;
	}

	.post_page .post_cont .blog_side_menu .blog_category li a,
	.post_page .post_cont .blog_side_menu .blog_month li a {
		font-size: 3.4vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents>h3 {
		margin-bottom: 5vw;
		font-size: 4.5vw;
		letter-spacing: 0.05em;
		padding-bottom: 3vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents_date {
		font-size: 3.2vw;
		margin-bottom: 3vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents h2 {
		font-size: 4.2vw;
		margin: 1.5em 0 1em;
		padding: 3vw 2vw 3vw 3vw;
		border-left: 3px solid var(--base-main-color);
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents h3 {
		padding-left: 3vw;
		font-size: 4vw;
		border-left: 3px solid var(--base-main-color);
		margin: 1.5em 0 1.5em;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents h4 {
		font-size: 4vw;
		padding: 2vw;
		margin: 1.5em 0 1em;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents h5 {
		font-size: 4vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents h5::before {
		content: "■";
		padding-right: 10px;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents h6 {
		font-size: 3.8vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents p {
		font-size: 3.5vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol {
		padding: 6vw 3vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol::before {
		border-width: 0 3vw 3vw 0;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li+li {
		margin-top: 1.5vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents ul {
		padding: 3.5vw;
	}

	.post_page .post_cont .blog_main .blog_each_contents .blog_contents ul li+li {
		margin-top: 2vw;
	}

	/* 物件一覧ページ(検索結果ページ) */
	.bukken_archive_page .bukken_archive_cont .search_parts {
		margin-bottom: 5vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions {
		margin-bottom: 1vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions>b {
		font-size: 4vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link {
		margin-left: 1.5vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link a {
		padding: 1vw 3.5vw;
		font-size: 3.3vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul {
		margin-top: 2vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td:first-child {
		margin-bottom: 2.5vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td ul li span.search_conditions_koumoku {
		font-size: 3.8vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td #search_area_modal_button a {
		padding: 1vw 3.5vw;
		font-size: 3.3vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved {
		padding-bottom: 5vw;
	}

	.bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved a {
		padding: 1vw 3.5vw;
		font-size: 3.3vw;
	}

	.bukken_archive_page .bukken_archive_cont .list_count {
		font-size: 3.4vw;
		margin-bottom: 3.5vw;
	}

	.bukken_archive_page .bukken_archive_cont .list_count .search_result_list_count {
		font-size: 5vw;
		margin-right: 0.5vw;
		margin-left: 1vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchNaviView,
	.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom {
		font-size: 3.4vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchNaviView #list_sort_select,
	.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom #list_sort_select {
		margin-right: 0;
		margin-bottom: 2vw;
		width: 100%;
		display: block;
	}

	.bukken_archive_page .bukken_archive_cont .SearchNaviView .BukkenNumPerPage,
	.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .BukkenNumPerPage {
		margin-right: 0;
		margin-bottom: 5vw;
		width: 100%;
		display: block;
	}

	.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span,
	.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span {
		width: 8vw;
		height: 8vw;
		line-height: calc(8vw - 2px);
		font-size: 3.2vw;
		padding: 0.3vw 0;
	}

	.bukken_archive_page .bukken_archive_cont .SearchNaviView .list_pre_button input[type=button],
	.bukken_archive_page .bukken_archive_cont .SearchNaviView .list_next_button input[type=button],
	.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_pre_button input[type=button],
	.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_next_button input[type=button] {
		width: 10vw;
		height: 8vw;
		line-height: calc(8vw - 2px);
		font-size: 3.2vw;
		padding: 0.3vw 0;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult {
		margin: 10vw 0;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box {
		padding: 3.5vw 3.5vw 4vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box+.bukken_archive_box {
		margin-top: 5vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box {
		display: block;
		margin-bottom: 2.5vw;
		padding-bottom: 2.5vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box {
		column-gap: 2vw;
		margin-right: 0;
		margin-bottom: 2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .cat,
	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .flag_icon_new {
		padding: 1.5vw 3vw;
		font-size: 3.2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .name {
		font-size: 4.2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box {
		display: block;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .img {
		width: 100%;
		margin-right: 0;
		height: 62vw;
		margin-bottom: 4vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box {
		display: block;
		padding-bottom: 2vw;
		border-bottom: 1px solid #ccc;
		font-size: 3.4vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box+.data_box {
		margin-top: 2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .label {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price {
		font-size: 4vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price .man {
		font-size: 3.4vw;
		margin-left: 0.5vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap {
		flex-wrap: nowrap;
		margin-top: 2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap+.data_wrap {
		margin-top: 2vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box {
		width: 50%;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box+.data_box {
		margin-left: 2.5vw;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap {
		margin-top: 4vw;
		gap: 0;
		justify-content: space-between;
	}

	.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap a {
		width: 40vw;
		line-height: 10vw;
		font-size: 3.8vw;
		margin: 0 auto;
	}

	/* 物件詳細 */
	#bukken_single_page .bukken_intro_block {
		margin-bottom: 10vw;
	}

	#bukken_single_page .bukken_intro_block .top_ttl_box {
		padding: 2vw 3vw;
		margin-bottom: 4vw;
	}

	#bukken_single_page .bukken_intro_block .top_ttl_box .ttl {
		font-size: 4.5vw;
	}

	#bukken_single_page .bukken_intro_block .cat_box {
		column-gap: 2vw;
		margin-right: 0;
		margin-bottom: 6vw;
	}

	#bukken_single_page .bukken_intro_block .cat_box .cat,
	#bukken_single_page .bukken_intro_block .cat_box .flag_icon_new {
		padding: 1.5vw 3vw;
		font-size: 3.2vw;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box {
		display: block;
		padding-bottom: 2vw;
		border-bottom: 1px solid #ccc;
		font-size: 3.4vw;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box+.data_box {
		margin-top: 2vw;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box .label {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2vw;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap {
		width: 100%;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price {
		font-size: 4vw;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price .man {
		font-size: 3.4vw;
		margin-left: 0.5vw;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn {
		width: 17vw;
		margin-top: 2vw;
		padding: 1vw 0;
	}

	#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn::before {
		margin-right: 1vw;
		width: 4vw;
		height: 4vw;
	}

	#bukken_single_page .bukken_intro_block .btn_wrap {
		margin-top: 4vw;
		gap: 4vw;
		justify-content: center;
	}

	#bukken_single_page .bukken_intro_block .btn_wrap a {
		width: 44vw;
		line-height: 10vw;
		font-size: 3.8vw;
	}

	#bukken_single_page .catch_text_box {
		padding-bottom: 8vw;
	}

	#bukken_single_page .catch_text_box .cont {
		padding: 6vw 3.5vw;
		display: block;
	}

	#bukken_single_page .catch_text_box .cont .ttl_box {
		margin-bottom: 3.5vw;
		margin-right: 0;
	}

	#bukken_single_page .catch_text_box .cont .ttl_box .icon {
		width: 5vw;
		margin-right: 2.5vw;
	}

	#bukken_single_page .catch_text_box .cont .ttl_box .ttl {
		font-size: 5.2vw;
	}

	#bukken_single_page .catch_text_box .cont .text_box {
		font-size: 3.5vw;
	}

	#bukken_single_page .open_house_text_block {
		padding: 5vw 3.5vw;
	}

	#bukken_single_page .open_house_text_block .text_box .type {
		padding: 1.5vw 3.5vw;
		font-size: 3.4vw;
		margin-bottom: 2vw;
	}

	#bukken_single_page .open_house_text_block .text_box .catch_copy {
		font-size: 3.5vw;
		margin-bottom: 1vw;
	}

	#bukken_single_page .open_house_text_block .text_box .comment {
		font-size: 3.5vw;
		margin-bottom: 1vw;
	}

	#bukken_single_page .open_house_text_block .text_box .date {
		font-size: 3.4vw;
		margin-bottom: 0.5vw;
	}

	#bukken_single_page .open_house_text_block .text_box .time {
		font-size: 3.4vw;
	}

	#bukken_single_page .img_slider_block {
		margin-bottom: 10vw;
		background-color: #f6f5ef;
		padding: 5vw 0;
	}

	#bukken_single_page .img_slider_block .slide_wrap {
		padding: 0;
		background-color: transparent;
	}

	#bukken_single_page .img_slider_block .slide_wrap .main_slider {
		width: 100%;
		margin: 0 auto 3vw;
	}

	#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide {
		width: 90vw;
		height: 50vw;
		margin: 0 2vw;
	}

	#bukken_single_page .img_slider_block .slide_wrap .sub_slider {
		width: 100%;
	}

	#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide {
		width: 100px;
		height: 20vw;
	}

	#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide+li {
		margin-left: 2vw;
	}

	#bukken_single_page .bukken_common_ttl {
		padding-left: 3.5vw;
		font-size: 4vw;
	}

	#bukken_single_page .bukken_outline_sec {
		margin-bottom: 10vw;
	}

	#bukken_single_page .bukken_outline_sec .bukken_common_ttl {
		margin-bottom: 3vw;
	}

	#bukken_single_page .bukken_outline_sec .data_block .data_column {
		display: block;
	}

	#bukken_single_page .bukken_outline_sec .data_block .data_box {
		font-size: 3.4vw;
	}

	#bukken_single_page .bukken_outline_sec .data_block .data_box .label {
		width: 30%;
		margin-right: 1vw;
		padding: 1.5vw 2vw;
	}

	#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap {
		padding: 1.5vw 1vw;
	}

	#bukken_single_page .bukken_environment_sec {
		margin-bottom: 10vw;
	}

	#bukken_single_page .bukken_environment_sec .bukken_common_ttl {
		margin-bottom: 5vw;
	}

	#bukken_single_page .bukken_environment_sec .property_list {
		gap: 6vw 0;
	}

	#bukken_single_page .bukken_environment_sec .property_list::after {
		content: none;
	}

	#bukken_single_page .bukken_environment_sec .property_list .property-list__item {
		width: 48%;
	}

	#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_type {
		padding: 1vw 2.5vw;
		font-size: 3vw;
		margin-bottom: 2.5vw;
	}

	#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_title {
		font-size: 3.8vw;
		margin-bottom: 1vw;
		margin-top: 3.5vw;
	}

	#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_distance {
		font-size: 3.3vw;
		margin-bottom: 1vw;
	}

	#bukken_single_page .bukken_environment_sec .property_list .property-list__item .property-list_comment {
		font-size: 3.1vw;
	}

	#bukken_single_page .bukken_recommend_sec {
		margin-bottom: 10vw;
	}

	#bukken_single_page .bukken_recommend_sec .bukken_common_ttl {
		margin-bottom: 2.5vw;
	}

	#bukken_single_page .bukken_viewed_sec .bukken_common_ttl {
		margin-bottom: 2.5vw;
	}

	/* 保存した検索条件 */
	#saved_page .saved_list_block .top_text {
		font-size: 3.5vw;
		margin-bottom: 7vw;
	}

	#saved_page .saved_list_block .search_condition_saved_view table tr {
		border-bottom: 6vw solid #fff;
	}

	#saved_page .saved_list_block .search_condition_saved_view table td {
		padding: 2vw 3.5vw;
		width: 100%;
		display: block;
	}

	#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each {
		width: 100%;
	}

	#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete {
		width: 100%;
	}

	#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete a {
		width: 80%;
		line-height: 10vw;
		font-size: 3.5vw;
	}

	/* ログイン */
	#login_page .login form .block+.block {
		margin-top: 2vw;
	}

	#login_page .login .guide_text {
		font-size: 3.6vw;
		margin-bottom: 6vw;
	}

	#login_page .login form span {
		display: block;
		margin-right: 0;
		margin-bottom: 2vw;
	}

	#login_page .login form input[type=text],
	#login_page .login form input[type=password] {
		width: 100%;
		height: 7vw;
		vertical-align: initial;
	}

	#login_page .login form input[type=submit] {
		margin: 5vw auto 0;
	}

	#login_page .login form input[type=submit],
	#login_page .login form a {
		padding: 0 3vw;
		height: 7vw;
		border-radius: 4px;
	}

	#login_page .login form a {
		display: inline-block;
		line-height: calc(7vw - 2px);
		margin-top: 2vw;
	}

	#login_page .logined .name {
		margin-bottom: 5vw;
	}

	#login_page .logined .btn_wrap a {
		width: 100%;
		height: 12vw;
		line-height: 12vw;
		font-size: 4vw;
		padding: 0 3.5vw;
		margin: 1.5vw auto;
	}

	.form_page .form_block .form_wrap .LoginView .LoginInputBox .login_view_notice {
		font-size: 4vw;
		margin-bottom: 3vw;
	}

	.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputValue {
		margin: 0 auto 3vw;
		width: 100%;
	}

	.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputValue input::placeholder {
		font-size: 3.8vw;
	}

	.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginButton input {
		width: 100%;
		padding: 3vw 0;
		font-size: 4vw;
		margin: 7vw auto 0;
	}

	.form_page .form_block .form_wrap .LoginView .NoLoginBox {
		margin-top: 3vw;
		gap: 2vw;
	}

	.form_page .form_block .form_wrap .LoginView .NoLoginBox input {
		padding: 1vw 4vw;
		font-size: 3.6vw;
	}

	.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputValue input {
		padding: 3vw 1vw;
		line-height: 1;
	}

	/* detail */
	.page_login_member #bukken_for_member_only {
		font-size: 3.4vw;
		margin-bottom: 3vw;
		padding: 0 5vw;
	}

	.page_login_member .LoginView .LoginInputBox .LoginInputValue {
		margin: 0 auto 3vw;
		width: 90%;
	}

	.page_login_member .LoginView .LoginInputBox .LoginButton input {
		width: 90%;
		padding: 3vw 0;
		font-size: 3.8vw;
		margin: 5vw auto 0;
	}

	.page_login_member .LoginView .LoginInputBox .login_view_notice {
		font-size: 3.8vw;
		margin: 0 5vw 3vw;
	}

	.page_login_member .LoginView .NoLoginBox {
		margin: 3vw 5vw 0;
		gap: 1vw;
	}

	.page_login_member .LoginView .LoginInputBox .LoginInputValue input {
		padding: 2vw 1vw;
		line-height: 1;
	}

	.LoginView .PasswordReissue {
		text-align: center;
		margin-top: 5px;
	}

	.page_login_member .LoginView .LoginInputBox .LoginInputTitle {
		font-size: 3.8vw;
		margin: 0 5vw 3vw;
	}

	.form_page .form_block .form_wrap form #FormPrivacy {
		margin-top: 8vw;
	}

	.form_page .form_block .form_wrap form .FormBukken {
		margin-bottom: 15vw;
		width: 100%;
	}

	.form_page .form_block .form_wrap form .FormBukken>tbody>tr+tr th {
		margin-top: 5vw;
		margin-bottom: 3vw;
	}

	.form_page .form_block .form_wrap form .FormBukken>tbody>tr>th {
		padding-left: 3.5vw;
		border-left: 1px solid var(--base-main-color);
		font-size: 4.2vw;
	}

	.form_page .form_block .form_wrap form .FormBukken>tbody>tr>th,
	.form_page .form_block .form_wrap form .FormBukken>tbody>tr>td {
		display: block;
		width: 100%;
		margin-bottom: 4vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach {
		width: 100%;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach tr {
		display: block;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach tr+tr {
		margin-top: 7vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach th,
	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
		display: block;
		width: 100%;
		padding-top: 0;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
		padding: 0;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenCount {
		font-size: 5.5vw;
		width: 100%;
		margin-bottom: 2vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg {
		margin-bottom: 3vw;
		padding: 3.5vw;
		border: 1px solid #1A1311;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg img {
		max-height: 40vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenKind {
		padding: 1.5vw 3vw;
		font-size: 3.2vw;
		margin-bottom: 1vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenName {
		font-size: 4.2vw;
		margin-bottom: 2vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAddress,
	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAccess,
	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenLand,
	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenFloor,
	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenID {
		font-size: 3.4vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice {
		font-size: 5vw;
		margin-bottom: 1vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice .man {
		font-size: 3.4vw;
		margin-left: .5vw;
	}

	.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach input[type="button"] {
		width: 50%;
		height: 8vw;
		font-size: 3.8vw;
		margin: 3vw auto 0;
		display: block;
	}

	/* 詳細ページyoutube,パノラマ */
	#bukken_single_page .pano_sec_box .pano>*,
	#bukken_single_page .movie_sec_box .movie iframe {
		width: 90vw;
		height: auto;
		aspect-ratio: 16/9;
		margin: 12vw auto 5vw;
	}

	#bukken_single_page .img_slider_block .slide_wrap .main_grid_img li .caption {
		display: none;
	}

	#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a .caption {
		padding: 1.5vw 3vw;
		font-size: 3.2vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}

}