@charset "utf-8";

/**
 * default.css
 *
 */

/* reset css start*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike,   sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;
    word-wrap: break-word;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
    font:1.5rem/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    font:1.5rem/1.5 "メイリオ", "Meiryo", Arial, "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;

    font:1.5rem/1.5 "Noto Sans JP", "メイリオ", "Meiryo", Arial, "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;

    background-color:#fff;
    -webkit-text-size-adjust: none;
    color:#333;
}
/* reset css end */

html{
    /* 文字サイズ中の設定 */
    font-size:62.5%;
}

/* -----------------------------------------------
 カスタムプロパティ
------------------------------------------------ */
:root{
    --theme-color-main: #00892d;

    --font-head: "dnp-shuei-mgothic-std", sans-serif;   /* DNP 秀英丸ゴシック Std*/
    --font-noto: "Noto Sans JP", sans-serif;            /* Noto Sans JP */

    --font-bold: 700;
    --font-regular: 400;


    /* シーン別情報 */
    --color-scene_live:#3a8346;         /* 佐世保に住む */
    --color-scene_kosodate:#e38f8d;     /* 子育て支援 */
    --color-scene_reform:#a575c9;       /* リフォーム */
    --color-scene_myhome:#6fa0d1;       /* マイホーム */
    --color-scene_owner:#8bc449;        /* 家を貸したい */
    --color-scene_iejimai:#dea85d;      /* 家じまい */
    --color-scene_advice:#59b3a1;       /* 困りごと相談 */
    --color-scene_disaster:#8c755f;     /* 災害に備える */
    --color-scene_money:#d64f00;        /* お金のこと */

    --bg-img_scene_live:url("../images/");       /* 佐世保に住む */
    --bg-img_scene_kosodate:url("../images/");   /* 子育て支援 */
    --bg-img_scene_reform:url("../images/");     /* リフォーム */
    --bg-img_scene_myhome:url("../images/top_icon_scene_myhome.svg");       /* マイホーム */
    --bg-img_scene_owner:url("../images/top_icon_scene_owner.svg");         /* 家を貸したい */
    --bg-img_scene_iejimai:url("../images/top_icon_scene_iejimai.svg");     /* 家じまい */
    --bg-img_scene_advice:url("../images/top_icon_scene_advice.svg");       /* 困りごと相談 */
    --bg-img_scene_disaster:url("../images/top_icon_scene_disaster.svg");   /* 災害に備える */
    --bg-img_scene_money:url("../images/top_icon_scene_money.svg");         /* お金のこと */
}

/* -----------------------------------------------
 共通設定
------------------------------------------------ */
html {
    font-size:62.5%;
}

input,select{
    font:1.5rem/1.5 "メイリオ", "Meiryo", Arial, "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

a{
    color:#0084B4;
    color:#3A1A03;
    text-decoration:none;

/*
    border:1px solid red;
*/
}

a:active,
a:focus,
a:hover{
    text-decoration:underline;
}
a img.rover-op{
    transition: opacity 0.4s linear;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
}
a:active img,
a:focus img,
a:hover img{
/*
    opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
*/
}

/* ホバーで半透明画像 */
a:focus img.rover-op,
a:active img.rover-op,
a:hover img.rover-op{
    opacity:0.7;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}

table{
    border-collapse: collapse;
}
table th{
    text-align:center;
}
table th,
table td{
    padding:6px 8px 4px 8px;
}

/* 画像無しサムネイル画像の枠線 */
div.no_image{
    border:1px solid #5fb644;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    overflow:hidden;
}

/* -----------------------------------------------
 回り込み解除用
------------------------------------------------ */
.float_clear{
    clear:both;
    border:0px solid #ffffff;
    padding:0px;
    margin:1px 0px;
}

/*
.test{
    font-size:30px;

    color:red;
    background: url('../images/hd_logo.png') no-repeat;
}
*/

/* -----------------------------------------------
 表示枠
------------------------------------------------ */
#wrap{
    width:100%;
    min-height:100%;
/*    overflow: auto;  ヘッダー固定表示の動作保証の為、コメントアウト*/
/*    overflow-x: hidden;
    position: relative;
*/
    min-width:1000px;
    overflow-x: hidden;
}
.inner{
    margin:0 auto;
    width:1000px;
/*    overflow:hidden;
*/
}
#main{
    clear:both;
    margin-top:20px;
    margin-top:0px;

    margin-top:228px;

    margin-top:380px;  /* 仮：aaaaaaaaaa */
}
.smt_disp{
    display:none;
}

/* -----------------------------------------------
 トップCSS
------------------------------------------------ */
#content{
    float:left;
    width:760px;
    width:670px;
}

#content h3{
    clear:both;
    background-color:#0085B2;
    color:#fff;
    padding:5px 12px 3px 12px;
    font-size:24px;
    font-size:2.4rem;
    letter-spacing:1px;
}

