/* CSS Document */

@charset "utf-8";

#isthin {
	width: 1px;
	height: 0px;
}

/* デバッグ用 */
pre.debug:nth-child(even) {
	margin: 0;
	background: #e57ea4;
}

pre.debug:nth-child(odd) {
	margin: 0;
	background: #a4e57e;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
{
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a {
	text-decoration: none;
	color: #42ae9b;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #42ae9b;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
	text-decoration: none;
}

a.text {
	color: #42ae9b;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

img {
	max-width: 100%;
}

table {
	width: 100%;
}

p {
	word-wrap: break-word;
}

button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}


/* ここまでリセット */
@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"),url("../fonts/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"),url("../fonts/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/YakuHanJP-Light.woff2") format("woff2"),url("../fonts/YakuHanJP-Light.woff") format("woff");
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
					url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
	font-display: swap;
}

html,
body {
	font-size: 13px;
	line-height: 1.6;
	height: 100%;
	color: #444444;
}

body {
	margin: 0;
	background: #FFF;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	font-family:'YakuHanJP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, select
{
	font-weight: 500;
	letter-spacing: .05em;
	/*line-height: 1.9;*/
}

.visible_phone {
	display: none !important;
}

.visible_tablet {
	display: none !important;
}

.hidden_desktop {
	display: none !important;
}

.visible_desktop {
	display: inherit !important;
}


/*カーソルをポインターにする*/

.mr_mansion_mail_send {
	cursor: pointer;
}


/**************************************
/ フォーム
**************************************/


/* input */

.text_input {
	border: 0;
	padding: 10px;
	font-size: 13px;
	font-family: inherit;
	color: #333;
	border: solid 2px #7DD4DB;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF!important;
}

.selectbox {
	box-sizing: border-box;
	border: 0;
	padding: 5px;
	font-size: 13px;
	font-family: inherit;
	color: #333;
	border: solid 2px #7DD4DB;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	/* Chrome, Saf
	box-sizing: border-box;         /* IE8+, Opera */
}

.button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #42ae9b;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 1;
	margin: 10px auto;
	padding: 12px 30px;
	text-align: center;
}

.button:hover {
	background: #4C9EBF;
	text-decoration: none;
}

/* フッターに使ってる */
.button.c1{
	font-size: 13px;
}


/**************************************
/ レスポンシブフォーム
**************************************/

.form_responsive_area {}

.fra_bg {
	background: #DDD;
	padding: 7px;
}

.fra_info_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.fra_info_sub_title {
	font-size: 14px;
	font-weight: bold;
	background: #f6f6f6;
	padding: 5px;
	margin-bottom: 5px;
}

.fra_info_box {
	margin-bottom: 10px;
}

.fra_info_box b {
	color: #FF0000;
}

.fra_attention_box div {
	font-weight: bold;
	color: #d00;
	padding: 5px;
	background: #fcc;
	margin-bottom: 3px;
}

.error_style {
	font-weight: bold;
	color: #d00;
	padding: 2px;
}

.fra_item {
	margin-bottom: 10px;
	background: #FFF;
}

.frai_A {
	width: 29%;
	margin: 0 auto;
	float: left;
	text-align: center;
	padding-right: 1%;
	vertical-align: middle;
}

.frai_B {
	width: 70%;
	float: right;
	background: #FFF;
	vertical-align: middle;
}

.frai_A .info1 {}

.frai_A .info2 {
	margin-top: 5px;
}

.frai_A .info3 {
	margin-top: 4px;
}

.frai_B .form1 {
	margin-top: 8px;
}

.frai_B .form2 {}

.frai_B .form3 {}


/*インプットフォームの長さ*/

.xxxx-short {
	width: 30px;
}

.xxx-short {
	width: 50px;
}

.xx-short {
	width: 100px;
}

.x-short {
	width: 150px;
}

.ti_short {
	width: 200px;
}

.ti_medium {
	width: 300px;
}

.ti_large {
	width: 400px;
}

.ti_full {
	width: 100%;
}


/**************************************
/ アコーディオンメニュー
**************************************/

.accordion {
	width: 100%;
	float: left;
}

.accordion a.acc_heading {
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 12px 10px 12px 32px;
	margin-top: 0;
	text-decoration: none;
	color: #FFF;
	/*background-color: #334455;*/
	/*background:#334455 url(../img/common/collapsed.gif) no-repeat scroll center right;*/
	background: #72AED6 url(../img/common/acc_icon_close_w@2x.png) no-repeat scroll center left;
	background-size: 26px 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #999;
	word-wrap: break-word;
	line-height: 1.35;
}

.accordion a.acc_heading:hover {
	background-color: #A6D8DE;
	color: #33495F;
}

.accordion a.acc_heading.selected {
	color: #334455;
	background: #7DD4DB url(../img/common/acc_icon_open_b@2x.png) no-repeat scroll center left!important;
	background-size: 26px 18px!important;
}

.accordion div.acc_inner {
	padding: 1%;
	background-color: #EEE;
}

.acc_close_w {
	background: transparent url(../img/common/acc_icon_close_w@2x.png) no-repeat scroll center left!important;
	background-size: 26px 18px!important;
}

.acc_open_w {
	background: transparent url(../img/common/acc_icon_open_w@2x.png) no-repeat scroll center left !important;
	background-size: 26px 18px!important;
}

.acc_close_b {
	background: transparent url(../img/common/acc_icon_close_b@2x.png) no-repeat scroll center left!important;
	background-size: 20px 14px!important;
}

.acc_open_b {
	background: transparent url(../img/common/acc_icon_open_b@2x.png) no-repeat scroll center left !important;
	background-size: 20px 14px!important;
}


/*ログイン後の設定ボタン*/

#login_icon {
	width: 42px;
	height: 25px;
	position: relative;
	z-index: 1000;
}

#login_icon ul li {
	float: left;
	height: 25px;
	margin: 0!important;
	padding: 0!important;
}

#login_icon li ul {
	display: none;
	position: absolute;
	top: 25px;
	padding: 0;
	background: #eee;
	border: solid 1px #ccc;
	z-index: 100;
}

#login_icon li ul.icon_setting {
	right: 0px;
	width: 145px;
}

#login_icon li ul li {
	margin: 0;
	padding: 0;
	border: none;
	height: 40px;
}

#login_icon li ul li a {
	display: block;
	height: 28px;
	margin: 2px;
	padding-top: 6px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle!important;
	color: #0A68CD;
}

#login_icon li ul.icon_setting li a {
	width: 139px;
}

#login_icon li ul li a:hover {
	background: #999;
	color: #fff;
}


/**************************************
/ Header
**************************************/

#header {
	width: 1240px;
	margin: 0 auto;
	position: relative;
	z-index: 998;
}

#headerMainArea {
	min-width: 1240px;
	max-width: 1300px;
	margin: 0px auto;
	text-align: center;
}

#header a:link {
	text-decoration: none;
}

#header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header a:active {
	text-decoration: none;
}


/*ロゴ*/
.logo_area {
	float: left;
	height: 70px;
}

.logo_area .hd_logo {
	float: left;
	margin-top: 11px;
	margin-right: 6px;
}

.logo_area .hd_logo img {
	width: 160px;
	height: auto;
}

.logo_area .hd_no1_logo {
	width: 70px;
	height: 70px;
}


/*
ステータス
------------------------------------------------------*/
/* トップ用グローバルナビ＞ステータス status_for_header */

.status_for_header {
	float: right;
	margin-top: 3px;
	margin-left: 5px;
}
.status_for_header .status_wrap{
	background: #f5f5f5;
	border-radius: 10px 8px 8px 10px;
	color: #fff;
	width: 235px;
}

.status_for_header .status-user{
	background: #465E75;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	float: left;
	width: 80px;
	height: 64px;
}

.has_first_view_page .status_for_header .status-user{
	background: #334455;
}

.status_for_header .status-user .user-text {
	display: block;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 1px;
	letter-spacing: -1px;
	white-space: nowrap;
}

.status_for_header .status-user .user-icon {
	font-size: 13px;
	font-weight: bold;
	background: #597795;
	display: block;
	padding: 3px;
	-ms-border-radius: 50%;
	border-radius: 50%;
	height: 33px;
	width: 33px;
	line-height: 33px;
	margin: 0 auto;
}

.has_first_view_page .status_for_header .status-user .user-icon{
	background: #506B85;
}

.status_for_header .status-user .user-icon i {
	font-size: 21px;
	font-weight: bold;
	line-height: 31px;
}

.status_for_header .status-user .user-setting {
	display: block;
}

.status_for_header .status-user .user-panel{
	display: none;
	background: #f5f5f5;
	border-radius: 0 0 8px 8px;
	width: 235px;
	/*↓common.css 311行目でコメントアウトで無効化されているline-heightを
	　中古とメニュー縦幅を合わせるため追記*/
	line-height: 1.9;
}

.status_for_header .user-panel .user-nickname{
	background:#334455;
	font-size: 10px;
	padding: 6px;
}

.status_for_header .user-panel .user-nickname .nickname{
	font-size: 11px;
	margin:0 2px;
}

.status_for_header .user-panel ul.icon_setting {
	padding: 0;
	position: relative;
	border-radius: 0 0 8px 8px;
	z-index: 9999;
}

.status_for_header .user-panel ul.icon_setting li a{
	background: #f5f5f5;
	border-top: 1px solid #E0E3E5;
	color: #334455;
	display: block;
	font-size: 13px;
	letter-spacing: .03em;
	padding: 0.5em 0.5em 0.5em 1em;
	text-align:center;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.status_for_header .user-panel ul.icon_setting li:last-child a{
	border-radius: 0 0 8px 8px;
}

.status_for_header .user-panel ul.icon_setting li a:hover{
	background: #EAECED;
}

.status_for_header .user-panel ul.icon_setting li a:before {
	content: "＞";
	color:inherit;
	position: absolute;
	left : 1em;
}

.status_for_header .status-viewpage{
	float: right;
	width: 155px;
	padding-top: 3px;
}

.status_for_header .list-viewpage li{
	display: block;
}

.status_for_header .list-viewpage .viewpage_button{
	color: #4A627A;
	cursor: pointer;
	font-size: 11px;
	display: block;
	letter-spacing: .03em;
	line-height: 19px;
	height: 19px;
	text-align: left;
	position: relative;
	padding-left: 22px;
}

.status_for_header .list-viewpage .viewpage_button:before {
	content: "・";
	color:inherit;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	left: 5px;
	width: 15px;
	text-align: center;
	height: 18px;
	line-height: 18px;
}

.status_for_header .list-viewpage .favorite .viewpage_button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f004";
}

.status_for_header .list-viewpage .mypage .viewpage_button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f007";
	font-weight: 600;
}

.status_for_header .list-viewpage .history .viewpage_button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ad";
}

.list-viewpage .about_mr .viewpage_button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f059";
	top: 1px;
}

.status_for_header .list-viewpage .howto .viewpage_button--parent:before {
	content: "";
	width: 11px;
	height: 14px;
	background: transparent url(../../images/common/gnav_icon_wakaba.png) no-repeat right center / contain;
	position: absolute;
	left: 7px;
	top: 3px;
}

.status_for_header .list-viewpage .howto .viewpage_button:hover:before {
	opacity: 0.85;
}

.status_for_header .list-viewpage .viewpage_button .kerning_s {
	font-feature-settings: "palt";
}

.status_for_header .list-viewpage .viewpage_cnt{
	color:#334455;
	font-weight: bold;
	font-size: 12px;
	margin: 0 2px;
	line-height: initial;
}

.status_for_header .list-viewpage .viewpage_button:hover,
.status_for_header .list-viewpage .viewpage_button:hover .viewpage_cnt {
	color: #6684A3;
}

.status_for_header .list-viewpage .viewpage_button.logout_mypage_txt{
	font-size: 14px;
}

/* 可変通知 */
.status_for_header .type_notice {
	position: relative;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.status_for_header .type_notice .notice {
	position: absolute;
	top: 1px;
	left: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	background: #42ae9b;
	border-radius: 10px;
	min-width: 17px;
	padding: 0 3px;
	margin-left: 3px;
	box-sizing: border-box;
}

.status_for_header .type_notice .notice.notice_mypage_icon {
	top: auto;
	bottom: 3px;
	left: calc(100% - 29px);
}

.status_for_header .type_notice .notice_text {
	position: absolute;
	top: 3px;
	left: calc(100% - 7em);
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	background: #42ae9b;
	border-radius: 2px;
	padding: 3px 5px;
	box-sizing: border-box;
}

.status_for_header .type_notice .notice_text:before {
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	border-color: transparent #42ae9b transparent transparent;
}

/*グロナビ右端メニューのプルダウン　※現在「マンションレビューとは」のみ*/
.viewpage_parent_menu {
	position: relative;
	/* z-index: 900; */
}

.viewpage_parent_menu ul.viewpage_child_list {
	display: none;
	position: absolute;
	left: 0;
	width: 155px;
	padding-top: 4px;
}

.viewpage_parent_menu ul.viewpage_child_list li {
	margin: 0;
	border: none;
}

.viewpage_parent_menu ul.viewpage_child_list li a {
	color: #fff!important;
	padding: .8em 0;
	background: rgba(51, 68, 85, 0.8);
	line-height: 1.5;
}

.viewpage_parent_menu ul.viewpage_child_list li a:hover {
	background: #334455;
}

.viewpage_parent_menu ul.viewpage_child_list li a.viewpage_button {
	padding-left: 13px;
	letter-spacing:-.01em;
}

.viewpage_parent_menu ul.viewpage_child_list li a.viewpage_button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	top: 16px;
	left: 0px;
	line-height: 7px;
	font-size: 7px;
}
/*グロナビ右端メニューのプルダウンここまで*/

