@charset "UTF-8";
/* common.cssは全ての元になるcssになるのでここので!importantの使用は許容する */
body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.height-full {
  flex: 1;
}

.height-full .err {
  width: auto;
}

html {
  font-size: 100%;
}

a, a:hover, a:visited {
  color: #000;
}

h1 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.fontB21PX {
  font-weight: bold;
  font-size: 1.3125rem;
}

/** 下右 **/
.borderBR {
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-collapse: separate;
}

/** 下右(ドット) **/
.borderBRd {
  border-bottom: solid 1px #333333;
  border-right: dotted thin #333333;
  border-collapse: collapse;
}

/** 下(ドット)右(ドット) **/
.borderBdRd {
  border-bottom: dotted thin #333333;
  border-right: dotted thin #333333;
  border-collapse: collapse;
}

/** 上 **/
.borderT {
  border-top: solid thin #333333;
  border-collapse: collapse;
}

/** 下 **/
.borderB {
  border-bottom: solid 1px #333333;
  border-collapse: collapse;
}

/** 下(ドット) **/
.borderBd {
  border-bottom: dotted thin #333333;
  border-collapse: collapse;
}

/* header
=================================== */
#m_head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  max-height: 100vh;
  background-color: #fff;
  width: 100%;
}

#h1_tb_head {
  width: 100%;
  height: 15.6vw;
  display: flex;
  padding: 0 1vw;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

#h1_tb_head img {
  width: 100%;
}

/** MENUアイコン **/
#h1_td_menu {
  width: 24%;
}

#h1_td_menu img {
  width: 50%;
}

#h1_td_title {
  width: 52%;
  text-align: center;
  padding-top: 0.3vw;
}

#h1_td_title > a {
  display: block;
}

#h1_td_title.header-boso > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-fukuoka > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-kagoshima > a > img {
  width: 75%;
  height: auto;
}

#h1_td_title.header-kamakura > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-kanazawa > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-kobe > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-kyoto > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-osaka > a > img {
  width: 66%;
  height: auto;
}

#h1_td_title.header-tokyo > a > img {
  width: 68%;
  height: auto;
}

#h1_td_title.header-yamagata > a > img {
  width: 66%;
  height: auto;
}

#h1_ico_r {
  width: 24%;
  display: flex;
  justify-content: flex-end;
}

#h1_ico_info {
  width: 50%;
}

#h1_ico_search {
  width: 50%;
}

#h1_ico_search .close {
  display: none;
}

#h1_ico_search.on .nomal {
  display: none;
}

#h1_ico_search.on .close {
  display: inline-block;
}

/** 休暇お知らせ **/
#holiday_notice {
  border: 1px solid #f00;
  margin-right: 1.7%;
  margin-bottom: 0.5rem;
  margin-left: 1.7%;
  padding: 1.7%;
  font-size: 1.125rem;
}

#holiday_notice_form {
  border: 1px solid #f00;
  padding: 1.7%;
  line-height: 1.8;
  font-size: 1.125rem;
}

#holiday_title {
  font-weight: bold;
}

/** mobile menu **/
a.tdLogin {
  text-decoration: underline;
}

#sm1_div .flex {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

#sm1_div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 1.5rem;
  background-color: rgba(32, 47, 78, 0.5);
  display: none;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#sm1_div #menu_bg {
  z-index: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
}

#sm1_div #menu {
  background-color: #112B4F;
  z-index: 100;
  width: 85%;
  padding: 2.5vw 2.5vw 8vw;
  position: relative;
}

#sm1_div {
  color: #fff;
  text-decoration: none;
  font-size: 4vw;
  box-sizing: border-box;
}

#sm1_div .hrf img {
  width: 80%;
  vertical-align: middle;
}

#sm1_div a:not([href="#"], .linkToSns) {
  display: block;
  padding: 4vw 0;
  border-top: 1px solid #415572;
  border-bottom: 1px solid #415572;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9vw;
}

#sm1_div .service a {
  padding: 2.3vw 0;
}

#sm1_div .smDiv a {
  border: 0;
  margin-top: 0;
  padding: 0;
}

#sm1_div a.ic {
  padding-left: 10vw;
}

#sm1_div a.like {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_like.png);
}

#sm1_div a.mailservice {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_mailservice.png);
}

#sm1_div a.info {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_info.png);
}

#sm1_div a.estates {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_estates.png);
}

#sm1_div a.columns {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_column_news.png);
}

#sm1_div a.faq {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_faq.png);
}

#sm1_div a.publish {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_publish.png);
}

#sm1_div a.contact {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_contact.png);
}

#sm1_div a.tel {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_tel.png);
}

#sm1_div a.renovation {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_renovation.png);
}

#sm1_div a.recruit-tab {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_recruit.png);
}

#sm1_div a.consul {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/menu_ic_consul.png);
}

