@charset "shift_jis";
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
h2.cms_h2 {
    overflow: hidden;
    height: auto;
    background-color: #f6ffe1;
}
h2.cms_h2:after {}
.container {
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}
.maincontents {
	width: 780px;
	float: left;
}
.side {
	width: 200px;
	float: right;
}
.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
.cms_back a {
	color: #004CD3;
	line-height: 18px;
}
.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}
.inquirytable {
	border: none !important;
	background-color: #fff;
	margin: auto;
}
.satei_wrap {
	width: 1000px;
	margin: auto;
}
/* column */
#clm_conts_wrap {
	margin: 0 0 100px 0;
}
.breadcrumbs {
	width: 1100px;
	margin: 10px auto;
}
.breadcrumbs ul {
	display: inline-block;
	font-size: 13px;
}
.breadcrumbs ul li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 16px;
}
.breadcrumbs ul li:first-child::before {
	display: none;
}
.breadcrumbs ul li::before {
	padding: 0 10px 0 0;
	content: "\03e";
	font-size: 14px;
}
.breadcrumbs ul li a {
	display: inline;
	font-weight: normal;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.breadcrumbs ul li span {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.result_h2_tl {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 59px 0;
	text-align: center;
	background: url(/img/column/h2_bg.jpg);
	background-size: cover;
	text-align: center;
	font-weight: bold;
}
.result_h2_tl h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
}
.result_h2_tl p {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.clm_tag_wrap {
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto 35px auto;
	padding: 20px 20px 20px 20px;
	background: #D1EEFB;
}
.clm_tag_wrap h3 {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.clm_li_tag ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 15px;
}
.clm_li_tag ul li a {
	display: block;
	padding: 6px 20px;
	background: #fff;
	font-size: 10px;
	line-height: 15px;
	color: #333;
	font-weight: bold;
	transition: all 0.3s;
}
.clm_li_tag ul li a:hover {
	background: #F3F3F3;
}
.clm_cms {
	margin: 0 0 45px 0;
}
.clm_cms_list {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 25px;
	list-style: none;
}
.top_clm_list {
	width: 315px;
	background: #fff;
	position: relative;
}
.top_clm_list a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0 12px 0;
	text-decoration: none;
	color: #333;
}
.top_clm_list:after {
	content: '';
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	width: 315px;
	height: 100%;
	background: #9DCE29;
	top: 5px;
	left: 5px;
	z-index: -1;
	transition: all 0.3s;
}
.top_clm_list:hover:after {
	background: #FFF2B6;
}
.top_clm_theme {
	display: block;
	width: 65px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
}
.top_clm_list .購入 {
	background-image: url(/img/new_top/clm_flag01.png);
}
.top_clm_list .売却 {
	background-image: url(/img/new_top/clm_flag02.png);
}
.top_clm_list img {
	width: 315px;
	height: 180px;
	margin: 0 0 15px 0;
	object-fit: cover;
}
.top_clm_box {
	width: 285px;
	margin: 0 auto;
}
.top_clm_box h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.top_clm_box p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.top_clm_box .top_clm_tag p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.top_clm_box .top_clm_tag p label {
	display: flex;
	align-items: center;
	gap: 0 3px;
	padding: 2px 8px;
	background: #ECECEC;
	border-radius: 3px;
	font-size: 12px;
	line-height: 15px;
}
.top_clm_box .top_clm_tag p label:before {
	content: '#';
	color: #333;
}
/* shosai */
#clm_conts_inner {
	width: 1000px;
	margin: 0 auto;
}
.clm_conts_tl {
	margin: 0 0 35px 0;
	padding: 20px 25px 25px 25px;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}
