@charset "utf-8";
/* 2016.06. KyotoInnovation */

html {
    font-size: 62.5%;
    word-break: break-all;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W0);
    font-weight: 100;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W1);
    font-weight: 200;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W2);
    font-weight: 300;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3);
    font-weight: 400;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4);
    font-weight: 500;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 600;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W7);
    font-weight: 800;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W8);
    font-weight: 900;
}
@font-face {
    font-family: "Hiragino Sans W9";
    src: local(HiraginoSans-W9);
    font-weight: 900;
}
body {
    font-family: Hiragino Sans,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1.5em;
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: #000;
}
.txt_underline {
    text-decoration: underline;
}

a:hover img {
    filter: alpha(opacity=80); /* internet explorer */
    -khtml-opacity: 0.8;      /* khtml, old safari */
    -moz-opacity: 0.8;       /* mozilla, netscape */
    opacity: 0.8;           /* fx, safari, opera */
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.wrap {
  position:relative;
  width: 100%;
  min-width: 1440px;
}
.inner {
    width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .wrap {
    width: 100%;
    min-width: 1220px;
  }
  .inner {
      width: 1220px;
      margin: 0 auto;
  }

}
@media only screen and (max-width: 769px) {
  .wrap {
    width: 100%;
    min-width: 0;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}


/* ===============================================
#ヘッダー
=============================================== */
.toplogin_second_header {
    width: 100%;
    min-width: 1220px;
    /*background-color: #00369D;*/
    background-color: #00369D;
    margin: 0 auto;
}
.toplogin_second_header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.toplogout_header {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0;
    position:relative;
    height: 760px;
}

.toplogout_header .logo,
.toplogout_header .login_area,
.toplogout_header .menu-main,
.toplogout_header .main_menu,
.toplogout_header .main_logout {
    position: relative;
    z-index: 99;
}

    .menu-main .main_menu {
        margin-top:18px;
        padding-bottom: 7px;
    }

#top_bg01 {
    width: 100%;
    /*background: url(../../top/img/slide1.jpg) top center no-repeat;*/
    background: url(../../top/img/slide1_new.jpg) top center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 770px;
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=1); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
    left:0px;
    top:0px;
}
#top_bg01.new_bg {
    background: url(../../top/img/another_slide1_new.jpg) top center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#top_bg02 {
    width: 100%;
    /*background: url(../../top/img/slide2.jpg) top center no-repeat;*/
    background: url(../../top/img/slide2_new.jpg) top center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 770px;
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0); /* internet explorer */
    -khtml-opacity: 0;      /* khtml, old safari */
    -moz-opacity: 0;       /* mozilla, netscape */
    opacity: 0;           /* fx, safari, opera */
    display: none;
    left:0px;
    top:0px;
}
#top_bg03 {
    width: 100%;
    background: #fff url(../../top/img/slide3.jpg) top center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 770px;
    position: absolute;
    z-index: 1;
    /*margin-top: -190px;*/
    filter: alpha(opacity=0); /* internet explorer */
    -khtml-opacity: 0;      /* khtml, old safari */
    -moz-opacity: 0;       /* mozilla, netscape */
    opacity: 0;           /* fx, safari, opera */
    display: none;
    left:0px;
    top:0px;
}
#fade02 {
    color:#fff !important;
    filter: alpha(opacity=0); /* internet explorer */
    -khtml-opacity: 0;      /* khtml, old safari */
    -moz-opacity: 0;       /* mozilla, netscape */
    opacity: 0;           /* fx, safari, opera */
}
#fade03 {
    filter: alpha(opacity=0); /* internet explorer */
    -khtml-opacity: 0;      /* khtml, old safari */
    -moz-opacity: 0;       /* mozilla, netscape */
    opacity: 0;           /* fx, safari, opera */
}
.logo {
    float: left;
    width: 18.8888888889%;
    margin: 0;
    padding: 14px 0 0 3.47222222222%;
}

.logo {
    float: left;
    width: 215px;
    margin: 0 50px 4px 0;
    padding: 12px 0 0 41px;
    line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .logo {
      float: left;
      width: 220px;
      margin: 0;
      padding: 12px 0 0 20px;
      line-height: 1;
  }
}



/* ===============================================
#ナビ
=============================================== */
.gnav {
    float: left;
    width: 60%;
    margin-top: 18px;
}
.gnav {
    float: left;
    width: 860px;
    margin-top: 18px;
}

@media only screen and (max-width: 1440px) {
  .gnav {
      float: left;
      width: 730px;
      margin-top: 18px;
  }
}

.gnav li {
    font-size: 16px;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 10px;
}
.gnav li:last-child {
    margin-right: 0;
}
.gnav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 13px 12px;
}
.gnav li a:hover {
    padding: 10px 13px 10px;
    border-bottom: 2px solid #fff;
}
.gnav li.active a {
    padding: 10px 13px 10px;
    border-bottom: 2px solid #fff;
}
.txtWhite a {
    color: #333!important;
}
.txtWhite a:hover {
    border-bottom: 2px solid #333!important;
}

/*トップログイン前メニュー*/
.toplogin_second_header.toplogout_header .gnav li a {
    padding: 10px 13px 12px;
}
.toplogin_second_header.toplogout_header .gnav li a:hover {
    padding: 10px 13px 10px;
}
@media only screen and (max-width: 1440px) {
  .toplogin_second_header.toplogout_header .gnav li a {
      padding: 10px 6px 12px;
  }
  .toplogin_second_header.toplogout_header .gnav li a:hover {
      padding: 10px 6px 10px;
  }

  .gnav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 10px 6px 12px;
  }
  .gnav li a:hover {
      padding: 10px 6px 10px;
      border-bottom: 2px solid #fff;
  }
  .gnav li.active a {
      padding: 10px 6px 10px;
      border-bottom: 2px solid #fff;
  }
}

.signup .loggedout ul,
.signup .loggedin ul {
		display: none;

}

/* PC言語切替 */
.menu-main {
	position:relative;
}
.gnav {
	margin-top:0;
}
#lang_btn {
    position:relative;
    padding-bottom:7px;
}
#lang_btn_sp {
    position:relative;
    padding-bottom:7px;
}
#lang_btn span {
    color:#fff;
    display:block;
    cursor:pointer;
    font-size:16px;
    margin:18px 0 0;
    padding:10px 30px 9px 46px;
    border-bottom:2px solid transparent;
    background:url(../img/language_icon.png) no-repeat center 0;
    background-size:76px;
}
#lang_btn_sp span {
    color:#fff;
    display:block;
    cursor:pointer;
    font-size:16px;
    margin:18px 0 0;
    padding:10px 30px 9px 46px;
    border-bottom:2px solid transparent;
    background:url(../img/language_icon.png) no-repeat center 0;
    background-size:76px;
}
#lang_btn .swtichWhite {
    color:#333!important;
    display:block;
    cursor:pointer;
    font-size:16px;
    margin:18px 0 0;
    padding:10px 30px 9px 46px;
    border-bottom:2px solid transparent;
    background:url(../img/language_icon.png) no-repeat center -44px;
    background-size:76px;
}
#lang_btn span:hover {
    border-bottom:2px solid #FFF;
}
#lang_btn.open {
    background-color:#FFF;
}

#lang_btn.open span {
    color:#000;
    border-bottom:2px solid #FFF;
    background-position:center -44px;
}
#lang_btn.open span:hover {
    border-bottom:2px solid #FFF;
}
#lang_btn_sp.open {
    background-color:#FFF;
}

#lang_btn_sp.open span {
    color:#000;
    border-bottom:2px solid #FFF;
    background-position:center -44px;
}
#lang_btn_sp.open span:hover {
    border-bottom:2px solid #FFF;
}
#lang_list {
    display:none;
    position:absolute;
    top:72px;
    right:0;
    z-index:99999;
    width:300px;
    padding:30px;
    background-color:#FFF;
}
#lang_list li {
    display:block;
    margin:0 0 16px;
    font-size:14px;
}
#lang_list li:last-child {
    margin-bottom:0;
}
#lang_list li a {
    position:relative;
    display:block;
    color:#000;
    padding:10px 20px;
    border:1px solid #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#lang_list li span {
    position:absolute;
    top:0;
    right:30px;
    color:#000;
    padding:10px 0;
    margin:0;
    background:none;
    border:none;
}
#lang_list li span:hover {
    border:none;
}

.nav-toggle {
    display: none;
}

/*ログイン前*/
.login_area {
    float: right;
    width: 250px;
    text-align: right;
    margin-right: 50px;
    margin-top: 20px;
    padding-bottom: 4px;
}
@media only screen and (max-width: 1440px) {
  .login_area {
      float: right;
      width: 250px;
      text-align: right;
      margin-right: 20px;
      margin-top: 20px;
      padding-bottom: 4px;
  }
}

.login_area li {
    display: inline;
    margin-right: 5px;
}
.login_area li:last-child {
    margin-right: 0;
}
/* ===============================================
#レイアウト
=============================================== */
.contents {
    width: 1024px;
    margin: 0 auto;
    padding-top: 65px;
    overflow: hidden;
}
.contents_wide {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    overflow: hidden;
}
.contents_wide:after,
header .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap_wide .contents_wide {
    min-width: 1440px;
}

@media only screen and (max-width: 1440px) {
}

.contents_wide.column_header {
    padding-top: 0;
}
.contents_wide.bg_right {
    padding-top: 0;
}
/*左コンテンツの空き*/
.contents_left_pad {
  padding-left: calc(100% - 680px);
}
@media only screen and (max-width: 1440px) {
  .contents_left_pad {
  }
}