#sm1_div a.hrf {
  width: 49%;
}

#sm1_div a.odd {
  border-right: 1px solid #415572;
}

#sm1_div #head_login {
  margin-bottom: 20px;
}

#all_R_menu {
  display: none !important;
}

#all_R_menu.open {
  display: flex !important;
}

#all_R_btn {
  border-bottom: 1px solid #415572;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/ic_sub_add.png);
  background-repeat: no-repeat;
  background-position: right bottom 1.5vw;
  background-size: 6vw;
}

#all_R_btn.open {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/rincglobal/common/mobile/ic_sub_close.png);
}

.smDiv {
  padding: 10vw 0 2vw;
  font-weight: bold;
  font-size: 120%;
}

.menu_ic {
  width: 30px;
  vertical-align: middle;
}

.smTdClose img {
  width: 3rem;
}

.smTdRss img {
  height: 2.5rem;
  margin: 1.025rem 0 0 0;
}

.smTdSns {
  display: flex;
  justify-content: flex-end;
  margin-top: -4vw;
  min-height: 25px;
}

.smTdSns .linkToSns {
  display: block;
}

.smTdSns img {
  width: 9vw;
  height: auto;
  margin: 3vw;
}

/** 先頭メニュー部 **/
.h2Div {
  width: 100%;
  margin-top: 15.9vw;
}

#h2_tb_menu {
  display: flex;
  justify-content: center;
  border: 1px solid #05526f;
  box-sizing: border-box;
}

#h2_tb_menu .menu3,
#h2_tb_menu .menu4 {
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.125rem;
}

#h2_tb_menu .menu3 {
  width: 33.33%;
}

#h2_tb_menu .menu4 {
  width: 25%;
}

#h2_td_new,
#h2_td_archive,
#h2_td_colum {
  border-left: 1px solid #05526f;
}

#top_page .h2Div {
  margin-top: 0;
  padding-top: 1px;
}

.h2Div table {
  padding: 0;
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.h2Div td {
  height: 2rem;
  width: 33.33%;
  margin: 0;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  border-top: solid 1px #05526f;
  border-left: solid 1px #05526f;
  border-collapse: separate;
  border-spacing: 0;
}

/*========== タブ *==========*/
.tab_content {
  text-align: center;
}
.tab_content li {
  height: 26px;
  display: inline-block;
  padding: 0 1vw 0.2vw 0;
  position: relative;
  width: 50%;
  z-index: 1;
  vertical-align: bottom;
}
.tab_content li + li {
  margin-left: 1vw !important;
}
.tab_content li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 0.3vw solid #222F4C;
  border-bottom: 0;
  transform: perspective(0.8em) rotateX(1.7deg);
  transform-origin: bottom left;
  height: 2.6rem;
}
.tab_content li.on {
  color: #fff;
  font-size: 120% !important;
  font-weight: bold;
}
.tab_content li.on:before {
  background: #222F4C;
}
.tab_content li a {
  font-size: 120% !important;
  text-decoration: none;
  letter-spacing: 0.1rem !important;
  font-weight: bold;
  margin-top: 0.4rem;
}
.tab_content li.tab_new {
  letter-spacing: 0.1rem !important;
}

.disactive_tab {
  margin-top: 0.4rem;
  font-size: 100% !important;
}

.tab_content_list {
  display: flex;
  align-items: end;
  height: 100%;
}
.tab_content_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0.1rem !important;
}

.tab_content_column {
  margin: 19.9vw 0 0 0;
  border-bottom: 0.3vw solid #222F4C;
}

.tab_content_column .tab_content_list {
  padding-left: 0;
  margin-bottom: 0;
}

/** メニューボタンON  **/
.menuOn {
  color: #ffffff;
  background-color: #05526f;
}

/** メニューボタンOFF **/
.menuOff {
  color: #05526f;
}

/** 検索メニューボタン **/
/** Divメニュー１ **/
.m1Div {
  width: 100%;
  border-bottom: solid thin #333333;
  background-color: #f2f2f2;
}

/** 物件検索・ボタン（アイコンあり） **/
.btnIconAri1 {
  margin: 0 auto;
}

.btnIconAri1 span {
  margin-left: 0.3rem;
}

.btnIcon {
  text-align: right;
}

/* 物件検索・検索結果 */
.btnIcon_search img {
  width: 3rem;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
}

/* 閉じる */
.btnIcon_close img {
  width: 3rem;
  height: auto;
  position: relative;
  left: 0;
  top: 0.5rem;
}

/* もっとみる */
.btnIcon_more img {
  width: 3rem;
  height: auto;
  position: relative;
  left: 1rem;
  top: -0.5rem;
}

.btnTxt {
  text-align: left;
  color: #202F4E;
  font-weight: bold;
  font-size: 1.125rem;
}

