@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

img[src$=".svg"] {
    width: 100%;
    height: auto;
}


ul.new_bukken_list{}
ul.new_bukken_list li{
    display: flex;
    margin-top: 0px;
    justify-content:flex-start;
}
ul.new_bukken_list li div{
    font-size: 15px !important;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
ul.new_bukken_list li div a{
     font-size: 15px !important;
}
ul.new_bukken_list li div.date{
    margin-right: 1em;
    white-space: nowrap;
    
}
ul.new_bukken_list li div.title{
    flex-basis: auto;
    text-align: left;
}

ul.new_bukken_list li{
    border-bottom: dotted 1px #676767;
    margin-top: 3px;
    /* [disabled]margin-right: 10px; */
    /* [disabled]margin-left: 10px; */
    margin-bottom: 3px;
    color: #999;
}

/* 不動産を買いたい */

#area, #school, .search{
    margin-bottom: 50px;
}
 ul.head1 {
  list-style: none;
  margin: 0px !important;
}

ul.head1 li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
}

ul.head1 li:before {
  content: '\f144';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
 padding-left: 15px;
  left: 0;
  color: green;
}

ul.head1 li:last-of-type{
  border-bottom: none;
}


ul.head1{display: flex; flex-wrap: wrap;}
ul.head1 li {
    width: 160px;
    height: 80px;
    
display: flex;
     align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
    margin-right: 2px;
    
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f7f7f7 1%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f7f7f7 1%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f7f7f7 1%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



ul.head1 li a{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    font-size: 1.2em !important;
    text-decoration: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

ul.head1 li p{font-size: 1.2em;}

ul.head1 li span{font-size: 0.8em;}

/* width: 100%;で残りスペースを埋める */
.spacer {
    width: 100%;
    display: block;
}

#content ul.head2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#content ul.head2 li{
    flex-basis: 30%;
    line-height: 2em;
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 1em;
}
#content ul.head2 li a{
    text-decoration: none;
}

#content p.buy-title{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 35px;
    color: #009380;
    font-weight: bold;
    border-bottom: 1px solid #F0EDAB;
    line-height: 1em;
    margin-bottom: 20px;
}

#content p.buy-title span{
    font-size: 0.7em;
}

#content p.school{
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-radius: 35px;
    background-color: #009380;
    display: inline-block;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#terms div.termbtn{
    padding-top: 1em;
    padding-bottom: 1em;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #009380;
}

#terms div.termbtn a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

/* 無料査定 */

#kanisatei{
    margin-bottom: 150px;
}

#content h3.title_img{
    width: auto;
    padding: 0;
    height: auto;
    text-indent: 0px;
    margin-bottom: 2em;
    margin-top: 0px;
}

#content h3.title_img img{
    width: 100%;
    height: auto;
}

#content .satei .block_txt{
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
}

#content .satei .block_txt h3{
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    text-indent: 0px;
    background-color: #fff;
    font-size: 28px;
    color: #F0831E;
    line-height: 40px;
    font-family: 'Zen Maru Gothic', sans-serif;
}
#content .satei .block_txt p.icon{
    display: block;
    height: 70px;
    margin-left: 1em;
}
#content .satei .block_txt p img{
    height: 100%;
    width: auto;
}
#content .satei p.subtxt{
    text-align: center;
}

/*無料査定ポップアップフォーム（共通）*/



.required::after {
  content: "必須";
  background-color: #f0ad4e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}
.nini::after {
    content: "任意";
    background-color: #929292;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
}

.boxzilla .check{
    margin-left: auto;
    margin-right: auto;
     /*width: 20em;*/
    display: block;
    margin-top: 0.5em;
}
.boxzilla .check{display: flex}
.boxzilla .check p{
    font-size: 11px;
    line-height: 1.3em;
    text-align: left;
}
 .boxzilla .wpcf7-submit{
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 1.0em;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}
 .submit_btn{
    text-align: center;
}

.boxzilla input[type="text"],
.boxzilla input[type="email"],
.boxzilla input[type="number"],
.boxzilla textarea{
    padding: 0.5em;
    font-size: 14px;
    width: 100%;
    box-sizing:border-box;
    -webkit-border-radius: 0px;
}
.boxzilla input[type="checkbox"]+span{
    display: none;
}

.boxzilla input::placeholder{ color: #CACACA}

/*　recaptcha　*/

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
}

/*　contact form7カスタマイズ　*/
input.wpcf7c-conf {background-color: #dddddd; color: #636363; border: 0px solid #333333;}
.wpcf7c-conf {background-color: #dddddd; color: #636363; border: 0px solid #333333;}
input.wpcf7-not-valid{background-color: #ffe6db; color: black; border: 1px solid #ccb59a;}
.wpcf7-not-valid{background-color: #ffe6db; color: black; border: 1px solid #ccb59a;}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 13px;
	font-weight: normal;
	display: block;
}

.grecaptcha-badge { visibility: hidden; }

@media (max-width: 419px) {
    
header  {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	height: 50px;
	position: fixed;
	padding: 0px;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	z-index: 999;
	border-bottom: 1px solid rgba(233,233,233,1.00);
}

header h1.logo {
	float: left;
	margin-top: 10px;
	text-align: left;
	margin-left: 10px;
}
header h1.logo img{
    width: 80%;
    height: auto;
    padding-top: 5px;
}
header p.telimg {
	float: right;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
}

header ul, header li {
	list-style-type:none;
	padding:0px;
	float: right;
	margin: 0px;
	width: 285px;
	text-align: right;
}
header ul {
	margin-top: -1.4em;
}
    
    
/*--index 売買検索ナビ--*/
#fudo_menu  {
    width: 100%;
    background-color: #F0EDAB;
    padding-top: 20px;
    padding-bottom: 20px;
}
#fudo_menu img{
    width: 100%;
    height: auto;
}
    
#fudo_menu .buymenu, #fudo_menu .sellmenu{
    margin-right: 20px;
    margin-left: 20px
    
}
    
#fudo_menu .sellmenu{
    margin-top: 30px;
}
   
    
.buymenu ul.submenu{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    }
.buymenu ul.submenu li{
    width: 48%;
    border-radius: 5px;
    border: 2px solid #555;
    margin-top: 10px;
}
.sellmenu ul.submenu li{
    border-radius: 5px;
    border: 2px solid #555;
    margin-top: 8px;
}
    
    
    
#left_con  {
	width: 100%;
}
#left_con h3.title01 {
	margin-bottom: 10px;
	text-align: left;
	background-color: #6E4012;
	margin-right: auto;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
}
#left_con .L_box01 {
	padding: 10px;
	width: auto;
}
#left_con .L_box02 {
	padding: 11px;
	width: 100%;
	background-color: #FFF;
	margin-top: 10px;
}
#left_con .L_box01 div{
	width: 100% !important;
	float: none !important;
}

