@charset "UTF-8";

body {
  font-family: 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.85em !important;
  line-height: 1.8;
}

header img,
footer img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 0 30px;
}

.footer__logo {
  width: 260px;
}

.footer__copyright {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.footer__copyright__txt {
  font-family: Roboto, "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
}

.header {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header__inner {
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__page-title {
  font-weight: bold;
  font-size: 1.625rem;
}

.header__logo {
  width: 180px;
}

.header__logo a:hover {
  opacity: 0.85;
}

.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0 20px;
}

.pagetop__btn {
  display: block;
  width: 50px;
  height: 50px;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='10px' viewBox='0 0 18 10'%3E%3Cpath fill='%23fff' d='M17.5,8.8c0,0.2-0.1,0.5-0.3,0.7c-0.4,0.4-1,0.4-1.3,0L9,2.6L2.1,9.4c-0.4,0.4-1,0.4-1.3,0 c-0.4-0.4-0.4-1,0-1.3l7.5-7.5c0.4-0.4,1-0.4,1.3,0l7.5,7.5C17.4,8.3,17.5,8.5,17.5,8.8z'/%3E%3C/svg%3E");
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  position: fixed;
  bottom: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pagetop:not(.is-pagetop-show) .pagetop__btn {
  cursor: default;
  opacity: 0;
}

.pagetop.is-pagetop-show .pagetop__btn {
  opacity: 1;
}

.pagetop.is-pagetop-stop .pagetop__btn {
  position: static;
}

.container {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo {
    width: 240px;
  }
  .footer__copyright__txt {
    font-size: 0.625rem;
  }
  .header__inner {
    padding: 12px 0;
  }
  .header__page-title {
    font-size: 1.125rem;
  }
  .header__logo {
    width: 100px;
  }
}

/* 物件検索、土地検索　cssファイル

-------------------------------- */

/*　パンくず下ライン　**********************/

#page_border {
    border-top: 1px solid #dcdcdc;
    width:100%;
    padding:0;
    margin:0;
    height:0;
    position:relative;
}

/*　SSL　**********************/
/*.p-secomB {
  float: right;
  margin-top: -42px;
}*/

.ssl_txt_box {
  margin-bottom: 20px;
}

.p-secomB {
  float: right;
  width: 367px;
}

.block_section_10 {
  float: left;
  width: 583px;
}

.p-secomB_in {
  width: 345px;
  float: right;
    border:solid 1px #d2d2d2;
    padding:10px;
    border-radius:3px;
}

@media screen and (max-width: 767px) {
  .ssl_txt_box {
    margin-bottom: 20px;
  }
  
  .block_section_10 {
    float: none;
    width: 100%;
    padding-right: 0 !important;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  
  .p-secomB {
    float: none;
    width: 100%;
  }
  
  .p-secomB_in {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}

.p-secomB_img, #main .p-secomB_detail {
  display: table-cell;
  vertical-align: middle;
}

.p-secomB_img {
  padding-right: 20px;
}

.p-secomB_detail {
  font-size: 15px;
  display: table-cell;
}

.p-secomB_detail_txt {
  margin-bottom: 5px;
  font-size: 14px;
}

.p-secomB_detail_anchor {
  padding-left: 19px;
  background: url(https://www.nomu.com/pro/pc/images/arrow_02.png) no-repeat left center;
  text-decoration: none;
}

.p-secomB_detail_anchor:hover {
  color:#dd1c11;
}

.p-kojin_anchor:hover {
  color:#dd1c11;
}

/*　コンテンツ共通　**********************/

#content {
    text-align:left;
    margin:0 auto;
    clear:both;
    width:950px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#content.none {
    background:none
}
#contentSeg {
    margin-bottom:20px;
}
#contentSeg #breadcrumbs {

    width: 950px;
    margin-bottom: 20px;
}
#contentSeg #breadcrumbs li {
    padding:12px 6px 12px 0;
    float: left;
    font-size:85%;
}

/*　h1 タイトル（吹き出し）　**********************/

#contentSeg #content_subtitle {

    *clear: both;
    behavior: url(/pro/PIE.htc);
    
    position: relative;
    border: none;
    background: none;
    border-radius: none;
    box-shadow: none;
    width: 950px;
}

#contentSeg #content_subtitle h1{
    font-size: 180%;
    font-weight: 500 !important;
}

/* ボタン類 **********************/

 a.button_memberreg-btn {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden;
    border: 0px;
    width: 376px;
    height: 86px;
    background: transparent url("/pro/pc/images/button_memberreg_01.png") no-repeat 0 0;
}
a.button_memberreg-btn:hover {
    background-position: 0 -86px;
}



/* コンテンツ **********************/