/* 物件検索・検索結果 */
.btnTxt_search span {
  position: relative;
  left: -0.8rem;
  top: 0;
}

/* 閉じる */
.btnTxt_close span {
  position: relative;
  left: -1rem;
  top: 0.2rem;
}

/* もっと細かい条件を追加 */
.btnTxt_details span {
  position: relative;
  left: 0;
  top: 0.3rem;
}

/* もっとみる */
.btnTxt_more span {
  position: relative;
  left: 0;
  top: -0.6rem;
}

.btn,
.btn:visited {
  background-color: #202f4e;
  color: #fff;
  text-align: center;
  padding: 2.5vw;
  font-size: 4vw;
  display: block;
}

.tdClose {
  background-color: #f2f2f2;
}

.btnIconAri2 {
  position: relative;
  width: 50%;
  height: 3.625rem;
}

.btnIconAri2 > .column_type_link {
  display: flex;
  align-items: center;
  height: 100%;
}

.btnIconAri2 > .column_type_link > img {
  width: 5rem;
  height: auto;
  padding-left: 1rem;
}

.btnIconAri2 > .column_type_link > span {
  margin-left: 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
}

.btnIconAri2 table {
  position: relative;
  margin: 0 auto;
  table-layout: auto;
  z-index: 20;
}

.btnIconAri3 {
  position: relative;
  width: 33.33%;
  height: 3.625rem;
}

.btnIconAri3 table {
  position: relative;
  margin: 0 auto;
  table-layout: auto;
  z-index: 20;
}

.btnIconAri4 {
  width: 50%;
  height: 3.625rem;
  position: relative;
}

.btnIconAri4 > .column_cat_link {
  display: flex;
  align-items: center;
}

.btnIconAri4 > .column_cat_link > img {
  width: 3.5rem;
  height: auto;
  padding-left: 0.3rem;
}

.btnIconAri4 > .column_cat_link > span {
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 0.625rem;
}

.btnIconAri4 table {
  position: relative;
  margin-left: 0.8rem;
  table-layout: auto;
  z-index: 20;
}

.btnIconAri5 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.btnIconAri5 table {
  margin: 0 auto;
  table-layout: auto;
}

.tdSrch {
  background-color: #000000;
}

.tdSrch td {
  color: white;
  white-space: nowrap;
}

.btnIcon2 {
  width: 50%;
  text-align: right;
}

.btnIcon2 img {
  width: 100%;
  height: auto;
  position: relative;
  left: 3px;
  top: 3px;
}

.btnIcon3 {
  width: 40%;
  text-align: right;
}

.btnIcon3 img {
  width: 3.5rem;
  height: auto;
}

.btnIcon4 {
  width: 20%;
  text-align: right;
}

.btnIcon4 img {
  width: 3.5rem;
  height: auto;
  position: absolute;
  left: -0.5rem;
  top: -1.5rem;
}

.btnIcon5 {
  width: 10%;
  text-align: right;
}

.btnIcon8 {
  width: 50%;
  text-align: right;
}

.btnIcon8 img {
  width: 5rem;
  height: auto;
  position: relative;
  left: -0.2rem;
  top: 0.2rem;
}

.btnIcon9 {
  width: 20%;
  text-align: right;
}

.btnIcon9 img {
  width: 3.5rem;
  height: auto;
  position: absolute;
  left: -0.5rem;
  top: 0.3rem;
}

.btnIcon_details img {
  width: 3rem;
  height: auto;
  position: relative;
  left: 0.3rem;
  top: 0.5rem;
}

.btnIcon6 {
  width: 20%;
  text-align: right;
}

.btnIcon6 img {
  width: 3rem;
  height: auto;
  position: relative;
  left: 1.8rem;
  top: 0.2rem;
}

/* MAPを見る */
/*.btnIcon_areaMapOpen img{
    width:          0.1rem;
    height:         auto;
    position:       relative;
    left:           0;
    top:            0;
}*/
.btnIcon_housing {
  position: relative;
  left: 0.3rem;
  top: 0.3rem;
}

.btnIcon_office {
  position: relative;
  left: 0.3rem;
  top: 0.3rem;
}

.btnIcon_other {
  position: relative;
  left: 0.3rem;
  top: 0.3rem;
}

.btnTxt2 {
  height: 3.625rem;
  text-align: left;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
  white-space: nowrap;
}

.btnTxt3 {
  margin-left: 125rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.125rem;
  color: #4d4d4d;
  white-space: nowrap;
}

.btnTxt_srcBtn span {
  position: relative;
  left: 2rem;
  top: 0;
}

.btnTxt_housing {
  position: relative;
  left: -5px;
  top: 3px;
}

.btnTxt_office {
  position: relative;
  left: -5px;
  top: 3px;
}