.wrap_wide .contents_left_pad {
    padding-left: 0;
    margin-left: auto;
    width: 680px;
}
.inner_article {
    padding: 0 20px;
}
.inner_article p {
    font-size: 14px;
    font-size: 1.4rem;
}
/*mypegeはコンテンツ幅を広げる*/
.contents_wide.mypage_alert {
    padding-top: 0;
}
/*レイアウト1カラム*/
.layout_1col {
    width: 1020px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.contact .layout_1col {
    width: 1020px;
}
/*レイアウト2カラム*/
.layout_2col {
    overflow: hidden;
}
.layout_2col_left {
    float: left;
    width: 680px;
    padding-bottom: 65px;
}
.contents_wide .layout_2col_left {
    /*width: 888px;*/
    width: calc(50% + 170px);
}
.contents_wide .layout_2col_left:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.contents_wide .layout_2col_left.column_left {
    width: 680px;
}
.wrap_wide .contents_wide .layout_2col_left {
    width: 61.71%;
    padding-left: 0;
}
.naruke_top .layout_2col_left {
    padding-top: 40px;
}
.column_top .layout_2col_left {
    padding-top: 40px;
}
.voice_detail_list .layout_2col_left {
    padding-top: 40px;
}

.layout_2col_right {
    float: right;
    width: 300px;
    padding-bottom: 65px;
}
.right_side_inner {
    width: 300px;
}
/*mypegeはコンテンツ幅を広げる*/
.bg_right .layout_2col_right {
    width: calc(50% - 190px);
    padding-left: 20px;
    background-color: #fafaf7;
}

.wrap_wide .bg_right .layout_2col_right {
    width: 36.78%;
    padding-left: 20px;
    background-color: #fafaf7;
    background-size: 530px auto;
}
.section {
    margin-bottom: 70px;
}
.list_2col_img_left_s.section {
    margin-bottom: 52px;
}
.side_top_pad {
    padding-top: 65px;
    padding-top: 106px;
}
.side_properties.side_top_pad {
    padding-top: 36px;
}
.properties_login .side_properties.side_top_pad {
    padding-top: 253px;
}
.voice_detail_list .side_top_pad {
		padding-top: 40px;
}
.renovation_top .side_top_pad {
		padding-top: 243px;
}

.mypage_side_pad {
    padding-top: 185px;
}
.mypage_profile .mypage_side_pad {
    padding-top: 148px;
}
.mypage_pass .mypage_side_pad {
    padding-top: 186px;
}

.realestate_side_top_pad {
    padding-top: 300px;
}
.column_naruke_detail_side.side_top_pad {
    padding-top: 250px;
}
.column_right.side_top_pad {
		padding-top: 100px;
}
.naruke_top .side_top_pad {
    padding-top: 165px;
}
.column_top .side_top_pad {
    padding-top: 100px;
}
.renovation_detail .side_top_pad {
    padding-top: 250px;
}


/* ===============================================
#フッター
=============================================== */
footer {
    min-width:1440px;
    /*  margin-top: 7.3385518591%;*/
    padding: 50px 0 100px;
    /*background-color: #00369D;*/
    background-color: #00369D;
    text-align: center;
}
@media only screen and (max-width: 1440px) {
    footer {
        min-width:1220px;
        /*  margin-top: 7.3385518591%;*/
        padding: 50px 0 100px;
        /*background-color: #00369D;*/
        background-color: #00369D;
        text-align: center;
    }
}

.footer_info_kei {
    /*border-bottom: 1px solid #e27c80;*/
    border-bottom: 1px solid #3066ce;
    overflow: hidden;
}
.footer_info {
    color: #fff;
    /*  width: 86.1111111111%;*/
    width: 1240px;
    margin: 0 auto;
}
.footer_info_box {
    float: left;
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
}
.footer_info_box:last-child {
    margin-right: 0;
}
.footer_info_box p {
    min-height: 40px;
}
.footer_info_box img {
    margin-bottom: 10px;
}
.footer_info_box .btn {
		font-weight: bold;
}
.footer_nav_copy {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding: 50px 0 0;
}
.footer_nav {
    padding-bottom: 35px;
    clear: both;
}
.footer_nav li {
    display: inline;
    margin-right: 1.73611111111%;
}
.footer_nav li:last-child {
    margin-right: 0;
}
.footer_nav li a {
    color: #fff;
}
/* ===============================================
#ログイン
=============================================== */
button,input,select,textarea {
    font-family: Hiragino Sans,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.float_box {
    display: none;
    z-index: 10000;
}
#modal_overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
.float_box {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 365px;
    padding: 45px 30px 30px;
    color: #000;
    background-color: #FFF;
}
.login_alert {
    display: none;
    color: #D0021B;
    font-size: 12px;
    font-size: 1.2rem;
}
.login_frame {
    height: 400px;
}
.login_password_unit {
    width: 95%;
    margin: 0 auto 35px;
}
.password_unit a {
    color: #fff;
}
.login_password_unit li {
    font-size: 12px;
    font-size: 1.2rem;
}
.login_pass_save {
    float: left;
    width: 40%;
}
.login .btn {
	font-weight: bold;
}
/* ===============================================
#タイトル、見出し
=============================================== */
h1 {
    font-weight: 600;
}
h2 {
    font-weight: 500;
}
h3 {
    font-weight: 400;
}
.win h2 {
    font-weight: 400;
}
.win h3 {
    font-weight: bold;
}
/*ページ上部のトップタイトルの罫線*/
.title_kei_btm {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 30px;
    padding-bottom: 75px;
    border-bottom: 2px solid #e5e5e5;
}
.contact .title_kei_btm {
	margin-bottom: 22px;
	padding-left: 20px;
}

/*見出し*/
.ttl_h1 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 39px;
    font-weight: 600;
}
.win .ttl_h1 {
	font-weight: bold;
}
.ttl_h1 img {
    max-width:662px;
    width:100%;
    height:auto;
    margin-bottom:10px;
}
/*ニュースリリース*/
.layout_1col .ttl_h1 {
	margin-bottom: 62px;
	padding-left: 32px;
	padding-left: 20px;
}
.news_top .ttl_h1 {
	margin-bottom: 70px;
	padding-left: 20px;
}
.properties .ttl_h1 {
    margin-bottom: 39px;
}
.properties_second .ttl_h1 {
		padding-left: 18px;
}
.seminar_top .ttl_h1 {
    margin-bottom: 39px;
}
.contact .ttl_h1 {
		margin-bottom: 60px;
		padding-left: 20px;
}

.contents.voice .ttl_h1 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px!important;
    font-weight: 600;
		padding-left: 23px;
}
.win .contents.voice .ttl_h1 {
	font-weight: bold;
}
.ttl_h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 40px;
    padding-left: 20px;
    font-weight: 600;
}
.win .ttl_h2 {
    font-weight: bold;
}
.ttl_h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.win .ttl_h3 {
    font-weight: bold;
}
.list_1col .ttl_h3 {
    margin-bottom: 10px;
}
.column_left_naruke .ttl_h3 {
		font-size: 24px;
		font-size: 2.4rem;
}
.layout_2col_right .ttl_h3 {
    margin-bottom: 10px;
    font-weight: 400;
}
.win .layout_2col_right .ttl_h3 {
    font-weight: bold;
}

.ttl_panel {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 30px;
}
.ttl_mypage {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 39px;
    font-weight: 500;
}
.mypage_profile .ttl_mypage {
	    margin-bottom: 2px;
}
.win .ttl_mypage {
    font-weight: bold;
}