.in_box{
    margin: 20px;
}

/* CSS トップページ */
div.cf_wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 42vw;
    display: block;
}

div.cf_element{
width: 100%;
height: auto;
margin-top: 0px; /*移転バナーを外したら20pxにもどす*/
margin-right: auto;
margin-left: auto;
background-color: rgba(255,255,255,0.5);
    position: absolute;
}

div.cf_element img{
width: 100%;
height: auto;
}



div.openbanner{
    margin-top: 0px;
    margin-bottom: 0px;
    position: static;
}
div.openbanner img{
    width: 100%;
    height: auto;
}


/* 種類別検索 */
#left_con ul.catgserch {
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-flow:wrap;
}
ul.catgserch li {
	float: none;
	flex-basis: 50%;
}
ul.catgserch li a {
	display: block; /*テキストの位置*/
	font-weight: bold; /*テキストの太さ*/
	letter-spacing: 1px; /*文字間隔*/
	text-indent: 0px; /*メニュー画像*/
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px 0px;
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFF;
}
ul.catgserch li img{
	width: 100%;
	height: 100%;
}
ul.catgserch li a:hover {
	opacity:0.7;
	
}
ul.catgserch li a.btn01 {
	background-position: 0px 0px;
}
ul.catgserch li a.btn02 {
	background-position: -151px 0px;
}
ul.catgserch li a.btn03 {
	background-position: -302px 0px;
	margin-right: 3px;
}
ul.catgserch li a.btn04 {
	background-position: 0px -63px;
}
ul.catgserch li a.btn05 {
	background-position: -151px -63px;
}
ul.catgserch li a.btn06 {
	background-position: -302px -63px;
	margin-right: 3px;
}

/* エリア検索 */
#left_con ul.areaserch {
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	background-image:none;
}
ul.areaserch li {
	float: none;
	flex-basis: 50%;
}
ul.areaserch li img{
	width: 100%;
	height: 100%;
}
ul.areaserch li a {
	display: block; /*テキストの位置*/
	font-weight: bold; /*テキストの太さ*/
	letter-spacing: 1px; /*文字間隔*/
	text-indent: 0px; /*メニュー画像*/
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px 0px;
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFF;
}
ul.areaserch li a:hover {
	opacity:0.7;
	
}
ul.areaserch li a.btn01 {
	background-position: 0px 0px;
	margin-right: 3px;
}
ul.areaserch li a.btn02 {
	background-position: -113px 0px;
	margin-right: 3px;
}
ul.areaserch li a.btn03 {
	background-position: -226px 0px;
	margin-right: 3px;
}
ul.areaserch li a.btn04 {
	background-position: -339px 0px;
	margin-right: 3px;
}

/* キーワード検索 */
ul.proserch {
	margin-top: 0.5em;
	margin-left: 10px;
}
ul.proserch li.select01 {
	color: #FFF;
	float: left;
	margin-right: 2em;
	font-weight: bold;
	margin-top: .8em;
	text-align: left;
}
ul.proserch li.select02 {
	color: #FFF;
	clear: both;
	margin-top: .8em;
	font-weight: bold;
	text-align: left;
}
ul.proserch select {
	color: #555;
	height: 2.5em;
	font-size: 1.2em;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	background-color: #FFF;
	background-image: url(../_img/common/select_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0.5em;
	padding-right: 6em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
ul.proserch input  {
	font-size: 1.3em;
	padding: 0.3em;
}
/* 学区検索 */
ul.schoolserch {
    margin-top: 0em;
    margin-left: 10px;
    margin-right: 10px;
}
ul.schoolserch li.select {
	color: #FFF;
	margin-right: 0em;
	font-weight: bold;
	margin-top: 0em;
	text-align: left;
}

ul.schoolserch li.select p{
    display: block;
    font-size: 1rem;
    font-weight: bold;
}
ul.schoolserch select {
    color: #555;
    height: 3.5em;
    font-size: 1.2em;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background-color: #FFF;
    background-image: url(../_img/common/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 0.5em;
    padding-right: 6em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    margin-left: 0em;
    width: 100%;
}



ul.schoolserch input  {
	font-size: 1.3em;
	padding: 0.3em;
}
ul#tsuyomi   {
	float: none;
	width: 100%;
	display: display;
	justify-content: space-between;
	margin-top: 20px;
}
ul#tsuyomi li {
	flex-basis: 48%;
}
ul#tsuyomi li:first-child{
	margin-bottom: 0px;
}
ul#tsuyomi li img{
	width: 100%;
	height: 100%;
}
/* newsサイド */
.topnews_sd{
	width:225px;
	margin-bottom:15px;
	height:240px;
	overflow:hidden;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background-color: #FFF;
}
.topnews_sd ul{text-align:left;}
.topnews_sd ul li{border-bottom:dotted 1px #676767;margin:3px 10px;color:#999;
padding:8px;overflow:hidden;clear:both;line-height:1.5;}

/* 新着物件修正 */
.newfudo_top{
	width:100%;
	margin-bottom:15px;
	min-height:240px;
	overflow:hidden;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background-color: #FFF;
	font-size: 13px;
}
.newfudo_top ul{text-align:left;}
.newfudo_top ul li{border-bottom:dotted 1px #676767;margin:3px 10px;color:#999;
padding:8px;overflow:hidden;clear:both;line-height:1.5;}