.clm_conts_tl h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 36px;
}
.clm_conts_tl h2 span {
	display: block;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	color: #23A638;
}
.clm_conts_tl_b {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.clm_conts_tl_b div {
	max-width: 800px;
}
.clm_conts_tl_b p {
	margin: 0;
}
.clm_conts_tl_b .cms_topic_tag a {
	color: #333 !important;
	padding: 3px 20px !important;
	border-radius: 10px !important;
	background: #F3F3F3 !important;
	border: none !important;
	font-size: 10px !important;
	line-height: 14px !important;
	font-weight: bold;
}
.clm_conts_tl_date {
	font-size: 14px;
	line-height: 18px;
	color: #C1C1C1;
}
.col_de_main {
	width: 700px;
	margin: 0 auto 35px auto;
}
.col_de_main img {
	width: 700px !important;
	height: 350px !important;
	object-fit: cover;
}
.col_de_catch {
	width: 880px;
	margin: 0 auto 35px auto;
	font-size: 14px;
	line-height: 24px;
}
.column_det_index {
	width: 950px;
	box-sizing: border-box;
	margin: 0 auto 45px auto;
	padding: 30px 40px;
	background: #eee;
	display: flex;
	align-items: flex-start;
}
.column_det_ttl {
	width: 80px;
	text-align: center;
	border: 1px solid #111;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 50px;
	flex-shrink: 0;
}
.column_det_index br {
	display: none;
}
.column_det_index ol {
	padding: 0;
	margin: 0;
	counter-reset: section;
	font-weight: normal;
}
.column_det_index ol li {
	line-height: 1.5rem;
}
.column_det_index ol li::before {
	counter-increment: section;
	content: counters(section, "-") ". ";
	padding-right: 10px;
}
.column_det_index>ol>li {
	font-weight: bold;
	padding: 10px 0;
	font-size: 14px;
}
.column_det_index ol li a {
	color: #111;
	display: inline;
}
.column_det_index ol li a:hover {
	text-decoration: underline;
}
.column_det_index ol ol {
	margin-top: 10px;
}
.column_det_index ol ol li {
	font-size: 14px;
	text-indent: 25px;
	font-weight: bold;
}
.col_de_article {
	width: 950px;
	margin: 0 auto;
}
.col_de_article h3 {
	margin: 40px 0 30px 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	line-height: 24px;
	border-bottom: 2px solid #333333;
}
.col_de_article h4 {
	margin: 35px 0 30px 0;
	padding: 15px 0 15px 30px;
	background: #D1EEFB;
	font-size: 18px;
	line-height: 20px;
}
.col_de_article p {
	width: 880px;
	margin: 0 auto 0 auto;
	font-size: 14px;
	line-height: 24px;
}
.col_de_article div a.col_de_more {
	display: block;
	width: 400px;
	box-sizing: border-box;
	padding: 20px 30px 20px 0;
	background: #1C83B3;
	border: 1px solid #1C83B3;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	margin: 50px auto 0 auto;
	position: relative;
	transition: all 0.3s;
}
.col_de_article div a.col_de_more:hover {
	background: #FFF;
	color: #1C83B3;
}
.col_de_article div a.col_de_more:after {
	content: '\f054';
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s;
}
.col_de_article div a.col_de_more:hover:after {
	color: #1C83B3;
}
.col_de_article .fancybox {
	background: none !important;
	padding: 0 !important;
	display: inline-block;
	width: auto !important;
	margin: 0 !important;
	border: none !important;
}
.col_de_article .fancybox:after {
	display: none;
}
.clm_conts_img {
	margin: 25px 0;
	text-align: center;
}
#clm_inq_box {
	width: 880px;
	box-sizing: border-box;
	margin: 75px auto;
	padding: 0 0 20px 0;
	border: 1px solid #23A638;
}
#clm_inq_box h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 25px;
	background: #23A638;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
#clm_inq_box ul {
	display: flex;
	justify-content: center;
	gap: 0 35px;
	margin: 0 0 20px 0;
}
#clm_inq_box ul a {
	display: block;
	width: 400px;
	box-sizing: border-box;
	padding: 20px 0 20px 100px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	position: relative;
	transition: all 0.3s;
}
#clm_inq_box ul a:after {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(/img/column/blog_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	margin: auto;
}
#clm_inq_box ul li:nth-child(1) a {
	background: #9DCE29;
}
#clm_inq_box ul li:nth-child(2) a {
	background: #DD4E57;
}
#clm_inq_box ul a:hover {
	opacity: 0.8;
}
#clm_inq_box div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 35px;
}
#clm_inq_box div p {
	margin: 0;
}
.clm_inq_tel {
	display: flex;
	align-items: center;
	gap: 0 5px;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 3.6px;
}
.clm_inq_tel:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(/img/column/blog_tel.png);
	background-size: contain;
	vertical-align: middle;
}
.clm_inq_time {
	display: flex;
	align-items: center;
	gap: 0 25px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.clm_inq_time:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 30px;
	background: #23A638;
}
.col_de_page {
	width: 1000px;
	margin: 40px auto;
}
.col_de_page ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.col_de_page li {
	flex-basis: 350px;
	align-self: center;
	font-size: 15px;
	line-height: 24px;
	position: relative;
}
.col_de_page li:nth-child(1) a {
	padding: 29px 0 29px 65px;
}
.col_de_page li:nth-child(1) a::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.col_de_page li:nth-child(1) a::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 82px;
	background: #C1C1C1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.col_de_page li:nth-child(2) {
	flex-basis: 210px;
	height: 82px;
	background-color: #ffffff;
	text-align: center;
	line-height: 82px;
	box-sizing: border-box;
	position: relative;
}
.col_de_page li:nth-child(2):before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 60px;
	background: #EEEEEE;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.col_de_page li:nth-child(2):after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 60px;
	background: #EEEEEE;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.col_de_page li:nth-child(2) a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.col_de_page li:nth-child(3) a {
	padding: 29px 65px 29px 0;
	position: relative;
}
.col_de_page li:nth-child(3) a::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 82px;
	background: #333;
	position: absolute;
	top: 0;
	right: 0;
}
.col_de_page li:nth-child(3) a::after {
	content: '\f054';
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.col_de_page li a {
	display: block;
	color: #111;
}
.col_de_page li:hover a {
	text-decoration: none;
	color: #999;
}
.col_de_iframe p {
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-weight: bold;
}
.col_box_dashed {
	position: relative;
	background: #fff0cd;
	box-shadow: 0px 0px 0px 5px #fff0cd;
	border: dashed 2px white;
	padding: 20px 20px;
	color: #454545;
}
.col_box_dashed:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffdb88 #fff #ffdb88;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.cms_form_bnr {
	margin: 0 0 15px 0;
}
.inquirytable td {
	border-bottom: none !important;
	border-right: none !important;
}
.cms_h2_report {
	width: 1000px !important;
}
.open_room3 {
	width: 1000px !important;
	margin: 0 auto 20px auto;
}
.report:empty {
	height: 300px;
}