.btnTxt_other {
  position: relative;
  left: -5px;
  top: 3px;
}

.m2_tr_icon {
  position: relative;
  width: 100%;
}

.btnTxt_icon {
  position: absolute;
  left: 2.5rem;
  top: -0.8rem;
}

.checkBtn {
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

.tbInput {
  margin: 0 auto;
  width: 100%;
}

.tbInput td {
  padding-top: 0.125px;
  padding-bottom: 0.125px;
  height: 3.5rem;
}

.tbInput span {
  font-weight: bold;
  font-size: 100%;
}

.m2_td_free {
  position: relative;
  height: 3.5rem;
}

.inpIcon_free img {
  width: 3.5rem;
  position: absolute;
  left: 0.1rem;
  top: 0.3rem;
}

.inpTxt_free span {
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
  position: absolute;
  left: 2.5rem;
  top: 1.1rem;
}

.tbFree {
  padding-left: 0.625rem;
  width: 60%;
  position: absolute;
  left: 9.8rem;
  top: 0.9rem;
}

.tbFree2 {
  padding-left: 0.625rem;
  width: 60%;
  position: absolute;
  left: 2.8rem;
  top: 0.9rem;
}

.txtFree {
  margin-top: 0;
  width: 100%;
}

.snsBtn {
  width: 100%;
  border-collapse: collapse;
}

.snsBtn table {
  margin: 0 auto;
  table-layout: auto;
}

#b2_div {
  border-top: solid thin #333333;
  border-left: solid thin #333333;
  border-right: solid thin #333333;
}

#t1_div {
  position: absolute;
  z-index: 50;
  max-height: 3rem;
  right: 6px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #333333;
  background-color: #ffffff;
  display: none;
  -webkit-overflow-scrolling: touch;
}

#t1_div img {
  width: auto;
  max-height: 3rem;
}

.sns ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 8vw;
}

.sns ul li {
  margin: 0 4vw;
}

.sns ul li img {
  height: 8.5vw;
  width: auto;
}

.sns .sns_icons {
  margin-top: 12px;
  padding: 4px 0 0 0;
}

.footer-sns {
  border-top: 1px solid #000;
  margin: 0;
}

#f1_div {
  height: 2.8125rem;
  padding-top: 0.4375rem;
  border: solid 1px #333333;
}

#f1_tb {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

#f1_dt_col1 {
  width: 20%;
  background-color: #000000;
}

#f1_dt_col1 a {
  color: white;
  display: block;
  line-height: 2.4em;
  font-weight: bold;
  font-size: 0.7875rem;
  text-align: center;
  text-decoration: none;
}

#f1_dt_col2 {
  width: 60%;
}

#f1_dt_col2 span {
  color: #9FA0A0;
  font-size: 1rem;
}

#f1_dt_col3 {
  width: 20%;
}

.err {
  padding-top: 0.3125rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
}

.fb-like {
  position: relative;
  top: -0.3px;
}

#estateSearchLoading {
  text-align: center;
}

#estateSearchLoading img {
  margin: 30px;
}

#contact-code {
  vertical-align: middle;
}

#search_content {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.5);
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
}

#search_content_top {
  height: 15.9vw;
}

#search_content .es_m2_tb_menu1,
#search_content .m2_tb_menu1 {
  border-top: 1px solid #000;
}

#search_content #m3_tb_btn .btnIcon6 img {
  left: 0;
}

#search_content #m3_tb_btn .btnTxt_srcBtn span {
  left: 0;
}

#search_content #es_m3_div2,
#search_content #m3_div2 {
  padding: 0 0 1.5rem;
  width: 100%;
  display: none;
}

#search_content #es_m2_div,
#search_content #m2_div {
  padding: 0;
  width: 100%;
  display: none;
}

#search_content #m2_tb_menu1,
#search_content .m2_tb_menu1,
#search_content .es_m2_tb_menu1 {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}

#search_content #m2_tb_menu1 span,
#search_content .m2_tb_menu1 span,
#search_content .es_m2_tb_menu1 span {
  margin-left: 0.625rem;
}

#search_content .m2_cell {
  width: 100%;
  margin: 0;
  border-bottom: solid thin #333333;
  border-collapse: collapse;
}

#search_content .btnIconAri3 .btnIcon3 img {
  width: 3rem;
  height: auto;
}

#search_content .btnIconAri3 .btnTxt2 span {
  margin-left: 0.5rem !important;
}

#search_content .btnIconAri3:last-of-type {
  border-right: none;
}

#search_content #m3_div {
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  display: none;
}

#search_content #m3_tb_btn {
  margin: 0 auto;
  width: 90%;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}

#search_content #m3_tb_btn2 {
  margin: 0 auto 0.5rem;
  width: 90%;
  padding-top: 0.2rem;
}

#search_content #m2_td_free_col2 {
  height: 6rem;
}