.block_section_2 {
    border: 1px solid #dcdcdc;
    background: #f3f3eb;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc, 0 0 0 1px #ffffff inset;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f2ed), to(#f3f3eb));
    background: -webkit-linear-gradient(#f5f2ed, #f3f3eb);
    background: -moz-linear-gradient(#f5f2ed, #f3f3eb);
    background: -ms-linear-gradient(#f5f2ed, #f3f3eb);
    background: -o-linear-gradient(#f5f2ed, #f3f3eb);
    background: linear-gradient(#f5f2ed, #f3f3eb);
    -pie-background: linear-gradient(#f5f2ed, #f3f3eb);
    margin-bottom: 20px;
    padding:15px;
    width: 920px;
 *width: 918px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
.block_section_2 .block_section_2_inner {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
    padding:15px 10px;
    width: 900px;
 *width: 898px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
}

.block_section_3 {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
    margin-bottom: 20px;
    padding:5px 15px;
    width: 920px;
 *width: 918px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
}

.block_section_4, .block_section_5, .block_section_6, .block_section_11 {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
    margin-bottom: 20px;
    padding: 0 0px 15px 0px;
    width: 950px;
 *width: 948px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
.block_section_4 .midashi {
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f1f1f1));
    background: -webkit-linear-gradient(#ffffff, #f1f1f1);
    background: -moz-linear-gradient(#ffffff, #f1f1f1);
    background: -ms-linear-gradient(#ffffff, #f1f1f1);
    background: -o-linear-gradient(#ffffff, #f1f1f1);
    background: linear-gradient(#ffffff, #f1f1f1);
    -pie-background: linear-gradient(#ffffff, #f1f1f1);
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #dcdcdc;
    behavior: url(/pro/PIE.htc);
    position:relative;
    overflow: hidden;
    margin-left:1px;
    width: 948px;
 *width: 946px;
    height:53px;
    line-height:53px;
}
.block_section_4 .title {
    margin:3px 4px 0 4px;
    padding-left:10px;
    border-top:2px solid #a91626;
    overflow: hidden;
    width: 932px;
    height:50px;
    line-height:50px;
}
.block_section_4 .text {
    padding:10px 10px 0 10px;
    line-height:150%;
    min-height:70px;
}
.block_section_4 .border_title {
    padding:0px 10px 0 10px;
    line-height:20px;
    font-weight: bold;
    border-left:5px solid #b81c2b;
    margin:10px 0 0 10px;
}

.block_section_4 .right_link, .block_section_5 .right_link {
    padding:0 10px 0 25px;
    background: transparent url(/pro/pc/images/arrow_02.png) no-repeat 0 13px;
    float: right;
}

.block_section_8 {
    margin-bottom: 20px;
    width: 944px;
 *width: 944px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
    text-align:center;
}

.block_section_9 {
    text-align:center;
    padding:0px;
    width: 950px;
    line-height:150%;
    margin-bottom: 20px;
}

.block_section_10 {
    text-align:left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    /*width: 950px;*/
    line-height:150%;
    margin-bottom: 20px;
}


.columnArea_r .columnA .block_section_4, .columnArea_l .columnB .block_section_4, .columnArea_r .columnA .block_section_5, .columnArea_l .columnB .block_section_5, .columnArea_r .columnA .block_section_6, .columnArea_l .columnB .block_section_6, .columnArea_r .columnA .block_section_11, .columnArea_l .columnB .block_section_11 {
    width: 208px;
 *width: 210px;
}

.columnArea_r .columnA .block_section_4 .midashi, .columnArea_l .columnB .block_section_4 .midashi, .columnArea_r .columnA .block_section_5 .midashi, .columnArea_l .columnB .block_section_5 .midashi, .columnArea_r .columnA .block_section_6 .midashi, .columnArea_l .columnB .block_section_6 .midashi {
    width: 206px;
 *width: 208px;
}

.columnArea_r .columnA .block_section_4 .title, .columnArea_l .columnB .block_section_4 .title, .columnArea_r .columnA .block_section_5 .title, .columnArea_l .columnB .block_section_5 .title, .columnArea_r .columnA .block_section_6 .title, .columnArea_l .columnB .block_section_6 .title, .columnArea_r .columnA .block_section_11 .title, .columnArea_l .columnB .block_section_11 .title {
    width: 192px;
 *width: 190px;
}

.columnArea_r .columnB .block_section_4, .columnArea_l .columnA .block_section_4, .columnArea_r .columnB .block_section_5, .columnArea_l .columnA .block_section_5, .columnArea_r .columnB .block_section_6, .columnArea_l .columnA .block_section_6, .columnArea_r .columnB .block_section_11, .columnArea_l .columnA .block_section_11 {
    width: 720px;
 *width: 718px;
}

.columnArea_r .columnB .block_section_4 .midashi, .columnArea_l .columnA .block_section_4 .midashi, .columnArea_r .columnB .block_section_5 .midashi, .columnArea_l .columnA .block_section_5 .midashi, .columnArea_r .columnB .block_section_6 .midashi, .columnArea_l .columnA .block_section_6 .midashi {
    width: 718px;
 *width: 716px;
}

.columnArea_r .columnB .block_section_4 .title, .columnArea_l .columnA .block_section_4 .title, .columnArea_r .columnB .block_section_5 .title, .columnArea_l .columnA .block_section_5 .title, .columnArea_r .columnB .block_section_6 .title, .columnArea_l .columnA .block_section_6 .titlee, .columnArea_r .columnB .block_section_11 .title, .columnArea_l .columnA .block_section_11 .title {
    width: 702px;
 *width: 700px;
}

.columnArea_2 .columnB .block_section_4, .columnArea_2 .columnA .block_section_4, .columnArea_2 .columnB .block_section_5, .columnArea_2 .columnA .block_section_5, .columnArea_2 .columnB .block_section_6, .columnArea_2 .columnA .block_section_6, .columnArea_2 .columnB .block_section_11, .columnArea_2 .columnA .block_section_11 {
    width: 465px;
 *width: 463px;
}
.columnArea_2 .columnB .block_section_4 .midashi, .columnArea_2 .columnA .block_section_4 .midashi, .columnArea_2 .columnB .block_section_5 .midashi, .columnArea_2 .columnA .block_section_5 .midashi, .columnArea_2 .columnB .block_section_6 .midashi, .columnArea_2 .columnA .block_section_6 .midashi {
    width: 463px;
 *width: 461px;
}

.columnArea_2 .columnB .block_section_4 .title, .columnArea_2 .columnA .block_section_4 .title, .columnArea_2 .columnB .block_section_5 .title, .columnArea_2 .columnA .block_section_5 .title, .columnArea_2 .columnB .block_section_6 .title, .columnArea_2 .columnA .block_section_6 .title, .columnArea_2 .columnB .block_section_11 .title, .columnArea_2 .columnA .block_section_11 .title {
    width: 447px;
}

.columnArea_r .columnA .block_section_9, .columnArea_l .columnB .block_section_9, .columnArea_r .columnA .block_section_10, .columnArea_l .columnB .block_section_10, .columnArea_r .columnA .block_section_12, .columnArea_l .columnB .block_section_12 {
    width: 210px;
}

.columnArea_r .columnB .block_section_9, .columnArea_l .columnA .block_section_9, .columnArea_r .columnB .block_section_10, .columnArea_l .columnA .block_section_10, .columnArea_r .columnB .block_section_12, .columnArea_l .columnA .block_section_12 {
    width: 720px;
}

.columnArea_r, .columnArea_l, .columnArea_2, .columnArea_3 {
    _width: 952px;
}

.block_section_form {
    border: 1px solid #dcdcdc;
    background: #f4f2ec;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
    margin-bottom: 20px;
    padding:5px 14px;
    width: 920px;
 *width: 920px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
.block_section_form .subtitle {
    margin:0px 4px 0px 4px;
    overflow: hidden;
    width: 900px;
 *width: 890px;
    height:40px;
    line-height:40px;
}
.block_section_form .subtitle2 {
    margin:0px 4px 0px 4px;
    padding:8px 0px;
    overflow: hidden;
    width: 900px;
 *width: 890px;
    height:40px;
    line-height:40px;
}

.sample_area {
    position:relative;
}
.sample_area .mailimg {
    position:absolute;
    top:0px;
    left:200px;
    display:none;
    z-index:1000;
}
.sample_area .mypageimg {
    position:absolute;
    top:170px;
    left:635px;
    display:none;
    z-index:1000;
}
 .columnArea_r:after, .columnArea_l:_lafter, .columnArea_2:_lafter, .columnArea_3:_lafter {
 clear: both;
 content: "";
 display: block;
 height: 0;
 visibility: hidden;
}

.columnArea_2 .columnA {
    float: left;
    margin: 0;
    padding:0;
    margin-right:20px;
    width: 465px;
    zoom: 1;
}
.columnArea_2 .columnB {
    float: right;
    margin: 0;
    padding:0;
    width: 465px;
    zoom: 1;
}

.privilege-bg-icon {
    margin-top:10px;
    background:#b6b752;
    padding:7px 10px 0px 10px;
    line-height: 16px;
    height: 22px;
    color:#fff;
}
.page_top_sec .click_Row {
    padding:5px 15px;
    height: 100%;
    clear: both;
    position:relative;
}
#top a.page_top_sec .click_Row {
    text-indent:underline;
}
#top a:hover.page_top_sec .click_Row {
    text-indent:none;
}
.page_top_sec .click_Row .page_top_link {
    background:#ffffff;
    opacity:0;
    filter: alpha(opacity=0);
    /* ie lt 8 */-ms-filter: "alpha(opacity=0)";
    /* ie 8 */-moz-opacity:0;
    /* FF lt 1.5, Netscape */-khtml-opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 950px;
    height: 50px;
    z-index: 2;
}
.page_top_sec .bl-hot {
    border-radius: 5px;
    background:#ffffff;
    behavior: url(/pro/PIE.htc);
    position:relative;
    zoom: 1; /* Should be IE only */
}
/* rollover style for clickable element */
.page_top_sec .bl-hover {
    border-radius: 5px;
    cursor: pointer;
    background:#f5f2ed;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
/**********************  c001_2  **********************/
.reg_messeage_text_area {
    display:block;
    width: 900px;
    height: 180px;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
ul.doui_buton_area {
    margin: 0 auto;
    width: 332px;
}
ul.doui_buton_area li {
    float:left;
    width: 136px;
    padding:0 15px;
}
/**********************  c001_3  **********************/
#regist_box .top_category_tbl #area dl {
    margin-right:20px;
}
#regist_box .top_category_tbl #area dt {
    white-space: nowrap;
    margin-bottom: 5px;
}
#regist_box .top_category_tbl #area dd {
    margin-left:20px;
}
#regist_box .top_category_tbl #area dd label {
    display:block;
    padding:5px 0 10px 0;
}
#regist_box .top_category_tbl #area dd label span {
    white-space:nowrap;
}
#regist_box .top_category_tbl #type dt {
    white-space: nowrap;
    margin-bottom: 5px;
}
#regist_box .top_category_tbl #type dd {
}
#regist_box .top_category_tbl #type dd label {
    display:block;
    padding:8px 25px 8px 0;
    float:left;
    white-space:nowrap;
}
#regist_box .top_category_tbl #yield label, #regist_box .top_category_tbl #foot_min label {
    display:block;
    padding:0px 20px 0 0 !important;
    float:left;
    white-space:nowrap;
}
.form_inner .checkbox, .side_category_tbl .checkbox, .left_category_tbl .checkbox, .top_category_tbl .checkbox {
    margin-right:3px;
    vertical-align:middle;
}
.form_inner .radio, .side_category_tbl .radio, .left_category_tbl .radio, .top_category_tbl .radio {
    margin-right:3px;
    vertical-align:middle;
}
table#address td {
    padding-left:25px;
}
table#address  th {
    vertical-align: middle;
}
table#address input[type="text"],table#address input[type="password"],
table#address input[type="tel"],table#address input[type="email"] {
    border: 1px solid #e3dfd3;
    border-radius: 5px;
    line-height: 35px;
    padding:0 10px;
    margin-right:10px;
    height: 35px;
    font-size:120%;
}

@media screen and (max-width: 767px) {
  table#address input[type="text"],table#address input[type="password"],
  table#address input[type="tel"],table#address input[type="email"] {
    width: auto !important;
    box-sizing: border-box;
  }
}