#content h4{
    clear:both;
    font-size:18px;
    font-size:1.8rem;
    font-weight:bold;
    letter-spacing:1px;
}

/* -----------------------------------------------
 サブページCSS
------------------------------------------------ */
#subcontent{
    float:left;
    width:740px;
}


#subcontent h4{
    clear:both;
    font-size:18px;
    font-size:1.8rem;
    font-weight:bold;
    letter-spacing:1px;
}

/* サブページの本文の基本スタイル */
#subcontent .content{
    color:#3A1A03;
    font-size: 14px;
    font-size: 1.4rem;
    line-height:170%;
}

#subcontent .content img{
    max-width:740px;
}

.page_sub_img_title{
    text-align:center;
    margin-bottom:32px;
}

/* -----------------------------------------------
 ヘッダー
------------------------------------------------ */
#header{
    margin:0;
    padding:0;
    color:#3A1A03;
    border-top:10px solid #37892b;
    padding-top:4px;

    /* 固定表示 */
    position: fixed;
    top:0;
    left:0;
    width:100%;
    min-width:1100px;
    z-index:100;
    z-index:99;
    background-color:#fff;
}
#header .hd_inner{
    display:flex;
    margin:0 auto;
    width:1100px;
    position: relative;
}
#header a{
    color:#3A1A03;
}
#header .hd_logo{
/*    float:left;
    position:relative;
*/
}
#header h1{
    font-size: 14px;
/*    font-size: 1.4rem;*/
    font-weight: bold;
    letter-spacing:0.03em;
    width: 300px;
    color:#00892d;
    margin:26px 0 0 30px;
}
#header .hd_logo img{
    vertical-align:bottom;
    width:237px;
    height:auto;
}

#header .hd_logo a{
    display:block;
}
#header .hd_logo a:active img,
#header .hd_logo a:focus img,
#header .hd_logo a:hover img{
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity: 1;

    transition:default;
    -webkit-transition:default;
    -moz-transition:default;
    -o-transition:default;
    -ms-transition:default;
}
#header .hd_info{
    margin-top:8px;
    text-align: right;
}
/* 文字サイズ */
#header .hd_info .hd_size .hd_size_box{
    float:right;
    margin-bottom:8px;
}
#header .hd_info .hd_size{
/*    display:flex;
    justify-content: flex-end;*/
    min-width:450px;
    color:#008c18;
}
#header .hd_info .hd_size h2{
    float:left;
    font-size:14px;
    font-size:1.4rem;
    font-weight: bold;
    color:#4b1b00;
    margin-right:18px;
}
#header .hd_info .hd_size a{
    float:left;
    display:inline-block;
}
#header .hd_info .hd_size .title{
    float:left;
    font-size:14px;
    font-size:1.4rem;
    margin-right:10px;
}
#header .hd_info .hd_size .normal{
    float:left;
/*
    background:url(../images/hd_size_normal.png) no-repeat top left;
    background-size:auto 20px;
    width:50px;
    height:20px;
*/
    margin-right:4px;
}

#header .hd_txtsize_sel{
    opacity:1 !important;

}


#header .hd_info .hd_info_l .hd_size .normal.hd_txtsize_sel,
#header .hd_info .hd_info_l .hd_size .normal:active,
#header .hd_info .hd_info_l .hd_size .normal:focus,
#header .hd_info .hd_info_l .hd_size .normal:hover{
/*
    background:url(../images/hd_size_normal_on.png) no-repeat top left;
    background-size:auto 20px;
*/
}
#header .hd_info .hd_info_l .hd_size .zoom{
    float:left;
/*
    background:url(../images/hd_size_zoom.png) no-repeat top left;
    background-size:auto 20px;
    width:50px;
    height:20px;
*/
}
#header .hd_info .hd_info_l .hd_size .zoom.hd_txtsize_sel,
#header .hd_info .hd_info_l .hd_size .zoom:active,
#header .hd_info .hd_info_l .hd_size .zoom:focus,
#header .hd_info .hd_info_l .hd_size .zoom:hover{
/*
    background:url(../images/hd_size_zoom_on.png) no-repeat top left;
    background-size:auto 20px;
*/
}