/*見出し下線あり*/
.ttl_h1_kei_btm {
    font-size: 34px;
    font-size: 3.4rem;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.mypage_pass .ttl_h1_kei_btm {
	padding-bottom: 41px;
}
.ttl_h2_kei_btm {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.list_1col .ttl_h2_kei_btm {
    margin-bottom: 30px;
		font-weight: 600;
}
.column_left_naruke .ttl_h2_kei_btm {
		font-size: 24px;
		font-size: 2.4rem;
}
.personal .ttl_h2_kei_btm {
    margin-bottom: 30px;
}
.contact .ttl_h2_kei_btm {
    padding-left: 23px;
}
.win .ttl_h2_kei_btm {
	font-weight: bold;
}
.ttl_h3_kei_btm {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
		font-weight: 400;
}


/*.win .ttl_h3_kei_btm {
		font-weight: bold;
}*/
.layout_2col_right .ttl_h3_kei_btm {
    margin-bottom: 0;
    font-weight: 400;
		border-bottom: 1px solid #c9c9c7;
}
.iframe_side_properties .ttl_h3_kei_btm {
	    margin-bottom: 10px;
}
.renovation_detail .ttl_h3_kei_btm {
	    margin-bottom: 20px;
}

.win .layout_2col_right .ttl_h3_kei_btm {
    font-weight: bold;
}
/*見出し下線あり*/
.ttl_h2_kei_btm_black {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}
.win .ttl_h2_kei_btm_black {
    font-weight: bold;
}
.list_2col_l .ttl_h2_kei_btm_black {
    font-size: 30px;
    font-size: 3.0rem;
    padding-left: 0;
}
.top_ttl_h2_kei_btm {
    font-size: 28px;
    font-size: 2.8rem;
    border-bottom: 1px solid #c9c9c8;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}
/*.win .top_ttl_h2_kei_btm {
    font-weight: bold;
}*/
.ttl_h3_kei_btm_black {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
		font-weight: 500;
}
.win .ttl_h3_kei_btm_black {
 		font-weight: bold;
}
.fm_mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.side_panel_voice_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 30px 0 40px 10px;
		line-height: 1.8;
}
/*見出し左余白*/
.ttl_pdl {
    padding-left: 23px;
}
.renovation_detail .ttl_h1.ttl_pdl.mb20 {
		margin-bottom: 28px!important;
}
.fs10 {
    font-size: 10px;
    font-size: 1.0rem;
}

.fs12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs20 {
    font-size: 20px;
    font-size: 2.0rem;
}

.fs50 {
    font-size: 50px;
    font-size: 5.0rem;
}


/* ===============================================
#イメージとテキストの組合せブロック
=============================================== */
/*ブロック2カラム　マイリストサムネイルと詳細*/
.list_2col_mylist {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
}
/*マイリスト背景色交互に*/
.list_2col_mylist_box .list_2col_mylist:nth-of-type(odd) {
    background-color: #fcfcfb;
}

.list_2col_mylist_box .list_2col_mylist:nth-of-type(1) {
    border-top: 1px solid #f4f4f4;
}
/*セミナー情報背景色交互に*/
.list_2col_mylist_box .list_2col_img_right_m li:nth-of-type(odd) {
    background-color: #fcfcfb;
}

.list_2col_mylist_box .list_2col_img_right_m li:nth-of-type(1) {
    border-top: 1px solid #f4f4f4;
}
.list_2col_mylist_box .list_2col_mylist:last-of-type {
    border-bottom: none;
}


.list_2col_mylist_inner {
    padding: 20px 20px 20px;
}
.mylist_btn_box {
    padding-bottom: 20px;
}

.list_2col_mylist_left {
    float: left;
    width: 45%;
}
.price_thumbnail {
    display: table;
    height: 160px;
}
.mansion_price {
    font-size: 20px;
    font-size: 2.0rem;
    width: 40%;
    width: 130px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
    display: table-cell;
}
.mansion_price .fs30 {
	font-weight: 500;
}

.win .mansion_price .fs30 {
	font-weight: bold;
}
.other_list .mansion_price {
    width: 100%;
}

.price_thumbnail .thumbail{
  position: relative;
  width: 55%;
  width: 160px;
  height: 160px;
}

.price_thumbnail_img {
    width: 55%;
    width: 160px;
    height: 160px;
    display: table-cell;
    text-align: right;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.price_thumbnail_img:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.price_thumbnail .thumbail .price_thumbnail_img {
  position:absolute;
}
.price_thumbnail .thumbail .not_open {
  position:absolute;
  width: 100px;
  height: 20px;
  bottom: 10px;
  line-height: 20px;
  text-align:center;
  font-size: 10px;
  background-color:rgba(246,246,238,0.7);
}

.top_list_2col_img_right_m_img .price_thumbnail_img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.list_2col_mylist_left .price_thumbnail .price_thumbnail_img {
		box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
		-moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
		-webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
}
.list_2col_mylist_right {
    float: right;
    width: 52%;
}
.mansion_comment {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 1em;
}
.secret_img {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../img/bg_black_op60.png) repeat;
    text-align: center;
    padding: 20px 10px;
    left: 0;
}
.secret_img h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.secret_img .fs10 {
	margin-bottom: 10px;
}
.secret_img .btn {
	font-weight: bold;
	padding: 6px 12px;
}
/*IE*/
.ie .secret_img {
    width: 100%;
    height: 160px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .secret_img:not(:target) {
        width: 100%;
        height: 160px;
    }
}
.txt_soldout {
    font-size: 40px;
    font-size: 4.0rem;
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.mylist_btn_box {
    clear: both;
}

/*罫線*/
.box_kei_btm {
    border-bottom: 2px solid #e5e5e5;
}

/*ブロック2カラム　画像左 サイズS サイドエリアのリスト*/
.list_2col_img_left_s {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
}
.list_2col_img_left_s li {
    border-bottom: 1px solid #c9c9c8;
    padding: 13px 10px 13px;
    display: table;
}
.list_2col_img_left_s li:last-child {
    border-bottom: none;
}
.list_2col_img_left_s_img {
    display: table-cell;
    width: 26.6666666667%;
    width: 33%;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align:middle;
}
.list_2col_img_left_s_img:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.list_2col_img_left_s_img img {
    width: 100%;
    height: auto;
}
.list_2col_img_left_s_txt {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding-left: 10px;
}
.voice_box .list_2col_img_left_s_txt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}
/*ブロック2カラム　画像右 サイズM トップセミナーなど*/
.list_2col_img_right_m {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 45px;
}
.list_2col_img_right_m li {
    border-bottom: 1px solid #c9c9c8;
    padding: 20px 20px;
    overflow: hidden;
}
.list_2col_img_right_m .real_estate li {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 6px;
}
.seminar_top .list_2col_img_right_m li {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 6px;
}
.list_2col_img_right_m li:last-child {
    border-bottom: none;
}
.list_2col_img_right_m_img {
    float: right;
    width: 23.5294117647%;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);*/
}
.real_estate .list_2col_img_right_m_img {
		width: 160px;
		height: 160px;
}
.seminar_top .list_2col_img_right_m_img {
		width: 160px;
		height: 160px;
}
.list_2col_img_right_m_img:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.list_2col_img_right_m_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.list_2col_img_right_m_img img {
    width: 100%;
    height: auto;
}
.list_2col_img_right_m_ttl {
    font-size: 24px;
		font-weight: 500;
    margin-bottom: 8px;
}
.top_page .list_2col_img_right_m_ttl {
    font-size: 16px;
		font-size: 1.6rem;
		height: 1.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

.win .list_2col_img_right_m_ttl {
		font-weight: bold;
}
.list_2col_img_right_m_txt {
    float: left;
    width: 360px;
    vertical-align: middle;
}
.real_estate .list_2col_img_right_m_txt {
		width: 70%;
		margin-right: 4%;
}
.seminar_top .list_2col_img_right_m_txt {
		width: 70%;
		margin-right: 4%;
}
.list_2col_img_right_m_txt p {
	font-size: 12px;
	font-size: 1.2rem;
}
.top_page .list_2col_img_right_m_txt p {
	margin-bottom: 5px;
}

.list_2col_img_right_m p:last-child {
    margin-bottom: 0;
}
/*ブロック2カラム　画像右 サイズL コラムトップなど*/
.list_2col_img_right_l {

}
.list_2col_img_right_l li:first-child{
    border-top: 1px solid #f5f5f5;
}
.list_2col_img_right_l li {
    border-bottom: 1px solid #f5f5f5;
    padding: 25px 6px;
    overflow: hidden;
}
.voice_list .list_2col_img_right_l li {
    padding: 20px 6px;
}
.list_2col_img_right_l li:last-child {
    border-bottom: none;
}
.list_2col_img_right_l_img {
    float: right;
    width: 21%;
    /*20160801追加*/
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    /*20160801追加*/
}
.list_2col_img_right_l_img:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/*20160801追加*/
.list_2col_img_right_l_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.list_2col_img_right_l_img img {
    width: 100%;
}


.list_2col_img_right_l_ttl {
    font-size: 24px;
    font-size: 2.4rem;
		font-weight: 600;
    margin-bottom: 0;
    height: 3.6em;
    overflow: hidden;
}
.win .list_2col_img_right_l_ttl {
		font-weight: bold;
}
.list_2col_img_right_l_txt {
    float: left;
    width: 70%;
    vertical-align: middle;
    margin-right: 4%;
}
.column_list .list_2col_img_right_l_txt {
	padding-top: 14px;
}
.list_2col_img_right_l_txt p {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    height: 4em;
    margin-bottom: 0;
}

.voice_list .list_2col_img_right_l_txt p:nth-of-type(2) {
    height: inherit;
}
/*お客様の声*/
.voice_list .list_2col_img_right_l_ttl {
    margin-bottom: 10px;
    height: inherit;
    overflow: inherit;
}
.voice_list .list_2col_img_right_l_txt p:first-of-type {
    height: 6.5em;
}
/*ブロック2カラム　サイズS サイドバーなどに表示*/
.list_2col_s {
    overflow: hidden;
    padding: 10px;
}
.iframe_side_properties .list_2col_s {
		width: 94%;
		margin: 0 auto;
    padding: 10px 0;
}
.list_2col_s li {
    float: left;
    width: 44.3333333333%;
    margin:0 0 6.66666666667% 0;
}

.list_2col_s li:nth-child(2n) {
    float: right;
    margin: 0 0 5.66666666667% 0;
}
.list_2col_s li:nth-child(2n+1) {
    clear: both;
}
.list_2col_s figure {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
}
.list_2col_s figure:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.iframe_side_properties .list_2col_s figure {
		width: 130px;
		height: 130px;
}
.list_2col_s li img {
    width: 100%;
    height: auto;
}
.list_2col_s li a {
    width: 100%;
    height: 100%;
    display: block;
}
/*ブロック2カラム　サイズM セミナー詳細の問い合わせ先表示など*/
.list_2col_m {
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden;
}
.list_2col_m_inner {
    float: left;
    width: 49%;
}
.list_2col_m_inner:nth-child(2n) {
    float: right;
}
/*ブロック2カラム　サイズL 問い合わせ種別など*/
.list_2col_l {
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden;
}
.list_2col_l_inner {
    float: left;
    width: 49.5%;
    margin-bottom: 10px;
}
.underlayer_area .list_2col_l_inner {
    margin-bottom: 20px;
}
.list_2col_l_inner:nth-child(2n){
    float: right;
}
.list_2col_l_inner:nth-child(2n+1){
    clear: both;
}
.list_2col_l_inner.area_wide {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.list_1col_txt {
    width: 100%;
}
.list_1col_txt p {
		font-size: 12px;
		font-size: 1.2rem;
    margin-bottom: 0;
}

/*他にもこんな物件あります*/
.other_list {
    width: 100%;
    margin-top: 75px;
    overflow: hidden;
    background-color: #fafaf7;
    padding-top: 0;
    padding-bottom: 60px;
}
.other_list_inner {
    width: 1024px;
    margin: 0 auto;
}
.other_list li {
    float: left;
    width: 151px;
    margin-right: 22px;
    text-align: center;
}
.other_list figure {
    width: 150px;
    height: 150px;
    display: table-cell;
    text-align: right;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
}
.other_list figure:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.other_list li img {
    width: 100%;
}
.other_list li:last-child {
    margin-right: 0;
}
.other_list .mansion_price {
    display: block!important;
}
/*トップ収益物件情報のテキストボックス並び*/
.top_list_2col_img_right_m {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 45px;
}
.top_list_2col_img_right_m li {
    border-bottom: 1px solid #c9c9c8;
    padding: 21px 20px;
    overflow: hidden;
}
.top_list_2col_img_right_m li:last-child {
    border-bottom: none;
}
.top_list_2col_img_right_m_img {
    float: right;
    width: 23.5294117647%;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
}
.top_list_2col_img_right_m_img img {
    width: 100%;
    height: auto;
}
.top_list_2col_img_right_m_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.top_list_2col_img_right_m_txt {
    float: left;
    width: 75%;
    vertical-align: middle;
}
.top_list_2col_img_right_m p:last-child {
    margin-bottom: 0;
}
.top_list_2col_txt_left {
    float: left;
    width:120px;
    margin-right: 15px;
}
.top_list_2col_txt_right {
    float: left;
    width:210px;
}
.top_list_2col_txt_right p {
    font-size:12px;
}
.top_list_2col_txt_left .mansion_price {
    padding:0;
    width:auto;
}
.top_list_2col_txt_left .mansion_price {
    font-size: 20px;
    font-size: 2.0rem;
    width: 50%;
}
.mansion_price .type_icons{
  display: inline-block;
  width: 100%;
  margin: 0px auto;
  text-align:right;
}

.mansion_price .type_icons img.type_full {
  width: 58px;
  padding-right:8px;
}
.mansion_price .type_icons img.type_type {
  width: 58px;
  padding-right:8px;
}

.list_2col_txt_left {
    float: left;
    width: 37%;
    padding-right: 20px;
}
.list_2col_txt_right {
    float: left;
    width: 63%;
    font-size: 12px;
    font-size: 1.2rem;
}
/*ブロック2カラム　画像なし*/
.list_img_none {}
.list_img_none li {
    overflow: hidden;
}
.list_img_none p{
    padding: 0 20px 25px;
}
.voice_detail_list .list_img_none p{
    padding: 0 20px 40px;
}

/*物件詳細の写真*/
.swap_img {
    margin-left: 15px;
}
.big_img {
    margin-bottom: 20px;
}
.big_img figure {
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.3);
}
.big_img img {
    width: 100%;
}
.thumbnail {
    width: 260px;
    overflow: hidden;
}
.thumbnail li {
    float: left;
    width: 75px;
    margin-right: 17px;
    margin-bottom: 8px;
}
.thumbnail li:nth-child(2n) {
    margin-right: 17px;
}
.thumbnail li:nth-child(3n) {
    margin-right: 0;
}
.thumbnail figure {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.3);
}
.thumbnail figure:hover {
    cursor: pointer;
}
.thumbnail_on {
    border: 1px solid #bb0010;
    background-color: #fff;
}
/*セミナー日程*/
.seminar_sc {
    font-size: 12px;
    font-size: 1.2rem;
}
.seminar_sc dt {
    float: left;
    clear: both;
    width: 20%;
    padding-bottom: 5px;
}
.seminar_sc dd {
		loat: left;
		width: 77%;
		padding-bottom: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.seminar_sc dt:last-of-type {
    padding-bottom: 0;
}
.seminar_sc dd:last-of-type {
    padding-bottom: 0;
}


/* ===============================================
#バナー　お客様の声、不動産投資コラム
=============================================== */
.voice_box,
.column_box {
    clear: both;
}
.side_panel {
    clear: both;
    width: 300px;
    height: 187px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}

.side_panel_left_fix_btn {
    position: absolute;
    left: 0;
    bottom: 17px;
    z-index: 2;
}
.side_bg_pickup {
    background: url(../../top/img/top_panel_pickup_voice.jpg) no-repeat top left;
    background-size: 345px auto;
}
.side_bg_voice_01 {
    background-size: cover;
    margin-bottom: 0;
}
.side_bg_voice_02 {
    background-size: cover;
}
.side_bg_message {
    background: url(../../top/img/top_panel_message.jpg) no-repeat;
    background-size: 300px auto;
}

.side_voice_message_no {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    left: 15px;
    bottom: -13px;
    z-index: 2;
}
/*バナーエリア*/
.banner {
    padding: 20px 0;
}

/* ===============================================
#影
=============================================== */
/* 影右、影下 */
.shadow_right_btm {
    box-shadow:1px 1px 1px 0px #cececd;
    -moz-box-shadow:1px 1px 1px 0px #cececd;
    -webkit-box-shadow:1px 1px 1px 0px #cececd;
}
/* ===============================================
#テーブル
=============================================== */
table {
    width: 100%;
}
th,
td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 10px;
}
th {
    font-weight: normal;
}
/*ボーダーグリーン*/
.tbl_border_green {
    border: 1px solid #a9ab86;
    border-collapse: collapse;
}
.tbl_border_green th,
.tbl_border_green td {
    border: 1px solid #a9ab86;
    text-align: center;
}
.tbl_border_green th {
    background-color: #e7e8dd;
}
.th_bg_yellow th {
    background-color: #f6f6ee!important;
}
/*ヘッダーえんじ色*/
.tbl_head_darkred th {
    color: #fff;
    background-color: #00369D;
		vertical-align: top;
}
/*セル２ヘッダーレフト*/
.cell2_header_left th {
    width: 30%;
    border: 1px solid #fff;
}
.cell2_header_left td {
    text-align: left;
    width: 70%;
    padding-left: 20px;
    border: none;
}

/*セル2つ*/
.cell_2 th,
.cell_2 td {
    width: 50%;
}
/*セル3つ*/
.cell_3 th,
.cell_3 td {
    width: 33%;
}
/*セル4つ*/
.cell_4 th,
.cell_4 td {
    width: 25%;
		line-height: 1.2;
}
.properties .cell_4 th:nth-child(3),
.properties .cell_4 td:nth-child(3) {
	width: 20%;
}
.properties .cell_4 th:nth-child(4),
.properties .cell_4 td:nth-child(4) {
	width: 30%;
}
.list_2col_mylist_box .cell_4 th:nth-child(3),
.list_2col_mylist_box .cell_4 td:nth-child(3) {
	width: 20%;
}
.list_2col_mylist_box .cell_4 th:nth-child(4),
.list_2col_mylist_box .cell_4 td:nth-child(4) {
	width: 30%;
}
/*セル6つ*/
.cell_5 th,
.cell_5 td {
    width: 20%;
}

/*セル6つ*/
.cell_6 th,
.cell_6 td {
    width: 16%;
}

.tbl_profile {
    border-collapse: separate;
    border-spacing: 5px;
}
.tbl_profile th,
.tbl_profile td {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border: 1px solid #A9AB86;
    padding: 15px 20px;
}
.tbl_profile th {
    width: 30%;
    background-color: #f6f6ee;
}


sup {
    font-size: 8px;
}
/* ===============================================
#テキストシャドウ
=============================================== */
.txt_shadow {
    text-shadow: 1px 1px 3px #7f7f7f;
}
/* ===============================================
#ボタン関連
=============================================== */
/*ボタンベース*/
.btn {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.btn_s {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.login_area .btn {
		font-weight: bold;
    padding: 7px 12px;
}
.side_panel_left_fix_btn .btn {
	    padding: 8px 12px;
}
.first_btn.side_panel_left_fix_btn .btn {
	    padding: 6px 12px;
}
.btn.btn_btm_arw_right.active {
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.btn_area_kei_top .btn {
		padding: 6px 12px;
}

input.btn {
    padding: 6px 12px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

button.btn {
    padding: 13px 12px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    border: none;
    box-sizing: border-box;
}
.btn:hover {
    filter: alpha(opacity=80); /* internet explorer */
    -khtml-opacity: 0.8;      /* khtml, old safari */
    -moz-opacity: 0.8;       /* mozilla, netscape */
    opacity: 0.8;           /* fx, safari, opera */
}
button:hover {
    cursor: pointer;
}
.btn_edit {
	    padding: 5px 12px;
			margin-right: 5px;
}
/*マイリスト削除ボタン*/
.del_mylist {
    padding: 11px 12px 10px;
}
/*disableボタン*/
.btn_disable {
    color: #a9a9a9;
    background-color: #cccccc;
    border: none;
}
.btn_disable:hover {
    cursor: default;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}

/*ボタンの高さ小*/
.btn_height_s {
    padding: 6px 12px;
}

/*角丸右側のみ*/
.btn_round_right_only {
    text-align: left;
    -webkit-border-radius:0 6px 6px 0;
    -moz-border-radius:0 6px 6px 0;
    border-radius:0 6px 6px 0;
    overflow:hidden;
    font-weight: bold;
}
.side_panel_left_fix_btn .btn_round_right_only {
		font-weight: normal;
}
/*背景赤*/
.btn_red {
    background-color: #00369D;
    border: 1px solid #00369D;
}
.list_2col_mylist .btn_red {
    border: none;
}
/*背景白、文字赤*/
.btn_white_txtred {
    color: #00369D;
    background-color: #fff;
}
.btn_black_txtwhite {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.btn_gry_txtblack {
    color: #333;
    background-color: #DCDDDD;
}
/*トップログイン前ボタン*/
.toplogin_second_header.toplogout_header .btn_white_txtred {
    color: #000;
}
/*背景白、文字黒*/
.btn_white_txtblack {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
/*背景オレンジ、文字黒*/
.btn_orange {
    color: #000;
    background-color: #F1AF42;
    border: 1px solid #F1AF42;
}
/*罫線黒、文字黒、背景白*/
.btn_kei_black {
    color: #000;
    border: 1px solid #111A1E;
    background-color: #fff;
}
button.btn_kei_black {
    color: #000;
    border: 1px solid #111A1E;
    background-color: #fff;
    padding: 8px 12px;
}
button.add_mylist {
    padding: 9px 12px;
}
button.add_mylist.btn_kei_black {
    padding: 8px 12px;
}
/*背景ベージュ*/
.bg_beige {
    background-color: #F6F6EE;
}

/*ボタン矢印　>　*/
.btn_red.link_arw_maxright {
    position: relative;
}
.link_arw_maxright:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
.link_arw_maxright:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #00369D;
}
.btn_red.link_arw_maxright:hover:after {
    background: #00369D;
}
.side_panel_left_fix_btn .link_arw_maxright:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #fff;
}
.side_panel_left_fix_btn .link_arw_maxright:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 13px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #00369D;
}
/*ボタン下矢印　>　*/
.btn_red.btn_btm_arw_right {
    position: relative;
    text-align: left;
    padding: 7px 12px 6px 24px;
		min-height: 40px;
}
.search_btn a.btn_red.btn_btm_arw_right {
    padding: 7px 12px 6px 24px;
}
.search_btn .btn_red.btn_btm_arw_right {
		padding: 7px 12px 7px 18px;
}
.properties .search_btn .btn_red.btn_btm_arw_right {
		padding: 6px 12px 6px 22px;
}
/*白いひし型 */
.btn_btm_arw_right:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 35%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
.btn_btm_arw_right:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 35%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: #00369D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/*「after要素」のマウスオーバー（カラーを合わせる） */
.btn_red.btn_btm_arw_right:hover:after {
    background: #00369D;
}

/*クリックされたら矢印を変更*/
/*白いひし型 */
.btn_btm_arw_right.active:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
.btn_btm_arw_right.active:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: 0px;
    background: #00369D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

/*ボタン上矢印　>　*/
.btn_red.btn_up_arw_right {
    position: relative;
    text-align: left;
    padding: 12px 12px 12px 24px;
    -webkit-border-radius:6px 6px 0px 0px;
    -moz-border-radius:6px 6px 0px 0px;
    border-radius:6px 6px 0px 0px;
}

/*白いひし型 */
.btn_up_arw_right:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    background: #fff;
}
/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
.btn_up_arw_right:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: 0px;
    background: #00369D;
}
/*「after要素」のマウスオーバー（カラーを合わせる） */
.btn_red.btn_up_arw_right:hover:after {
    background: #00369D;
}

/*ボタンセット*/
.btn_set li {
    margin-bottom: 40px;
}
.btn_set li:last-child {
    margin-bottom: 0;
}
.btn_set li .btn_kei_black {
    width:180px;
    font-size:14px;
}
.btn_set_img {
    text-align:center;
}
.btn_set_center {
    text-align:center;
    margin:100px 0 150px;
}

/*リンク>右*/
.link_black_arw_right {
    text-align: left;
}
.link_black_arw_right:after {
    content: ">";
    padding-left: 5px;
}
/*リンク>右端*/
.link_black_arw_maxright {
    color: #000;
    text-align: left;
    position: relative;
    display: block;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link_black_arw_maxright:after {
    content: ">";
    padding-left: 5px;
    position: absolute;
    top: 40%;
    right: 0;
    line-height: 0;
}


/*ボタン幅*/
.btn_s_80 {
    width: 80px;
}
.btn_s_100 {
    width: 100px;
}
.btn_s_120 {
    width: 120px;
}
.btn_s_140 {
    width: 140px;
}
.btn_s_160 {
    width: 160px;
}
.btn_s_200 {
    width: 200px;
}
.btn_s_300 {
    width: 300px;
}
.btn_s_340 {
    width: 340px;
}
.btn_s_360 {
    width: 360px;
}
.btn_s_full {
    width: 100%;
}

/* ===============================================
#マイリストへ追加、削除ボタン
=============================================== */
.btn_mylist_del_inq {
    text-align: right;
}
.btn_mylist_del_inq li {
    display: inline-block;
    padding-right: 15px;
}
.btn_mylist_del_inq li:last-child {
    padding-right: 0;
}
.no_mylist {
    padding-top: 1.5em;
}

/* ===============================================
#ボタンエリア　罫線上
=============================================== */
.btn_area_kei_top {
    border-top: 2px solid #e5e5e5;
    padding-top: 38px;
}
/* ===============================================
#ページネーション
=============================================== */
.pager {
    padding-left: calc(100% - 680px);
    padding-top: 30px;
    overflow: hidden;
}

.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li {
    margin: 0 10px;
    position: relative;
    left: -50%;
    float: left;
    line-height: 1.4;
}

.pager span,
.pager a {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 7px 12px;
}

.pager a {
    color: #000;
    text-decoration: none;
}

.pager .nextprev {
    width: 100px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.current {
    text-decoration: none;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px 12px;
}
.pager .current {
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 6px 9px 7px;
}
.pager ul li:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
}
.pager ul li.current:hover {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 6px 9px 7px;
}
.pager ul li.no_line:hover {
    border-bottom: none;
    padding-bottom: 1px;
}
.pager ul li a:hover {
    text-decoration: none;
}
/* ===============================================
#フォーム関連
=============================================== */
/*プルダウン*/
.bg_select {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 100%;
    overflow: hidden;
    border: #979797 1px solid;
    background: url(../img/select_arw.png) right center no-repeat;
    background-size: 42px auto;
    text-align: center;

}
.bg_red_select {
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 100%;
    overflow: hidden;
    border: #979797 1px solid;
    background: url(../img/select_arw_news.png) right center no-repeat;
    background-size: 42px auto;
    background-color: #00369D;
    border: none;
}

.select_box {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    padding: 9px 0 9px 9px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent;
}
.property_search_box_inner .select_box {
    text-align: left;
}
.select_box_red {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 0 8px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent;
}
.input_txtarea {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    padding: 9px 0 9px 9px;
    text-indent: 0.01px;
    width: 100%;
    margin: 0;
    outline: none;
    background: transparent;
    border-color: rgb(169, 169, 169);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 10px;
}

/*chrome調整*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .bg_select {
        background-size: 39px auto;
    }
    .select_box {
        padding-left: 160px;
    }
    .property_search_box_inner .select_box {
        padding-left: 9px;
    }
}
/*IE*/
/*IE9はセレクトボックスのプルダウン矢印の変更ができない*/
.ie9 .bg_select {
    background: none;
}
.ie9 .select_box {
    background-color: transparent;
    padding: 9px 0 9px 9px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select_box:not(:target) {
        padding-left: 160px;
    }
    .property_search_box_inner .select_box:not(:target) {
        padding-left: 0;
    }
}
.select_box option {
    color: #333;
}
.select_box_red option {
    color: #333;
}

select::-ms-expand {
    display: none;
}

/*ラジオボタン*/
.input_radio {
    margin: 0 0 10px;
}
.input_radio input{
    display: none;
}
.input_radio label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
}
.input_radio label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #979797;
}
.input_radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #fff;
}
.input_radio input[type="radio"]:checked + label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #bb0010;
}
/*インプットテキスト*/
.input_txt {
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow:hidden;
    width: 100%;
    height: 40px;
    border: 1px solid #979797;
    margin: 0 0 10px;
    padding-left: 20px;
}
.login .login_form .input_txt {
		height: 50px;
		margin: 0 0 14px;
}
/*セレクト*/
.inq_select {
    margin: 0 0 10px;
}
/*ラベル*/
label {
    font-size: 14px;
    font-size: 1.4rem;
}
/*チェックボックス*/
.checkbox li {
    margin-bottom: 30px;
}
.checkbox li:last-child {
    margin-bottom: 40px;
}
input[type=checkbox] {
    display: none;
}