select {
    padding:3px;
    font-size:120%;
}



table#address input[type="radio"] {
    padding-left:10px;
    margin-right:10px;
    vertical-align: middle;
}

#personal{
    line-height: 35px;
    height: 35px;
}

.mail_check_inner_text.tfield input {
    border: 1px solid #e3dfd3;
    border-radius: 5px;
    line-height: 35px;
    padding:0 10px;
    margin-right:10px;
    height: 35px;
    width: 235px;
}

table#address .zip .right_link {
    padding:0 10px 0 25px;
    background: transparent url(/pro/pc/images/arrow_02.png) no-repeat 0 0;
}
table#address .personal_address_coment {
    margin:10px 0 0 250px;
}
ul.regist_buton_area {
    margin: 0 auto;
    width: 424px;
}
ul.regist_buton_area li {
    float:left;
    width: 192px;
    padding:0 10px;
}
ul.regist_buton_area li.back {
    width: 192px;
    padding:0 10px;
    text-align:center;
    padding:25px 0 0 20px;
}
#reg_error_block .error_title {
    font-weight: bold;
    margin:10px 0 15px 0;
    color:#ffffff;
    padding:10px 0 0 50px;
    height: 41px;
    width: 868px;
    background: transparent url(/pro/pc/images/reg_error_title_bg.png) no-repeat 0 0;
}
#reg_error_block .error_text {
    padding:0 120px;
}