.newfudo_top ul li a, .topnews_r ul li a, .topnews_right ul li a{
	float:left;
	display:block;
	margin-left: 2em;
	width: 590px;
}
.topnews_left ul li a, .topnews_right ul li a{
	float:left;
	display:block;
	margin-left: 1em;
	width: 230px;
}
.newfudo_top ul li div,.topnews_r ul li div{display:block;width:80px;float:left;}


.newfudo_top .topnews_left {
	width: 100%;
	float: none;
}
.newfudo_top .topnews_right {
	float: none;
	width: 100%;
}
.newfudo_top h3.title, .top_fbox h3.title{
	background-image: url(../_img/index/h3top_bkimg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EFEFEF;
	height: 47px;
	line-height: 47px;
	font-size: 1.5em;
}

.newfudo_top p.miru{text-align: right !important;margin-right: 10px !important;}

.bukken_count_sd {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background-color: #FFF;
	font-size: 1.1em;
}
.bukken_count_sd h3 {
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #491703;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}
.bukken_count_sd span{font-size:20px;margin:0 10px;font-weight:bold;}
.bukken_count_sd div.count{
    margin-top: 12px;
    margin-bottom: 12px;
}
.bukken_count_sd img{
	width: 100%;
	height: 100%;
}

/* フッター */
#footer {
	background-color: #FFF;
	width: 100%;
}
footer  {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 30px;
	width: auto;
	clear: both;
}
footer #block{
	min-width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB;
	clear: both;
	width: 100%;
}
footer #block h5.f_title {
	all: unset;
　/*リセット*/
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-size: 1em;
}
footer #block p {
	font-size: .9em;
}
footer ul.link {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
footer ul.link li {
	flex-basis: 48%;
	margin-bottom: 5px;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
}
footer ul.link li img{
	width: 100%;
	
}
ul.new_est li.new_est01{
	border: 1px solid #AAA;
	margin-top: 10px;
}
.fudotitlebk {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0.01em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p.fudo_catchT {
	font-weight: bold;
	color: #00A860;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
/*------------
contents table
------------*/
.c_table{
	width:100%;
	border-collapse: collapse;
	border:1px solid #ccc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.c_table th{
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #ccc;
	border-right: #ccc 1px solid;
	font-size: 12px;
	width: 150px;
	text-align: left;
	padding: 12px 15px;
	font-weight: normal;
	vertical-align: top;
	/* [disabled]background-color: #fff; */
}
.c_table th span{font-size:10px;color:#fff;background:url(./images/icon-must.jpg);width:25px;height:17px;line-height:17px;text-align:center;display:block;float:right;
border-radius: 3px;/* CSS3草案 */
-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
-moz-border-radius: 3px;/* Firefox用 */ }
.c_table td{padding:12px 15px;border-bottom:1px dotted #ccc;line-height:1.5;text-align:left;border-left:1px solid #ccc;border-right:1px solid #ccc;background:#fff;}



/*店舗案内*/



ul.staffBox {
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.staffBox li{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-self: stretch;
	flex-wrap: wrap;
}
ul.staffBox li.staff01 {
	
	flex-basis: 45%;
	border: 1px solid #DDD;
	
	margin-right: 0px;
	margin-bottom: 10px;
	
}
ul.staffBox .txtBox {
	
	flex-basis: 55%;
	margin: 0px;
}

ul.staffBox p {
	margin: 0px;
	padding: 0px;
}

ul.staffBox img {
	
	margin-right: 1em;
}

#company .pagetitleimg .section img{
	width: 100%;
	height: auto;
}
#company h3.title2{
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: 0px;
}

.g-map {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tempo{
    margin-bottom: 100px;
}
.tempo img{
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 0px;
}
.tempo img.shoplogo{
    width: 60% !important;
    height: auto;
}

/*--------------------------------スタッフ紹介*/

.staff_block{
    display: block;
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.staff_block>div{
    width: 100%;
}
.staff_block .image img{
    width: 100%;
    height: auto;
}
#content .staff_block .text p.name{
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
}
#content .staff_block .text p span{
    font-size: 12px !important;
}


.staff_block .btnbox{
    text-align: center;
    margin-top: 10px;
}

.staffbtn,
a.staffbtn,
button.staffbtn {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding-top: 0.4rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 0.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #212529;
    border-radius: 0.3rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #00BABD;
}
.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background-color: #00BABD;
}

/*--------------------------------/スタッフ紹介*/

/* --YouTubeサイズ調整-- */
.video {
	flex-basis: 100%;
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-top: 10px;
}

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

/*baikyaku*/
#baikyaku .pagetitleimg .section img{
	width: 100%;
	height: auto;
}

img.photo_right {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom:1em;
}


.sec_innerBox01 {
	background-color: #FBEBD4;
	width:auto;
	margin-right: auto;
	margin-left: auto;
	padding: 18px;
}

#baikyaku h3.baikyaku2{
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: 0px;
}

li .flow_no {
	background-image: url(../_img/contents/sell_flowno.png);
	height: 27px;
	width: 30px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	line-height: 32px;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	float: left;
}
li .flow_txt {
	float: none;
	width: auto;
	margin-left: 50px;
}
li .flow_txt h4{
	all:unset;
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}





/*固定ページ背景タイトル画像*/
#baikyaku .pagetitleimg, #baikyaku-form .pagetitleimg{
	background-image: url(../_img/contents/contents_bk_baikyaku.jpg);
	background-repeat: no-repeat;
	background-position: -950px top;
	padding-top: 100px;
}
#company .pagetitleimg, #about .pagetitleimg{
	background-image: url(../_img/contents/contents_bk_company.jpg);
	background-repeat: no-repeat;
	background-position: -1000px top;
	padding-top: 100px;
}

#contact .pagetitleimg, #contact-form .pagetitleimg{
	background-image: url(../_img/contents/contents_bk_company.jpg);
	background-repeat: no-repeat;
	background-position: -1000px top;
	padding-top: 100px;
}

#baikyaku .pagetitleimg h2, #baikyaku-form .pagetitleimg h2, #company .pagetitleimg h2, #about .pagetitleimg h2, #contact-form .pagetitleimg h2, #contact .pagetitleimg h2{
	font-size: 20px;
	text-align: left;
	margin-top: -50px;
	letter-spacing: 0.1em;
	margin-left: 20px;
}