.login_form input[type=checkbox] {
    display: inline-block;
}

.input_checkbox {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 12px 0 32px;
    border-radius: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.input_checkbox:hover:after {
    border-color: #bb0010;
}
.input_checkbox:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #979797;
    border-radius: 20px;
    content: '';
}

.input_checkbox:before {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    margin-top: -7px;
    width: 6px;
    height: 12px;
    border-right: 3px solid #bb0010;
    border-bottom: 3px solid #bb0010;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .input_checkbox:before {
    opacity: 1;
}

/*プレースホルダー*/
:placeholder-shown {
    color: #CCCCCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #CCCCCC;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #CCCCCC;
}
/*IE9*/
.placeholder {
    color: #CCCCCC;
}
/*フォームボタンエリア*/
.form_btn_area {
    padding: 50px 0 40px;
    text-align: center;
}
/*エラーメッセージ*/
.error_message {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    color: #fff;
    background-color: #00369D;
    margin-bottom: 5px;
    padding: 3px;
}
#consultation_add_button1,
#consultation_add_button {
		margin-bottom: 0;
}
/* ===============================================
#アイコン
=============================================== */
/*エリアアイコン*/
.ico_area {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #00369D;
    border: 1px solid #00369D;
    display: inline-block;
    min-width: 100px;
}
.voice_message_left .ico_area {
		padding-top: 3px;
		padding-bottom: 3px;
}
/*エリアアイコン背景あり*/
.ico_area_bg {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border: 1px solid #00369D;
    background-color: #00369D;
    display: inline-block;
    min-width: 100px;
}
/*アイコン吹き出し*/
.ico_ballon_left {
    background: url(../img/ico_balloon.png) 25px 4px no-repeat;
    padding-left: 65px;
}
/* ===============================================
#パン屑
=============================================== */
/*ニュースリリース*/
.breadcrumbs {
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 25px;
    margin-bottom: 10px;
		padding-left: 23px;
}
.contents_wide .breadcrumbs {
    padding-top: 65px;
		padding-left: 23px;
}
.contents_wide.column_top .breadcrumbs {
    padding-top: 0px;
}