.header {
	width: 100%;
	background: #334455;
	position: relative;
	z-index: 10;
	height: 50px;
	min-width: 1150px;
}

.header_container {
	max-width: 1110px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}

.logo {
	float: left;
	padding-top: 4px;
}

.header_container .logo img{
	width:183px;
	height:43px;
}

#header_nav {
	float: right;
}

.globalnav {
	padding-top: 14px;
}

.globalnav li {
	float: left;
	margin-right: 8px;
}

.globalnav li a {
	color: #FFF;
}

.globalnav li a:hover {
	color: #FFF;
}

#spnav_toggle {
	display: none;
}

.wrap_regist_area {
	width: 600px;
	margin-bottom: 5px;
}


/*
.header_init
.header_change
スクロール後固定されるヘッダーにする（JSがらみ部分）
*/
/* 初期ヘッダーの設定 */
.header_init {
	background-color: transparent;
	position: relative;
	width: 100%;
	z-index: 9999;
	min-width: 1200px;
}

.header_init .header_wrap {
	position: relative;
	width: 100%;
	min-width: 1240px;
	padding-bottom: 2px;
	display: block;
	z-index: 9999;
	background: rgba(255,255,255, .7);
	border-bottom: 1px solid #e0e7ef;
}

.header_change {
	background-color: transparent;
	justify-content: space-between;
	transition: .5s;
	display: block;
	position: fixed;
	width: 100%;
	top: -95px;
	z-index: 10000;
	background: rgba(51, 68, 85, 0.9);
	-webkit-box-shadow: 0 2px 20px 0 rgba(4, 0, 0, 0.1);
	box-shadow: 0 2px 20px 0 rgba(4, 0, 0, 0.1);
}

.header_change.show {
	top: 0;
	flex-direction: column;
}


/*
.fixed_header
スクロール後固定される薄いヘッダー
*/
.fixed_header {
	display: block;
	width: 100%;
	min-width: 1240px;
	max-width: 1300px;
	margin: 0 auto;
}

/* ロゴ */
.fixed_header .light_logo{
	float: left;
	width: 200px;
	padding-left: 10px;
}

.fixed_header .light_logo .mr_mini_logo {
	height: 30px;
	width: auto;
	padding: 0 .5em;
	display: inline-block;
	vertical-align: top;
}

.fixed_header .light_logo a:hover {
	text-decoration: none;
}

.fixed_header .light_logo .site_name {
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}


/* メニュー領域 */
.fixed_header .light_gnav_wrap{
	float: right;
}

/* メニュー本体 */
.light_gnav li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
}

.light_gnav li > * {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/* 各メニュー幅 */

.light_gnav .light_gnav_item{
	width: 120px;
}
.light_gnav .light_gnav_item-kau_kariru{
}
.light_gnav .light_gnav_item-uru_kasu{
}
.light_gnav .light_gnav_item-ranking{
	width: 200px;
}
.light_gnav .light_gnav_item-knowhow{
}
.light_gnav .light_gnav_item-howto{
}
.light_gnav .light_gnav_item-kuchikomi{
	width: 225px;
	position: relative;
}

.light_gnav .light_gnav_item-login,
.light_gnav .light_gnav_item-search,
.light_gnav .light_gnav_item-mypage{
	width: 45px;
}

.light_gnav .light_gnav_item-mypage .fa-user{
	color: #fff;
}

.light_gnav .light_gnav_item-kuchikomi > .parent_item:first-child::after {
	font-family: "Font Awesome 5 Free";
	content: "\f303";
	line-height: 30px;
	font-weight: 900;
	padding-left: 0.25em;
	color: #fff;
}

.light_gnav .light_gnav_item-kuchikomi.badge-one {
	--badge-count: '1';
}

.light_gnav .light_gnav_item-kuchikomi.not_posted_review_icon,
.light_gnav .light_gnav_item-kuchikomi.not_posted_review_station_icon {
	width: 265px;
}

.light_gnav .light_gnav_item-kuchikomi.not_posted_review_icon:before,
.light_gnav .light_gnav_item-kuchikomi.not_posted_review_station_icon:before {
	content: "1";
	position: absolute;
	top: 7px;
	right: 30px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #42ae9b;
	border-radius: 20px;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.light_gnav .light_gnav_item-kuchikomi .child_list .not_posted_review_icon:before,
.light_gnav .light_gnav_item-kuchikomi .child_list .not_posted_review_station_icon:before {
	content: '1';
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #42ae9b;
	border-radius: 20px;
	line-height: 1.5;
	text-align: center;
	font-size: 10px;
}

.light_gnav .light_gnav_item-search a {
	display: block;
}

.light_gnav .light_gnav_item-search img {
	height: 12px;
	display: inline-block;
	margin-top: 8px;
}


.light_gnav li .parent_item {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	width: 100%;
}
.light_gnav ul.child_list li {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	width: 200px;
}


/* リストをホバーしたらclass="hover"を追加 */
.light_gnav li.hover .parent_item {
	background: #334455;
}

.light_gnav li ul.child_list {
	background: transparent;
	display: none;
	left: calc(50% - 100px);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 9999;
	text-decoration: none;
	width: 100%;
}

.light_gnav li.hover ul.child_list {
	display: block;
	width: 100%;
}

.light_gnav ul.child_list a {
	background: rgba(51, 68, 85, 0.9);
	color: #fff;
	display: block;
	min-width: inherit;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	box-sizing: border-box;
}

/*「口コミ閲覧可能期間」メニューは2行分の縦幅に*/
.light_gnav ul.child_list.icon_setting li.review_read_period_link a {
	line-height: 18px;
	height: 50px;
	padding-top: 8px;
}

.light_gnav ul.child_list a:hover {
	background: #334455;
	color: #ffdfbb;
}

/* 可変通知 */
.light_gnav .type_notice {
	position: relative;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.light_gnav .type_notice .notice {
	position: absolute;
	top: 1px;
	left: 100%;
	color: #FFF;
	/* font-weight: bold; */
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	background: #42ae9b;
	border-radius: 10px;
	min-width: 14px;
	min-height: 14px;
	padding: 0 3px;
	margin-left: 3px;
	box-sizing: border-box;
}

/*
 ヘッダーグロナビ内及び、追従ヘッダー：物件検索フォーム
  .header_bukken_search_form
------------------------------------------------------*/
.header_bukken_search_form {
	position: absolute;
	width: 100%;
	background: rgba(51, 68, 85, .85);
}

/* ヘッダーグロナビから */
.header_init .header_bukken_search_form {
	/* top: -95px; */
	/* キャンペーン終了時元に戻す↑ */
	top: -500px;
}

.header_init .header_bukken_search_form.is-show {
	top: initial;
}

/* 追従ヘッダーから */
.header_change .header_bukken_search_form {
	bottom: 31px;
}

.header_change .header_bukken_search_form.is-show {
	bottom: initial;
}


.header_bukken_search_form form {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

.header_bukken_search_form form .text_input {
	-webkit-appearance: none;
	appearance: none;	width: 460px;
	margin: 0.3em;
	padding: 5px;
	border: solid 2px #42ae9b;
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-size: 16px;
	line-height: 1.9;
	vertical-align: middle;
}

.header_bukken_search_form form input.js_input_error {
	border: solid 2px #d00;
	background:#fbe8e8;
}

.header_bukken_search_form form input::-webkit-input-placeholder,
.header_bukken_search_form form input::placeholder {
	color: #ddd;
}

.header_bukken_search_form form .mv_cross {
	vertical-align: middle;
	line-height: 1;
	height: 35px;
	font-size: 35px;
	color: #fff;
}

.header_bukken_search_form form .selectbox {
	-webkit-appearance: none;
	appearance: none;
	width: 175px;
	margin: 0.3em;
	padding: 5px 10px;
	/* 背景の矢印画像(form-css-arrow.png)は、中古MRより参照 */
	background: #fff url(/images/common/form-css-arrow.png) no-repeat center right 10px/16px 16px;
	border: solid 2px #42ae9b;
	font-size: 16px;
	border-radius: 0;
	color: #222;
	font-weight: 500;
	line-height: 1.9;
	cursor: pointer;
	vertical-align: middle;
}

.header_bukken_search_form form .selectbox.js_input_error {
	border: solid 2px #d00;
	background:#fbe8e8;
}

.header_bukken_search_form form .selectbox:focus,
.header_bukken_search_form form .text_input:focus {
	box-shadow: none;
	outline: none;
}

.header_bukken_search_form form .cta_button_a {
	display: inline-block;
	padding: 9px 25px;
	line-height: 1;
	margin: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #42ae9b;
	font-size: 16px;
	vertical-align: middle;
}

.header_bukken_search_form form .cta_button_a:hover {
	background: #4c9ebf;
}

.header_bukken_search_form form .cta_button_a .img_mushimegane {
	width: 24px;
}

.header_bukken_search_form form .button_close_search_form {
	position: absolute;
	right: 0;
	top: 8px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #465e75;
	border-radius: 2px;
	line-height: 1;
	color: #465e75;
	font-size: 16px;
	text-align: center;
}


/**************************************
/ SubHeader
**************************************/

.sub_header {
	z-index: 9;
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #CCC;
	position: relative;
	min-width: 1150px;
}


/* サブメニューがこの位置に来たらというもの { */
.sub_header.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	transition: .3s;
	transform: translateY(-500px);
}
.sub_header.clone-nav .sub_nav a {
	font-size:11px;
}
.sub_header.is-show {
	z-index: 999;
	padding-top: 30px;
	transform: translateY(0);
}
/* } サブメニューがこの位置に来たらというもの*/


.sub_header_container {
	max-width: 1110px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}

.sub_navigation {}

.sub_navbar {
	height: 35px;
}

.sub_nav {
	text-align:left;
}

.sub_nav li {
	display: inline-block;
	margin-right:30px;
}

.sub_nav a {
	font-size: 13px;
	line-height: 35px;
}

.bt_sub_menu_kutikomi {
	float: left;
	margin: 8px 0px 5px 8px !important;
}

.bt_sub_menu_kutikomi a {
	width: 96px;
}


/* サブメニューの移動先マージン調整 */

.sub_nav_id_link {
	padding-top: 50px;
}

/**************************************
/ hd_fav_area
**************************************/

.hd_fav_area {
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}


/* お気に入り賃貸ボタン */

.hd_fav_area .bt_header_fav {
	padding-left: 16px;
	padding-top: 13px;
	background: url(../img/common/bt_header_fav_off.gif) center top;
	width: 74px;
	height: 44px;
	color: #FF6600;
	font-size: 26px;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}

.hd_fav_area .bt_header_fav:hover {
	background-position: bottom;
}

.hd_fav_area .bt_header_fav.zero:hover {
	background-position: top;
	cursor: default;
}

/**************************************
/ main_visual
**************************************/

.main_visual {
	background: #FFF url("../img/top/main_visual_bg.jpg") no-repeat top center;
	width: 100%;
	min-width: 1150px;
	height: 577px;
	clear: both;
	position: relative;
	/*z-index: 10;*/
}

.main_visual_container {
	padding-top: 140px;
	max-width: 1110px;
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
}

.mvc_title {
	color: #345;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .05em;
	text-shadow: #fff 0 0 6px, #fff 0 0 12px, #fff 0 0 20px;
}

.mvc_sub_title {
	margin: 1.5em auto;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 1.75;
	text-shadow: #000 0 0 3px, #000 0 0 9px;
}

.mvc_search_box {
	text-align: center;
	height: auto;
	margin: auto;
}

.mvc_search_box p {
	color: #333;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
}

.mvc_search_box button {
	height: 38px;
	padding: 0 25px;
	margin: 0 0 0 10px;
	font-size: 16px;
}

.mvc_search_box .form-icon {
	display: inline-block;
	width: 520px;
	position: relative;
}

.mvc_search_box .form-icon::before {
	display: inline-block;
	position: absolute;
	top: 52%;
	left: 10px;
	transform: translateY(-52%);
	color: #42ae9b;
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f002';
}

.mvc_search_box .mv_input {
	width: 100%;
	padding: 5px 5px 5px 35px;
	border: solid 2px #42ae9b;
	border-radius: unset;
	font-size: 16px;
	line-height: 1.9;
	box-sizing: border-box;
}

.mvc_search_box .mv_input::-webkit-input-placeholder,
.mvc_search_box .mv_input::placeholder {
	color: #ddd;
}


/**************************************
/ page_content
**************************************/

.page_content {
	width: 100%;
	clear: both;
	z-index: 0;
	min-width: 1150px;
}

.page_content_container {
	width: 1110px;
	margin: 0px auto;
}

div.box {
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5～7*/
	/zoom: 1;
	/*for ie5～7*/
	vertical-align: middle;
}


/* スタイルはクラスで与えてあげるべし ここはいじらない */

#pcr_main {
	width: 100%;
	float: left;
}

#pcr_side {
	width: 300px;
	margin-left: -320px;
	float: right;
	border-left: 1px dotted #CCC;
	padding-left: 10px;
}

#main_conntents_wrapper {
	margin-right: 320px;
}


/*.pcr_side .conntents_wrapper{margin:10px;}
/* あとで、IE6とIE7を固定にするって言うことはかいてたらいいかな。*/


/* ---- サブコンテンツ用マージン　------*/