.button_reg_frame {
    width: 450px;
    height: 48px;
    padding: 14px 0;
   *padding:12px 26px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .button_reg_frame {
    max-width: 100%;
  }
  
  .button_reg_frame #onSubmit {
    max-width: 100%;
  }
}

.error_messeage {
    line-height:30px;
}
.error_messeage img {
    vertical-align: middle;
    padding-bottom:3px;
}
/**********************  c001_5～7  **********************/
.mail_check_inner_text {
    padding:20px 0;
    text-align:center;
    word-wrap: break-word;
}
/* 会員登録フロー
-------------------------------- */
.block_section_8 ul {
    width: 942px;
    height: 42px;
}
.block_section_8 ul li:after{
   content:"";
   display:inline-block;
   width:15px;
   height: 43px;
   position:absolute;
   right: -13px;
   top:0;
   background: url(/pro/pc/images/flow_bg01_b.png) no-repeat  117% center;
}
.block_section_8 ul li:nth-last-of-type(1):after{
    content:none;
}
ul.registration_flow_1 li, ul.registration_flow_2 li, ul.registration_flow_3 li, ul.registration_flow_4 li, ul.registration_flow_5 li, ul.registration_flow_6 li {
    float:left;
    width: 167px;
    padding: 8px 5px 8px 0;
    line-height:26px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    margin-right: 24px;
    box-sizing: border-box;
    position:relative;
}
.registration_flow_1 .select, .registration_flow_2 .select, .registration_flow_3 .select, .registration_flow_4 .select, .registration_flow_5 .select, .registration_flow_6 .select {
    color:#fff;
    background: #b81b2c;
}
.block_section_8 li:nth-last-of-type(1){ background:none; }