/*コンタクトフォーム*/
table.table01 th,table.table01 td{
	display: block;
}
table.table01 {
	border-left-color: #DFDCD5;
	border-right-color: #DFDCD5;
	border-top-color: #DFDCD5;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 10px;
}
table.table01 th {
	padding: 8px;
	text-align: left;
	width: auto;
	font-size: 1.1em;
	font-weight: normal;
	color: #222;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDCD5;
	border-right-color: #DFDCD5;
	border-bottom-color: #DFDCD5;
	background-color: #F5F5F5;
	vertical-align: top;
}
table.table01 td {
	padding: 8px;
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDCD5;
	border-right-color: #DFDCD5;
	border-bottom-color: #DFDCD5;
	font-size: 1.1em;
	line-height: 1.8em;
}
table.table01 em{
	font-size: 0.85em;
	color: #EEE;
	font-style: normal;
	font-weight: normal;
	background-color: #3E9B8A;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 0.3em;
	padding-bottom: 1px;
	padding-left: 0.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.table01 p.border01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}
.table01 .input {
	border: 1px solid #999999;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2px;
}
.table01 select {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
}
.table01 select.pull1 {
	border: 1px solid #DDD;
	padding: 3px;
	margin-left: 5px;
}
.table01 textarea {
	width: 95%;
}
.table01 #radio_co {
	width: auto;
}
.tBox   {
	padding: 0.5em;
	margin: 0.2em;
	font-size: 1em;
	border: 1px solid #AAA;
}
 .tBox5 {
	width: 5%;
}
.tBox10 {
	width: 10%;
}
 .tBox20 {
	width: 20%;
}
.tBox30 {
	width: 30%;
}
 .tBox50 {
	width: 50%;
}
.tBox80 {
	width: 80%;
}
h4.formname{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*レスポンシブテーブル*/



/*プライバシー*/
h4.pr_01{
	font-size:1.2em;
	border:none !important;
	padding: 0px !important;
	margin-top: 1em !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.pr_02 li{
	text-indent: -1.3em;
	margin-left: 2.3em;
}
.about div.conceptBox {
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 100px;
	margin-bottom: 30px;
	background-image: url(../_img/contents/about_img01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.side_btnArea{
	margin-bottom:10px;
	background:#fff;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Firefox用 */
}
.side_btnArea ul {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
side_btnArea ul li.btn{
	margin-bottom: 9px;
	margin-top: 9px;
	padding-top: 9px;
}
.side_btnArea ul li img{
	width: 100%;
	height: 100%;
}
/*index ブログ表示*/
ul.rss {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	padding-left: 0px;
}
ul.rss li.hentry {
	text-align: left;
	font-size: 0.9em;
	clear: both;
	text-decoration: underline;
	border-bottom: 1px dotted #B6B6B6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 20px;
}
a:link .blog-date, a:link .blog-title {

}
a:hover .blog-date, a:hover .blog-title {
	text-decoration: underline;
	
}

.blog-title {
	max-width: 160px;
	white-space: nowrap;
	display: block;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
	}
.blog-date {
	width: 55px;
	text-decoration: none;
	display: block;
	float: left;
}
.side_Area {
	margin-bottom:10px;
	background:#fff;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Firefox用 */
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

/*ステイタスマーク*/
		/*共通ポジション*/
			.markbace{
				position: relative;
			}
		/*ウィジェット用*/
			.markbace .widgetmark{/*設定なし*/
				width: 100px;
				height: 100px;
				position: absolute;
				z-index: 99;
			}
			.markbace .widgetmark1{/*価格見直し*/
	width: 158px;
	height: 158px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku01_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 5px;
	left: 5px;
	background-repeat: no-repeat;
			}
			.markbace .widgetmark2{/*商談中*/
	width: 158px;
	height: 158px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/shodanchu_02.png);
	background-repeat: no-repeat;
	background-position: center center;

			}
			.markbace .widgetmark3{/*成約済み*/
				width: 158px;
				height: 158px;
				position: absolute;
				z-index: 99;
				background-image: url(../_img/maker/seiyakuzumi_02.png);
				background-repeat: no-repeat;
				background-position: center center;
			}
			.markbace .widgetmark4{/*価格相談可20160311追加*/
	width: 158px;
	height: 158px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku02_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 5px;
	left: 5px;
	background-repeat: no-repeat;
			}
	
	
		/*物件リスト用*/
.markbace .bukkenlistmark{/*設定なし*/
				width: 100px;
				height: 100px;
				position: absolute;
				z-index: 99;
			}
.markbace .bukkenlistmark1{/*価格見直し*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku01_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: -5px;
	left: -2px;
	background-repeat: no-repeat;
	background-size: 100% auto;
			}
.markbace .bukkenlistmark2{/*商談中*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/shodanchu_01.png);
	background-repeat: no-repeat;
	background-position: center center;
			}
.markbace .bukkenlistmark3{/*売約済み*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/seiyakuzumi_01.png);
	background-repeat: no-repeat;
	background-position: center center;
			}
			.markbace .bukkenlistmark4{/*価格相談可*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku02_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: -5px;
	left: -2px;
	background-repeat: no-repeat;
			}
			
/*詳細用*/
.markbace .bukkenmark{/*設定なし*/
				width: 100px;
				height: 100px;
				position: absolute;
				z-index: 99;
			}
.markbace .bukkenmark1{/*価格見直し*/
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku01_03.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 75% auto;
	top: -5px;
	left: -2px;
			}
.markbace .bukkenmark2{/*商談中*/
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 99;
			background-image: url(../_img/maker/shodanchu_03.png);
			background-position: center center;
			background-repeat: no-repeat;
			}
.markbace .bukkenmark3{/*売約済み*/
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 99;
			background-image: url(../_img/maker/seiyakuzumi_03.png);
			background-position: center center;
			background-repeat: no-repeat;
			}
			.markbace .bukkenmark4{/*価格見直し*/
			width: 150px;
			height: 150px;
			position: absolute;
			z-index: 99;
			background-image: url(../_img/maker/kakaku02_03.png);
			background-position: 0px -2px;
			background-repeat: no-repeat;
			background-size: 75% auto;
			}

/* スマホのボトムナビ */
.nav-bottom {
 box-sizing: border-box;
 position: fixed;
 left: 0;
 bottom: 0;
 z-index: 980;
 width: 100%;
 height: 40px;
 padding: 7px 0 8px;
 background-color: #4F3300;
 overflow-x: scroll;
 -webkit-overflow-scrolling: touch;
}

.nav-bottom ul {
 display: flex;
 justify-content: space-between;
}

.nav-bottom li:not(:last-child) {
 flex-grow: 1;
 text-align: center;
}

.nav-bottom li:last-child {
 flex-basis: 40px;
 text-align: center;
}

.nav-bottom li:not(:first-child) {
 border-left: dashed 1px #a5896a;
}

.nav-bottom img {
 height: 24px;
 width: auto;
}
/* end スマホのボトムナビ */

/*pagetopボタン*/
#page-top {display: none !important}


.fair-banner{padding-bottom:0px;
padding-top:10px;
width:100%;}

.fair-banner img {width:100%; height:auto;}


/*イエステーション動画設置*/

.movie-container{width: 100%; margin-top: 10px; margin-bottom: 0px;}
.movie-container .yt{position: relative;
  width: 100%;
  padding-top: 56.25%;}
  
  .movie-container .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-container .movie_img{display: none}




/* 不動産を買いたい */

#area, #school, .search{
    margin-bottom: 50px;
}
 ul.head1 {
  list-style: none;
  margin: 0px !important;
}

ul.head1 li {
    position: relative;
    padding-left: 10%;
    font-size: 14px;
}

ul.head1 li:before {
  content: '\f144';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
 padding-left: 10px;
  left: 0;
  color: green;
}

ul.head1 li:last-of-type{
  border-bottom: none;
}


ul.head1{display: flex; flex-wrap: wrap;
justify-content:space-between;}
ul.head1 li {
    width: 40%;
    height: 80px;
    
display: flex;
     align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0px;
    
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f7f7f7 1%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f7f7f7 1%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f7f7f7 1%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.side_max ul.head1 li a{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    font-size: 1em;
    text-decoration: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.side_max ul.head1 li p{
    font-size: 14px;
}

ul.head1 li span{font-size: 0.7em;}

    
#content ul.head2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#content ul.head2 li{
    flex-basis: 45%;
    line-height: 3em;
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 1em;
}
#content ul.head2 li a{
    text-decoration: none;
}

    
/* 無料査定 */



#content .satei .block_txt{
    display: block;
    justify-content: center;
    margin-bottom: 0.5em;
}

#content .satei .block_txt h3{
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    text-indent: 0px;
    background-color: #fff;
    font-size: 24px;
    color: #F0831E;
    line-height: 35px;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: left;
    border-width: 0;
    border-style: none;
}
#content .satei .block_txt p.icon{
    display: block;
    height: 60px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
#content .satei .block_txt p img{
    height: 100%;
    width: auto;
}
#content .satei p.subtxt{
    text-align: left;

}
    
/*無料査定ポップアップフォーム*/
    
body .boxzilla{
    padding: 15px;
    background-color: #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}

.boxzilla h2{
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
table.sateipop{
    width: 100%;
    border-spacing: 0;
}
.sateipop th,
.sateipop td{
    display: block;
    width: auto;
    border-bottom: none;
    font-size: 13px;
    padding: 7px;
    text-align: left;
}
.sateipop th {
    background-color: #EEE;
    color: #4B4B4B;
}
.sateipop td {
    background-color: #fff;
    color: #4B4B4B;
}




    
}


@media (min-width:421px){
    


header  {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	height: 70px;
	position: relative;
	padding: 0px;
	width: 985px;
}

header h1.logo {
    float: left;
    margin-top: 20px;
    width: 332px;
    display: block;
}


header h1.logo img{}
    


header p.telimg {
	float: right;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header ul, header li {
	list-style-type:none;
	padding:0px;
	float: right;
	margin: 0px;
	width: 285px;
	text-align: right;
}
header ul {
	margin-top: -1.4em;
}
#left_con  {
	width: 714px;
}
#left_con h3.title01 {
	margin-bottom: 10px;
	text-align: left;
	background-color: #6E4012;
	margin-right: auto;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
}
#left_con .L_box01 {
	padding: 13px;
	width: 714px;
}
#left_con .L_box02 {
	padding: 11px;
	width: 718px;
	background-color: #FFF;
	margin-top: 10px;
}
#left_con .L_box01 div{
	width: 450px;
	float: left;
}
    