.isa_area_search,
.isa_yosan_search,
.isa_campany_search,
.ira_A,
.ira_B,
.ira_C,
.ima_A,
.ima_B,
.ima_C {
	margin-bottom: 40px!important;
}


/**************************************
/ トップページ
**************************************/

/* top専用のタイトル .index-section-title
---------------------------------------------------*/
.index-section-title {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.index-section-title-en {
	color: #334455;
	display: inline-block;
	font-size: 46px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	line-height: 1;
	padding-bottom: .55em;
	letter-spacing: .1em;
}

.index-section-title-ja:before {
	border-top: 1px dashed #334455;
	content: "";
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -.5em;
	width: 50px;
}

.index-section-title-ja {
	color: #334455;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .3em;
	margin-bottom: 0;
	padding-top: 1em;
	position: relative;
	-webkit-font-smoothing: antialiased;
}


/* トップページの共通パーツ*/

h2.index_category_title {
	padding: 30px 0;
	text-align: center;
}

h2.index_category_title span {
	/*font-size:30px;line-height:1.6em;*/
}

.index_category_title_line {
	margin-top: 5px;
	margin-bottom: 15px;
}

h3.index_category_sub_title {
	text-align: center;
	margin-bottom: 10px;
}

h3.index_category_sub_title span {
	font-size: 18px;
	font-weight: 500;
	padding: 5px;
	line-height: 1.4em;
}


/*エリアから探す（大：地図）*/

.area_search_tizu {}

.area_search_tizu_container {
	background: #FFF url("../img/top/tizu_bg.png") no-repeat top left;
	width: 1110px;
	height: 550px;
	clear: both;
	position: relative;
}

.area_search_tizu div {
	/*border:1px solid #333;*/
}

.area_search_tizu ul {}

.area_search_tizu li {
	padding: 3px;
	background: #f6f6f6;
	margin: 0 1px 2px 1px;
	text-align: center;
	float: left;
	width: 80px;
}

.area_search_tizu li a {
	font-size: 16px;
}

.tizu_hokkaido_area {
	position: absolute;
	top: 50px;
	left: 800px;
	width: 90px;
	height: 40px;
}

.tizu_tohoku_area {
	position: absolute;
	top: 100px;
	left: 800px;
	width: 180px;
	height: 100px;
}

.tizu_kanto_area {
	position: absolute;
	top: 250px;
	left: 800px;
	width: 180px;
	height: 140px;
}

.tizu_chubu_area {
	position: absolute;
	top: 350px;
	left: 600px;
	width: 180px;
	height: 170px;
}

.tizu_kinki_area {
	position: absolute;
	top: 50px;
	left: 480px;
	width: 180px;
	height: 140px;
}

.tizu_chugoku_area {
	position: absolute;
	top: 140px;
	left: 290px;
	width: 180px;
	height: 100px;
}

.tizu_sikoku_area {
	position: absolute;
	top: 380px;
	left: 390px;
	width: 180px;
	height: 100px;
}

.tizu_kyusyu_okinawa_area {
	position: absolute;
	top: 270px;
	left: 120px;
	width: 180px;
	height: 280px;
}


/*新築マンションを探す*/

.index_seach_area {}

.isa_area_search,
.isa_yosan_search,
.isa_campany_search {
	width: 33%;
	float: left;
}

.isa_area_search_container,
.isa_yosan_search_container,
.isa_campany_search_container {
	width: 96%;
}

.sb_yen {
	width: 50%;
}

.isa_section {
	padding: 10px;
}


/*マンションレビューで物件を探すメリット*/

.index_merit_area {}

.ima_A,
.ima_B,
.ima_C {
	width: 33%;
	float: left;
}

.ima_A_container,
.ima_B_container,
.ima_C_container {
	width: 96%;
	text-align: left;
}

.ima_section {
	padding: 10px;
}


/*新築マンションレビューを見る３つの理由*/

.index_riyu_area {}

.ira_A,
.ira_B,
.ira_C {
	width: 33%;
	float: left;
}

.ira_A_container,
.ira_B_container,
.ira_C_container {
	width: 96%;
	text-align: left;
}

.ira_section {
	padding: 10px;
}


/*新築マンションランキング*/

.index_ranking_area {}

.index_ranking_area a {
	text-decoration: underline;
}

.index_ranking_area .about_score {
	margin: -15px auto 20px;
	text-align: center;
}

.ira_item {
	margin-bottom: 20px;
}

.irai_mansion_name {
	border-bottom: 1px dotted #333;
	margin-bottom: 1%;
}

.irai_mansion_name p {
	font-size: 16px;
	padding: 10px 5px;
}

.irai_view_wrap {
	overflow: hidden;
	height: auto;
}

.irai_ranking {
	float: left;
	width: 9%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	text-align: center;
	vartical-align: middle;
}

.irai_img {
	float: left;
	width: 28%;
	padding: 0 1%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.irai_access {
	float: left;
	width: 28%;
	padding: 0 1%;
	border-left: 1px dotted #333;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.irai_sonota {
	float: left;
	width: 28%;
	padding: 0 1%;
	border-left: 1px dotted #333;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}


/* トップページここまで */


/**************************************
/ 共通パーツ
**************************************/

h1.page_title {
	text-align: left;
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 20px 20px 0;
	background: #FFF url("../img/common/main_title_bg_1110.gif") no-repeat right bottom;
}

h1.page_title span {
	margin: 0;
	font-size: 30px;
	line-height: 1.6em;
	color: #33495F;
}

h2.category_title {
	margin: 20px 0 20px 0;
	background: #FFF url("../img/common/title_bg_830.gif") no-repeat left bottom;
}

h2.category_title span {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 20px 3px 30px;
	color: #33495F;
}

h2.title_w_1010 {
	background: #FFF url("../img/common/title_bg_1010.gif") no-repeat left bottom;
}

h2.title_w_830 {
	background: #FFF url("../img/common/title_bg_830.gif") no-repeat left bottom;
}

h2.title_w_415 {
	background: #FFF url("../img/common/title_bg_415.gif") no-repeat left bottom;
}

h2.other_category_title,
.other_category_title {
	padding: 10px;
	margin: 10px 0;
	background: #f6f6f6;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

h2.other_category_title span,
.other_category_title span {
	font-size: 22px;
	line-height: 1.2em;
	color: #33495F;
}

h3.category_sub_title {
	text-align: left;
	clear: both;
	padding: 10px;
	margin: 10px 0;
	background: #f6f6f6;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

h3.category_sub_title span {
	font-size: 16px;
	color: #33495F;
}

.category_sub_title {
	padding: 2em 1em 1em;
	margin: 4em 0 1em;
	border-top: 1px solid #333;
	text-align: left;
}

.category_sub_title span {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.6;
}

.input_new_review_area .button_center {
	display: block;
	text-align: center;
	vertical-align: top;
	letter-spacing: -.40em;
}

.input_new_review_area a.cta_button_a {
	background: #42ae9b;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 10px auto;
	padding: 12px 30px;
	text-align: center;
}

.input_new_review_area a.cta_button_a:hover {
	background: #4C9EBF;
	text-decoration: none;
}

.category_sub_title_gray {
	text-align: left;
	clear: both;
	padding: 10px;
	margin: 10px 0;
	background: #f6f6f6;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.category_sub_title_gray span {
	font-size: 16px;
	color: #33495F;
}

.p_title {
	font-weight: bold;
	font-size: 16px;
	margin: 0 5px 10px 5px;
}

.g_big_icon ul {}


/*アイコンバージョン
.g_big_icon li{padding-left:100px;margin-bottom:6px;height:27px;font-size:30px;line-height : 26px;font-weight:bold;color:#F82058;}
.g_big_icon li.gbi_ninkido{background:#FFF url("../img/mansion/g_big_icon_ninkido.gif") no-repeat left top;}
*/

.g_big_icon li {
	font-size: 22px;
	margin-bottom: 6px;
	width: 100%;
	float: right;
	line-height: 22px;
	font-weight: bold;
	color: #F82058;
	vertical-align: middle;
}

.g_big_icon li span {
	font-size: 14px;
	float: left;
	background: #F82058;
	color: #FFF;
	width: 58px;
	text-align: center;
	padding: 2px 0;
	margin-right: 8px;
}

.index_ranking_area .g_big_icon li .star_icon {
	display: inline-block;
}

.g_big_icon li i {
	vertical-align: baseline;
	font-size: 20px;
}

.g_big_icon li p {
	margin-left: 100px;
}

.detail_tbl {
	border-collapse: collapse;
}

.detail_tbl th,
.detail_tbl td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #DDD;
}

.detail_tbl th {
	background: #72AED6;
	color: #FFF;
}

.detail_tbl td {}

.detail_tbl td.tbl_mansion_name {
	background: #f6f6f6;
}

.detail_tbl td.td_bg_mosaic_border {
	background: #FFF url('../img/common/mosaic.png') repeat;
	border: 1px solid #CCC;
}

.detail_tbl td.td_bg_mosaic {
	background: #FFF url('../img/common/mosaic.png') repeat;
}

.detail_tbl .bt_detail {
	width: 150px;
}

.footnote {
	width: 90%;
	margin: 10px auto;
	background: #f6f6f6;
	font-size: 11px;
	line-height: 1.4em;
	padding: 10px;
}

.selected_color {
	color: #F82058;
}

.selected_txt {
	font-size: 16px;
	font-weight: bold;
}


/*リンクのボタン*/

.linkbox {
	background: #42ae9b;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: .5em auto; /* margin: 10px auto; */
}
.linkbox:hover {
	background: #4C9EBF;
}
.linkbox span,
.linkbox a {
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block; /* display: inline-block;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4; /* line-height: 1; */
	padding: 8px 10px; /* padding: 10px 30px; */
	text-align: center;
}
.linkbox input,
.linkbox button{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block; /* display: inline-block;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4; /* line-height: 1; */
	padding: 8px 10px; /* padding: 10px 30px; */
	text-align: center;
}
.linkbox span:hover,
.linkbox a:hover,
.linkbox input:hover,
.linkbox button:hover{
	text-decoration: none;
}

.vs_good_item .linkbox,
.vs_bad_item .linkbox
{
	width: 96%;
}


/*ランキング上位物件をまとめて資料請求のボタン*/
.linkbox_color1 {
	background: #42ae9b;
}
.linkbox_color1:hover {
	background: #4c9ebf;
}
.linkbox_color1 span,
.linkbox_color1 a,
.linkbox_color1 input,
.linkbox_color1 button{
	color: #fff;
}
.linkbox_color1_width {
	width: 80%;
	padding: 10px 0;
}


/*ピンクのボタン*/

.linkbox_color2 {
	background: #F82058;
}
.linkbox_color2 :hover{
	background: #FF5E86;
}
.linkbox_color2 span,
.linkbox_color2 a{
	color: #fff;
}

/*灰色のボタン*/
.linkbox_color3 {
	background: #eeeeee;
}
.linkbox_color3 :hover{
	background: #f6f6f6;
}
.linkbox_color3 span,
.linkbox_color3 a{
	color: #334455;
	font-size: 14px;
}
.linkbox_color3:hover span,
.linkbox_color3:hover a{
}



/* アイコン付きボタン */
.iconlinkbox {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	border: #ccc solid 1px;
	cursor: pointer;
	margin: 1%;
	display: inline-block;
}
.iconlinkbox:hover {
	background: #faf2b1;
}
.iconlinkbox-inner {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none!important;
	letter-spacing: 1px;
	padding: 5px;
}
.iconlinkbox-inner span{
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-align: left;
	padding: 0;
}
.iconlinkbox-inner .bt-txt-wrap{
	color: #333;
	display: inline-block;
}

.iconlinkbox-inner .bt-txt-s{
	font-size: 12px;
	display:  block;
	padding: 5px 0 3px;
}
.iconlinkbox-inner .bt-txt{
	font-size: 14px;
	display: block;
}
/* アイコン */
.iconlinkbox-inner:before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	vertical-align: bottom;
}
/* この物件をお気に入りに追加*/
.shinchiku_mansion_favorites_create .iconlinkbox-inner:before{
	content: "\f004";
	color: #f94a74;
}
/* この物件をお気に入りに追加(中古物件)*/
.db_favorites_create .iconlinkbox-inner:before{
	content: "\f004";
	color: #f94a74;
}
/* この物件をメールで送る*/
.mr_mansion_mail_send .iconlinkbox-inner:before{
	content: "\f3cd";
	color: #EC9E3A;
}
/* この物件をLINEで送る*/
.mr_mansion_line_send .iconlinkbox-inner:before{
	content: "\f3c0";
	font-family: "Font Awesome 5 Brands";
	color: #19bc03;
}


div.osusume_icon a {
	padding-left: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	padding: 0 0 0 10px;
	background: transparent url(../img/common/p_siryo.png) no-repeat;
	background-size: 20px 20px;
	background-position: 15px center;
	padding: 5px 0;
}

div.kinrin_siryo_link a {
	padding-left: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	background: transparent url(../img/common/p_siryo.png) no-repeat;
	background-size: 20px 20px;
	background-position: 20px center;
}

.lb_big {
	font-size: 24px;
	line-height: 1.4em;
}

.other_cnt {
	display: inline !important;
	padding: 0!important;
}

.page_top_link {
	padding: 20px 0 30px 0;
	text-align: right;
}

.page_top_link strong {
	font-weight: bold;
}

.bg_mosaic_border {
	background: url('../img/common/mosaic.png') repeat scroll left top transparent;
	text-align: center;
	border: 1px solid #CCC;
}

.bg_mosaic {
	background: url('../img/common/mosaic.png') repeat scroll left top transparent;
	text-align: center;
	white-space: break-spaces;
}


/*主にテキスト系のセクション*/

.section {
	margin-bottom: 30px;
}

.section p {
	margin-bottom: 15px;
}

.section p span {
	font-weight: bold;
	margin: 3px 5px;
}

.section .thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

.section .thumbnailSecrion {
	margin: 0 0 20px 200px;
}

.section ol {
	margin: 0 0 20px 20px;
	padding: 0 20px 0 0px;
}

.section ol li {
	margin: 0 0 5px 20px;
	list-style: decimal;
	font-weight: bold;
}


/* リンク群 */

.link_group {
	margin: 0 0 20px;
	padding: 0 0 0;
	border: 1px solid #DDD;
	background: #FFF;
}

.link_group .lg_ttl {
	margin: 0 0 20px;
	padding: 10px 10px 8px;
	background: #FFF;
	font-size: 16px;
	line-height: 18px;
}

.link_group .lg_subttl {
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #EEEEEE;
	line-height: 16px;
	font-size: 14px;
	border-bottom: #CCC solid 1px;
}

.link_group .lg_subttl span {
	padding: 0 0 0 5px;
	border-left: 4px solid #002060;
}

.lg {
	padding: 0 0 0 21px;
	line-height: 1.2;
}

.link_group li {
	white-space: nowrap;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #DDD;
	background: #f6f6f6;
}

.link_group li a {
	display: inline-block;
	padding: 3px 5px 3px 5px;
}


/*フリーワード検索*/

.free_word_search_box {
	width: 100%;
	height: auto;
	background: #f6f6f6;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
}

.free_word_search_box section {
	padding: 10px 2%;
}

.free_word_search_box p {
	color: #333;
	text-align: left;
	padding-bottom: 5px;
	font-size: 14px;
}

.fws_input_append input,
.fws_input_append button {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
}

.fws_input_append input {
	margin: 2px 10px 0 0;
	width: 96%;
}

.fws_input_append button {
	height: 44px;
	width: 20%;
	margin: 5px auto;
	padding: 0;
}


/*全体リンク*/

.sbtn {
	background-color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.sbtn:hover {
	background-color: #F3F8FA!important;
	text-decoration: none;
	cursor: pointer;
}

.sbtn_hover {
	background-color: #F3F8FA!important;
	text-decoration: none;
	cursor: pointer;
}


/*資料請求*/
.ranking_check_list_area_wrap #cboxPrevious,
.ranking_check_list_area_wrap #cboxNext {
	/* 物件の一括資料請求colorboxで前後ボタンが出てしまうため */
	display: none !important;
}

.ranking_check_list_area {
	width: 1110px;
}

.ranking_check_info {
	padding: 5px 0 0 0;
}

.ranking_check_link {
	margin: 0 0 0 0;
}

.ranking_check_link li {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}

.check_link_name {
	font-size: 15px;
	font-weight: bold;
}

.ranking_check_sub_link {
	margin: 10px 20px 0 20px;
	padding: 10px 10px 0 10px;
	background: #FFF;
}

.ranking_check_sub_link p {
	margin-bottom: 5px;
}

/* PayPayポイントキャンペーン */
.yahoo_paypay_popup {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	padding: 1em 2em;
	background: #ffdbdb;
	border-radius: 4px;
}

.yahoo_paypay_popup.bukken_detail {
	position: relative;
	top: -10px;
	padding: .75em .5em;
}

.yahoo_paypay_popup.search_list_popup:before {
	content: '';
	position: absolute;
	top: -15px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-bottom-color: #ffdbdb;
	border-width: 0 15px 15px 15px;
}

.yahoo_paypay_popup.search_list_popup {
	position: relative;
	width: calc(80% - 1em);
	padding: .7em .5em;
}


.yahoo_paypay_popup i {
	font-size: 40px;
	color: #fe0032;
}

.yahoo_paypay_popup.search_list_popup img {
	width: 38px;
}

.yahoo_paypay_popup p {
	margin-left: 2em;
	font-size: 17px;
}

.yahoo_paypay_popup.search_list_popup p {
	margin-left: 1em;
	font-size: 14px;
}

.yahoo_paypay_popup.bukken_detail p {
	margin-left: 1em;
	font-size: 11px;
}

.yahoo_paypay_popup p span {
	display: inline-block;
	margin: 0 .4em;
	font-weight: bold;
	color: #c50127;
}

.yahoo_paypay_popup.bukken_detail p span {
	margin: 0;
	font-size: 13px;
}

.yahoo_paypay_popup.search_list_popup p span {
	margin: 0;
	font-size: 15px;
}

.yahoo_paypay_popup_caution {
	margin-top: 1.5em;
}


/*擬似ふきだし*/

.speech-bubble {
	padding: 5px;
	position: relative;
	border: 3px solid #A2D5DC;
	background-color: #F4FDFF;
	font-size: 16px;
	fott-weight: bold;
}

.border-radius {
	border-radius: 8px;
}

.tail:before {
	border-top-width: 16px;
	border-right-width: 16px;
	border-bottom-width: 0;
	border-left-width: 16px;
	border-color: #A2D5DC transparent;
	border-style: solid;
	display: block;
	position: absolute;
	bottom: -16px;
	left: 43px;
	width: 0;
	height: 0;
	content: "";
}

.tail-inner:after {
	border-top-width: 16px;
	border-right-width: 16px;
	border-bottom-width: 0;
	border-left-width: 16px;
	border-color: #F4FDFF transparent;
	border-style: solid;
	display: block;
	position: absolute;
	bottom: -12px;
	left: 43px;
	width: 0;
	height: 0;
	content: "";
}

.tail_top:before {
	border-top-width: 0;
	border-right-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 16px;
	border-color: #A2D5DC transparent;
	border-style: solid;
	display: block;
	position: absolute;
	top: -16px;
	left: 43px;
	width: 0;
	height: 0;
	content: "";
}

.tail_top-inner:after {
	border-top-width: 0;
	border-right-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 16px;
	border-color: #F4FDFF transparent;
	border-style: solid;
	display: block;
	position: absolute;
	top: -12px;
	left: 43px;
	width: 0;
	height: 0;
	content: "";
}


/*
.regular{display: inline;}
.regular_checkbox {
    display: none;
    display: inline\9;
}

.regular_checkbox + label {
    background-color: #FFF;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.00), inset 0px -15px 10px -12px rgba(0,0,0,0.00);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    display: none\9;
    position: relative;
}

.regular_checkbox + label:active, .regular_checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.00), inset 0px 1px 3px rgba(0,0,0,0.0);
}

.regular_checkbox:checked + label {
    background-color: #FFF;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.00), inset 0px -15px 10px -12px rgba(0,0,0,0.00), inset 15px 10px -12px rgba(255,255,255,0.0);
    color: #99a1a7;
}

.regular_checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
*/


/*強調*/

.b_color {
	font-weight: bold;
	color: #F82058;
}


/*上下中央揃えこっち使った方がいいかも*/

div.outer {
	display: table;
	/* ① */
	height: 100%;
	width: 100%;
	/* ② */
}

* html div.outer {
	position: relative;
	/* ③ */
}

*+html div.outer {
	position: relative;
	/* ③ */
}

div.vertical_middle {
	display: table-cell;
	/* ④ */
	vertical-align: middle;
	/* ⑤ */
}

* html div.vertical_middle {
	position: absolute;
	/* ⑥ */
	top: 50%;
	/* ⑥ */
}

*+html div.vertical_middle {
	position: absolute;
	/* ⑥ */
	top: 50%;
	/* ⑥ */
}

div.vertical_middle p.vertical_middle_inner {
	margin: 0;
}

* html div.vertical_middle p.vertical_middle_inner {
	position: relative;
	/* ⑦ */
	top: -50%;
	/* ⑦ */
}

*+html div.vertical_middle p.vertical_middle_inner {
	position: relative;
	/* ⑦ */
	top: -50%;
	/* ⑦ */
}


/**************************************
/ マンション概要ページ
**************************************/


/* マンションのタイトル*/

.mda_title {
	margin-top: 15px;
	margin-bottom: 0;
}

.mdat_title_left {
	float: left;
	width: 100%;
}

.mdat_title_left_inner {
	margin-right: 270px;
	min-height: 85px;
}

.mdat_title_h1_wrapper {
	position: relative;
	min-height: 85px;
}

.mdat_title_icon {
	float: left;
	width: 15%;
}

.mdat_title_h1 {
	float: right;
	width: 85%;
/*	margin: 0 1% 0 14%;*/
}

.mdat_title_h1 span {
	font-size: 32px;
	line-height: 1.2;
}

.mdat_ninkido {
	float: right;
	width: 270px;
	margin-left: -280px;
	padding: 8px 0 0 0;
}

.mdat_ranking {}

.mdat_ranking span {
	font-size: 14px;
	font-weight: bold;
}

.mdat_ranking span b {
	font-size: 15px;
	font-weight: bold;
	color: #F82058;
}

.mdat_ranking img {
	vertical-align: middle;
	margin-top: -2px;
}

.mdat_title_new {
	background: #f6f6f6;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

.mdat_title_new span {
	font-weight: bold;
	color: #F82058;
}

.mdat_title_inquiry_announce {
	background: #f6f6f6;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

.mdat_title_inquiry_announce span {
	font-weight: bold;
	color: #F82058;
}


/* タイトル部分に表示しているツリーリンク */

#forTitleTreelink {
	height: 20px;
	position: relative;
	z-index: 400;
}

#forTitleTreelink ul {
	margin-right: 5px;
	float: left;
}

#forTitleTreelink ul li {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	border: #FF0000;
	background: #FFF;
	color: #2C66A6;
	border: solid 1px #CCC;
}

#forTitleTreelink li ul {
	display: none;
	position: absolute;
	top: 29px;
	padding: 0;
	background: #F6F7F8;
	border: solid 3px #3B5998;
	z-index: 440;
}

#forTitleTreelink li ul li {
	margin: 0;
	padding: 2px 3px 5px 3px;
	border: none;
	background: #F6F7F8;
}