/* 各種リンクボタン */
#header .hd_info .hd_other_link{
    float:none;
    clear:both;
    display:flex;
    justify-content: flex-end;
    gap:10px;
    margin-top:8px;
}
#header .hd_info .hd_other_link a.lnk_bank ,
#header .hd_info .hd_other_link a.lnk_about ,
#header .hd_info .hd_other_link a.lnk_subsidy {
  display: inline-block;
  background-color: #8fb600; 
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 16px;
  border-radius: 8px;
  letter-spacing: 0.03em;
  
  box-shadow: 
    2px 2px 0px 0px #ffffff, 
    2px 2px 5px rgba(0, 0, 0, 0.2);
    
  /* 配置の微調整 */
  transition: transform 0.2s;
  cursor: pointer;
  border: none;

  position: relative;
  border: 2px solid #ffffff; 
  box-shadow: none;  
}
#header .hd_info .hd_other_link a.lnk_about {
  background-color: #7cb700; 
}
#header .hd_info .hd_other_link a.lnk_subsidy {
  background-color: #75b75d; 
  background-color: #66b761;   
}
#header .hd_info .hd_other_link a:hover,
#header .hd_info .hd_other_link a:hover,
#header .hd_info .hd_other_link a:hover {
/*    opacity:0.9;*/
}
/* 背面をズラして表示 */
#header .hd_info .hd_other_link a.lnk_bank::after,
#header .hd_info .hd_other_link a.lnk_about::after,
#header .hd_info .hd_other_link a.lnk_subsidy::after {
  content: "";
  background-color: #8fb600; 
  border-radius: 8px;
  width: 100%;
  height: 100%;
  
  position: absolute;
  top: 2px;    
  left: 2px;
  
  z-index: -1;
  border: 1px solid #ccc; 
}
#header .hd_info .hd_other_link a.lnk_about::after{
  background-color: #7cb700; 
}
#header .hd_info .hd_other_link a.lnk_subsidy::after{
  background-color: #66b761; 
}


/* スマホ用メニュー 表示ボタン*/
#smt-menu-btn{
/*    display:none;*/
}

/* -----------------------------------------------
 開閉メニュー
------------------------------------------------ */
/* メニューボタン */
#head-menu-btn{
  display:block;
  background-color: #fff;
  background-color: #4e1900;
  border-radius: 8px 8px 0 0;

  box-sizing: border-box;
  width: 50px;
  width: 58px;
  height: 58px;

  position: absolute;
  top: 22px;
  right: 10px;
  right: 0;
  z-index: 4;
}
/*
.smt-menu-tel{
  width:58px !important;
  height:58px !important;

  position: absolute;
  top: 10px;
  right: 6px;
  right: 80px;
}
*/
#head-menu-btn:before,
#head-menu-btn:after,
#head-menu-btn span{
  background:#3A1A03;
  background: #fff;

  content: '';
  display: block;
  width: 34px;
  height: 4px;
  position: absolute;
  left: 6px;
  left: 11px;
  border-radius:1px;
}
#head-menu-btn:before{
  top: 10px;
}
#head-menu-btn span{
  top: 21px;
}
#head-menu-btn:after{
  top: 32px;
}
#head-menu-btn .cap_menu,
.smt-menu-tel .cap_menu{
  position: absolute;
  top: 39px;
  left:13px;
  font-size: 11px;
  color:#000;
  color:#3A1A03;
  color: #fff;
}
/*
.smt-menu-tel .cap_menu{
  left:14px;
}
*/
/* -----------------------------------------------
 上部「MENU」：開閉メニュー
------------------------------------------------ */
.cmn-menu-side {
    position: fixed;
    top: 0;
    right: -394px;
    width: 394px;
    height: 100%;
    background: #f8f4e9;
    z-index: 9999;
    transition: right 0.4s ease;
    overflow-y: auto;
    padding-bottom: 50px;
}
body.menu-open .cmn-menu-side {
    right: 0;
}
.cmn-menu-side .menu_inner {
    padding: 0 30px 0 20px;
    box-sizing: border-box;
}
.cmn-menu-side .menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #4b1b00;
}
.cmn-menu-side .menu_logo{
    margin-left:20px;
}
.cmn-menu-side .menu_logo img {
    height: 60px;
    width: auto;
}
.cmn-menu-side .menu_close_btn {
    display: flex;
    gap:8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #4e1900;
    color: #fff;
    width:60px;
    height:60px;
    border-radius: 8px;
    margin-right: 20px;
    line-height: 1;
    cursor: pointer;
}
.cmn-menu-side .close_icon {
    font-size: 24px;
    font-weight: bold;
}
.cmn-menu-side .close_text {
    font-size: 8px;
}