.contents_wide .column_detail_image .box .breadcrumbs {
    padding-top: 0;
    padding-left: 23px;
}
.column_left_naruke .breadcrumbs {
    padding-left: 23px;
    padding-top: 65px;
}
.properties .breadcrumbs {
    padding-left: 23px;
    padding-top: 65px;
}
.property_main_area .breadcrumbs {
    padding-top: 68px;
}
.properties_second .breadcrumbs {
		padding-left: 23px;
}
.seminar_top .breadcrumbs {
    padding-left: 23px;
}
.mypage .breadcrumbs {
    padding-left: 23px;
}
.naruke_top .breadcrumbs {
    padding-left: 23px;
    padding-top:0px;
}
.column_top .breadcrumbs {
    padding-left: 23px;
}
.customer_voice .breadcrumbs {
    padding-left: 23px;
    padding-top:0px;
}
.contact .breadcrumbs {
    padding-left: 23px;
}
.underlayer_header.first_image .breadcrumbs {
    margin-bottom: 15px;
		padding-left: 0;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li:after {
    content: ">";
    padding: 0 12px;
}
.breadcrumbs li:last-child:after {
    content: "";
    padding: 0 0;
}

/* ===============================================
#背景色
=============================================== */
.bg_yellow {
    background-color: #f6f6ee;
}
.bg_green {
    background-color: #e4e5d8;
}
/* ===============================================
#パディング追加
=============================================== */
.box_pad30 {
    padding: 30px;
}
.box_pad50 {
    padding: 50px;
}


/* ===============================================
#フォントサイズ
=============================================== */
.fs10 {
    font-size: 10px;
    font-size: 1.0rem;
}
.fs12 {
    font-size: 12px;
    font-size: 1.2rem;
}
.fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}
.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
}
.fs20 {
    font-size: 20px;
    font-size: 2.0rem;
}
.fs22 {
    font-size: 22px;
    font-size: 2.2rem;
}
.fs24 {
    font-size: 24px;
    font-size: 2.4rem;
}
.fs26 {
    font-size: 26px;
    font-size: 2.6rem;
}
.fs28 {
    font-size: 28px;
    font-size: 2.8rem;
}
.fs30 {
    font-size: 30px;
    font-size: 3.0rem;
}
.fs32 {
    font-size: 32px;
    font-size: 3.2rem;
}
/* ===============================================
#電話番号
=============================================== */
.tel_txt_l {

    font-size: 34px;
    font-size: 3.4rem;
}
.tel_txt_m {
    font-size: 30px;
    font-size: 3.0rem;
}
/* ===============================================
#ボックスリンク
=============================================== */
.link_box{
    position:relative;
    z-index: 1;
}
.link_box_a {
    display: block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: -9999px;
    z-index: 2;
}
.contents_left_pad .link_box {

}
/* ===============================================
#PC、SP切り替え
=============================================== */
.pc_none {
    display: none!important;
}
.pc_none_inlineblock {
    display: none!important;
}
.sp_none {
    display: block!important;
}
.sp_none_inlineblock {
    display: inline-block!important;
}
.toplogin_second_header .lang.sp_none {
    display: inline-block!important;
}
.toplogin_second_header.toplogout_header .lang.sp_none {
    display: inline-block!important;
}

/* ===============================================
#ログイン中に表示するコンテンツ
=============================================== */
.loggedin {
    display:none;
}

/* ===============================================
#ログアウト中に表示するコンテンツ
=============================================== */
.loggedout {
    display:none;
}

/* ===============================================
#3点リーダー
=============================================== */
/*1行*/
.three_dot_single {
    height: 1.8em;
    overflow: hidden;
}
/*2行*/
.three_dot_2line {
    height: 3.6em;
    overflow: hidden;
}
.voice_message_left .three_dot_2line {
    height: 3.6em;
		margin-bottom: 5px;
}
span.three_dot_2line {
    display: block;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
}
/*3行*/
.three_dot_3line {
    height: 6em;
    overflow: hidden;
}
span.three_dot_3line {
    display: block;
}
/*4行*/
.three_dot_4line {
    height: 7.5em;
    overflow: hidden;
}
span.three_dot_4line {
    display: block;
}
/* ===============================================
#iframe
=============================================== */
/*収益物件情報*/
.frame_properties {
    width: 500px;
    height: 950px;
}
/* ===============================================
#印刷
=============================================== */
.ttl_print {
    display: none;
}