#forTitleTreelink li ul li a {
	display: block;
	border-bottom: 1px dotted #000;
	text-align: center;
	padding-left: 15px;
	margin: 3px 0px 3px 3px;
	vertical-align: middle!important;
	background: transparent url("../../search/images/area_arrow.png") no-repeat scroll 0 4px;
}

#forTitleTreelink li ul.TLstation {
	left: 0;
}

#forTitleTreelink li ul.TLcity {
	left: 104px;
}

#forTitleTreelink ul li.station,
#forTitleTreelink ul li.city {
	padding: 4px 20px 9px 20px;
	vartical-align: middle;
	height: 16px;
}

#forTitleTreelink li ul.TLstation li,
#forTitleTreelink li ul.TLcity li {
	display: inline;
	padding: 0 5px;
}

#forTitleTreelink li ul.TLstation li a,
#forTitleTreelink li ul.TLcity li a {
	text-align: left;
}


/*ホームズリンク*/

.homes_link {
	margin: 35px 0 20px;
	padding: 0 0 0 0;
}

.hl_A {
	float: left;
	width: 28%;
	margin-right: 2%;
}

.hl_B {
	float: left;
	width: 70%;
}

.hl_C {
	float: left;
	width: 50%;
	margin-right: 5%;
}

.hl_D {
	float: left;
	width: 45%;
	vartical-align: bottom;
}

.homes_link ul {
	margin-left: 10px;
	margin-bottom: 15px;
}

.homes_link li {
	white-space: nowrap;
	float: left;
	margin: 0 8px 5px 0;
	/*border:1px solid #DDD; background:#f6f6f6;*/
	border-left: 1px solid #CCC;
}

.homes_link li a {
	display: inline-block;
	padding: 0px 1px 0px 7px;
	font-size: 14px;
}

.bt_siryo {
	font-size: 20px;
	margin-top: 5px;
}

.bt_kengaku {
	font-size: 20px;
	margin-top: 5px;
}

.bt_homes_gaiyo {
	font-size: 20px;
	margin-top: 0;
}

.bt_official_hp {
	font-size: 20px;
	margin-top: 0;
}

.hl_cap_txt {
	text-align: center;
}

.smart_mag_wrap div.favorite {
	margin-top: 5px;
	text-align: right;
}

.homes_link .pwdby-txt {
	display: inline-block;
	padding-top: 15px;
	vertical-align: top;
}


/* 物件概要 */

.mansion_detail_area {}

/* 物件概要 >ボタンの調整 */
.mansion_detail_area .iconlinkbox-wrap{
	text-align: center;
	margin: 1em 0;
}
.mansion_detail_area .shinchiku_mansion_favorites_create {
	width: 46%;
}
.mansion_detail_area .mr_mansion_mail_send {
	width: 46%;
}

.mansion_detail_area .about_score p {
	margin: 20px auto 10px;
}