/*--index 売買検索ナビ--*/
#fudo_menu  {
    width: 740px;
    background-color: #F0EDAB;
    display: flex;
    justify-content: space-around;
}
#fudo_menu img{
    width: 100%;
    height: auto;
}
    
#fudo_menu .buymenu, #fudo_menu .sellmenu{
    width: 330px;
    margin-top: 20px;
    margin-bottom: 20px;
    
    position: relative;
}
    
#fudo_menu .buymenu:after{
    position: absolute; /*--positionを追加--*/
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-right: 1.2em;
    margin-left: 1.2rem;
    margin-bottom: 0;
    content: "";
    width: 1px; /*--縦線の太さ(幅)--*/
    height: 100%;
    background-color: #FFF; /*--縦線の色--*/
}
    
.buymenu ul.submenu{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    }
.buymenu ul.submenu li{
    width: 155px;
    border-radius: 5px;
    border: 2px solid #555;
    margin-top: 10px;
}
.sellmenu ul.submenu li{
    border-radius: 5px;
    border: 2px solid #555;
    margin-top: 8px;
}


#content p{
    line-height: 1.8em;
    font-size: 14px;
				}
				
#content p.shikaku{
					margin-top:0.5rem;
					font-size: 12px;
}

.section p, .in_box{
    font-size: 14px;
}
    
    
#content-top .grid-content, #content .grid-content {
    list-style-type: none;
    overflow: hidden;
    padding-top: 10px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