/* メニュー一覧 */
.cmn-menu-side .menu_links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cmn-menu-side .menu_links li {
    border-bottom: 1px solid #4b1b00; 
}
.cmn-menu-side .menu_links li a {
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
    color: #4e1900;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
/* 下部ボタンエリア */
.cmn-menu-side .menu_btns {
    margin: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cmn-menu-side .btn_link {
    display: block;
    background: #4b1b00;
    color: #fff !important;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
}
/* フッターリンク */
.cmn-menu-side .menu_footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}
.cmn-menu-side .menu_footer_links li a {
    display: block;
    padding: 8px 0;
    color: #4e1900;
    text-decoration: underline;
    font-size: 14px;
}

/* ヘッダーの元のボタンが隠れるように調整(mmenuライブラリの影響を排除) */
.mm-menu {
  display:none !important;
}
/* スマホ用メニュー */
/* ★ aaaaaaaaaaaa
.mm-menu{
  background:#fff !important;
}
.mm-menu .mm-listview{
  border-color:#cccccc !important;
  color:#000000 !important;
  margin-top:10px !important;
}
.mm-navbar{
  background: url(../images/hd_logo.png) no-repeat !important;
  background-size: 166px 60px !important;
  background-size: 154px 56px !important;
  height:60px;
  height:66px;
  background-position:16px center !important;
  border-color:#6EBA3D !important;
  border-color:#999 !important;
}
#mmenu-side .menu-item a{
  background: url(images/sftop_yaji_menu.gif) no-repeat !important;
  background-size: 22px 22px !important;
  background-position:right 20px center !important;
  margin-left:6px;
}
*/

/* -----------------------------------------------
 ページ上部へ
------------------------------------------------ */
#totop{
    float:right;
    margin-top:20px;
/*
    background:url(../images/btn_totop.png) no-repeat;
    background-size:auto 30px;
    width:135px;
    height:30px;
*/
/*
    background-color:#46260D;
    width:114px;
    padding:2px 0;
    text-align:center;
    font-size:12px;
    font-size:1.2rem;

    border-top-left-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
*/
}
#totop img{
    float:right;
    vertical-align:bottom;
}
/*
#totop:active,
#totop:focus,
#totop:hover{
    background:url(../images/btn_totop_on.png) no-repeat;
    background-size:auto 30px;
}

/*
a#totop{
    color:#fff !important;
}
a#totop:active,
a#totop:focus,
a#totop:hover{
    text-decoration:underline;
    background-color:#009D12;
}
*/



/* -----------------------------------------------
 フッター
------------------------------------------------ */
#footer{
    background-color:#F3F4EF;
    color:#3A1A03;
    font-size:12px;
    font-size:1.2rem;
}
#footer a{
    color:#3A1A03;
}
#footer .ft_menu{
    padding:4px 0;
    font-size:12px;
    font-size:1.2rem;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
#footer .ft_menu ul{
}
#footer .ft_menu ul li{
    display:inline-block;
    padding:4px 0;
}
#footer .ft_menu ul li:first-child:before{
    content:"｜";
    padding-right:10px;
}
#footer .ft_menu ul li:after{
    content:"｜";
    padding-left:10px;
}
#footer .ft_info{
    padding:10px 0;
}
#footer .ft_info div{
    margin-left:4px;
}
#copyright{
    background-color:#00873F;
    color:#F3F4EF;
    text-align:center;
    padding:4px 0 3px 0;
    height:38px;
}
#copyright .inner{
    margin:10px auto;
}


/* -----------------------------------------------
 サブページ共通　ヘッダーメニュー
------------------------------------------------ */
#header .sub_menu{
/*    background:url(../images/sub_bg_menu.png) repeat-x top left;
    background-size:68px 78px;
*/
    width:100%;
    height:auto;
    margin:0 auto;
    background:#fff;
    border-top: 1px solid #008c18;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index:10;
}
/*
#header .sub_menu ul{
    padding-top:-100px;
    text-align:center;
}
#header .sub_menu ul li{
    display:inline-block;
    padding:2px 0;
    margin:6px 0 0 0;
}
*/
#header .sub_menu .inner{
    width:1200px;
    margin:0 auto;
}
#header .sub_menu .inner ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 8px 0;
  padding: 0;
}
#header .sub_menu .inner > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width:200px;
  padding:0 45px;
  box-sizing: border-box;
  font-size:18px;
  font-size:1.8rem;
  font-weight: bold;
  border-right: 1px solid #008c18;
  cursor: pointer;
  position: relative; 
}
#header .sub_menu .inner > ul > li:first-child {
/*  border-left: 1px solid #008c18;*/
}
#header .sub_menu .inner > ul > li:last-child {
    border-right:0;
}
#header .sub_menu .inner > ul > li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height:36px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#header .sub_menu li.live::before { background-image: url('../images/m_ico_search.svg'); }
#header .sub_menu li.mamoru::before { background-image: url('../images/m_ico_mamoru.svg'); }
#header .sub_menu li.owner::before { background-image: url('../images/m_ico_owner.svg'); }
#header .sub_menu li.iejimai::before { background-image: url('../images/m_ico_iejimai.svg'); }
#header .sub_menu li.kosodate::before { background-image: url('../images/m_ico_kosodate.svg'); }

#header .sub_menu .inner > ul > li a{
    text-decoration: none;
}