.mda_A {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.mda_B {
	float: left;
	width: 50%;
}

.mda_C {}

.mda_list ul {}

.mda_list li {
	font-size: 14px;
	margin-bottom: 6px;
	clear: both;
	width: 100%;
	float: right;
}

.mda_list li span {
	font-size: 12px;
	float: left;
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	color: #334455;
	width: 60px;
	text-align: center;
}

/* info_tooltip (cssonly) */
.mda_list li span.info_tooltip {
	position: relative;
	background: #42ae9b;
	border-radius: 50%;
	display: inline-block;
	width: 17px;
	height: 17px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 17px;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 4px;
	float: right;
}
.mda_list li span.info_tooltip .info_tooltip-text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 30px;
	left: -11px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.6;
	background: rgba(70, 85, 100, 0.95);
	color: #fff;
	border-radius: 3px;
	transition: 0.3s ease-in;
	text-align: left;
	cursor: pointer;
	width: 320px;
}
.mda_list li span.info_tooltip .info_tooltip-text:after {
	content: "";
	position: absolute;
	top: -20px;
	left: 18px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid rgba(70, 85, 100, 0.95);
}
.mda_list li span.info_tooltip:hover .info_tooltip-text {
	opacity: 1;
	visibility: visible;
}


/*使い回しできる用のツールチップcss
吹き出し上向き*/
.info_tooltip-item {
	position: relative;
	background: #42ae9b;
	border-radius: 50%;
	display: inline-block;
	width: 17px;
	height: 17px;
	color: #fff !important;
	font-size: 16px;
	text-align: center;
	line-height: 17px;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	z-index: 0;
	font-weight: 500 !important;
}
.info_tooltip-item .info_tooltip-item-text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: inline-block;
	font-size: 12px;
	line-height: 1.6;
	background: rgba(70, 85, 100, 0.95);
	color: #fff;
	border-radius: 3px;
	transition: 0.3s ease-in;
	text-align: left;
	cursor: pointer;
	width: 330px;
	font-weight: 500 !important;
	bottom: 30px;
	left: -10px;
	padding: 10px 15px;
	white-space: nowrap;
	z-index: 2;
}
.info_tooltip-item .info_tooltip-item-text:after {
	content: "";
	position: absolute;
	top: 77px;
	left: 18px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid rgba(70, 85, 100, 0.95);
}
.info_tooltip-item:hover .info_tooltip-item-text {
	opacity: 1;
	visibility: visible;
}

/*吹き出しの矢印位置調整のcss*/
.info_tooltip-item .info_tooltip-item-text-arrowver02:after {
	top: 38px;
}



.mda_list li p {
	margin-left: 70px;
}