#search_content #m2_td_free_col2 .txtFree {
  margin: 0.5rem auto;
  width: 83%;
  padding: 14px;
  display: block;
  background-color: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  outline: none;
  font-size: 1.4rem;
}

#search_content #m2_td_free_col2 .txtFree:focus {
  border: 1px solid #04526E;
}

#search_content #m2_td_free_col2 .txtFree::-moz-placeholder {
  color: #aaaaaa;
}

#search_content #m2_td_free_col2 .txtFree::placeholder {
  color: #aaaaaa;
}

#search_content #m3_tb_src_col2 {
  color: white;
  white-space: nowrap;
  font-size: 1.5rem;
}

#search_content .btnIconAri6 {
  padding-top: 0.1875rem;
  background-color: #f2f2f2;
  height: 1.875rem;
  border: 1px solid #000;
  width: 90%;
}

#search_content .btnIconAri6 table {
  margin: 0 auto;
  table-layout: auto;
}

#search_content .btnIconAri6 table td {
  width: auto;
}

#search_content .btnIconAri6 .btnIcon5 img {
  margin: -0.6rem 0 0.4rem;
  vertical-align: middle;
  width: 2.5rem;
  height: auto;
}

#search_content #m3_tb_details_col2 span {
  top: 0;
  color: #000;
}

#search_content #es_m4_div,
#search_content #m4_div {
  padding: 0;
  width: 100%;
  border-top: solid thin #333333;
  display: none;
  position: relative;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.5);
}

#search_content #m4_tb_menu {
  margin: 0 auto;
  width: 100%;
  /*  background-color: #f2f2f2;*/
  border-collapse: collapse;
}

#search_content #m4_tb_menu td {
  height: 1.875rem;
}

#search_content .m4_cell {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

#search_content .m4_type {
  width: 100%;
  margin: 0;
  padding-top: 1.125rem;
}

#search_content .tdCol1 {
  width: 40%;
}

#search_content .tdCol2 {
  padding-left: 1.425rem;
  vertical-align: bottom;
}

#search_content .selectMaxMin {
  margin-top: 0;
  margin-left: 8px;
  height: 2.5rem;
  width: 100%;
}

#search_content #m4_tb_area a {
  font-weight: bold;
  font-size: 1.125rem;
  color: #05526f;
  text-decoration: none;
}

#search_content #m4_td_area_col {
  width: 90%;
}

#search_content #m4_se_area {
  margin-top: 0;
  height: 2.5rem;
  width: 100%;
}

#search_content #m4_tb_type {
  margin: 0 auto;
  width: 100%;
}

#search_content #m4_tb_type td {
  vertical-align: center;
}

#search_content .m4_i_type_col1 {
  padding: 0 0 0 4.5rem;
}

#search_content .m4_i_type_col1 img {
  width: 1.8rem;
}

#search_content .m4_i_type_col2 {
  padding-left: 0.625rem;
  width: 50%;
}

#search_content #m4_td_type1 span {
  font-weight: bold;
  font-size: 1.325rem;
}

#search_content #m4_td_type2 span {
  font-weight: bold;
  font-size: 1.325rem;
}

#search_content #m4_tb_other {
  margin: 0 auto;
  width: 100%;
  border-bottom: solid thin #333333;
}

#search_content #m4_tb_other td {
  vertical-align: center;
}

#search_content #m4_td_other_title {
  font-weight: bold;
  font-size: 1rem;
}

#search_content .m4_i_other_col1 {
  padding: 0 0 0 3.5rem;
}

#search_content .m4_i_other_col1 img {
  width: 1.8rem;
}

#search_content .m4_i_other_col2 {
  padding-left: 0.625rem;
  width: 50%;
}

#search_content #m4_tb_btn {
  margin: 0.2rem auto;
  width: 90%;
}

#search_content #m4_tb_btn td {
  height: 3.125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

#search_content #m4_tb_btn2 {
  margin: 0 auto 1em;
  width: 90%;
}

#search_content #m4_tb_btn2 td.tdClose {
  margin: 5px auto 0 auto;
  border: solid 1px #000;
}

#search_content #m4_tb_btn2 td.tdClose {
  color: #000;
}

#search_content #m4_tb_btn2 td.tdClose .btnIcon3 {
  width: auto;
}

#search_content #m4_tb_btn2 td.tdClose img {
  margin: -0.6rem 0 0.4rem;
  vertical-align: middle;
  width: 2.5rem;
  height: auto;
  top: 0.6rem;
}

#search_content #m4_tb_btn2 td.tdClose span {
  top: 0;
  left: 0;
  margin-left: 0;
}

#search_content #m4_tb_close_col2 {
  white-space: nowrap;
}