/* サブメニュー：プルダウン */
#header .sub_menu ul.sub_live,
#header .sub_menu ul.sub_mamoru {
  display: none;
  position: absolute;
  top: 100%; 
  top: calc(100% + 10px); 
  left: -1px; 
  left: auto;
  right:-10px; 
  width: 220px;
  margin:0;
  background: #fff;
  border: 1px solid #008c18;
  padding: 0;
  list-style: none;
  z-index: 100;
}
/* マウス判定用 */
#header .sub_menu ul.sub_live::before,
#header .sub_menu ul.sub_mamoru::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -1px; 
  right: -1px;
  height: 10px;
  background: transparent;
  display: block;
}

#header .sub_menu .inner > ul > li:hover div{
  border-bottom:3px solid #74b4ff;
}
#header .sub_menu .inner > ul > li.live:hover div{
  border-color:#74b4ff;
}
#header .sub_menu .inner > ul > li.mamoru:hover div{
  border-color:#ac81e8;
}
#header .sub_menu .inner > ul > li.owner:hover div{
  border-color:#a6e54f;
}
#header .sub_menu .inner > ul > li.iejimai:hover div{
  border-color:#efae5e;
}
#header .sub_menu .inner > ul > li.kosodate:hover div{
  border-color:#edb4d6;
}

#header .sub_menu .inner > ul > li:hover > ul {
  display: block;
}
#header .sub_live li,
#header .sub_mamoru li {
  border-bottom: 1px solid #008c18;
  background-color:#fff;
}
#header .sub_live li:last-child,
#header .sub_mamoru li:last-child {
  border-bottom: none;
}
#header .sub_live li a,
#header .sub_mamoru li a {
  display: block;
  padding: 10px 15px;
  color: #008837;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
  position: relative;
}
/* プルダウン内の ＞ 矢印 */
#header .sub_live li a::after,
#header .sub_mamoru li a::after {
  content: ">";
  position: absolute;
  right: 10px;
  font-size: 12px;
}
#header .sub_live li a:hover,
#header .sub_mamoru li a:hover {
  background-color: #f6ffdb;
}

/* サブページ：ヘッダー画像  */
#sub_hd_image{
    width: 1200px;
    position: absolute;
    left: 50%;
    top:148px; /* aaaaaaaaa */
    margin: -16px 0 0 -600px;
    margin: 0 0 0 -600px; /* aaaaaaaaaa */
}
#sub_hd_image .balloon{
    position:relative;
}
#sub_hd_image .balloon img{
    position:absolute;
    top:-200px;
    right:90px;
}

/* -----------------------------------------------
 ページャー
------------------------------------------------ */
.pager{
    clear:both;
    font-weight:bold;
    line-height:50px;
}

.pager a{
    padding:8px 10px 6px 10px;
    border:1px solid #EEF0E3;
    color:#333;
}
.pager a:active,
.pager a:focus,
.pager a:hover{
    background-color:#EEF0E3;
}
.pager .cur_page{
    background-color:#EEF0E3;
}


/* -----------------------------------------------
 パンくずメニュー
------------------------------------------------ */
.pankuzu{
    margin: 10px 0 38px 42px;
    font-size: 12px;
    font-size: 1.2rem;
}


/* -----------------------------------------------
 サイドバー　共通　バナー領域
------------------------------------------------ */
.side_bnr_block{
    margin-top:50px;
    text-align:center;
}
.side_bnr_block a{
    display:inline-block;
    display:block;
}
.side_bnr_block .news{
    display:inline-block;
    border:1px dotted #ccc;
    border-width:1px 0;
    padding:6px 0;
    text-align:left;
}
.side_bnr_block div{
    margin-bottom:12px;
}
.side_bnr_block img{
    vertical-align:bottom;
    width:100%;
    height:auto;
}
/* 空き家物件用 */
.side_bnr_block.akiya img{
    width:300px;
    width:220px;
    height:auto;
}

/* -----------------------------------------------
 サブページ別サイドバー（共通スタイル）
------------------------------------------------ */
.sidebar_sub{
    width:220px;
    float:right;
}
.sidebar_sub .sd_sub_title{
    margin-bottom:0;
    display: inline-block;
    width:100%;
    height:34px;
    line-height:34px;
    color:#fff;
    font-size:19px;
}
.sidebar_sub .sd_sub_title h2{
    text-align:center;
}
.sidebar_sub ul{
    margin-bottom:24px;
}
.sidebar_sub ul li{
    color:#3A1A03;
    padding:10px 0 10px 19px;
    background:url(../images/ico_triagle_r.png) no-repeat left 14px;
    border-bottom:1px solid #cecebf ;
    font-size:14px;
    font-size:1.4rem;
}
.sidebar_sub ul li a{
    color:#3A1A03;
}


.sidebar_sub ul li.select a{
    color:#619b03;
}