.mda_list_cap {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.mda_photo {}

.mda_photo_cap {
	text-align: right;
}

.mda_photo_cap_txt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.dtl_long_txt {}

.mda_tohyosu {
	padding-top: 10px;
}

.mda_tohyosu p {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.mda_tohyosu p span {
	font-weight: bold;
	color: #F82058;
}

.mda_kakaku {
	padding-top: 10px;
}

.mda_kakaku p {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.mda_kakaku p span {
	font-weight: bold;
	color: #F82058;
}


/* 1.他の新築マンションと人気度を比較 */

.ninkido_hikaku_area {}


/*ユーザー投票内訳 */

.user_tohyo_uchiwake_area {}

.utua_A {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.utua_B {
	float: left;
	width: 50%;
}

.utua_A p,
.utua_B p {
	margin-bottom: 10px;
	font-size: 14px;
}

.utua_title {
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}

.utiwake_area {
	line-height: 1.7em;
}

.utiwake_area span {
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
}

.utiwake_A {
	background: #F82058;
	color: #FFF;
}

.utiwake_B {
	background: #C9E5F4;
	color: #666666;
}

.utiwake_C {
	background: #72AED6;
	color: #FFF;
}

.utiwake_D {
	background: #4389AF;
	color: #FFF;
}

.utiwake_E {
	background: #33687F;
	color: #FFF;
}


/*checkbox 文字揃え*/

.utiwake_right {
	width: 100%;
	float: right;
}

.utiwake_left {
	width: 20px;
	float: left;
	margin-right: -25px;
}

.utiwake_right_inner {
	margin-left: 25px;
}


/*比較口コミ*/

.hikaku_kuchikomi_area {}

.kuchikomi_vs_area {
	overflow: hidden;
	height: auto;
}

.kuchikomi_vs_title {}

.kvst_A,
.kvst_B,
.kvst_C {
	padding: 1%;
}

.kvst_A {
	width: 43%;
	text-align: center;
	vertical-align: middle;
	background: #F82058;
}

.kvst_B {
	width: 14%;
	text-align: center;
	vertical-align: middle;
	background: #FFF url(../img/mansion/vs_bg.gif) top center repeat-y
}

.kvst_C {
	width: 43%;
	text-align: center;
	vertical-align: middle;
	background: #72AED6;
}

.vst_good_mansion_name,
.vst_bad_mansion_name {
	font-size: 18px;
	line-height: 1.2;
	color: #FFF;
}

.vst_good_votes,
.vst_bad_votes {
	font-size: 18px;
	color: #FFF;
}

.vst_good_votes span,
.vst_bad_votes span {
	font-size: 44px;
	line-height: 1;
	color: #FFF;
}

.vst_good_percent,
.vst_bad_percent {
	font-size: 14px;
	line-height: 1;
	color: #FFF;
}

.kva_A {
	float: left;
	width: 50%;
	background: #F7CBD9;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.kva_B {
	float: right;
	width: 50%;
	background: #E6E6E6;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.kva_good_title {
	text-align: center;
	background: #F82058;
}

.kva_bad_title {
	text-align: center;
	background: #72AED6;
}

.vs_good_item_list_area {
	background: #F7CBD9;
}

.vs_good_item {
	background: #FFF;
	margin: 3% 2%;
}

.vsgi_title {}

.vsgi_title p {
	font-size: 16px;
	font-weight: bold;
	padding: 4% 2% 2% 2%;
	color: #F82058;
}

.vsgi_txt {
	border-bottom: 1px dotted #333!important;
}

.vsgi_txt p {
	margin: 2%;
}

.vsgi_info {
	margin: 1%;
	font-size: 10px;
}

.vsgii_A {
	float: left;
	width: 70%;
	margin-right: 1%;
}

.vsgii_B {
	float: left;
	width: 27%;
	text-align: right;
	color: #F82058;
}

.vs_bad_item_list_area {
	background: #E6E6E6;
}

.vs_bad_item {
	background: #FFF;
	margin: 3% 2%;
}

.vsbi_title {}

.vsbi_title p {
	font-size: 16px;
	font-weight: bold;
	padding: 4% 2% 2% 2%;
	color: #33495F;
}

.vsbi_txt {
	border-bottom: 1px dotted #333!important;
}

.vsbi_txt p {
	margin: 2%;
}

.vsbi_info {
	margin: 1%;
	font-size: 10px;
}

.vsbii_A {
	float: left;
	width: 69%;
	margin-right: 1%;
}

.vsbii_B {
	float: left;
	width: 30%;
	text-align: right;
	color: #00A9D9;
}

.vsgi_info,
.vsbi_info {
	padding: 3%;
	background: #EEE;
}


/*口コミを投稿する*/

.kutikomi_form_area {
	width: 100%;
	position: relative;
}

.kfa_colorbox_size {
	width: 790px;
}

.kutikomi_form_area .category_sub_title {
	margin-top: 0;
	padding: 3px 10px;
}

.kutikomi_form_area .link {
	margin-top: 0;
	padding: 3px 10px;
}

.kfa_title {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	background: #33495F;
	color: #FFF;
}

.kfa_container_edit {
	padding: 1%;
	background: #FFF;
}

.kfa_container_edit_login {
	padding: 1%;
	background: #FFF;
}

.kfa_container_edit_cookie {
	padding: 1%;
	background: #FFF;
}

.kfa_container_login {
	padding: 1%;
	background: #FFF;
}

.kfa_container_complete {
	padding: 1%;
	background: #FFF;
}

.kfa_container_complete_login {
	padding: 1%;
	background: #FFF;
}

.kfa_container_complete_regist_login_form {
	padding: 1%;
	background: #FFF;
}

.kfa_container_regist_login_form {
	padding: 1%;
	background: #FFF;
}

.kfa_container_confirm {
	padding: 1%;
	background: #FFF;
}

.regist_login_area {
	margin: 3px 0 3px 0;
	background: #FFF;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}

.rla_regist_area {
	width: 60%;
	float: left;
	margin-right: 2%;
}

.rla_login_area {
	width: 38%;
	float: left;
}

.member_or_guest_navi_area {
	margin-top: 20px;
	margin-bottom: 10px;
}

.mogna_A {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.mogna_B {
	width: 49%;
	float: left;
}

.magna_A_title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #F82058;
}

.magna_B_title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #334967;
}

.password_issue_area {
	text-align: center;
}

.password_issue_title {
	font-weight: bold;
	font-size: 16px;
}

.password_display_area {
	font-weight: bold;
	color: #d00;
	padding: 5px;
	background: #fcc;
	margin: 10px auto;
	width: 200px;
	font-size: 30px;
}

.kfa_bg {
	background: #DDD;
	padding: 7px;
}

.kfa_info_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.kfa_menber_title {
	padding: 5px;
	margin-bottom: 10px;
	background: #33495F;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}

.kfa_info_sub_title {
	font-size: 14px;
	font-weight: bold;
	background: #f6f6f6;
	padding: 5px;
	margin-bottom: 5px;
}

.kfa_info_box {
	margin-bottom: 10px;
}

.kfa_info_box b {
	color: #FF0000;
}

.kfa_attention_box div {
	font-weight: bold;
	color: #d00;
	padding: 5px;
	background: #fcc;
	margin-bottom: 3px;
}

.error_style {
	font-weight: bold;
	color: #d00;
	padding: 2px;
}

.kfa_item {
	margin-bottom: 3px;
	background: #FFF;
}

.kfai_A {
	width: 29%;
	margin: 0 auto;
	float: left;
	text-align: center;
	padding-right: 1%;
	vertical-align: middle;
}

.kfai_B {
	width: 70%;
	float: right;
	background: #FFF;
	vertical-align: middle;
}

.kfai_A .info1 {}

.kfai_A .info2 {
	margin-top: 5px;
}

.kfai_A .info3 {
	margin-top: 4px;
}

.kfai_B .form1 {
	margin-top: 8px;
}

.kfai_B .form2 {}

.kfai_B .form3 {}

.kfa_supplement {}

.supplement_search_area {
	margin: 5px 0 10px 0;
}




.kutikomi_form_area .linkbox.bt_kakikomizumi {
	display: block;
}

.kutikomi_form_area .linkbox.bt_kakikomizumi:hover {
	background: #f6f6f6;
}


dl.supplement_search {
	position: relative;
}

dl.supplement_search dt {
	margin-right: 65px;
	/*padding: 0 5px;*/
	background-color: #fff;
	border: 1px solid #aaa;
}

dl.supplement_search dt input {
	width: 98%;
	height: 20px;
	line-height: 20px;
	background: none;
	border: none;
	padding: 1px 1%;
}

dl.supplement_search dd {
	position: absolute;
	top: 0;
	right: 0;
}

dl.supplement_search dd button {
	display: block;
	width: 60px;
	height: 24px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background-color: #42ae9b;
}

.supplement_A {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.supplement_B {
	float: left;
	width: 50%;
}

.supplement_link {
	background: #f6f6f6;
	padding: 4px 0 1px 0;
	margin-bottom: 10px;
}

.supplement_link li {
	border-bottom: 1px solid #CCC;
	margin: 0 4px 4px 4px;
	background: #FFF;
}

.supplement_link li a {
	display: block;
	padding: 5px 5px
}

.bt_toko {
	margin-bottom: 0;
	margin-left: 150px;
	font-size: 24px;
	width: 250px;
	/* padding: 20px; */
}

.bt_kakikomizumi a,
.bt_kakikomizumi span {
	/* padding: 6px 3px; */
	margin-top: 15px;
}

.bt_kutikomi {
	margin: 10px auto !important;
}

.bt_half {
	margin-bottom: 0;
	width: 350px;
}

.bt_half_right {
	width: 350px;
	float: right;
}

.bt_half_left {
	width: 350px;
	float: left;
}

.ti_kfai {
	width: 94%;
	height: 18px;
	padding: 1%;
}

.ta_kfai {
	width: calc(100% - 2% - .6em);
	height: 18px;
	padding: 5px 1%;
}

.ta_kfai_riyu {
	width: calc(100% - 2% - .6em);
	height: 70px;
	padding: 5px 1%;
}

.must {
	background: #F82058;
	padding: 1px 3px;
	color: #FFF;
	font-size: 10px;
	margin-left: 4px;
}

.kfai_pcBg {
	background: #0f2c4c;
}

.rb_kfai_good {
	margin-bottom: 5px;
}

.rb_kfai_bad {
	margin-bottom: 1px;
}

.rbl_kfai_good {
	font-size: 16px;
	color: #F82058;
	font-weight: bold;
}

.rbl_kfai_bad {
	font-size: 16px;
	color: #33495F;
	font-weight: bold;
}


.processing_dialog {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.processing_dialog .txt {
	display: inline-block;
	position: relative;
	top: 90%;
	padding-left: 22px;
	font-size: 150%;
	background: url(../img/common/loading.gif) no-repeat left center;
}


/*資料請求*/

.ranking_check_list_area {}


/* 周辺地図　（元・2.近隣の新築マンションと比較） */

.kinrin_shinchiku_mansion_hikaku {}

.p_title {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 5px;
}

.map_mansion_view_area {}

.mmva_A {
}

.mmva_my_mansion {
	background: #72AED6;
	padding: 2%;
}

.mmvamm_title {
	margin-bottom: 5px;
	color: #FFF;
}

.mmvamm_txt_area dl {
	background: #FFF;
	padding: 2%;
}

.mmvamm_txt_area dt {
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	margin-right: 50%;
	color: #334455;
	pading: 1%;
	text-align: center;
}

.mmvamm_txt_area dd {
	margin-bottom: 3px;
}

.ksmha_mansion_list_area {
	width: 100%;
}

img.googlemap_img {
	width: 150px;
	height: auto;
}


/* 面積別相場観 */

.kakaku_suii_menseki {}

p.kakaku_txt {
	font-size: 20px;
	color: #F82058!important;
}


/* 年度別相場観 */

.kakaku_suii_nendo {}

.msmks_soba_area table {}

.msmks_soba_area table th {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	background: #e6e6e6;
	vertical-align: middle;
}

.msmks_soba_area table td {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	font-size: 15px;
	vertical-align: middle
}

p.line_chart_info1 {
	color: #FF0000;
}

p.line_chart_info2 {
	color: #7CB5EC;
}

p.line_chart_info3 {
	text-align: right;
}


/* 近隣の新築マンション */

.kinrin_mansion_area {}

.kma_container {
	width: 100%
}

.kma_item {
	width: 30%;
	padding: 6px;
	margin-right: 1%;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}

.kmai_title {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 5px;
}

.kmai_img {
	margin-bottom: 5px;
	text-align: center;
}

.kmai_txt_area {
	padding: 1%;
}

.kmai_txt_area p {
	margin-bottom: 3px;
	font-size: 12px;
}

.kmai_txt_area p span {
	color: #33495F;
	font-weight: bold;
}


/**************************************
/ 新築マンションを探す
**************************************/

.search_link_area {}


/*都道府県から探す*/

.sla_prefecture {
	margin-bottom: 50px;
}

ul.sla_prefecture_link {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sla_prefecture_link li {
	display: inline;
	padding: 0;
	margin: 5px 0;
	float: left;
	width: 25%;
}

ul.sla_prefecture_link li a {}


/**************************************
/ 検索一覧画面
**************************************/


/*後でＭＲにあわせてpage_titleに変える*/

h1.search_title {
	margin-top: 20px;
	background: #FFF url("../img/common/icon_musimegane.png") no-repeat left top;
	min-height: 55px
}

h1.search_title span {
	padding-left: 45px;
	font-size: 30px;
	line-height: 1.6em;
}

.tab_inner_title {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 5px;
}

.bt_search_tab {
	width: 240px;
}


/* フォーム */

.search_form_area {}

.search_from_city {
	border: 2px solid #CCC;
	border-top: none;
	background-color: #FFFFFF;
}

.search_from_line_and_station {
	border: 2px solid #CCC;
	border-top: none;
	background-color: #FFF;
}

.search_from_line {}

.search_from_station {}

.city_select_list li,
.line_company_select_list li {
	display: inline-block;
	/* 横並び */
	width: 163px;
	vertical-align: top;
	/* li要素を上端揃えに */
	margin: 0 0 5px 5px;
	padding: 0;
}

.city_select_list li span {
	padding: 0 5px;
}

.line_List_block .line_select_list li.disabled {
	color: #aeaeae;
}

.line_List_block .line_select_list li.disabled p.vertical_middle_inner {
	padding-left: 5px;
}

.line_List_block .line_select_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}

.line_List_block .line_select_list li {
	display: inline-block;
	min-width: auto;
	width: calc(100% / 5.6);
	vertical-align: top;
	margin: 0.3em 0 0.3em 18px;
	padding: 0;
	vertical-align: top;
}

.line_List_block .line_select_list li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	padding-right: 0.5em;
	color: #333;
	float: left;
}

.line_company_select_list ul {
	display: flex;
	flex-wrap: wrap;
}

.line_company_select_list li {
	margin: 0.3em 0 0.3em 18px;
	width: calc( 100% / 3.3 );
	border-bottom: 1px dashed #666;
}

.line_company_select_list li a {
	display: block;
	position: relative;
	padding: 6px 25px 9px 0px;
	color: #42ae9b;
}

.line_company_select_list li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	font-weight: 900;
	color: #42ae9b;
	position: absolute;
	right: 12px;
	transition : all .2s;
}

.search_form_area .search_from_line {
	scroll-margin-top: 100px;
}

.line_company_select_list li a:hover {
	color: #000;
}

.line_company_select_list li a:hover::after {
	transform: translateY(3px);
	transition : all .2s;
	color: #000;
}

/*該当物件がありません等の表示*/

.search_attention_box {
	margin-bottom: 30px;
}

.sab_attention_txt {
	text-align: center;
	font-weight: bold;
	color: #d00;
	font-size: 110%;
	padding: 5px;
	border: 1px solid #d00;
	background: #fcc;
}

.sab_return_txt {
	text-align: center;
	margin: 10px 5px auto;
	font-weight: bold;
}

.sab_info_txt {
	color: #FF0000;
}

/*駅一覧*/

.lineListBlock {}

.lineListBlock ul {
	margin: 10px 0px 25px 1px;
	padding: 17px 0px 0px 9px;
	background: url('../img/common/parts_track.png') no-repeat scroll 0px -936px transparent;
	height: auto;
}

div.lineListBlock .prev {
	background-position: 0 -312px;
	padding-left: 39px;
}

div.lineListBlock .next {
	background-position: 0 -624px;
}

div.lineListBlock .both {
	background-position: 0 0;
	padding-left: 39px;
}

.lineListBlock ul li {
	position: relative;
	float: left;
	width: 30px;
	padding-bottom: 10px;
	text-align: center;
}

.lineListBlock ul li .num {
	display: block;
	margin: 0px 0px 2px;
	color: #666;
	font-size: 10px;
	text-align: center;
	letter-spacing: -1px;
	word-wrap: break-word;
	line-height: 1.1;
}

.lineListBlock ul li .name {
	display: block;
	width: 11px;
	margin: 0px auto;
	word-wrap: break-word;
	line-height: 1.1;
}

.lineListBlock ul li a {
	text-decoration: none !important;
}


/* 検索結果数 */

.condition_box {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.condition_box .list_count {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}


/*並び替え*/

.sort_area {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.sort_area p {}

.sort_area a {
	font-weight: bold;
	margin: 0 2px;
}

.sort_area span.selected {
	font-size: 120%;
	color: #f00;
	font-weight: bold;
	margin: 0 2px;
}

.sort_pc {
	padding: 10px 0;
}

.sort_pc_title {
	float: left;
	width: 12%;
}

.sort_pc_body {
	float: right;
	width: 87%;
}

.about_score p {
	margin: 10px auto 20px;
}


/*間取り専有面積の検索*/

.search_for_list_area {
	margin: 10px 0 0 0;
	padding: 20px 15px 10px;
	border: 20px solid #F3F8FA;
	background: #FFF;
}

.search_for_list_area_title {
	float: left;
	width: 13%;
	text-align: center;
}

.search_for_list_area_body {
	float: right;
	width: 87%;
	/*border:1px solid #CCC; background:#FFF; */
}

.search_for_list_area legend span {
	font-weight: bold;
}

.search_for_list_area fieldset {
	padding-top: 5px;
}

.madori_for_list_search {
	float: left;
	width: 67%;
	padding: 3px 0
}

.madori_for_list_search ul {}

.madori_for_list_search li {
	white-space: nowrap;
	float: left;
	margin: 5px 6px 5px 2px;
	border: 1px solid #DDD;
	background: #FFF;
	padding-right: 5px;
}

.housearea_for_list_search {
	float: right;
	width: 31%;
	padding: 3px 0;
}

.bt_area_for_list_search {
	width: 29%;
	padding: 0;
}

.bt_search_for_list a,
.bt_search_for_list a:hover,
.bt_search_for_list span {
	/* padding: 2px; */
}

.sb_search_for_list {
	width: 40%!important;
}


/* 検索結果item */

.result_list_item div {
	/* border:1px solid #333; */
}


/*確認用*/

.result_list_item {
	border: 1px solid #526B86;
	margin: 1.5em 0;
}

.result_list_item:hover {
	cursor: pointer;
	background: #DCE9F2;
	z-index: 0;
}

/* 検索結果item >ボタンの調整 */
.result_list_item .shinchiku_mansion_favorites_create{
	width: 178px;
}

.result_list_item_header {
	border-bottom: 1px solid #526B86;
}

.rli_header_A {
	width: 235px;
	margin-right: -245px;
	float: left;
}

.rli_ranking_area {
	text-align: center;
	background: #526B86;
	padding: 10px;
}

.rli_ranking_no {
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
}

.rli_mansion_name {
	padding: 10px 5px;
}

.rli_mansion_name h4 {}

.rli_mansion_name h4 span.rli_title {
	font-weight: bold;
	font-size: 20px;
}

.rli_mansion_name h4 span.rli_title a {
	color: #333;
}


/*新着アイコン*/

.rli_type {
	margin-bottom: 6px;
}

.list_type_icon {}

.lti_new {
	line-height: 1.6em;
	display: table-cell;
	margin-bottom: 5px!important;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	border-color: #2c70a4;
	color: #fff;
	background-color: #397db2;
}

.rli_header_B {
	width: 100%;
	float: right;
}

.rli_header_B_inner {
	margin-left: 245px;
}

.result_list_item_contents {
	border-bottom: 1px dotted #CCC;
}

.rli_contents_A {
	width: 220px;
	margin-right: -240px;
	float: left;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.rli_ninkido {
	padding: 5px 20px 0 5px;
	float: left;
}

.rli_btn {
	margin: 5px 20px;
	text-align: center;
}

.rli_btn div {
	margin: 5px 0;
}

.rli_ninkido ul {}

.rli_ninkido ul li {
	font-size: 22px;
	margin-bottom: 6px;
	width: 100%;
	float: right;
	line-height: 22px;
	font-weight: bold;
	color: #F82058;
}

.rli_ninkido li span {
	font-size: 14px;
	float: left;
	background: #F82058;
	color: #FFF;
	width: 61px;
	text-align: center;
	padding: 2px 0;
	margin-right: 8px;
}

.rli_ninkido li p {
	margin-left: 100px;
}

.rli_ninkido li .star_icon {
	display: inline-block;
}

.rli_ninkido li i {
	vertical-align: bottom;
	font-size: 20px;
}

.rli_tohyosu {
	padding: 4px 0 6px;
}

.rli_tohyosu p {
	font-weight: bold;
	font-size: 16px;
}

.rli_tohyosu p span {
	font-weight: bold;
	color: #F82058;
}

/* PayPayポイントコンテンツ(物件一覧) .paypay_area_list */
.rli_btn .paypay_area_list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 1px 5px;
	border-radius: 3px;
	background: #ffdbdb;
}

.paypay_area_list:before {
	content: '';
	position: absolute;
	top: -12px;
	left: calc(50% - 12px);
	width: 0;
	height: 0;
	border: solid transparent;
	border-bottom-color: #ffdbdb;
	border-width: 0 12px 12px 12px;
}

.rli_btn .paypay_area_list img {
	width: 30px;
}

.rli_btn .paypay_area_list p {
	margin-left: .5em;
	text-align: left;
	font-size: 10px;
	letter-spacing: 0;
	color: #000;
}

.rli_btn .paypay_area_list p span {
	font-size: 11px;
	font-weight: bold;
	color: #c50127;
}


.rli_contents_B {
	width: 100%;
	float: right;
}

.rli_contents_B_inner {
	margin-left: 240px;
}

.rli_free_area {
	border-bottom: 1px dotted #CCC;
	padding: 10px 5px;
}

.rli_detail_area {
	padding: 5px;
}

.result_list_item_footer {
	background: #FFF;
	padding: 10px 0 5px 5px;
}

.rli_kodawari_list {
	text-align: left;
	padding-left: 5px;
}

.rli_kodawari_list li {
	border: 1px solid #CCC;
	background: #f6f6f6;
	display: inline-block;
	/* 横並び */
	width: 60px;
	height: 40px;
	vertical-align: top;
	/* li要素を上端揃えに */
	margin: 0 0 5px 2px;
	text-align: center;
}

.rli_kodawari_list li p {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 32px;
	padding: 2px;
	margin: 0;
	line-height: 1.4em;
	text-align: center;
	color: #CCC;
}

.rli_kodawari_list li.rlikl_selected {
	border: 1px solid #F82058;
	background: #F7CBD9;
	color: #F82058;
}

.rli_kodawari_list li.rlikl_selected p {
	color: #F82058;
}

.cb_list_A {
	width: 30px;
	float: left;
	text-align: center;
	padding-top: 1px;
}

.cb_list_B {
	overflow: hidden;
	zoom: 1;
}

.cb_list_B_inner {}

.cb_list_B_inner a span {
	color: #333;
}

/* 戻るボタン */
.link-back-btn {
	margin: 10px auto 0;
	width: fit-content;
	border-radius: 2px;
	background: #42ae9b;
}

.link-back-btn-link {
	display: block;
	padding: 8px 20px 5px;
	color: #fff !important;
}

.link-back-btn-link::before {
	padding-right: 0.5em;
	font-family: "Font Awesome 5 Free";
	content: "\f0a8";
	font-weight: 600;
}

.link-back-btn:hover {
	background: #4C9EBF;
	text-decoration: none;
}

/**************************************
/　aboutページ
**************************************/

.about_sub_menu {
	margin-bottom: 20px;
}

.about_sub_menu a {
	margin: 0 10px;
}

.about_sub_menu img {}

h2.about_category_title {
	padding: 30px 0;
	text-align: center;
}

h2.about_category_title span {
	/*font-size:30px;line-height:1.6em;*/
}

.about_category_title_line {
	margin-top: 5px;
	margin-bottom: 15px;
}

h3.about_category_sub_title {
	text-align: center;
	padding: 15px 15px 10px 15px;
}

h3.about_category_sub_title span {
	font-size: 22px;
	line-height: 1.4em;
}

h3.about_category_sub_title b {
	color: #F82058;
}

.about_rinen_area .rinen_txt p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
}

.about_A {
	width: 100%;
	float: left;
}

.about_B {
	width: 49%;
	float: left;
	height: 480px;
	background: #f6f6f6;
	margin-bottom: 20px
}

.about_C {
	width: 49%;
	float: right;
	height: 480px;
	background: #f6f6f6;
	margin-bottom: 20px;
}

.about_A_container {
	width: 100%;
	text-align: left;
}

.about_B_container {
	width: 100%;
	text-align: left;
}

.about_C_container {
	width: 100%;
	text-align: left;
}

.about_box_l {
	height: 550px;
}

.about_box_s {
	height: 300px;
}

.about_A_container p,
.about_B_container p,
.about_C_container p {
	margin-bottom: 10px;
}

.about_section {
	padding: 10px;
}


/**************************************
/ その他の独立したページ
**************************************/


/* 投稿マナー */

.manners_area {}


/*利用規約エリア*/

.agreement_area {}


/*広告掲載についてのご案内*/

.ad_annai_area {}

.ad_title {
	font-size: 36px;
	padding: 25px 0;
	line-height: 1.4;
}

.bt_ad_toiawase {
	width: 250px;
}


/**************************************
/ Sidebar
**************************************/

.pcr_side .conntents_wrapper {
	margin: 0 10px 0 5px;
	padding-left: 5px;
	border-left: 1px dotted #333;
}


/* マージンなどの調整はここで。上にも重複あり。*/

h2.side_category_title {
	padding: 10px;
	margin: 10px 0;
	background: #f6f6f6;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

h2.side_category_title span {
	font-size: 13px;
	line-height: 1.2em;
	color: #33495F;
}

h3.side_category_sub_title {
	margin: 20px 0 10px 0;
	padding: 0 0 6px 30px;
	background: #FFF url("../img/common/title_bg_415.gif") no-repeat left bottom;
}

h3.side_category_sub_title span {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	color: #33495F;
}

.bukken_link {}

.bukken_link ul {
	margin: 0 10px;
}

.bukken_link li {
	margin-bottom: 4px;
}

.bukken_hoge_area {}

.bukken_hoge_item {
	background: #E6E6E6;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

.bukken_hoge_title {
	margin-bottom: 10px;
	padding: 5px;
}

.bukken_hoge_img {
	background: #FFF;
	margin-bottom: 5px;
	text-align: center;
}

.bukken_hoge_txt_area {
	background: #FFF;
	padding: 1%;
}

.bukken_hoge_txt_area p {
	margin-bottom: 1px;
}

.bukken_hoge_txt_area p span {
	color: #33495F;
	font-weight: bold;
}

/* SNS */
.sideSnsBlock {
	margin-bottom:20px;
}
.sideSnsBlock .sns_media{
	margin: 20px 0;
	text-align: center;
}
.sideSnsBlock .sns_media li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;/*ロゴ規定：ロゴの1/2以上の上下余白*/
	box-sizing: border-box;
}
.sideSnsBlock .sns_media a {
	display: block;
	text-align: center;
	/*↓LINEロゴ規約：縦横 PC 20px以上・SP 40px以上 / Instagramロゴ規約：縦横29px以上 に準じる*/
	width: 38px;
	height: 38px;
}
.sideSnsBlock .sns_media a:hover {
	opacity: 0.8;
}
.sideSnsBlock .sns_media .sns_inr img {
	width: auto;
	height: 100%;
}
.sideSnsBlock .sns_media img.logo_x {
	/*実サイズより縦長に見えるため微調整*/
	height: 36px;
	margin-top: 1px;
}
.sideSnsBlock .sns_block_info_txt{
	text-align: center;
}

/* news＆トピックス */
.sideNewsArea {
	margin-bottom: 2em;
}

.sideNewsArea .side_category_sub_title span{
	vertical-align: bottom;
}

.sideNewsArea .side_category_sub_title .topic_seal {
	position: relative;
	width: 94px;
	background: #DAE8F3;
	color: #334455;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	height: 40px;
	line-height: 15px!important;
	margin-left: 10px;
	border-radius: 3px;
	padding: 5px 0;
	letter-spacing: -0.05em;
	box-sizing: border-box;
	text-align: center;
}
.sideNewsArea .side_category_sub_title .topic_seal::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #DAE8F3;
	z-index: 0;
}
.sideNewsArea li {
	padding: 1em .8em;
	border-bottom: 1px dotted #ddd;
}

.sideNewsArea li p{
	margin: 0;
	line-height: 1.5;
	letter-spacing: normal;
	font-size: 12px;
}

.sideNewsArea li a:hover{
	text-decoration: none;
}

.sideNewsArea .date {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}

.sideNewsArea .date:before {
	font-family: "Font Awesome 5 Free";
	content: "\f133";
	font-weight: 500;
	font-size: inherit;
	padding-right: 0.5em;
}


/* ランキング */

.sra_container {}

.sra_ranking_area {
	text-align: center;
	background: #f6f6f6;
}

.sra_ranking_no {
	font-weight: bold;
	font-size: 16px;
	color: #72AED6;
}

.sra_item {
	padding: 6px;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

.srai_title {
	margin: 10px 0 10px 0;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.srai_img {
	margin-bottom: 5px;
	text-align: center;
}

.srai_txt_area {
	padding: 1%;
}

.srai_txt_area p {
	margin-bottom: 3px;
	font-size: 12px;
}

.srai_txt_area p span {
	color: #33495F;
	font-weight: bold;
}


.click_mansion_url {
	border: 1px solid #E6E6E6;
	display: block;
	margin-bottom: 10px;
}

.click_mansion_url:hover {
	cursor: pointer;
	background: #DCE9F2;
}

.click_mansion_url th,
.click_mansion_url td {
	display: block;
	text-align: center;
	padding: 12px 6px;
}

.click_mansion_url th {
	background: #f6f6f6;
	margin: 5px 5px 0 5px;
	padding: 2px;
	color: #72AED6;
	font-size: 14px;
	font-weight: bold;
}


/**************************************
/ 吹き出し
**************************************/

.fukidasi_box {
	position: relative;
	background: #FFFFFF;
	border: 3px solid #CCCCCC;
	margin-left: 10px;
	border-radius: 6px;
	/* CSS3草案 */
	-webkit-border-radius: 6px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	/* Firefox用 */
}

.fukidasi_box:after,
.fukidasi_box:before {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidasi_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 10px;
	margin-top: -10px;
}

.fukidasi_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #CCCCCC;
	border-width: 14px;
	margin-top: -14px;
}

.fukidasi_box p {
	margin: 10px;
}

.fukidasi_box p .fukidasi_em {
	color: #E50012;
	font-weight: bold;
}


/**************************************
/ ページャー
**************************************/

.pager_area {
	margin-bottom: 10px;
}


/**************************************
/ ぱんくず
**************************************/

.pankuzu {
	margin: 0 auto;
	padding: .5em;
	font-size: 10px;
}

/* TOPページのみ */
.page_content_container.pankuzu {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 1245px;
	margin: 0 auto;
}

/* tpl/search/result.tplのみ、パンくずリンクが押せない件について調整 */
.search-result-pankuzu {
	position: relative;
	z-index: 2;
}


.pankuzu a {
	text-decoration: none;
}

.pankuzu strong {
	font-weight: bold;
}


/**************************************
/ footer
**************************************/

.footer {
	width: 100%;
	min-width: 1150px;
	background: #334455;
	clear: both;
	position: relative;
	z-index: 10;
	color: #FFF;
	padding-bottom: 75px;
}

/*新築TOPページのみに設定*/
.footer-top {
	padding-bottom: 30px;
}

.footer_container {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 2em 0 1em;
}

.footer_container h5 {
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 1em;
	color: #ccc;
	border-bottom: 1px solid #505e6c;
	padding-left: 5px;
	padding-bottom: 0.5em;
}

.ft_col_list {
	float: left;
	overflow: hidden;
	width: 23%;
	margin: 0 2% 0 0;
}

.ft_col_list2 {
	float: left;
	overflow: hidden;
	width: 48%;
	margin: 0 2% 0 0;
}

.ft_menu_list {
	margin-bottom: 20px;
}

.ft_menu_list li {
	margin-bottom: 6px;
	font-size: 11px;
}

.ft_menu_list li:before {
	content: "\f0da";
	padding-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ccc;
}

.ft_menu_list li a {
	color: #eee;
}

.footer_MRlink_mailform {
}

.footer_MRlink_mailform .ft_col_okuzuke {
	float: right;
	overflow: hidden;
	width: 25%;
	margin: 0 0 0 3%;
	font-size: 11px;
	line-height: 1.8;
}

.footer_MRlink_mailform .footerMRlink {
	float: left;
	width: 72%;
}

.ft_logo {
	text-align: center;
	margin-top: 20px;
}

.ft_logo img{
	width: auto;
	height: 52px;
}

.ft_p_mark_wrap {
	display: flex;
	align-items: center;
	margin-top: auto;
}

.ft_p_mark_wrap .ft_p_mark {
	float: left;
	text-align: center;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background: #FFF;
}

.ft_p_mark_wrap p {
	padding-left: 10px;
}

.footer_container .ft_col_okuzuke h5 {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-bottom: none;
}

.ft_col_okuzuke textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	resize: none;
	font-size: 1em;
	width: 100%;
	height: 100px;
}

.copyright {
	padding: 1em 0;
	background: #4a627a;
	line-height: 1;
	text-align: center;
	font-size: 12px;
}

/* 2023.02.03 フッターのスタイルを上書き */

.footer_container {
	padding: 2em 0 3em 0;
}

.footer_left {
	display: flex;
	flex-direction: column;
	/* margin-right: 5em; */
	width: auto;
}

.footer_logo_menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5em;
}

.footer_logo {
	width: 220px;
	margin-bottom: 1em;
}

.footer_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer_menu li {
	position: relative;
	margin: 0 2em 0 1em;
	line-height: 2.5;
	font-size: 13px;
}

.footer_menu li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	position: absolute;
	left: -1em;
	top: 0;
	color: #ccc;
}

.footer_menu li a {
	color: #fff;
}

/* SNS */
.footer_sns_media{
	margin: 1.2em 0 .6em;
}
.footer_sns_media li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px; /*ロゴ規定：ロゴの1/2以上の上下余白*/
	box-sizing: border-box;
}
.footer_sns_media a {
	display: block;
	text-align: center;
	/*↓LINEロゴ規約：縦横 PC 20px以上・SP 40px以上 / Instagramロゴ規約：縦横29px以上 に準じる*/
	width: 30px;
  height: 30px;
	border-radius: 5px;
}
.footer_sns_media a:hover {
	opacity: 0.8;
}
.footer_sns_media .sns_inr img {
	width: auto;
	height: 100%;
}
.footer_sns_media img.logo_x {
	/*実サイズより縦長に見えるため微調整*/
	height: 28px;
	margin-top: 1px;
}
/* colorboxモーダルフォーム用 PC */

.mail_send_area {
	border: 1px solid #ddd;
	margin: 10px 0 20px;
	padding: 0;
}

.mail_send_area_title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #759dda;
	border-color: -moz-use-text-color #ddd -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: none solid none none;
	border-width: medium 1px medium medium;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	width: 180px !important;
}

.mail_form_tbl_inner td {
	border: medium none;
	margin: 0;
	padding: 3px;
	vertical-align: middle;
}

.mail_send_area_no_line {
	border: medium none;
}

.mail_send_area_form_input {
	color: #aaa;
	padding: 7px;
	width: 300px;
}

.textFocus {
	color: #333;
}

#global_toast {
	background: none repeat scroll 0 0 #e6f9ff;
	border: 5px solid #245fa1;
	color: #245fa1;
	font-size: 16px;
	font-weight: bold;
	margin-left: -200px;
	padding: 12px 30px;
	width: 400px;
}


/* colorboxモーダルフォーム用 スマホ */

.m_mail_send_window {
	padding-bottom: 30px;
}

.m_mail_send_area {
	margin: 10px 0 20px 0;
	padding: 0;
}

.m_mail_send_area_icon {
	float: left;
	width: 60px;
	margin-right: 10px;
	padding-top: 10px;
}

.m_mail_send_area_form_input {
	width: 90%!important;
}

.m_mail_send_area_no_line {
	border: none;
}

.m_mail_send_area_title {
	font-size: 14px;
	padding: 2px 0;
	border: none;
	border-right: 1px solid #DDD;
	width: 180px!important;
	background: #759DDA;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
}

.m_mail_send_area_txt {
	font-size: 13px;
	line-height: 1.5em;
}

.m_mail_send_area_form {}

.m_mail_send_info {
	font-size: 16px;
	font-weight: bold;
}

.m_textFocus {
	color: #333;
}

.m_mail_send_area_error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}