/*@media only screen and (max-width: 1280px) {
	.gnav {
	    float: left;
	    width: 52.2%;
	    margin-top: 18px;
	}
	.login_area {
	    float: left;
	    width: 25%;
	    text-align: left;
	    margin-right: 50px;
	    margin-top: 20px;
	    padding-bottom: 4px;
	}
}*/
/*スマホ*/
@media only screen and (max-width: 767px) {
    .toplogin_second_header {
        width: 100%;
        min-width: inherit;
        padding-bottom:7px;
    }
    .toplogout_header {
        background-color:#0A0408;
    }

    .toplogout_header .inner .menu-main,
    .toplogout_header .inner .login_area {
        position: relative;
        z-index: 9999;
    }
    .toplogin_second_header.toplogout_header {
        width: 100%;
        min-width: inherit;
        height: auto;
    }
    #top_bg01 {
        width: 100%;
        background-size: cover;
        background-position: top center;
        /*height: 500px;*/
        z-index: 1;
        margin-top: 0;
        top: 69px;
        position: absolute;
    }
    #top_bg02 {
        width: 100%;
        background-size: cover;
        background-position:right -200px bottom;
        background: url(../../top/img/slide2_sp.jpg) right -380px bottom no-repeat;
        /*height: 500px;*/
        z-index: 1;
        margin-top: 0;
        top: 75px;
        position: absolute;
    }
    #top_bg03 {
        width: 100%;
        background-size: cover;
        background-position: top center;
        height: 500px;
        z-index: 1;
        margin-top: 0;
        top: 75px;
        position: absolute;
    }
    #fade01 {
        position: relative;
        z-index: 2;
    }
    #fade02 {
        position: relative;
        z-index: 2;
    }
    #fade03 {
        position: relative;
        z-index: 2;
    }
    .inner {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
		.toplogin_second_header .inner {
			padding-top:10px;
		}
    .toplogout_header .inner {
        position: relative;
        z-index: inherit;
        width: 100%;
		padding-top: 10px;
    }

    .logo {
        margin-bottom: 5px;
        padding:2px 0 0 21px;
    }

    .gnav {
        width: 100%;
        display: none;
        position: absolute;
        top:58px;
        left: 0;
        z-index: 100;
        text-align: center;
        padding: 0 0 0;
        background: #00369D;
        border-top: 1px solid #fff;
    }
    .toplogout_header .gnav {
        top: 62px;
/*				top: 50px;*/
    }
    .open .gnav {
        z-index: 100;
    }
    .menu-main ul {
        margin-top:0;
    }
    .menu-main .main_menu {
        padding-top: 20px;
        margin-bottom:20px;
    }
    .menu-main .main_menu li {
        margin-bottom:0;
    }
    /* SP言語切替 */
    #lang_btn {
        display:block !important;
    }
    #lang_btn.open {
        background-color:transparent;
    }
    #lang_btn.open span {
        border:none;
        background-position:center 0;
        color:#FFF;
    }
    #lang_btn.open span:hover {
        border:none;
    }
    #lang_btn span {
        margin:0;
        border:none;
    }
    #lang_btn span:hover {
        border:none;
    }

    #lang_btn_sp {
        display:block !important;
    }
    #lang_btn_sp.open {
        background-color:transparent;
    }
    #lang_btn_sp.open span {
        border:none;
        background-position:center 0;
        color:#FFF;
    }
    #lang_btn_sp.open span:hover {
        border:none;
    }
    #lang_btn_sp span {
        margin:0;
        border:none;
    }
    #lang_btn_sp span:hover {
        border:none;
    }
    #lang_list {
        width:100%;
        top:50px;
    }
    #lang_list li a {
        font-size:15px;
        text-align:left;
    }
    #lang_list li span {
        color:#000 !important;
        font-size:15px;
    }


    .menu-main ul li {
        font-size: 18px;
        font-size: 1.8rem;
        float: none;
        display: block;
        text-align: center;
        margin-bottom:20px;
        margin-right: 0;
        padding-right: 0;
        letter-spacing: 0.1em;
    }
    .menu-main ul li:last-child {
        margin-right: 0;
    }
    .toplogin_second_header.toplogout_header .gnav li a:hover {
        padding:10px 8px 12px;
    }
    .gnav li.active a {
        border:none;
        padding:13px 10px;
    }
    .menu-main ul li a {
        position: relative;
        display: block;
        padding: 13px 10px;
        font-size:18px;
        color: #fff;
        text-decoration: none;
    }
    .menu-main ul li a:hover {
        text-decoration: none;
        -webkit-transition:all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all  0s ease;
        border-bottom: none;
        padding: 13px 10px;
    }
    .menu-main ul li.current a:after {
        border-bottom: none;
    }

    /*サブメニュー*/
    .sub_menu {
        border-bottom: 1px solid #fff;
        padding: 30px 9.33333333333%;
    }
    .menu-main .sub_menu a {
        color: #00369D;
    }
    .menu-main .sub_menu .sp_lang a {
        display: block;
        color: #fff;
    }
    .sub_menu .btn_red {
        border: none;
    }
    .menu-main ul.sub_menu li:nth-child(3) {
        margin-bottom:0;
    }
    /*トップログイン前ボタン*/
    .toplogin_second_header.toplogout_header .btn_white_txtred {
        color: #00369D;
    }
    /* Toggle Button */
    #nav-toggle {
        display: block;
        position: absolute;
        right:30px;
        top: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 101;
    }
    /*ログアウト時の位置調整*/
    .toplogout_header #nav-toggle {
        top: 10px;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        left: 0;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 12px;
    }
    #nav-toggle span:nth-child(3) {
        top: 24px;
    }
    .open #nav-toggle {
        padding-top: 10px;
    }
    /*一部アンドロイドでrotateがきかないため閉じるは画像へ*/
    .android .open #nav-toggle {
        padding-top: 10px;
        background: url(../img/sp_menu_close.png) center right no-repeat;
    }
    .open #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #ffffff;
        left: 0;
    }
    .android .open #nav-toggle span {
        display: none;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 0;
        transform: rotate(-45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        top: 0px;
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(3) {
        display: none;
    }
    .overlay {
        position: fixed;
        top: 86px;
        z-index: 99;
        display: none;
        overflow: auto;
        width: 100%;
        height: 100%;
        background: #333;
        filter: alpha(opacity=70); /* internet explorer */
        -khtml-opacity: 0.7;      /* khtml, old safari */
        -moz-opacity: 0.7;       /* mozilla, netscape */
        opacity: 0.7;           /* fx, safari, opera */
    }
    .toplogout_header .overlay {
        top: 80px;
    }
    .android .overlay {
        top: 90px;
    }
    /*ログインエリア*/
    .login_area {
        display: none;
    }

    /* ===============================================
    #レイアウト
    =============================================== */
    .contents {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 0;
        padding-bottom: 7.3385518591%;
        overflow: hidden;
    }

    .contents_wide {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 0;
        padding-bottom: 10px;
        overflow: hidden;
    }
    .contents_wide.bg_right {
        padding-bottom:0;
    }
    .contents_wide.column_header {
        padding-top: 0;
    }
		.contents_wide.column_top {
				padding-bottom: 40px;
		}
    .bg_mypage {
        width: 100%;
        padding-left: 0;
    }
    /*左コンテンツの空き*/
    .contents_left_pad {
        padding-left: 0;
    }
    /*レイアウト1カラム*/
    .layout_1col {
        width: 90.6666666667%;
        margin: 0 auto 65px;
        padding-bottom: 0;
    }
		.contact .layout_1col {
    		width: 90.6666666667%;
		}
    /*レイアウト2カラム*/
    .layout_2col_left {
        float: none;
        width: 90.6666666667%;
        margin: 0 auto 30px;
        padding-bottom: 0;
    }
		.renovation_detail .layout_2col_left {
				width: 100%;
		}
    .contents_wide .layout_2col_left {
        width: 100%;
    }
    .contents_wide .layout_2col_left.column_left {
        width: 100%;
    }
    .contents_wide .layout_2col_left.column_left h2,
    .contents_wide .layout_2col_left.column_left h3,
    .contents_wide .layout_2col_left.column_left h4
    .contents_wide .layout_2col_left.column_left h5 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .contents_wide .layout_2col_left.column_left h3 {
				font-weight: bold;
		margin-top:40px;
		padding-left:0;
    }
		.column_left_naruke.layout_2col_left.column_left h3 {
				margin-bottom:23px;
				padding-left: 0;
		}
    .contents_wide .layout_2col_left.column_left p {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
		.contents_wide .layout_2col_left.column_left_naruke .column_naruke_pager p {
			width: 100%;
		}
    .contents_wide .layout_2col_left.column_left .ttl_h2_kei_btm {
        padding-left: 0;
    }
    .contents_wide .layout_2col_left.column_left img {
        width: 100%;
        height: auto;
    }
    .layout_2col_right {
        float: none;
        width: 90.6666666667%;
        margin: 0 auto 65px;
        padding-bottom: 0;
    }

    .bg_mypage .layout_2col_right {
        width: 90.6666666667%;
        padding-left: 0;
        background-color: none;
    }
    .right_side_inner {
        width: 90.6666666667%;
        margin-left: auto;
        margin-right: auto;
    }
    /*mypegeはコンテンツ幅を広げる*/
    .bg_right .layout_2col_right {
        width: 100%;
        margin: 0 auto 0;
        padding-left: 0;
		padding-top:38px;
		padding-bottom:60px;
		height:auto;
    }
    /* ===============================================
    #フッター
    =============================================== */
    footer {
        min-width: inherit;
        padding: 3.47222222222% 0 3.47222222222%;
        background-color: #00369D;
        text-align: center;
    }
    .footer_info_kei {
        border-bottom: none;
    }
    .footer_info {
        color: #fff;
        overflow: hidden;
        width: 100%;
    }
    .footer_info_box {
        float: none;
        width: 100%;
        margin-right: 0;
        padding:50px 0;
        border-bottom: 2px solid #3066ce;
    }
    .footer_info_box:last-child {
        margin-right: 0;
    }
    .footer_info_box img {
        width: inherit;
        height: auto;
        margin-bottom:0;
    }
    .footer_info_box .btn {
        width: 80%;
        font-size:18px;
        padding:5px 0;
    }
		.footer_info_box p {
				margin-bottom:0;
				min-height: inherit;
		}
    .footer_info_box p a {
        margin-top:20px;
        margin-bottom:10px;
    }
    .footer_info_box .tel_txt_m {
        font-weight:bold;
    }
    .footer_nav_copy {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        padding:50px 0;
    }
    .footer_nav {
        padding-bottom: 30px;
    }
    .footer_nav li {
        display: block;
        margin-right:0;
        margin-bottom: 14px;
        margin-bottom:24px;
    }
    .copyright {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .footer_nav li:last-child {
        margin-right: 0;
    }
    .footer_nav li a {
        color: #fff;
    }
    .tel_txt_m {
        margin-bottom: 0;
    }
    .tel_txt_m a {
        color: #fff;
    }
    .float_box {
        display: none;
        position: fixed;
        z-index: 10000;
        width: 95%;
        padding: 45px 9%;
        color: #000;
        background-color: #FFF;
    }
    .login_alert {
        display: none;
        color: #D0021B;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .login_frame {
        width:100%;
        height: 340px;
    }

    /* ===============================================
    #イメージとテキストの組合せブロック
    =============================================== */
    /*ブロック2カラム　マイリストサムネイルと詳細*/
    .list_2col_mylist {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 20px;
    }
		.mylist_btn_box {
			width: 90%;
			margin: 0 auto;
		}
		.list_2col_mylist .mylist_btn_box {
			margin-bottom: 0;
		}
		.mylist_btn_box .btn {
			padding: 9px 12px;
		}
		.del_mylist  {
			padding: 8px 12px;
		}
    .list_2col_mylist_inner {
        padding: 10px 20px 4px;
    }

    .list_2col_mylist_left {
        float: none;
        width: 100%;
    }
    .price_thumbnail {
        width: 100%;
        display: table;
        height: 160px;
        padding-bottom: 20px;
    }
    .mansion_price {
        font-size: 20px;
        font-size: 2.0rem;
        width: 50%;
    }
    .mansion_price .type_icons{
      display: inline-block;
      width: 85%;
      margin: 0px auto;
      text-align:right;
    }
    .mansion_price .type_icons img{
      width: 48.14%;
      padding: 0;
    }
    .mansion_price .type_icons img.type_full {
      margin-right: 3%;
      width: 48.14%;
    }
    .mansion_price .type_icons img.type_type {
      width: 48.14%;
    }

    .list_2col_s .mansion_price {
        font-size: 18px;
        font-size: 1.8rem;
        width: 120px;
        padding-right: 0;
    }
    .price_thumbnail_img {
        width: 50%;
        height: 50%;
        width: 160px;
        height: 160px;
        display: block;
    }
    .list_2col_mylist_right {
        float: none;
        width: 100%;
    }
    .mansion_comment {
        width: 95%;
        margin: 0 auto 20px;
        word-break : break-all;
        overflow-wrap : break-word;
    }
		.no_mylist {
			width: 90%;
			margin: 0 auto;
		}
    /*ブロック2カラム　画像右 サイズL コラムトップなど*/
    .list_2col_img_right_l {

    }

    .list_2col_img_right_l li {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 30px;
        padding: 0 20px 30px;
        overflow: hidden;
    }
    .list_2col_img_right_l li:first-child {
        padding-top: 30px;
        border-top: 1px solid #f5f5f5;
    }
    .list_2col_img_right_l li:last-child {
        border-bottom: none;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
		.voice_list .list_2col_img_right_l li {
				margin-bottom: 0;
				padding: 20px 20px 20px;
				overflow: hidden;
		}
    .list_2col_img_right_l_img {
        float: none;
        /*width: 100%;
        height: 300px;*/
				width: 260px;
				height: 260px;
				margin-left: auto;
				margin-right: auto;
        margin-bottom: 20px;
    }
    .list_2col_img_right_l_img img {
        width: inherit;
        height: auto;
    }
    .list_2col_img_right_l_ttl {
        font-size: 24px;
				font-weight: bold;
        margin-bottom: 5px;
        height: inherit;
    }
    .list_2col_img_right_l_txt {
        float: none;
        width: 90%;
        vertical-align: middle;
        margin-right: 0;
        margin: 0 auto;
    }
		.column_list .list_2col_img_right_l_txt {
    		padding-top: 0;
		}
		.voice_list .list_2col_img_right_l_txt {
        float: none;
        width: 95%;
    }
    .list_2col_img_right_l_txt p {
        font-size: 12px;
        font-size: 1.2rem;
        height: inherit;
    }
    /*お客様の声*/
    .voice_list .list_2col_img_right_l_ttl {
        margin-bottom: 10px;
        height: inherit;
        overflow: hidden;
    }
    .voice_list .list_2col_img_right_l_txt p {
        height: 6.5em;
    }
		.voice_list .list_2col_img_right_l_txt p:nth-of-type(2) {
		    height: inherit;
				margin-bottom: 25px;
		}

    /*ブロック2カラム　画像左 サイズS サイドエリアのリスト*/
    .list_2col_img_left_s {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0;
        width: 90%;
        margin: 0 auto;
    }
    .list_2col_img_left_s li {
        border-bottom: 1px solid #c9c9c8;
        padding: 15px 10px;
        display: table;
    }
    .list_2col_img_left_s li:last-child {
        border-bottom: none;
    }
    .list_2col_img_left_s_img {
        display: table-cell;
        width: 80px;
        height: 80px;
        padding-right: 8.33333333333%;
    }
    .list_2col_img_left_s_img img {
        width: 100%;
        height: auto;
    }
    .list_2col_img_left_s_txt {
        display: table-cell;
        width: 65%;
        vertical-align: middle;
        padding-left: 0;
    }

    /*ブロック2カラム　画像右 サイズM トップセミナーなど*/
    .list_2col_img_right_m {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0;
        width: 100%;
        margin: 0 auto 15px;
    }
		.top_seminar .list_2col_img_right_m {
        margin: 0 auto 50px;
    }
		.voice_message_right .list_2col_img_right_m {
        margin-bottom: 40px;
    }
    .list_2col_img_right_m li {
        border-bottom: 1px solid #c9c9c8;
        padding: 20px 20px;
        overflow: hidden;
    }
    .list_2col_img_right_m_txt {
        float: left;
        width: 100%;
        vertical-align: middle;
    }
    .list_2col_img_right_m li:last-child {
        border-bottom: none;
    }
    .list_2col_img_right_m_img {
        clear: both;
        float: none;
        width: 80%;
        width: 86.6666666667%;
        margin: 20px auto 0;
        padding: 0 0 0;
        height: 260px;
    }
    .list_2col_img_right_m_img img {
        width: 100%;
        height: auto;
    }
    .list_2col_img_right_m_ttl {
        font-weight: bold;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height:1.5em;
    }
	h3.list_2col_img_right_m_ttl{
      overflow: visible;
      white-space:normal;
	}
    h3.list_2col_img_right_m_ttl:after {
      content: "";
      clear: both;
      display: block;
  }
  h3.list_2col_img_right_m_ttl a{
    display: block;
    float: left;
  }
    .seminar_top .list_2col_img_right_m_txt {
        float: none;
        width: 80%;
        vertical-align: middle;
        margin: 0px auto;
    }
    .list_2col_img_right_m p:last-child {
        margin-bottom: 0;
    }
    .list_2col_img_right_m a {
        color: #000;
    }

    /*ブロック2カラム　サイズS サイドバーなどに表示*/
    .list_2col_s {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
    }
    .list_2col_s li {
        float: left;
        width: 46.9696969697%;
        margin:0 0 6.66666666667% 0;
    }
    .list_2col_s li:nth-child(2n) {
        float: right;
        margin: 0 0 5.66666666667% 0;
    }
    .list_2col_s li:nth-child(2n+1) {
        clear: both;
    }
    .list_2col_s li img {
        width: 100%;
        height: auto;
    }
    /*ブロック2カラム　サイズM セミナー詳細の問い合わせ先表示など*/
    .list_2col_m {
        font-size: 12px;
        font-size: 1.2rem;
        overflow: hidden;
    }
    .list_2col_m_inner {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .list_2col_m_inner:nth-child(2n) {
        float: none;
    }
    /*ブロック2カラム　サイズL 問い合わせ種別など*/
    .list_2col_l {
        font-size: 12px;
        font-size: 1.2rem;
        overflow: hidden;
    }
    .list_2col_l_inner {
        float: left;
        width: 49.5%;
        margin-bottom: 2.66666666667%;
    }
    .list_2col_l_inner:nth-child(2n){
        float: right;
    }
    .list_2col_l_inner:nth-child(2n+1){
        clear: both;
    }
    /*property_area_detailはカラムを落とす*/
    .property_area_box .list_2col_l_inner {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .property_area_box .list_2col_l_inner:nth-child(2n){
        float: none;
    }
    .property_area_box .ttl_h2 {
        margin-bottom: 10px;
				padding-left: 0;
    }



    /*トップ収益物件情報のテキストボックス並び*/
    .top_list_2col_img_right_m {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
        letter-spacing: 0;
        margin:0 auto 0;
        padding-top: 30px;
    }
		.invest_news .top_list_2col_img_right_m {
				padding-top: 0;
				padding-bottom: 50px;
		}
    .top_list_2col_img_right_m ul {
        overflow: hidden;
    }
    .top_list_2col_img_right_m li {
        float: left;
        width: 47%;
        border-bottom: none;
        margin-right: 5.33333333333%;
        margin-bottom: 30px;
        padding: 0 4px 0 0;
    }
    .top_list_2col_img_right_m li:nth-child(2n) {
        margin-right: 0;
    }
    .top_list_2col_img_right_m li:nth-child(2n+1) {
        clear: both;
    }
    .top_list_2col_img_right_m li:last-child {
        border-bottom: none;
    }
    .top_list_2col_img_right_m_img {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        box-shadow:1px 1px 1px 0px rgba(0,0,0,0);
        -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0);
        -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0);
    }
    .top_list_2col_img_right_m_img img {
        width: 100%;
        height: auto;
    }
    .top_list_2col_img_right_m_img .price_thumbnail_img {
        margin: 0 auto;
        box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
        -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.5);
    }
    .top_list_2col_img_right_m_ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .top_list_2col_img_right_m_txt {
        float: none;
        width: 100%;
        vertical-align: middle;
    }
    /*不動産ニュース・ニュース*/
		.invest_news .top_2col_box {
				margin-bottom: 60px;
		}
    .invest_news .top_list_2col_img_right_m li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 20px 4px 20px 20px;
				border-bottom: 1px solid #c9c9c8;
    }

    .invest_news .top_list_2col_img_right_m li:nth-child(2n) {
        margin-right: 0;
    }
    .invest_news .top_list_2col_img_right_m li:nth-child(2n+1) {
        clear: both;
    }
    .invest_news .top_list_2col_img_right_m li:last-child {
        border-bottom: none;
    }
    .top_list_2col_img_right_m p:last-child {
        margin-bottom: 0;
    }
		.invest_news .list_2col_img_right_m_ttl {
		        font-size: 16px;
		        margin-bottom: 5px;
		}
    .top_list_2col_txt_left {
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .top_list_2col_txt_left .mansion_price {
        width: 100%;
        display: block;
        text-align: center;
    }
    .top_list_2col_txt_right {
        display: none;
    }

    /*収益物件情報のテキストボックス並び*/
    .list_2col_txt_left {
        float: left;
        width: 37%;
        padding-right: 20px;
    }
    .list_2col_txt_right {
        float: left;
        width: 63%;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .list_2col_txt_left {
        float: left;
        width: 33%;
        padding-right: 20px;
    }
    .list_2col_txt_right {
        float: left;
        width: 63%;
        font-size: 12px;
        font-size: 1.2rem;
    }
    /*物件詳細の写真*/
    .swap_img {
        width: 260px;
        margin-left: 0;
        margin: 0 auto;
    }
    .big_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .big_img img {
        width: 100%;
    }
    .thumbnail {
        width: 102%;
        overflow: hidden;
    }
    .thumbnail li {
        float: left;
        width: 31.2977099237%;
        margin-right: 3.0534351145%;
        margin-bottom: 8px;
    }
    .thumbnail li:nth-child(2n) {
        margin-right: 3.04182509506%;
    }
    .thumbnail li:nth-child(3n) {
        margin-right: 0;
    }
    .thumbnail_on {
        border: 1px solid #bb0010;
        padding: 1px;
        background-color: #fff;
    }
    /*セミナー日程*/
    .seminar_sc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
		.top_seminar .seminar_sc {
        margin-bottom: 0;
				overflow: hidden;
		 }
    .seminar_sc dt {
        float: left;
        clear: both;
        width: 22%;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-bottom:5px;
    }
    .seminar_sc dd {
        float: left;
        width: 73%;
        padding-bottom: 10px;
        padding-bottom:5px;
    }
    .seminar_sc dt:last-of-type {
        padding-bottom: 0;
    }
    .seminar_sc dd:last-of-type {
        padding-bottom: 0;
    }

    /*他にもこんな物件あります*/
    .other_list {
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
        background-color: #fff;
        overflow: hidden;
        text-align: center;
    }
    .other_list_inner {
        width: 88%;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .other_list li {
        float: left;
        width: 46.0606060606%;
        margin-right: 6.9696969697%;
        margin-bottom: 25px;
        text-align: center;
    }
    .other_list li:nth-child(2n) {
        margin-right: 0;
    }
    .other_list li:nth-child(2n+1) {
        clear: both;
    }
    .other_list li img {
        width: 100%;
    }
    .other_list li:last-child {
        margin-right: 0;
    }
    .other_list .mansion_price {
        display: block!important;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    .secret_img {
        width: 100%;
        left: 0;
        padding: 10px 5px;
    }
    /* ===============================================
    #見出し
    =============================================== */
    .ttl_h1{
        font-size: 28px;
        font-size: 2.8rem;
				font-weight: bold;
    }
		.layout_1col .ttl_h1 {
				margin-bottom: 70px;
				padding-left: 16px;
		}
		.news_top .ttl_h1 {
				padding-left: 16px;
		}
		.voice_title.ttl_h1 {
				padding-left: 16px;
		}

    .ttl_mypage {
        font-size: 28px;
        font-size: 2.8rem;
				font-weight: bold;
        margin-bottom: 57px;
    }
		.mypage_profile .ttl_mypage {
			    margin-bottom: 57px;
		}
    /*見出し下線あり*/
    .list_2col_l .ttl_h2_kei_btm_black {
        font-size: 28px;
        font-size: 2.8rem;
				font-weight: bold;
        text-align: center;
        padding-left: 0;
    }
		.top_ttl_h2_kei_btm {
				font-size: 28px;
		    font-size: 2.8rem;
				font-weight: bold;
        border-bottom: 1px solid #c9c9c8;
        margin-bottom: 0px;
        padding-left: 0;
        padding-bottom: 10px;
        text-align: center;
        font-weight:normal;
    }
    .ttl_txt_center {
        text-align: center;
        padding-left: 0;
    }
		.contents.voice .ttl_h1 {
		    font-size: 26px;
				font-weight: bold;
		    margin-bottom: 20px!important;
				margin-left: auto;
				margin-right: auto;
				width: 90%;
				padding-left: 16px;
		}
		.contact .ttl_h2_kei_btm {
    		padding-left: 0;
		}

    .ico_ballon_left {
        background: url(../img/ico_balloon_l.png) center top no-repeat;
        padding-top: 80px;
        padding-left: 0;
        text-align: center;
				border-bottom-width: 1px;
    }
		.contact .title_kei_btm {
				font-size: 24px;
				padding-left: 16px;
				padding-bottom:45px;
		}
    /*見出し左余白*/
    .ttl_pdl {
        padding-left: 15px;
				padding-left: 32px;
    }
		.ttl_mypage.ttl_pdl {
        padding-left: 38px;
		}
		.properties .ttl_pdl {
        padding-left: 32px;
		}
		.ttl_h1.ttl_pdl.mb20 {
				padding-left: 16px;
		}
		.renovation_detail .ttl_h1.ttl_pdl.mb20 {
				font-size: 22px;
				padding-left: 32px;
				width: 90%;
		}
    .side_top_pad {
        padding-top: 0;
    }
    .mypage_side_pad {
        padding-top: 0;
    }
		.mypage_profile .mypage_side_pad {
		    padding-top: 0;
		}
    .realestate_side_top_pad {
        padding-top: 0;
    }
    .ttl_panel_sp {
        font-size: 22px;
        font-size: 2.2rem;
				font-weight: bold;
        margin-bottom: 15px;
        letter-spacing: -0.02em;
    }
		.mypage_pass .ttl_h1_kei_btm {
			padding-left: 38px;
			padding-bottom: 54px;
		}

		/* ===============================================
		#テーブル
		=============================================== */
		th,
		td {
		    font-size: 12px;
		    font-size: 1.2rem;
		    padding: 6px 10px;
		}
    /* ===============================================
    #パディング追加
    =============================================== */
    .box_pad30 {
        padding: 30px;
    }
    .box_pad50 {
        padding: 50px 7.04225352113%;
    }
    /* ===============================================
    #ボタン
    =============================================== */
    .btn_nextprev {
        padding-top: 30px;
    }
    .btn_nextprev .btn {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .btn_red.btn_btm_arw_right {
        padding: 6px 12px 6px 18px;

    }
    /*白いひし型 */
    .btn_btm_arw_right:before {
        top: 32%;
        right: 20px;
        width: 15px;
        height: 15px;
        margin-top: -4px;
        background: #fff;
    }
    /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    .btn_btm_arw_right:after {
        top: 32%;
        right: 20px;
        width: 15px;
        height: 15px;
        margin-top: -8px;
        background: #00369D;
    }
		/*プロフィール変更*/
		.btn_edit.btn_s_160 {
			width: 42.6666666667%;
			margin-left: auto;
			margin-right: auto;
			display: block;
		}
		.mypage .btn.btn_red.btn_s_300 {
			width: 80%;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
    /*ボタン幅*/
    .btn_s_80 {
        width: 80px;
    }
    .btn_s_100 {
        width: 100px;
    }
    .btn_s_120 {
        width: 120px;
    }
    .btn_s_140 {
        width: 100%;
    }
    .btn_s_160 {
        width: 100%;
    }
    .btn_s_200 {
        width: 100%;
    }
    .btn_s_300 {
        width: 100%;
    }
    .btn_s_340 {
        width: 100%;
    }
    .btn_s_360 {
        width: 100%;
    }
    .btn_s_full {
        width: 100%;
    }
    .btn_center {
        text-align: center;
    }

    /* ボタンセット */
    .form_btn_area {
       padding:20px 0 40px;
    }
    .btn_set_center {
        margin:100px 0 0;
    }

    /* ===============================================
    #マイリストへ追加、削除ボタン
    =============================================== */
    .btn_mylist_del_inq {
        text-align: center;
    }
    .btn_mylist_del_inq li {
        display: block;
        margin-bottom: 25px;
        padding-right: 0;
    }
    .btn_mylist_del_inq .btn_s_160 {
        width: 160px;
    }
    .btn_mylist_del_inq li:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
    /* ===============================================
    #バナー
    =============================================== */
    /*バナーエリア*/
		/*バナーエリア*/
		.banner {
		    padding: 10px 20px 0;
		}
    .banner img {
        width: 100%;
        height: auto;
    }
    /* ===============================================
    #ボックスリンク
    =============================================== */
    .link_box{
        position:relative;
        z-index: 1;
    }
    .link_box_a {
        display: block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        text-indent: -9999px;
        z-index: 2;
    }
    .box_arw {
        padding-right: 30px!important;
        background: url(../img/box_arw.png) 98% center no-repeat;
    }
    /* ===============================================
    #アイコン
    =============================================== */
    /*エリアアイコン*/
    .ico_area {
        width:100px;
        min-width:initial;
        min-width:auto;
    }
    /*エリアアイコン背景あり*/
    .ico_area_bg {
        min-width: 70px;
    }
    /* ===============================================
    #パン屑
    =============================================== */
    .breadcrumbs {
        font-size: 10px;
        font-size: 1.0rem;
        width: 82.1333333333%;
        width: 90%;
        margin: 0 auto 5px;
				padding-left: 16px;
    }
    .contents_wide .breadcrumbs {
        padding-top: 30px;
				padding-left: 16px;
    }
		.properties .breadcrumbs {
		    padding-left: 16px;
		}
		.properties_second .breadcrumbs {
		    padding-left: 16px;
		}
		.customer_voice .breadcrumbs {
		    margin-top:0px;
		    padding-top:0px;
				padding-left: 16px;
		}
    .column_left_naruke .breadcrumbs {
        padding-left: 16px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
		.seminar_top .breadcrumbs {
		    padding-left: 16px;
		}
		.naruke_top .breadcrumbs {
		    padding-left: 16px;
		}
		.column_top .breadcrumbs {
		    padding-left: 16px;
		}
		.contact .breadcrumbs {
    		padding-left: 16px;
		}
    .contents_wide .column_detail_image .box .breadcrumbs {
        padding-top: 0;
        padding-left: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
				padding-left: 16px;
    }
		.underlayer_header.first_image .breadcrumbs {
			margin-bottom: 5px;
		}

    /* ===============================================
    #フォーム関連
    =============================================== */
    /*プルダウン*/
    .bg_select {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        width: 100%;
        overflow: hidden;
        border: #979797 1px solid;
        background: url(../img/select_arw.png) right center no-repeat;
        background-size: 44px auto;
        text-align: -webkit-center;
    }
    /*Android*/
    select {
        text-align: center;
    }
    .select_box {
        /*iPhoneでのズーム防止の為16pxを設定 デザインでは14*/
        font-size: 16px;
        font-size: 1.6rem;
        color: #000;
        padding: 9px 0 9px 0;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        width: 100%;
        margin: 0;
        border: 0;
        outline: none;
        background: transparent;
        text-align: -webkit-center;
    }
    .iphone .select_box,
    .android .select_box {
        padding: 9px 0 9px 40px;
    }
    .property_search_box_inner .select_box {
        text-align: left;
        padding-left: 5px;
    }
    /*webkit調整*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .select_box {
            padding-left: 25.6666666667%;
        }
        .property_search_box_inner .select_box {
            padding-left: 5px;
        }
    }
    /*インプットテキスト*/
    .input_txt {
        /*iPhoneでのズーム防止の為16pxを設定*/
        font-size: 16px;
    }

    /* ===============================================
    #フォントサイズ
    =============================================== */
    .fs10 {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .fs12 {
      font-size: 3vw;
    }
    .fs14 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fs16 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .fs18 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fs20 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .fs22 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .fs24 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .fs26 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    .fs28 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .fs30 {
        font-size: 30px;
        font-size: 3.0rem;
    }
    .fs32 {
        font-size: 32px;
        font-size: 3.2rem;
    }
    /* ===============================================
    #影
    =============================================== */
    /* 影右、影下 */
    .shadow_right_btm {
        box-shadow:2px 2px #d0d0d0;
        -moz-box-shadow:2px 2px #d0d0d0;
        -webkit-box-shadow:2px 2px #d0d0d0;
    }
    /* ===============================================
    #PC、SP切り替え
    =============================================== */
    .pc_none {
        display: block!important;
    }
    .sp_none {
        display: none!important;
    }
    .pc_none_inlineblock {
        display: inline-block!important;
    }

    .sp_none_inlineblock {
        display: none!important;
    }


    /* ===============================================
    #iframe
    =============================================== */
    /*収益物件情報*/
    .frame_properties {
        width: 100%;
        height: 650px;
    }
    .cell_2,
    .cell_3,
    .cell_4,
    .cell_5,
    .cell_6 {
        width: 99%;
    }

    .pager {
        margin-bottom:60px;
    }
    .pager .current {
        font-size: 20px;
        font-size: 2.0rem;
        padding: 6px 9px 7px;
    }
    .pager ul li:hover {
        border-bottom: 1px solid #000;
        padding-bottom: 1px;
    }
    .pager ul li a:hover {
        text-decoration: none;
    }
		/* ===============================================
		#3点リーダー
		=============================================== */
		/*1行*/
		.three_dot_single {
		    height: 1.6em;
		    overflow: hidden;
		}
}


/*他言語対応追記*/
#LangChanger {
  z-index: 10000;background-color:rgba(0,0,0,0.5);position:fixed;left:0px;top:0px;width:100%;height:100%;
}

#LangChanger #LangChangerInner{
  z-index: 10001;
  background-color:rgba(255,255,255,1.0);
  position:fixed;
  left: calc(50% - 150px);
  top:100px;
  width:300px;
  height:320px;
  border-radius: 6px;
  padding: 50px 20px;
}
#LangChanger #LangChangerInner ul {
  width: 100%;
}
#LangChanger #LangChangerInner li {
  margin-bottom: 20px;
}

#LangChanger #LangChangerInner li a {
  font-weight:bold;
  width: 80%;
  display:block;
  margin: 0px auto;
}

/*コラム本文下関連リンクスタイル*/
.relatedLinks {
    border: 1px solid #00369D;
    font-size: 1.4rem;
    padding: 10px 5px 10px 5px;
    margin: 0 2%;
}
.relatedLinks li {
    line-height: 2;
}
.relatedLinks li a {
    color: #0e1bbb;
    text-decoration: underline;
}
.relatedLinks li a:hover {
    text-decoration: none;
}
/*トップページ下部テキスト*/
.msgBlock {
    margin: 0 auto;
    padding: 20px 0;
    width: 1220px;
}
.msgBlock p {
    font-size: 12px;
    font-size: 1.2rem;
}
.ttl_contact_inquiery {
    font-size: 30px;
    font-size: 3.0rem;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-weight: bold;
}
.inquieryBox_txt {
    margin-bottom: 0;
}
.inquieryPhoneLink img {
    vertical-align: top;
}
.inquieryPhone {
    color: #000!important;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
}
.fwb {
    font-weight: bold;
}
.footerAreaLink {
    width: 1240px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 30px;
}
.areaLinkHead {
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.areaLinkBox {
    text-align: left;
}
.areaLeft {
    float: left;
    width: 600px;
}
.areaRight {
    margin-left: 620px;
}
.regionName {
    font-size: 11px;
    font-weight: bold;
}
.areaLinkInner {
    margin-bottom: 10px;
}
.areaLinkInner li {
    display: inline;
}
.areaLinkInner li a {
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width: 1440px) {
    .hidden-md {
        display:none;
    }
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        color: #fff;
    }
    .visible-sp {
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .inquieryPhoneLink img {
        zoom: 0.8;
    }
    .inquieryPhone {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .footerAreaLink {
        border-bottom: 2px solid #3066ce;
        padding: 10px 20px 0;
        width: 100%;
    }
    .areaLeft {
        float: none;
        width: 100%;
    }
    .areaRight {
        margin-left: 0;
    }
    .footer_nav_copy {
        padding-top: 0;
    }
}