.voice4_ma_shosai{
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
}

.voice4_catch{
    clear: both;
    width: 1000px;
    margin: 20px auto;
}

.voice4_ma_staff_comment{
    width: 1000px;
    margin: 20px auto;
}

/*------------------
査定実績　
--------------------*/
.app_li_wrap {
    background: #eee;
    padding: 20px;
    border-radius: 5px;
    width: 960px;
    margin: 0 auto;
}

.app_li_row {
    background: #fff;
    border-radius: 3px;
    border-bottom: 1px dashed #ccc;
}

.app_li_row:last-child {
    border: none;
}

.app_li_row a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    padding: 15px;
}

.app_li_row a:hover {
    background: #FFF;
}

.app_li_row a > div {
    display: flex;
    align-items: center;
}

.app_li_icon {
    background: #9fcc32;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

span.app_li_day {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    text-align: left;
    width: 85px;
}

.app_li_tex {
    margin: 0 0 0 10px;
    font-size: 16px;
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app_sho_wrap h3 {
    background: #eee;
    padding: 20px;
    margin-bottom: 15px;
}

.app_sho_main {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    font-size: 16px;
    width: 960px;
    margin: 0 auto 30px auto;
}

.app_sho_main > p {
    margin: 0 0 15px;
}

.app_sho_detail {
    background: #eee;
    padding: 20px;
    border-radius: 5px;
}

.app_sho_detail li {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.app_sho_detail li:last-child {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 26px;
}

.app_sho_detail li p {
    margin: 0 0 0 10px;
    font-weight: bold;
}

.app_sho_detail li span {
    background: #9fcc32;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 50px;
    text-align: center;
}

.app_sho_name:not(:empty) {
    color: #80bac4;
    font-weight: bold;
    padding: 0 1%;
}

.app_sho_subtxt {
    text-align: center;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.app_sho_wrap > a {
    text-decoration: none !important;
    color: #fff !important;
    background: #ff5239;
    border-radius: 5px;
    width: 500px;
    display: block;
    text-align: center;
    margin: 30px auto;
    padding: 20px;
    font-size: 20px;
}

.app_sho_wrap > a:hover {
    background: #e83016;
}

.pan_wrap{
    width: 1000px !important;
    margin: 5px auto;
}

/*------------特集タグのCSS------------*/
.vo_de_tag {
    margin: 0px auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
}

.vo_de_tag_ttl {
    border-bottom: 1px solid #111;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.vo_de_tag_ttl p {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
}

.vo_de_tag_li p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.vo_de_tag_li label.cms_topic_tag {
    padding: 3px;
}

.vo_de_tag_li label.cms_topic_tag a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}

.vo_de_tag_li label.cms_topic_tag a:hover {
    color: #fff;
    background: #051143;
    text-decoration: none;
}

.grouppaging{
    width: 1000px;
    margin: 20px auto;
}
.reform_ma {
    width: 1000px;
    margin: 0px auto 50px auto;
}
.flickSlider .flickView ul{
    height: 500px !important;
}
.flickSlider .flickView{
    height: 500px !important;
}