#search_content #m4_div_area_map_close {
  display: none;
  float: right;
  width: 10rem;
  height: 1.8rem;
  border-style: solid;
  border-width: 2px;
  border-color: #202f4e;
  position: relative;
  left: 0;
  top: 0.5rem;
}

#search_content .btnIcon_areaMapClose {
  width: 3rem;
  text-align: right;
}

#search_content .btnIcon_areaMapClose img {
  width: 2rem;
  height: auto;
  position: relative;
  left: 0;
  top: -0.2rem;
}

#search_content .btnTxt_areaMapClose span {
  font-size: 0.7rem;
  color: #202f4e;
  position: relative;
  left: -0.5rem;
  top: -0.5rem;
}

#search_content #m4_div_area_map_open {
  float: right;
  width: 10rem;
  height: 1.8rem;
  padding: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #202f4e;
  position: relative;
  left: 0;
  top: 0.5rem;
}

#search_content .btnIcon_areaMapOpen {
  width: 3rem;
  text-align: right;
}

#search_content .btnIcon_areaMapOpen img {
  width: 2rem;
  height: auto;
  position: relative;
  left: 0;
  top: -0.2rem;
}

#search_content .btnTxt_areaMapOpen span {
  font-size: 0.7rem;
  color: #202f4e;
  position: relative;
  left: -0.5rem;
  top: -0.5rem;
}

#search_content #m4_tr_area_map {
  display: none;
}

#search_content #m4_td_area_map img {
  width: 100%;
  height: auto;
}

#search_content #es_m5_div,
#search_content #m5_div {
  width: 100%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-bottom: solid thin #333333;
  background-color: #f2f2f2;
  position: relative;
  top: -10px;
  display: none;
}

#search_content .tdSrch {
  margin-top: 2rem !important;
}

#search_content .tdSrch {
  font-size: 1.5rem;
}

#search_content .tdSrch img {
  left: 0;
}

#search_content .btnTxt_srcBtn span {
  left: 0;
}

#m5_div.m1Div {
  text-align: center;
  padding: 1em 0;
  background: #fff;
}

#m5_div.m1Div span {
  letter-spacing: 4px;
}

#related_contents {
  display: none;
  padding: 3vw 3vw 5vw;
  border-top: 1px solid #333;
}

#related_contents h3 {
  text-align: center;
  margin-bottom: 0.6em;
}

#related_contents .wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

#related_contents a {
  width: 48%;
  margin-bottom: 2vw;
}

#related_contents a img {
  width: 100%;
  height: auto;
}

/*========== 汎用 *==========*/
.tx_navy {
  color: #222F4C;
}

.tx_gry {
  color: #888;
}

.new_btn {
  text-align: center;
  font-size: 14px;
  padding: 0.75em;
  text-decoration: none;
  display: block;
  border: 0.3vw solid #000;
  font-weight: bold;
  background-color: #fff;
}

@media screen and (min-width: 450px) {
  .new_btn {
    border: 1.5px solid #000;
  }
}
.new_btn:link, .new_btn:visited, .new_btn:hover, .new_btn:active {
  color: #414141;
}

.new_btn img {
  display: inline-block;
  width: 9vw;
  margin: -2vw 0 -2.8vw;
}

.new_btn.primary {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 449px) {
  .new_btn.primary {
    font-size: 130% !important;
  }
}
@media screen and (min-width: 450px) {
  .new_btn.primary {
    font-size: 1em !important;
  }
}
.new_btn.close {
  background-color: #ccc;
}

.new_btn.conform {
  display: inline-block;
  padding-left: 6vw;
  padding-right: 6vw;
  margin: 0 auto;
}

.new_btn.conform img {
  margin-right: -3vw;
}

.new_btn.l2 {
  padding-top: 0;
  padding-bottom: 1vw;
}

.new_btn.l2 img {
  margin-top: 1vw;
  margin-bottom: -5.3vw;
}

.new_btn.more {
  position: relative;
  margin-top: 4vw;
}

@media screen and (min-width: 450px) {
  .new_btn.more:before, .new_btn.more:after {
    height: 2px !important;
    width: 24px !important;
    right: 12px !important;
  }
}
.new_btn.more:before, .new_btn.more:after {
  position: absolute;
  content: "";
  display: block;
  right: 4vw;
  height: 0.3vw;
  top: 50%;
  width: 5vw;
  background-color: #000;
}

.new_btn.more:after {
  transform: rotate(90deg);
}

.new_btn.more.close:after {
  content: none;
}

button.new_btn {
  width: 100%;
}

.sub_btn_area .new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/*========== 3行で3点リーダで省略 *==========*/
.omission_l3 {
  overflow: hidden;
  color: #4d4d4d;
  position: relative;
}
.omission_l3 div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.omission_l3:before, .omission_l3:after {
  background: #fff;
  position: absolute;
}
.omission_l3:before {
  top: 9.3vw;
  right: 0;
}
.omission_l3:after {
  height: 100%;
  width: 100%;
}