.block_section_8 .select{
    background: url(/pro/pc/images/flow_bg02_b.png) no-repeat  100% center, #b81b2c ;
    border: none;
    margin-right: 10px;
}
.block_section_8 .select:nth-last-of-type(1){  background:#b81b2c; }

.block_section_8 .select:after{ content:none;}

/*上タイトルtable
--------------------------*/
.top_category_tbl {
    width: 918px;
    border: solid #dcd5d2 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .top_category_mtbl {
 *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 917px;
}
.top_category_tbl .f-f {
    background: #e5e2d6;
    background: transparent url(/pro/pc/images/table_top_color_ff.png) no-repeat left top;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
 *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .ff-f {
    background: #e5e2d6;
    background: transparent url(https://www.nomu.com/pro/pc/images/table_top_color_ff.png) no-repeat left top;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 0 0 0;
    *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .m-f {
    background: #e5e2d6;
    background: transparent url(/pro/pc/images/table_top_color_mf.png) repeat-x top;
    -moz-border-radius: 1px 0 0 0;
    -webkit-border-radius: 1px 0 0 0;
    border-radius: 1px 0 0 0;
 *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .l-f {
    background: #e5e2d6;
    background: transparent url(/pro/pc/images/table_top_color_ff.png) no-repeat right top;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
 *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .f-m {
    vertical-align: top;
    padding:15px;
    background: #ffffff;
}
.top_category_tbl .m-m {
    vertical-align: top;
    padding:15px;
    border-left: 1px solid #dcd5d2;
    background: #ffffff;
}
.top_category_tbl .l-m {
    vertical-align: top;
    padding:15px;
    border-left: 1px solid #dcd5d2;
    background: #ffffff;
}
.top_category_tbl .f-l {
    vertical-align: top;
    padding:15px;
    background: #ffffff;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
 *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .m-l {
    vertical-align: top;
    padding:15px;
    border-left: 1px solid #dcd5d2;
    background: #ffffff;
}
.top_category_tbl .l-l {
    vertical-align: top;
    padding:15px;
    border-left: 1px solid #dcd5d2;
    background: #ffffff;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius:0 0 5px 0;
    border-radius: 0 0 5px 0;
 *behavior: url(/pro/PIE.htc);
}
/*左table
---------------------------*/

.left_category_tbl {
    width: 918px;
    border: solid #dcd5d2 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 *behavior: url(/pro/PIE.htc);
}
.left_category_tbl .left_category_mtbl {
 *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 917px;
}
.left_category_tbl .f-f {
    width: 275px;
    height: 48px;
    text-align:left;
    background: #e5e2d6;
    background: transparent url(https://www.nomu.com/pro/pc/images/table_top_color_ff.png) no-repeat left top;
    white-space: nowrap;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    border-bottom: solid #cbc7b6 1px;
 *behavior: url(/pro/PIE.htc);
}
.left_category_tbl .m-f {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    border-bottom: solid #cbc7b6 1px;
}
.left_category_tbl .l-f {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    border-bottom: solid #cbc7b6 1px;
 *behavior: url(/pro/PIE.htc);
}
.left_category_tbl .f-m {
    width: 275px;
    text-align:left;
    border-bottom: solid #cbc7b6 1px;
    border-top: solid #f4f3ed 1px;
    background: #e5e2d6;
    background: transparent url(https://www.nomu.com/pro/pc/images/table_top_color_fm.png) repeat-y left;
    white-space: nowrap;
    -moz-border-radius: 0 0 0 1px;
    -webkit-border-radius: 0 0 0 1px;
    border-radius: 0 0 0 1px;
 *behavior: url(/pro/PIE.htc);
}
.left_category_tbl th.m-m {
    vertical-align: top;
    background: #e5e2d6;
    border-bottom: solid #cbc7b6 1px;
    border-top: solid #f4f3ed 1px;
}
.left_category_tbl td.m-m {
    padding:7px 15px;
    background: #ffffff;
    border-bottom: solid #cbc7b6 1px;
}
.left_category_tbl .l-m {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    border-bottom: solid #cbc7b6 1px;
    vertical-align: middle;
}
.left_category_tbl .l-f.vm .top_category_body, .left_category_tbl .l-m.vm .top_category_body, .left_category_tbl .l-l.vm .top_category_body {
    width: 643px;
    overflow-wrap: anywhere;
	min-height: 24.47px;
}
.left_category_tbl .m-m.vm, .left_category_tbl .l-m.vm, .left_category_tbl .m-l.vm, .left_category_tbl .l-m.type, .left_category_tbl .l-l.vm, .left_category_tbl .l-f.vm, .left_category_tbl .m-f.vm {
    vertical-align: middle;
}

.left_category_tbl .f-l {
    width: 275px;
    text-align:left;
    background: #e5e2d6;
    background: transparent url(https://www.nomu.com/pro/pc/images/table_top_color_fl.png) no-repeat left bottom;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    border-top: solid #f4f3ed 1px;
 *behavior: url(/pro/PIE.htc);
}
.left_category_tbl th.m-l {
    text-align:left;
    background: #e5e2d6;
    background: transparent url(/pro/pc/images/table_top_color_ml.png) repeat-x left bottom;
    -moz-border-radius: 0 0 0 1px;
    -webkit-border-radius: 0 0 0 1px;
    border-radius: 0 0 0 1px;
    border-top: solid #f4f3ed 1px;
 *behavior: url(/pro/PIE.htc);
}
.left_category_tbl td.m-l {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
}
.left_category_tbl .l-l {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
 *behavior: url(/pro/PIE.htc);
}
/*横区切りtable
---------------------------*/

.side_category_tbl {
    width: 918px;
    border: solid #dcd5d2 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl .left_category_mtbl {
 *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 917px;
}
.side_category_tbl .f-f {
    height: 48px;
    text-align:left;
    background: #ffffff;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    border-bottom: solid #cbc7b6 1px;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl .ff-f {
    height: 48px;
    text-align:left;
    background: #ffffff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl .m-f {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    border-bottom: solid #cbc7b6 1px;
}
.side_category_tbl .l-f {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    border-bottom: solid #cbc7b6 1px;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl th.f-m {
    height: 48px;
    text-align:left;
    background: #e5e2d6;
    background: transparent url(/pro/pc/images/table_top_color_fm.png) repeat-y left;
    -moz-border-radius: 0 0 0 1px;
    -webkit-border-radius: 0 0 0 1px;
    border-radius: 0 0 0 1px;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl td.f-m {
    text-align:left;
    background: #ffffff;
}
.side_category_tbl .m-m {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    border-bottom: solid #cbc7b6 1px;
}
.side_category_tbl .l-m {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    border-bottom: solid #cbc7b6 1px;
}
.side_category_tbl .f-l {
    text-align:left;
    background: #ffffff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: solid #f4f3ed 1px;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl .ff-l {
    text-align:left;
    background: #ffffff;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
 *behavior: url(/pro/PIE.htc);
}
.side_category_tbl .m-l {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
}
.side_category_tbl .l-l {
    vertical-align: top;
    padding:7px 15px;
    background: #ffffff;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
 *behavior: url(/pro/PIE.htc);
}
.top_category_tbl .ff-f .top_category_title, .top_category_tbl .f-f .top_category_title, .top_category_tbl .m-f .top_category_title, .top_category_tbl .l-f .top_category_title, .left_category_tbl .f-f .top_category_title, .left_category_tbl .m-m .top_category_title, .left_category_tbl .f-l .top_category_title, .left_category_tbl .m-l .top_category_title, .side_category_tbl .f-f .top_category_title, .side_category_tbl .f-m .top_category_title, .side_category_tbl .f-l .top_category_title {
    margin:3px 4px 0 4px;
    padding:4px 0 4px 10px;
    overflow: hidden;
    line-height:30px;
 *padding:8px 0 8px 10px;
}
.left_category_tbl .f-m .top_category_title {
    margin:3px 4px 0 4px;
    padding:4px 0 4px 10px;
    overflow: hidden;
    line-height:120%;
 *padding:8px 0 8px 10px;
}
.error, must_red {
    background: #ffeaf3!important;
}
.top_category_tbl tr.must_red td, .left_category_tbl tr.must_red td, .top_category_tbl tr.error td, .left_category_tbl tr.error td {
    background: #ffeaf3;
}
.top_category_tbl.must_red tr td, .left_category_tbl.must_red tr td, .top_category_tbl.error tr td, .left_category_tbl.error tr td {
    background: #ffeaf3;
}
.top_category_tbl tr.must_red .f-f, .left_category_tbl tr.must_red .f-f, .top_category_tbl tr.error .f-f, .left_category_tbl tr.error .f-f {
/*
    background: #fcc9e0;
    background: transparent url(https://www.nomu.com/pro/pc/images/table_top_color_ff_error.png) no-repeat left top;
*/
}
.top_category_tbl.must_red tr .ff-f, .top_category_tbl tr.must_red .ff-f, .left_category_tbl tr.must_red .ff-f, .top_category_tbl.error tr .ff-f, .top_category_tbl tr.error .ff-f, .left_category_tbl tr.error .ff-f {
/*
    background: #fcc9e0;
    background: transparent url(https://www.nomu.com/pro/pc/images/table_top_color_ff_error.png) no-repeat left top;
*/
}
.top_category_tbl tr.must_red .m-f, .top_category_tbl tr.error .m-f {
/*
    background: #fcc9e0;
    background: transparent url(/pro/pc/images/table_top_color_mf_error.png) repeat-x top;
*/
}
.top_category_tbl tr.must_red .l-f, .top_category_tbl tr.error .l-f {
/*
    background: #fcc9e0;
    background: transparent url(/pro/pc/images/table_top_color_ff_error.png) no-repeat right top;
*/
}
.left_category_tbl tr.must_red .f-m, .left_category_tbl tr.error .f-m {
/*
    background: #fcc9e0;
    background: transparent url(/pro/pc/images/table_top_color_fm_error.png) repeat-y left;
*/
}
.left_category_tbl tr.must_red .f-l, .left_category_tbl tr.error .f-l {
/*
    background: #fcc9e0;
    background: transparent url(/pro/pc/images/table_top_color_fl_error.png) no-repeat left bottom;
*/
}

/* ログイン */

.block_section_4 .textfield {
    padding:10px 10px 0 10px;
    line-height:150%;
}

.error_messeage_area {
    text-align:left;
    padding-left:370px;
}
.block_section_2 .block_section_2_inner {
    border: 1px solid #dcd5d2!important;
}

.login_area_box{
        min-height:350px;
 *height:350px;
 position:relative;
}

.btarea_login{
     position:absolute;
     top:220px;
     *right:40px;
}

.btarea{
     position:absolute;
     top:220px;
     *right:0px;
}

.login_area {
    padding:20px 43px 0;
    *padding:20px 35px 0;
}
.login_field input {
    border: 1px solid #e3dfd3;
    border-radius: 5px;
    line-height: 30px;
    padding:0 10px;
    height: 30px;
    width: 272px;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
.login_field_check.bottom_link {
    width:100%;
    padding:110px 0 0 30px;
    *padding:80px 0 0 30px;
}
.login_field_check ul li {
    float:left;
    line-height:120%;
}
.reg_field {
    margin-top:40px;
    text-align:center;
}

.ziplink ul li {
    float:left;
}

/*　ページトップへ　**********************/

.block_section_7 {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
    margin-bottom: 20px;
    padding:0px 0px;
    width: 950px;
    *width: 948px;
    clear: both;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
.page_top_sec .click_Row {
    padding:5px 15px;
    height: 100%;
    clear: both;
    position:relative;
}
#top a.page_top_sec .click_Row {
    text-indent:underline;
}
#top a:hover.page_top_sec .click_Row {
    text-indent:none;
}
.page_top_sec .click_Row .page_top_link {
    background:#ffffff;
    opacity:0;
    filter: alpha(opacity=0);
    /* ie lt 8 */-ms-filter: "alpha(opacity=0)";
    /* ie 8 */-moz-opacity:0;
    /* FF lt 1.5, Netscape */-khtml-opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 950px;
    height: 50px;
    z-index: 2;
}
.page_top_sec .bl-hot {
    border-radius: 5px;
    background:#ffffff;
    behavior: url(/pro/PIE.htc);
    position:relative;
    zoom: 1; /* Should be IE only */
}
/* rollover style for clickable element */
.page_top_sec .bl-hover {
    border-radius: 5px;
    cursor: pointer;
    background:#f5f2ed;
    behavior: url(/pro/PIE.htc);
    position:relative;
}
.page_top {
    padding:10px;
    text-align:center;
}
.page_top a {
    padding:0 20px;
    background: url('/pro/pc/images/arrow_07.png') no-repeat 0 -2px;
}

#detailed_search_step3 .price select {
    width:150px;
}

.err_msg {
    color: #ea061b;
    font-weight:bold;
    font-size:105%;
    margin:0 0 3px 15px;
}

.l_footer__inr .nav .c_btn_more {
  display: table;
}

@media screen and (max-width: 767px) {
  #content {
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  
  .block_section_8 {
    width: 100%;
  }
  
  .block_section_8 ul {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display: flex;
    
  }
  
  .block_section_8 .select {
    background-image: none;
    background-color: #b81b2c;
  }
  
  .block_section_8 .select:after {
    content: "";
    display: block;
    background: url(/pro/pc/images/flow_bg02_b.png) no-repeat 100% center;
    background-size: 14px 100%;
  }
  
  .block_section_8 ul li:after {
    height: 100%;
    background-size: 14px 100%;
  }
  
  ul.registration_flow_2 li,
  ul.registration_flow_6 li {
    float: none;
    font-size: 10px;
    margin-right: 5% !important;
    padding: 5px 0 5px 2px;
    width: 16%;
    box-sizing: border-box;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  ul.registration_flow_2 li:last-child,
  ul.registration_flow_6 li:last-child {
    margin-right: 0 !important;;
  }
  
  .block_section_10 {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .block_section_form {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .block_section_form .subtitle {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .top_category_tbl {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .top_category_tbl .top_category_mtbl {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
  }
  .top_category_tbl .ff-f .top_category_title, .top_category_tbl .f-f .top_category_title, .top_category_tbl .m-f .top_category_title, .top_category_tbl .l-f .top_category_title, .left_category_tbl .f-f .top_category_title, .left_category_tbl .m-m .top_category_title, .left_category_tbl .f-l .top_category_title, .left_category_tbl .m-l .top_category_title, .side_category_tbl .f-f .top_category_title, .side_category_tbl .f-m .top_category_title, .side_category_tbl .f-l .top_category_title {
    margin-top: 1px;
   }
   
  .top_category_tbl .ff-f,
  .top_category_tbl .f-l,
  .top_category_tbl .m-l,
  .top_category_tbl .l-l {
    display: block;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .top_category_tbl .ff-f {
    background-size: 100% 100%;
  }
  
  #regist_box .top_category_tbl #type dd label {
    float: none;
    display: inline-block;
  }
  
  #regist_box .top_category_tbl #yield label, #regist_box .top_category_tbl #foot_min label {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .left_category_tbl {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .left_category_tbl .left_category_mtbl {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .left_category_tbl .f-f,
  .left_category_tbl .f-l,
  .left_category_tbl .l-f,
  .left_category_tbl .f-m,
  .left_category_tbl .l-m,
  .left_category_tbl .l-l {
    display: block;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .left_category_tbl .l-m .floatL,
  .left_category_tbl .l-f .floatL {
    float: none;
  }
  
  .reg_messeage_text_area {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  table#address input[type="text"]#personal_address {
    width: 100% !important;
  }
  
  br.u_only_sp + label {
    margin-top: 10px;
    display: inline-block;
  }
  
  br.u_only_sp + label + input {
    margin-top: 10px;
    display: inline-block;
  }
  
  .left_category_tbl .l-f.vm .top_category_body, .left_category_tbl .l-m.vm .top_category_body, .left_category_tbl .l-l.vm .top_category_body {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    min-height: 24px;
  }
  
  .block_section_2 {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .block_section_2 .block_section_2_inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .block_section_7 {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  #process_flow {
    width: 100%;
    height: auto;
  }
  #detailed_search_step3 .price select{
     width: 45%;
  }
  #yield .top_category_title span.pl20{
    display: block;
    padding: 0 !important;
  }
  
  #reg_error_block{
   width: auto;
   }
  #reg_error_block .error_title{
      width: auto;
      color: #231815;
      background: url("/pro/sp/images/icon_caution_l.png") no-repeat left center;
      background-size:30px auto;
      line-height: 1.4;
  }
   #reg_error_block .error_text{
        padding: 0;
    }
}