/* -----------------------------------------------
 サイドバー　空き家以外
------------------------------------------------ */
#sidebar{
    float:right;
    width:220px;
}

#sidebar .news{
    width:100%;
}

#sidebar .news img{
    width:146px;
}

#sidebar .side_bnr_block{
    margin-top:0px;
}


/* -----------------------------------------------
 サイドバー　空き家物件用
------------------------------------------------ */
#sidebar_akiya .news{
    width:220px;
}
#sidebar_akiya .news img{
    width:146px;
}

#sidebar_akiya{
    float:right;
    width:300px;
}
#sidebar_akiya h3{
    background:url(../images/ico_search.png) no-repeat top left;
    background-size:auto 21px;
    background-position:left 46px center;

    background-color:#E4F5FF;
    font-size:19px;
    font-size:1.9rem;
    font-weight:bold;
    text-align:center;
    margin-bottom:2px;
    letter-spacing:1px;
    overflow: hidden;
}

#sidebar_akiya h3 div{
    margin:12px 0 8px 0;
}


/* 開閉動作 */
/*
#sidebar_akiya input[type="checkbox"].on_off{
    display:none;
}
#sidebar_akiya .area{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#sidebar_akiya input[type="checkbox"].on_off + div{
    height: 0;
    padding:0;
    overflow: hidden;
}
*/
/*
#sidebar_akiya input[type="checkbox"].on_off:checked + div{
    height: 100%;
    height: auto;
    padding:3px 6px;
}
*/
/* 開閉タイトル */
#sidebar_akiya h4{
    background-image:url(../images/ico_open.png);
    background-repeat:no-repeat;
    background-position: top left;

    background-size:auto 19px;
    background-position:left 6px center;
    background-color:#EEF0E3;
    line-height:40px;
    font-size:14px;
    font-size:1.4rem;
    font-weight:bold;
    padding:4px 4px 2px 31px;
    margin-top:3px;

}

/* 開いている時の見出し */
#sidebar_akiya h4.active{
    background-image:url(../images/ico_close.png);
}


/* 開閉内のサブタイトル */
#sidebar_akiya h5{
    font-weight:bold;
    margin-top:6px;
}

/* 検索項目エリア */
#sidebar_akiya .area{
    background-color:#ECECEC;
    margin-bottom:3px;
    line-height:24px;
    padding:4px;
    font-size:13px;
    font-size:1.3rem;
}

#sidebar_akiya .show_area_map{
    font-size:15px;
    font-weight:bold;
    float:right;
    color:#0084B4;
}
#sidebar_akiya a{
    color:#0084B4;
    text-decoration:underline;
}
/* -------------------- */
/* エリアマップダイアログ   */

.blockUI.blockMsg{
    max-height:95% !important;
    overflow-y:scroll;
}

#dlg_area_map{
    display:none;
    padding:12px 24px 12px 24px;
}
/* タイトル */
#dlg_area_map .title{
    height: 35px;
    text-align: left;
    font-size: 26px;
    color: #00992B;
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 49px;
    padding-top: 15px;
    background-image: url(../images/ico_map_pin.png);
    background-repeat: no-repeat;
    background-position: 15px 3px;
    background-size: 27px 42px;

}

/* 地図 */
#dlg_area_map .map_frame img{
    border:1px solid #ccc;
}

/* 説明文 */
#dlg_area_map .message_frame{
    text-align:left;
    width:100%;
    margin-left: 8px;
    margin-top:8px;
    margin-bottom:8px;
}
#dlg_area_map .message1{
    display:inline-block;
    font-weight:bold;
    font-size:20px;;
    color:#00992B;
}
#dlg_area_map .message2{
    display:inline-block;
    font-size:14px;;
}

/* エリア選択 */

#dlg_area_map  .district_frame{
 overflow:hidden;
}
#dlg_area_map  .district_frame1{
    background-color:#fffacc;
}
#dlg_area_map  .district_frame2{
    background-color:#f9d3d9;
}
#dlg_area_map  .district_frame3{
    background-color:#cfe2d5;
}


#dlg_area_map div.district_name{
    float:left;
    font-weight:bold;
    margin-top: 6px;
}
#dlg_area_map ul{
    float:clear;

}

#dlg_area_map li{
    float:left;
    display: inline-flex;
    margin-left: 13px;
    margin-top: 5px;
    margin-bottom: 3px;    
}

/* 設定ボタン */
#dlg_area_map .btn_frame{
    float:right;
    margin-bottom: 10px;
    margin-top: 10px;
}
#dlg_area_map .btn_ok{
    box-sizing:border-box;
    display:inline-block;
    color:#fff;
    width:100px;
    font-size:16px;
    font-size:1.6rem;
    padding:2px 24px 0px 14px;
    background:#00992B url(../images/top_next_icon.png) no-repeat;
    background-size:15px 22px;
    background-position: right 6px center;
    border:#00992B solid 2px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