.omission_l3_text {
  border-top: 0.3vw dotted #4d4d4d;
  padding-top: 8px;
  font-size: 1.07rem !important;
}

.omission_l3_estate_text {
  padding-top: 1px;
  font-size: 1.07rem !important;
  line-height: 1.4rem;
}

/*========== 物件要素レイアウト *==========*/
.estate_list,
.recommended_content_list {
  border-bottom: 0.3vw solid #222F4C;
  /* NEWマーク */
  /** 物件タイプ **/
  /* RENT / SALE  */
  /** 共通 3点リーダで省略 **/
  /** 物件名前 **/
  /** 価格/広さ **/
  /** 住所 **/
  /** アクセス **/
}
.estate_list a:link,
.recommended_content_list a:link {
  color: #414141;
}
.estate_list a:visited,
.recommended_content_list a:visited {
  color: #414141;
}
.estate_list a:hover,
.recommended_content_list a:hover {
  color: #414141;
}
.estate_list a:active,
.recommended_content_list a:active {
  color: #414141;
}
.estate_list > a,
.recommended_content_list > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  padding: 0.85rem 7px;
  border-top: 0.3vw solid #222F4C;
  height: 37.8666666667vw;
}
.estate_list .img,
.recommended_content_list .img {
  position: relative;
  height: 100%;
  width: 50.1333333333vw;
}
.estate_list .info,
.recommended_content_list .info {
  /* width: 55%; */
  height: 100%;
  width: calc(49.8666666667vw - 21px);
}
.estate_list .img .img_new,
.recommended_content_list .img .img_new {
  position: absolute;
  top: calc(0vw + 4px);
  left: 4px;
  display: inline-block;
}
.estate_list .type,
.recommended_content_list .type {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 4.1vw;
}
.estate_list .type .cate img,
.recommended_content_list .type .cate img {
  display: inline-block;
  margin-right: 0.3vw;
}
.estate_list .type .rent_or_salse,
.recommended_content_list .type .rent_or_salse {
  width: 10vw;
  display: inline-block;
  padding: 1px;
}
.estate_list .rent_or_salse img,
.recommended_content_list .rent_or_salse img {
  height: 100%;
}
.estate_list .info .name,
.estate_list .info .address,
.estate_list .info .access,
.estate_list .info .price,
.estate_list #columnNews .sub_ttl,
.recommended_content_list .info .name,
.recommended_content_list .info .address,
.recommended_content_list .info .access,
.recommended_content_list .info .price,
.recommended_content_list #columnNews .sub_ttl {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.estate_list .info .name,
.recommended_content_list .info .name {
  margin-top: 0.7vw !important;
  font-size: 120% !important;
  font-weight: bold;
}
.estate_list .info .price,
.recommended_content_list .info .price {
  color: #5f221c;
  font-weight: bold;
  font-size: 105% !important;
}
.estate_list .price,
.recommended_content_list .price {
  border-bottom: 0.3vw dotted #000;
  margin-bottom: 0.6vw;
  padding-bottom: 0.6vw;
}
.estate_list .access,
.recommended_content_list .access {
  line-height: 0.9rem;
}
.estate_list .info .address,
.recommended_content_list .info .address {
  font-size: 90% !important;
  line-height: 3.5vw;
}
.estate_list .info .access,
.recommended_content_list .info .access {
  font-weight: bold;
  font-size: 90% !important;
  line-height: 3.5vw;
}

/* 特徴で探す */
#features {
  padding-top: 4vw;
  padding-bottom: 9vw;
  box-sizing: border-box;
}
#features .feature_list {
  background-color: #fff;
  border: 0.3vw solid #888;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#features .feature_list li {
  width: 50%;
  border-bottom: 0.3vw dotted #888;
}
#features .feature_list li:nth-child(2n-1) > span {
  border-right: 0.3vw dotted #888;
}
#features .feature_list li > span {
  display: flex;
  padding: 2.1vw;
  text-decoration: none;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: -0.3vw;
  /* 田中加筆 */
  line-height: 1;
}
#features .feature_list li > span img {
  width: 9.5vw;
  margin-right: 2vw;
}
#features .feature_list li > span span {
  font-size: 125% !important;
}
#features .feature_list li.on {
  background-color: #f1f1f1;
  font-weight: bold;
}
#features .search {
  margin-top: 9vw;
}

.feature_list_icon.last_feature_icon {
  border: none !important;
}

.feature_list_icon_for_dialog.last_feature_icon {
  border: none !important;
}