#page_top_btn{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top_btn a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top_btn a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* CSS トップページ */

div.cf_wrapper{
position: relative;
width: 985px;
height: 390px;
margin: 0 auto;
}

div.cf_element{
width: 100%;
height: 100%;
margin-top: 0px; /*移転バナーを外したら20pxにもどす*/
margin-right: auto;
margin-left: auto;
background-color: rgba(255,255,255,0.5);
}

div.cf_element img{
width: 100%;
height: auto;
}


div.openbanner{
    margin-top: 15px;
    margin-bottom: 10px;
}


/* 種類別検索 */
#left_con ul.catgserch {
	
	background-repeat: no-repeat;
	background-position: left top;
	width: 450px;
}
ul.catgserch li {
	float: left;
}
ul.catgserch li a {
	display:block; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*メニュー画像*/
	background-repeat:no-repeat;
	padding: 0px;
	background-position: 0px 0px;
	text-align: center;
	height: 60px;
	background-image: url(../_img/index/serch_catg02.png);
	width: 148px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFF;
}
ul.catgserch li a:hover {
	opacity:0.7;
	
}
ul.catgserch li a.btn01 {
	background-position: 0px 0px;
}
ul.catgserch li a.btn02 {
	background-position: -151px 0px;
}
ul.catgserch li a.btn03 {
	background-position: -302px 0px;
	margin-right: 0px;
}
ul.catgserch li a.btn04 {
	background-position: 0px -63px;
}
ul.catgserch li a.btn05 {
	background-position: -151px -63px;
}
ul.catgserch li a.btn06 {
	background-position: -302px -63px;
	margin-right: 0px;
}