#dlg_area_map .btn_ok:hover{
    background-color:#7EB500;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

/* キャンセルボタン */
#dlg_area_map .btn_cancel{
    box-sizing:border-box;
    display:inline-block;
    color:#00992B;
    width:100px;
    font-size:16px;
    font-size:1.6rem;
    padding:2px 2px 0px 2px;
    background-size:15px 22px;
    background-position: right 6px center;
    border:#00992B solid 2px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
#dlg_area_map .btn_cancel:hover{
    background-color:#7EB500;

    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

/* -------------------- */





/* こだわり検索のinner */
#sidebar_akiya .area_inner{
   margin:5px;

}

#sidebar_akiya .area ul li{
    display:inline-block;
    min-width:138px;
}

/* チェックボックス */
#sidebar_akiya .area input[type=checkbox]{
    vertical-align: text-top;
}

#sidebar_akiya .area select{
    font-size: 12px;
    padding: 0 2px 0 2px;
}

#sidebar_akiya .area input[type=text]{
    font-size: 12px;
    padding: 1px 4px 1px 4px;
}

/* こだわり検索 */
#sidebar_akiya .kodawari input,
#sidebar_akiya .kodawari select{
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border:1px solid #aaa;
    padding:0 2px;
    margin:2px 0;

}
/* 契約 */
#sidebar_akiya .release_type{
    float:left;
}
/* 種別 */
#sidebar_akiya .building_type{
    float:left;
    margin-left:10px;
}
/* 間取り */
#sidebar_akiya .floor_plan_type{
    clear:both;
}
/* 物件No */
#sidebar_akiya .article_cd input{
    width:200px;
    ime-mode:inactive;
}
/* 町名 */
#sidebar_akiya .location input{
    width:224px;
    ime-mode:active;
}

/* 検索ボタン */
#sidebar_akiya .btn_search{
    text-align:center;
    margin:10px 0 20px 0;
}
#sidebar_akiya .btn_search input:active,
#sidebar_akiya .btn_search input:focus,
#sidebar_akiya .btn_search input:hover{
    cursor:pointer;
}
#sidebar_akiya .btn_search input{
    background-color:#0084B4;
    color:#fff;
    text-aling:center;
    font-size:15px;
    font-size:1.5rem;
    border:0;
    padding:8px 40px 7px 40px;
    letter-spacing:1px;

    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

.reset_search{
    text-align:center;
    margin-top:12px;
}

.reset_search a{
    color:#999;


}

/* -----------------------------------------------
 表示状態
------------------------------------------------ */
.disp_state{
    clear:both;
    text-align:right;
    padding-bottom:3px;
    border-bottom:1px solid #aaa;
    margin-bottom:20px;
}
.disp_state .num{
    font-size:20px;
    font-size:2rem;
}




/* -----------------------------------------------
 お知らせ　（トップ、一覧 で使用）
------------------------------------------------ */
.top_info_list{
/*    height:160px; */
}

.top_info_list table tr{
    border-bottom:1px dotted #999;
}
.top_info_list table td{
    padding:10px 0 10px 0;
    box-sizing:border-box;
}
.top_info_list table td:nth-of-type(1){
    width:90px;
}
.top_info_list table td:nth-of-type(2){
    width:100px;
}
.top_info_list table td:nth-of-type(3){
    width:auto;
}
.top_info_list .info_cate{
    width: 78px;
    height: 18px;
    background-color: #ccc;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 1px;
}
.top_info_list .info_cate span{
    display:block;

}
.top_info_list .info_date{
    font-size:14px;
    font-size:1.4rem;
    color:#00873F;

}
/* カテゴリ：空き家 */
.top_info_list .info_cate.cate1{
    color:#fff;
    background-color:#28B2F5;
}
/* カテゴリ：耳より */
.top_info_list .info_cate.cate2{
    color:#fff;
    background-color:#00B683;
}
/* カテゴリ：更新 */
.top_info_list .info_cate.cate3{
    color:#fff;
    background-color:#00873E;
}

.top_info_list .info_title a{
    font-size:13px;
    font-size:1.3rem;
    color:#602A03;
}

/* -----------------------------------------------
 Q&A
------------------------------------------------ */
.page_title_qa{
    text-align:center;
    margin-bottom:32px;
}

.subtitle_qa{
    display:inline-block;
    margin-top: 18px;
    margin-bottom: 20px;
    color:#72b900;
    font-size:18px;
    font-size:1.8rem;
    font-weight:bold;
}

.frame_qa{
    border-bottom:1px solid #BBB;
    margin-bottom:32px;
}

.frame_qa .subtitle_q{
    background:url(../images/icon_qa_q.gif) no-repeat top left;
    min-height:36px;
}
.frame_qa .subtitle_q h4{
    margin-top: 4px;
    margin-left: 46px;
    display: inline-block;
    color:#3A1A03;
}