/* 紺バナー */
#primaryBnrs {
  margin-top: 9vw;
}
#primaryBnrs .bg_navy {
  padding: 4vw;
}
#primaryBnrs .bg_navy + .bg_navy {
  margin-top: 3vw;
  padding: 4vw;
}
#primaryBnrs .ic {
  width: 13vw;
  margin-bottom: -3vw;
}
#primaryBnrs .tx {
  font-size: 110% !important;
}
#primaryBnrs .new_btn {
  margin-top: 5vw;
}
#primaryBnrs .inner_nrw {
  padding: 0 7px !important;
}
#primaryBnrs .wht {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

#footerMenu ul.fst {
  margin-top: 9vw;
}
#footerMenu ul li a {
  font-size: 140% !important;
  display: block;
  text-decoration: none;
  padding: 2vw 3vw;
  border-top: 0.3vw solid #ebebeb;
  border-bottom: 0.3vw solid #ebebeb;
  margin-top: -0.3vw;
}
#footerMenu ul li img {
  width: 9vw;
  margin-right: 1.8vw;
  vertical-align: middle;
}
#footerMenu .ttl {
  margin-top: 6vw;
  margin-bottom: 1.5vw;
}

.smallBnrs {
  display: flex;
}

.smallBnrs img {
  width: 100%;
  height: auto;
  display: block;
}

.smallBnrs .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 49%;
  margin-bottom: 2vw;
}

#nationwide {
  margin-top: 6vw;
  padding-top: 8vw;
  border-top: 0.3vw solid #ebebeb;
}

#nationwide ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

#nationwide li {
  width: 25%;
  height: 10vw;
}

#nationwide li img {
  width: 100%;
}

#nationwide li a {
  display: block;
  overflow: hidden;
}

#nationwide .m_minus a img {
  width: 90% !important;
  max-width: none;
}

#nationwide .m_plus a img {
  width: 75% !important;
  max-width: none;
}

.modal {
  /** 田中が暫定的に加筆 **/
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 13vw;
}

.modal.show {
  display: block;
}

.modal .modal_bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100lvh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  transform: translate3d(0, 0, -1px);
}

.modal .modal_cont {
  padding: 2vw 3vw;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  z-index: 102;
  position: relative;
}

.modal .modal_cont .modal_close {
  color: #fff;
  position: absolute;
  top: -12vw;
  font-size: 10vw;
  right: 0;
}

.modal .modal_cont p {
  font-weight: normal;
  font-size: 120%;
}

.modal #features {
  padding-top: 0;
  padding-bottom: 0;
}

.modal .feature_list {
  padding-left: 0;
  margin-top: 0;
}

.modal .feature_list li {
  font-size: 90% !important;
}

#sm1_div a.sidebar_list {
  color: white;
  text-decoration: none;
}

#privacy_policy a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

/* from index_n.css */
.small_banner {
  display: flex;
  justify-content: space-between;
  padding: 6px;
  margin-top: 9vw !important;
}

.banner__inner {
  width: calc(50vw - 20px);
  margin-bottom: 14px;
}

.relation_contents_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 14px;
  width: 100vw;
}

/* from common_old.css */
.borderT {
  border-top: solid thin #333333;
  border-collapse: collapse;
}

.fontB21PX {
  font-weight: bold;
  font-size: 1.3125rem;
}

#urlCopy {
  display: flex;
}

#recruit .bnr {
  text-decoration: none;
  display: block;
  margin-top: 7vw;
  padding-bottom: 5vw;
  border: 0.3vw solid #222F4C;
}

#recruit .bnr h2 {
  margin-bottom: 2vw !important;
}

#recruit .tx {
  font-size: 120% !important;
}

.recruit {
  padding: 0 7px !important;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 72.5%;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 76%;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 78%;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 100%;
  }
}
.readmore-button {
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), white); /* 上から下へ：[白色半透明]から[白色]へグラデーション */
  padding-top: 6em; /* ボタンの上側でグラデーションを見せる距離(長さ) 変更 */
  margin-top: -6.5em; /* ボックスを上側に重ねる距離(長さ) */
  position: relative; /* ボックス全体を上に重ねるために必要 */
  vertical-align: middle;
  font-weight: bold;
  display: block;
  width: 100%;
}

.readmore-button a, .readmore-button a:visited {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.close-button {
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.close-button a, .close-button a:visited {
  background: #fff;
  color: #000;
  text-decoration: none;
}

#static_content {
  margin-top: 20vw;
}

#footer_sns {
  height: 2.8125rem;
  padding-top: 0.4375rem;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

#footer_sns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}

#footer_sns li {
  width: 2.4rem;
}

#footer_sns li a {
  display: block;
}

#footer_sns li a img {
  width: 2.4rem;
  height: auto;
}

#footer_sns #m-footer-twitter {
  padding-top: 3px;
}

#footer_sns #m-footer-note img {
  width: 2.2rem;
}

.center {
  text-align: center;
} 

/*# sourceMappingURL=common.css.map */