/* 物件検索 } */


/*お気に入りに登録しました*/

#global_toast {
	border: 5px solid #245FA1;
	background: #E6F9FF;
	padding: 12px 30px;
	font-size: 16px;
	color: #245FA1;
	font-weight: bold;
	width: 400px;
	margin-left: -200px;
}

#global_toast span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


/* SUUMO */

.suumoRecommendBlock {}

.suumoRecommendBlock .recommendTable {
	width: 100%;
}

.suumoRecommendBlock .recommendTable tr:hover {
	background: #DCE9F2;
}

.suumoRecommendBlock .recommendTable th,
.suumoRecommendBlock .recommendTable td {
	border: 0;
	vertical-align: middle;
}

.suumoRecommendBlock .recommendTable td {
	border-bottom: #ccc solid 1px;
	cursor: pointer;
	padding: 0 5px;
}

.suumoRecommendBlock .recommendTable td img {margin: 2px 0;display: block!important;}

.suumoRecommendBlock .recommendTable .size1 {
	width: 60px;
}

.suumoRecommendBlock .recommendTable .size2 {
	width: 15%;
}

.suumoRecommendBlock .recommendTable .size3 {
	width: 14%;
}

.suumoRecommendBlock .recommendTable .size4 {
	width: 20%;
}

.suumoRecommendBlock .recommendTable .size5 {
	width: 25%;
}