/* エリア検索 */
#left_con ul.areaserch {
	background-image: url(../_img/index/serch_area.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.areaserch li {
	float: left;
}
ul.areaserch li a {
	display:block; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*メニュー画像*/
	background-repeat:no-repeat;
	padding: 0px;
	background-position: 0px 0px;
	text-align: center;
	height: 60px;
	background-image: url(../_img/index/serch_area02.png);
	width: 110px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
ul.areaserch li a:hover {
	opacity:0.7;
	
}
ul.areaserch li a.btn01 {
	background-position: 0px 0px;
}
ul.areaserch li a.btn02 {
	background-position: -113px 0px;
}
ul.areaserch li a.btn03 {
	background-position: -226px 0px;
}
ul.areaserch li a.btn04 {
	background-position: -339px 0px;
	margin-right: 0px;
}

/* キーワード検索 */
ul.proserch {
	margin-top: 0.5em;
	margin-left: 10px;
}
ul.proserch li.select01 {
	color: #FFF;
	float: left;
	margin-right: 2em;
	font-weight: bold;
	margin-top: .8em;
	text-align: left;
}
ul.proserch li.select02 {
	color: #FFF;
	clear: both;
	margin-top: .8em;
	font-weight: bold;
	text-align: left;
}
ul.proserch select {
	color: #555;
	height: 2.5em;
	font-size: 1.2em;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	background-color: #FFF;
	background-image: url(../_img/common/select_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0.5em;
	padding-right: 6em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
ul.proserch input  {
	font-size: 1.3em;
	padding: 0.3em;
}
/* 学区検索 */
ul.schoolserch {
	margin-top: 0em;
	margin-left: 10px;
}
ul.schoolserch li.select {
    color: #FFF;
    margin-right: 0em;
    font-weight: bold;
    margin-top: 0.5em;
    text-align: left;
}
ul.schoolserch li.select p{
    display: inline;
    width: 3em;
}
ul.schoolserch select {
	color: #555;
	height: 2.5em;
	font-size: 1.2em;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	background-color: #FFF;
	background-image: url(../_img/common/select_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0.5em;
	padding-right: 3.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-left: 0em;
}
ul.schoolserch input  {
	font-size: 1.3em;
	padding: 0.3em;
}
ul#tsuyomi   {
	float: right;
	width: 230px;
}
ul#tsuyomi li img {
width: 230px;
}
ul#tsuyomi li:first-child{
	margin-bottom: 10px;
}
/* newsサイド */
.topnews_sd{
	width:225px;
	margin-bottom:15px;
	height:240px;
	overflow:hidden;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background-color: #FFF;
}
.topnews_sd ul{text-align:left;}
.topnews_sd ul li{border-bottom:dotted 1px #676767;margin:3px 10px;color:#999;
padding:8px;overflow:hidden;clear:both;line-height:1.5;}

/* 新着物件修正 */
.newfudo_top{
	width:100%;
	margin-bottom:15px;
	min-height:240px;
	overflow:hidden;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background-color: #FFF;
	font-size: 13px;
}
.newfudo_top ul{text-align:left;}
.newfudo_top ul li{border-bottom:dotted 1px #676767;margin:3px 10px;color:#999;
padding:8px;overflow:hidden;clear:both;line-height:1.5;}

.newfudo_top ul li a, .topnews_r ul li a, .topnews_right ul li a{
	float:left;
	display:block;
	margin-left: 2em;
	width: 590px;
}
.topnews_left ul li a, .topnews_right ul li a{
	float:left;
	display:block;
	margin-left: 0em;
	width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newfudo_top ul li div,.topnews_r ul li div{display:block;width:80px;float:left;}


.newfudo_top .topnews_left {
	width: 370px;
	float: left;
}
.newfudo_top .topnews_right {
	float: right;
	width: 370px;
}
.newfudo_top h3.title, .top_fbox h3.title{
	background-image: url(../_img/index/h3top_bkimg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EFEFEF;
	height: 47px;
	line-height: 47px;
	font-size: 1.5em;
}

.newfudo_top p.miru{text-align: right !important;}

.bukken_count_sd {
	width:225px;
	margin-bottom:15px;
	overflow:hidden;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background-color: #FFF;
	font-size: 1.1em;
}
.bukken_count_sd h3 {
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #491703;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}
.bukken_count_sd span{font-size:20px;margin:0 10px;font-weight:bold;}
.bukken_count_sd div.count{
	margin:12px 12px;
}

/* フッター */
#footer {
	background-color: #FFF;
	width: 100%;
}
footer  {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
	width: 985px;
	clear: both;
}
footer #block{
	min-width: 950px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB;
	clear: both;
}
footer #block h5.f_title {
	all: unset;
　/*リセット*/
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-size: 1em;
}
footer #block p {
	font-size: .9em;
}
footer ul.link {
	margin-top: 1em;
}
footer ul.link li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
    height: 70px;
}
ul.new_est li.new_est01{
	border: 1px solid #AAA;
	margin-top: 10px;
}
.fudotitlebk {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0.01em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p.fudo_catchT {
	font-weight: bold;
	color: #00A860;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
/*------------
contents table
------------*/
.c_table{
	width:100%;
	border-collapse: collapse;
	border:1px solid #ccc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.c_table th{
	border-bottom:1px dotted #ccc;
	border-left:1px solid #ccc;
	border-right:#ccc 1px solid;
	font-size:12px;
	width:150px;
	text-align:left;
	padding:12px 15px;
	font-weight:normal;
	vertical-align:top;
	background:#fff;
}
.c_table th span{font-size:10px;color:#fff;background:url(./images/icon-must.jpg);width:25px;height:17px;line-height:17px;text-align:center;display:block;float:right;
border-radius: 3px;/* CSS3草案 */
-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
-moz-border-radius: 3px;/* Firefox用 */ }
.c_table td{padding:12px 15px;border-bottom:1px dotted #ccc;line-height:1.5;text-align:left;border-left:1px solid #ccc;border-right:1px solid #ccc;background:#fff;}




/*店舗案内*/
    
ul.naka_photo {
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 5px 5px; /* 余白 */
}
    
ul.naka_photo li{
    flex-basis: 49%;
    
}

ul.naka_photo li img{
    margin: 0;
}
    
ul.naka_photo li p{
    padding: 0;
    margin: 0;
}
    

ul.staffBox {
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.staffBox li{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-self: stretch;
	flex-wrap: wrap;
}
ul.staffBox li.staff01 {
	
	flex-basis: 45%;
	border: 1px solid #DDD;
	
	margin-right: 0px;
	margin-bottom: 10px;
	
}
ul.staffBox .txtBox {
	
	flex-basis: 55%;
	margin: 0px;
}

ul.staffBox p {
	margin: 0px;
	padding: 0px;
}

ul.staffBox img {
	
	margin-right: 1em;
}

#company h3.title2{
	margin-left: -10px;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: -10px;
}

.g-map {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tempo{
    margin-bottom: 100px;
}
.tempo img{
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 0px;
}
.tempo img.shoplogo{
    width: 30%;
    height: auto;
}


/*店舗案内テーブル書き換え*/



/*--------------------------------スタッフ紹介*/

.staff_block{
    display: flex;
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.staff_block>div{
    width: 50%;
}
.staff_block .image img{
    width: 95%;
    height: auto;
}
#content .staff_block .text p.name{
    font-size: 18px ;
}
#content .staff_block .text p span{
    font-size: 12px !important;
}


.staff_block .btnbox{
    text-align: center;
    margin-top: 10px;
}

.staffbtn,
a.staffbtn,
button.staffbtn {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding-top: 0.4rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 0.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #212529;
    border-radius: 0.3rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #00BABD;
}
.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background-color: #00BABD;
}

/*--------------------------------/スタッフ紹介*/

/* --YouTubeサイズ調整-- */
.video {
	flex-basis: 100%;
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-top: 10px;
}

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

/*baikyaku*/
img.photo_right {
	float: right;
	margin-left: 20px;
}
.sec_innerBox01 {
	background-color: #FBEBD4;
	width: 654px;
	margin-right: auto;
	margin-left: auto;
	padding: 18px;
}
#baikyaku h3.baikyaku2{
	margin-left: -10px;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: -10px;
}

li .flow_no {
	background-image: url(../_img/contents/sell_flowno.png);
	height: 27px;
	width: 30px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	line-height: 32px;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	float: left;
}
li .flow_txt {
	float: none;
	width: auto;
	margin-left: 50px;
}
li .flow_txt h4{
	all:unset;
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

/*固定ページ背景タイトル画像*/
#baikyaku .pagetitleimg, #baikyaku-form .pagetitleimg{
	background-image: url(../_img/contents/contents_bk_baikyaku.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
}

#baikyaku .pagetitleimg h2, #baikyaku-form .pagetitleimg h2, #company .pagetitleimg h2, #about .pagetitleimg h2, #contact-form .pagetitleimg h2, #contact .pagetitleimg h2{
	display: none
}

#company .pagetitleimg, #about .pagetitleimg{
	background-image: url(../_img/contents/contents_bk_company.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
}

#contact .pagetitleimg, #contact-form .pagetitleimg{
	background-image: url(../_img/contents/contents_bk_company.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
}



/*コンタクトフォーム*/
table.table01 {
	border: 1px solid #DFDCD5;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 10px;
}
table.table01 th {
	padding: 8px;
	text-align: left;
	width: 200px;
	font-size: 1em;
	font-weight: normal;
	color: #222;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDCD5;
	border-right-color: #DFDCD5;
	border-bottom-color: #DFDCD5;
	border-left-color: #DFDCD5;
	background-color: #F5F5F5;
	vertical-align: top;
}
table.table01 td {
	padding: 8px;
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDCD5;
	border-right-color: #DFDCD5;
	border-bottom-color: #DFDCD5;
	border-left-color: #DFDCD5;
	font-size: 1.1em;
	line-height: 1.8em;
}
table.table01 em{
	font-size: 0.85em;
	color: #EEE;
	font-style: normal;
	font-weight: normal;
	background-color: #3E9B8A;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 0.3em;
	padding-bottom: 1px;
	padding-left: 0.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.table01 p.border01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}
.table01 .input {
	border: 1px solid #999999;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2px;
}
.table01 select {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
}
.table01 select.pull1 {
	border: 1px solid #DDD;
	padding: 3px;
	margin-left: 5px;
}
.table01 textarea {
	width: 95%;
}
.table01 #radio_co {
	width: auto;
}
.tBox   {
	padding: 0.5em;
	margin: 0.2em;
	font-size: 1em;
	border: 1px solid #AAA;
}
 .tBox5 {
	width: 5%;
}
.tBox10 {
	width: 10%;
}
 .tBox20 {
	width: 20%;
}
.tBox30 {
	width: 30%;
}
 .tBox50 {
	width: 50%;
}
.tBox80 {
	width: 80%;
}
h4.formname{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*プライバシー*/
h4.pr_01{
	font-size:1.2em;
	border:none !important;
	padding: 0px !important;
	margin-top: 1em !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.pr_02 li{
	text-indent: -1.3em;
	margin-left: 2.3em;
}
.about div.conceptBox {
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 100px;
	margin-bottom: 30px;
	background-image: url(../_img/contents/about_img01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.side_btnArea{
	margin-bottom:10px;
	background:#fff;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Firefox用 */
}
.side_btnArea ul {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
side_btnArea ul   li.btn{
	margin-bottom: 9px;
	margin-top: 9px;
	padding-top: 9px;
}
/*index ブログ表示*/
ul.rss {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	padding-left: 0px;
}
ul.rss li.hentry {
	text-align: left;
	font-size: 0.9em;
	clear: both;
	text-decoration: underline;
	border-bottom: 1px dotted #B6B6B6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 20px;
}
a:link .blog-date, a:link .blog-title {

}
a:hover .blog-date, a:hover .blog-title {
	text-decoration: underline;
	
}

.blog-title {
	max-width: 160px;
	white-space: nowrap;
	display: block;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
	}
.blog-date {
	width: 40px;
	text-decoration: none;
	display: block;
	float: left;
}
.side_Area {
	margin-bottom:10px;
	background:#fff;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Firefox用 */
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

/*ステイタスマーク*/
		/*共通ポジション*/
			.markbace{
				position: relative;
			}
		/*ウィジェット用*/
			.markbace .widgetmark{/*設定なし*/
				width: 100px;
				height: 100px;
				position: absolute;
				z-index: 99;
			}
			.markbace .widgetmark1{/*価格見直し*/
	width: 158px;
	height: 158px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku01_02.png);
	background-repeat: no-repeat;
	background-position: left top;

	top: 5px;
	left: 5px;
	background-repeat: no-repeat;
	
			}
			.markbace .widgetmark2{/*商談中*/
	width: 158px;
	height: 158px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/shodanchu_02.png);
	background-repeat: no-repeat;
	background-position: center center;

			}
			.markbace .widgetmark3{/*成約済み*/
				width: 158px;
				height: 158px;
				position: absolute;
				z-index: 99;
				background-image: url(../_img/maker/seiyakuzumi_02.png);
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 100% auto;
			}
			.markbace .widgetmark4{/*価格相談可20160311追加*/
	width: 158px;
	height: 158px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku02_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	top: 5px;
	left: 5px;
	background-repeat: no-repeat;
			}
	
	
		/*物件リスト用*/
			.markbace .bukkenlistmark{/*設定なし*/
				width: 100px;
				height: 100px;
				position: absolute;
				z-index: 99;
			}
			.markbace .bukkenlistmark1{/*価格見直し*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku01_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	top: -1px;
	left: -2px;
	background-repeat: no-repeat;
			}
			.markbace .bukkenlistmark2{/*商談中*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/shodanchu_01.png);
	background-repeat: no-repeat;
	background-position: center center;
			}
			.markbace .bukkenlistmark3{/*売約済み*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/seiyakuzumi_01.png);
	background-repeat: no-repeat;
	background-position: center center;
			}
			.markbace .bukkenlistmark4{/*価格相談可*/
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku02_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: -1px;
	left: -2px;
	background-repeat: no-repeat;
			}
			
			/*詳細用*/
			.markbace .bukkenmark{/*設定なし*/
				width: 100px;
				height: 100px;
				position: absolute;
				z-index: 99;
			}
			.markbace .bukkenmark1{/*価格見直し*/
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku01_03.png);
	background-position: 0px -2px;
	background-repeat: no-repeat;
			}
			.markbace .bukkenmark2{/*商談中*/
			width: 555px;
	height: 400px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/shodanchu_03.png);
	background-position: center center;
	background-repeat: no-repeat;
			}
			.markbace .bukkenmark3{/*売約済み*/
	width: 555px;
	height: 400px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/seiyakuzumi_03.png);
	background-position: center center;
	background-repeat: no-repeat;
			}
			.markbace .bukkenmark4{/*価格見直し*/
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 99;
	background-image: url(../_img/maker/kakaku02_03.png);
	background-position: 0px -2px;
	background-repeat: no-repeat;
			}

.nav-bottom {display: none}

/*pagetopボタン*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 6;
	opacity: 70%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 0px;
	height: 60px;
}
#page-top a:hover {
	text-decoration: none;
}

.fair-banner{padding-bottom:10px;
width:100%;}

.fair-banner-sp{display:none;}

.fair-banner img {width:100%; height:auto;}

/*イエステーション動画設置*/
.movie-container{
	display: flex;
	padding: 10px;
	border: 1px solid #6E4012;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.movie-container yt{}
.movie-container movie_img{}


/*　検索　*/
.jsearch{
    font-size: 14px;
}
.jsearch li{
    padding: 0.5em;
}
    
#sidebar img{
    width: 100%;
    height: auto;
    max-width: 100%;
}


.side_btnArea{
    margin: 0px;
}
    
/*無料査定ポップアップフォーム*/
    
body .boxzilla{
    padding: 15px;
    background-color: #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}

.boxzilla h2{
    font-size: 1.35em;
    margin-bottom: 0.5em;
}
table.sateipop{
  border-collapse: collapse;
  width: 100%;
}
.sateipop th,
.sateipop td{
    padding: 15px;
    border: 3px solid #ddd;
    text-align: left;
    box-sizing: border-box;
}
.sateipop th {
    background-color: #EEE;
    color: #4B4B4B;
}
.sateipop td {
    background-color: #fff;
    color: #4B4B4B;
}



    
}