.frame_qa .ans{
    margin-top: 12px;
    background:url(../images/icon_qa_a.gif) no-repeat left 4px ;
    min-height:36px;
}
.frame_qa .ans p{
    margin-left: 46px;
    display: inline-block;
}

.frame_qa .content{
    margin-bottom:32px;

}

/* Q&A内のお問い合わせ */
.info_frame{
    color:#3A1A03;
    overflow:hidden;
    margin: 0px 0 0px 85px;
}

.info_frame .title{
    font-size:16px;
    font-size:1.6rem;
    margin-top:2px;
}
.info_frame .tel{
    float:left;
    font-weight:bold;
    font-size:18px;
    font-size:1.8rem;
    line-height:1;
    margin-top:6px;
}
.info_frame .tel img,
.info_frame .mail img{
    float:left;

    margin-right:6px;
}
.info_frame .mail img{
    vertical-align:middle;
}
.info_frame .mail{
    display: inline-block;
    font-size:14px;
    font-size:1.4rem;
    margin-top:4px;
    margin-left:8px;
}

/* -----------------------------------------------

------------------------------------------------ */

/* -----------------------------------------------
 サイドバーの空き家カルーセル
------------------------------------------------ */

.side_akiya_article  h3{
    box-sizing: border-box;
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #00873f;
/*    background-image: url(../images/ico_house_white_m.png); */
    background-repeat: no-repeat;
    background-position: 52px 7px;
    background-size: 23px 21px;

    padding-top: 8px;
    padding-bottom: 2px;
    text-align: center;
}

.side_akiya_article  h3 img{
    height:20px;
    margin-right:4px;
    margin-bottom: -1px;
}

/* カルーセル外枠 */
.side_akiya_article .akiya_slider_frame{
    background-color:#fff;
    border:#00873f 2px solid;
    padding-bottom: 14px;

}
#side_akiya_slider .article_name{
    height:50px;
    margin-top:4px;
    text-align:left;
    font-weight:bold;
    font-size:14px;
    text-decoration:underline;

}
#side_akiya_slider .slick_item{

}

#side_akiya_slider{
/*    padding:20px 20px 20px 50px; */
    padding: 32px 8px 0px 8px;
}

#side_akiya_slider .slick-slider{
    margin-bottm:0px;

}

#side_akiya_slider .slick_item{
}

/* 画像 */
#side_akiya_slider .image{
    width:100%;
    height:120px;
    overflow:hidden;
}
#side_akiya_slider .image img{
    width:100%;
    height:auto;

}

/* 移動ボタン */
#side_akiya_slider .slick-next:before,
#side_akiya_slider .slick-prev:before {
    content: "";
}
#side_akiya_slider .slick-prev,
#side_akiya_slider .slick-next{
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px 13px;
    height: 13px;
    width: 24px;

}

#side_akiya_slider .slick-prev{
    left:50%;
    top: 18px;
    margin-left: -13px;
    background-image:url(../images/btn_slick_arrow_up.png);
}

#side_akiya_slider .slick-next{
    left: 50%;
    background-image: url(../images/btn_slick_arrow_down.png);
    margin-left: -13px;
    top: 300px;
    background-image:url(../images/btn_slick_arrow_down.png);
}

/* 契約状況 売家/賃貸 */
#side_akiya_slider .building_type{
    margin-top:4px;
    font-size:13px;

}

#side_akiya_slider .release_type{
    font-size:12px;
}
#side_akiya_slider .release_type_name{
    font-size:13px;
    font-weight:bold !important;
    text-decoration:none !important;
    color:#fff;
    padding:0px 8px 0px 8px;
    height:30px;
}
#side_akiya_slider .slick_item a:hover,
#side_akiya_slider .slick_item a:active,
#side_akiya_slider .slick_item a:focus{
    text-decoration:none !important;

}

/* 契約状況 売家 */
#side_akiya_slider .release_type_name.uri{
    background-color:#FF5D26;
}
/* 契約状況 賃貸 */
#side_akiya_slider .release_type_name.tintai{
    background-color:#01B286;
}

#side_akiya_slider .release_type_name.uri_tintai{
    background-color:#F3991D;
}


.side_akiya_article div.btn{
    text-align:center;


}

/* 緑のボタン */
.side_akiya_article .link_btn_g{
    display:inline-block;
    color:#fff;
    width:auto;
    font-size:14px;
    font-size:1.4rem;
    padding:4px 24px 2px 14px;
    background:#00992B url(../images/top_next_icon.png) no-repeat;
    background-size:15px 22px;
    background-position: right 6px center;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.side_akiya_article .link_btn_g:hover{
    background-color:#7EB500;

    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