/**************************************
/ googlemap
**************************************/

.google-maps {
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#map-container {
	display: none;
	position: relative;
	height: 474px;
	max-width: 790px;
	margin: auto;
}

#map-container img {
	max-width: none;
}

#map-canvas {
	height: 474px;
	width: 100%;
}


/**************************************
/ エラーページ
**************************************/


/**************************************
/ 条件が近い物件
**************************************/

.mansion_shuhen_list table.tekisei_kakaku_sindan_list_area tbody.more {
	display: none;
}

table.tekisei_kakaku_sindan_list_area tr th div.order_button button {
	width: 25px;
	height: 15px;
	border: solid 1px #aaa;
	border-radius: 2px;
	background-repeat: no-repet;
	background-position: center center;
	cursor: pointer;
}

table.tekisei_kakaku_sindan_list_area tr th div.order_button button.asc {
	background-image: url("../mansion/report2/images/order_asc.png");
}

table.tekisei_kakaku_sindan_list_area tr th div.order_button button.desc {
	background-image: url("../mansion/report2/images/order_desc.png");
}

table.tekisei_kakaku_sindan_list_area tr th div.order_button button.asc.active {
	background-image: url("../mansion/report2/images/order_asc_active.png");
}

table.tekisei_kakaku_sindan_list_area tr th div.order_button button.desc.active {
	background-image: url("../mansion/report2/images/order_desc_active.png");
}

.mansion_shuhen_list table tr {
	cursor: pointer;
}

.mansion_shuhen_list table thead tr {
	cursor: auto;
}

.mansion_shuhen_list table tr:hover {
	background: #eee;
}

.mansion_shuhen_list table tr.mansion.border-top {
	border-top: solid 1px #ddd;
}

.mansion_shuhen_list table tr.mansion.border-top td {
	border-top: none;
}

.mansion_shuhen_list table tr.sale td {
	text-align: right;
	padding: 10px;
	border-top: none;
	border-bottom: none;
}

.mansion_shuhen_list table tr td.name {
	color: #0A68CD;
}

.mansion_shuhen_list table tr td.deviation {
	color: #f00;
}

.mansion_shuhen_list table tr.sale.border-bottom td {
	border-bottom: solid 1px #ddd;
}

.mansion_shuhen_list table tr.sale td a {
	display: block;
}

.mansion_shuhen_list table th,
.mansion_shuhen_list table td {
	text-align: center;
	border-width: 1px 0;
	vertical-align: middle;
	padding: 7px 4px;
}

.mansion_shuhen_list table th {
	background: #72AED6;
	color: #fff;
	/* vertical-align: middle; */
}

.mansion_shuhen_list table .col1 {
	/* width: 250px; */
}

.mansion_shuhen_list table .col2 {
	width: 90px;
}

.mansion_shuhen_list table .col3 {
	width: 110px;
}

.mansion_shuhen_list table .col4 {
	width: 50px;
}

.mansion_shuhen_list table .col5 {
	width: 80px;
}

.mansion_shuhen_list table .col6 {
	width: 60px;
}

.mansion_shuhen_list table .col7 {
	width: 50px;
}

.mansion_shuhen_list table .col8 {
	width: 100px;
}

.mansion_shuhen_list table td {
	/* background: #fff; */
	border-bottom: 1px solid #ccc;
}

.mansion_shuhen_list table tr.border-top td {
	border-width: 1px 0 0 0;
}

.mansion_shuhen_list table.tekisei_kakaku_sindan_list_area th.deviation,
.mansion_shuhen_list table.tekisei_kakaku_sindan_list_area th.sokosu {
	/* min-width: 50px; */
}

div.mansion_station_sale_list,
.mansion_shuhen_list {
	position: relative;
}

.mansion_shuhen_list div.loading {
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.mansion_shuhen_list div.loading {
	top: 62px;
}

.mansion_shuhen_list div.loading div.txt {
	display: inline-block;
	padding-left: 25px;
	background: url('../../img/common/loading.gif') no-repeat left center;
}

/*
  都道府県 政令都市ページ：見出し
------------------------------------------ */
.other_category_title span a {
	font-weight: 600;
}

.search_from_city .prefecture_city_title .other_category_title span:before {
	content: "";
	padding: 0;
}

.prefecture_city_title {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	border-top: 1px solid #333;
	margin: 4em 0 1em;
}

.prefecture_city_title .other_category_title {
	margin: 0;
	border-top: none;
}

.prefecture_city_title .prefecture_city_all {
	margin: 9px 0;
	padding: 10px 0;
	font-size: 13px;
}

.prefecture_city_title .prefecture_city_all_check {
	display: flex;
	align-items: center;
	margin: 9px 0;
	padding: 0 5px;
	top: 3px;
	position: relative;
}

.prefecture_city_title  .prefecture_city_all_check_text {
	margin-left: 5px;
}

.prefecture_city_all_check_A {
	width: 30px;
}


/**************************************
/ 調整
**************************************/


/*サムネイルと文章*/

.right_thumb_img {
	float: right;
}

.left_thumb_img {
	float: left;
}

.right_thumb_text,
.left_thumb_text {
	overflow: hidden;
	zoom: 1;
}

.left_img {
	float: left;
	width: 44%;
}

.right_img {
	float: right;
	width: 44%;
}

.left_txt {
	float: left;
	width: 54%;
	margin-right: 1%;
}

.right_txt {
	float: right;
	width: 54%;
	margin-left: 1%;
}

.left_float_to_100 {
	float: left;
}

.right_float_to_100 {
	float: right;
}

.left_float {
	float: left;
}

.right_float {
	float: right;
}

.txtL {
	text-align: left!important;
}

.txtR {
	text-align: right!important;
}

.txtC {
	text-align: center!important;
}

.txtT {
	vertical-align: top;
}

.txtB {
	vertical-align: bottom;
}

.txtM {
	vertical-align: middle;
}


/* margin */

.mag0 {
	margin: 0px !important;
}

.mag5 {
	margin: 5px;
}

.mag10 {
	margin: 10px;
}

.mag15 {
	margin: 10px;
}

.mag20 {
	margin: 20px;
}

.mag30 {
	margin: 30px;
}

.mag40 {
	margin: 35px;
}

.mag50 {
	margin: 45px;
}

.magl5 {
	margin-left: 5px;
}

.magl10 {
	margin-left: 10px;
}

.magl15 {
	margin-left: 10px;
}

.magl20 {
	margin-left: 20px;
}

.magl30 {
	margin-left: 30px;
}

.magl35 {
	margin-left: 35px;
}

.magl45 {
	margin-left: 45px;
}

.magl70 {
	margin-left: 70px;
}

.magl150 {
	margin-left: 150px;
}

.magr5 {
	margin-right: 5px;
}

.magr7 {
	margin-right: 7px;
}

.magr8 {
	margin-right: 8px;
}

.magr10 {
	margin-right: 10px;
}

.magr15 {
	margin-right: 15px;
}

.magr20 {
	margin-right: 20px;
}

.magr30 {
	margin-right: 30px;
}

.magr35 {
	margin-right: 35px;
}

.magr45 {
	margin-right: 45px;
}

.magt5 {
	margin-top: 5px;
}

.magt10 {
	margin-top: 10px;
}

.magt15 {
	margin-top: 15px;
}

.magt20 {
	margin-top: 20px;
}

.magt25 {
	margin-top: 25px;
}

.magt30 {
	margin-top: 30px;
}

.magt50 {
	margin-top: 50px;
}

.magt60 {
	margin-top: 60px;
}

.magt70 {
	margin-top: 70px;
}

.magb5 {
	margin-bottom: 5px;
}

.magb10 {
	margin-bottom: 10px;
}

.magb15 {
	margin-bottom: 15px;
}

.magb20 {
	margin-bottom: 20px;
}

.magb30 {
	margin-bottom: 30px;
}

.magb40 {
	margin-bottom: 40px;
}

.magb50 {
	margin-bottom: 50px;
}

.magb60 {
	margin-bottom: 60px;
}

.magb70 {
	margin-bottom: 70px;
}

.magb80 {
	margin-bottom: 80px;
}


/* padding */

.pad0 {
	padding: 0px;
	!important
}

.padl5 {
	padding-left: 5px;
}

.padl10 {
	padding-left: 10px;
}

.padl15 {
	padding-left: 10px;
}

.padl20 {
	padding-left: 20px;
}

.padl30 {
	padding-left: 30px;
}

.padl45 {
	padding-left: 45px;
}

.padl70 {
	padding-left: 70px;
}

.padl150 {
	padding-left: 150px;
}

.padr5 {
	padding-right: 5px;
}

.padr10 {
	padding-right: 10px;
}

.padr15 {
	padding-right: 15px;
}

.padr20 {
	padding-right: 20px;
}

.padr30 {
	padding-right: 30px;
}

.padr45 {
	padding-right: 45px;
}

.padt5 {
	padding-top: 5px;
}

.padt10 {
	padding-top: 10px;
}

.padt15 {
	padding-top: 15px;
}

.padt20 {
	padding-top: 20px;
}

.padt30 {
	padding-top: 30px;
}

.padt50 {
	padding-top: 50px;
}

.padb5 {
	padding-bottom: 5px;
}

.padb10 {
	padding-bottom: 10px;
}

.padb15 {
	padding-bottom: 15px;
}

.padb20 {
	padding-bottom: 20px;
}

.padb25 {
	padding-bottom: 25px;
}

.padb30 {
	padding-bottom: 30px;
}

.padb50 {
	padding-bottom: 50px;
}

.sph5 {
	height: 5px;
}

.sph10 {
	height: 10px;
}

.spw5 {
	width: 5px;
}

.spw10 {
	width: 10px;
}


/*checkbox 文字揃え*/

.cb_right {
	width: 100%;
	float: right;
}

.cb_left {
	width: 20px;
	float: left;
	margin-right: -25px;
}

.cb_right_inner {
	margin-left: 25px;
}


/*取り合えずワンサイズタブレット対応するときとる*/

.header_container {
	width: 1110px;
}

.sub_header_container {
	width: 1110px;
}

.footer_container {
	/* width: 1110px; */
}

/* 非表示 */
.display_none {
	display: none;
}

/* 新着口コミをメールでお知らせ結果 */
#popupMansionkuchikomi_main p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.spec_table {
	table-layout: fixed;
}

.spec_table td {
	padding: 10px;
}

.spec_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.spec_list li {
	display: inline-block;
	font-size: 14px;
}

.spec_list li:last-child:after {
	content: none;
}

.spec_list_tenjo {
	display: flex;
	flex-wrap: wrap;
	margin: 3px 4px;
}

.spec_list_tenjo th {
	background-color: #D5DDE6;
	margin: 0;
	padding: .5em;
	width: 140px;
	color: #334455;
	text-align: left;
	font-size: 14px;
}

.spec_list_tenjo td {
	padding: .5em;
	border: 1px solid #eee;
	width: 107px;
}

.spec_table tr {
	display: flex;
	flex-direction: row;
}

.spec_table th,
.spec_table td {
	border: none;
}

.spec_table th {
	font-size: 12px;
	float: left;
	margin-bottom: 6px;
}

.spec_table th .title {
	display: inline-block;
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	color: #334455;
	padding: 0;
	width: 90px;
	min-width: 70px;
	text-align: center;
}

.spec_table td {
	padding: 0;
}

.spec_table .spec_list {
	margin-left: 6px;
	gap: 2px 10px;
}

.spec_table .spec_table_setubi_area {
	margin-bottom: 25px;
}

.spec_table .spec_table_setubi_area th {
	padding-top: 15px;
	margin-right: 15px;
}

.spec_table .spec_table_sekkei_area {
	margin-bottom: 25px;
}

.spec_table .spec_table_sekkei_area .spec_list {
	display: block;
}

.spec_table .spec_table_sekkei_area .spec_list li {
	width: 100%;
}

.spec_table .spec_table_sekkei_area th {
	padding-top: 10px;
}

.spec_table .spec_table_sekkei_area .spec_list_icon {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.spec_table .spec_table_sekkei_area .spec_list_sekkei {
	font-size: 10px;
}

.spec_table .spec_list_tenjo {
	display: block;
	margin: 0 0 3px;
}

.spec_table .spec_list_tenjo tr {
	display: block;
	margin: 0;
}

.spec_table .spec_list_tenjo th {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	margin: 0;
	padding: .5em;
	width: 150px;
	font-size: 14px;
}

.spec_table .spec_list_tenjo td {
	padding: .5em;
	border: 1px solid #eee;
	width: 210px;
}

.spec_table .spec_table_tenjo_area {
	display: flex;
	flex-direction: column;
}

.spec_list li.for_mosaic::after {
	content: "";
}
