/* 20231226 NKJ メールアドレス確認項目非表示用 11476552375 start */
tr.FA_mailCheckElm {
    display: none;
}
/* 20231226 NKJ メールアドレス確認項目非表示用 11476552375 end */


/*20240410 sk 株式会社穴吹ハウジングサービス_11821980294*/
/*提案１css*/
h1.site-logo > a {
    pointer-events: none;
}

/*提案３css*/
header[id="site-header"]{
    display: flex;
    justify-content: space-between;
}
#site-header > .inner{
    margin:unset;
}
header[id="site-header"] > div[id="FA_h4_move_element01"]{
    width: 20%;
    display: inline-flex;
    padding: 0.7em 0.7em 0.7em 0;
}
header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box{
    padding: 5px;
}
header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > h4.title{
    font-size: 65%;
    margin: 0 0 0em;
}
header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > p.image{
    margin: 0.5em 0;
}
header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > p.lead{
    font-size: 55%;
    margin: 0em 0 0;
}
@media screen and (max-width: 788px){
    header[id="site-header"] > div[id="FA_h4_move_element01"]{
        width: 40%;
        display: inline-flex;
        padding: 0.5em 0.5em 0.5em 0;
    }
    header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box{
        padding: 3px;
    }
    header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > h4.title{
        font-size: 35%;
        margin: 0 0 0em;
    }
    header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > p.image{
        margin: 0.1em 0;
    }
    header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > p.image > a.telink{
        display: flex;
    }
    header[id="site-header"] > div[id="FA_h4_move_element01"] > div.tel-box > p.lead{
        font-size: 30%;
        margin: 1em 0 0;
    }
}

@media screen and (min-width: 1700px){
    div#FA_h4_move_element01 {
        height: 85%;
    }
}
@media (min-width: 460px) and (max-width: 788px) {
    header#site-header {
        height: 70px !important;
    }
}
/*sk 要素非表示＆modalの中文字調整CSS 11821980294 */
div#FA_item_modal{
    display:none;
}
p#FA_item_agree {
    display:none;
}
div#FA_modal_boot .FA_modal_boot_text{
    color:#1967D2;
    text-align:center;
}
div#fa_innerContent {
    border: solid 1px #D4EBF9;
    max-height: 350px;
    overflow-y: scroll;
    line-height: 1.5;
}
div#fa_innerContent h2{
    font-size: 114.28571%;
    margin: 0 0 20px;
}
div#fa_innerContent h2 .red {
    color: #e86070;
}
div#fa_innerContent dl dd {
    margin-left: 0;
    margin-bottom: 20px;
}
div#fa_innerContent p {
    margin: 0;
}
div#fa_innerContent dl:not(:last-child){
    margin-bottom: 40px;
}
/*提案12*/
div#FA_move_contents_12_1 {
    margin-top:20px;
}
table#FA_move_contents_12_2 tr:last-child > td {
    border-bottom:none;
}
/*プルダウンの要素デザイン調整CSS*/
select.FA_check_onOff_01,
select.FA_check_onOff_02,
select.FA_check_onOff_03{
    appearance: none;
    position: relative;
    padding: 8px 42px 8px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff url(https://www.anabuki-housing.co.jp/shared/img/icon-select.png) no-repeat right 50%;
    width: 800px;
}
@media screen and (max-width: 788px){
  select.FA_check_onOff_01,
  select.FA_check_onOff_02,
  select.FA_check_onOff_03{
      width: 100%;
  }

  p.lead.-medium.-centerLeft {
    font-size: 13px;
  }
}

.section-inner.-small.-contentBottom {
    margin-top: -60px;
}

/*20240410 sk 株式会社穴吹ハウジングサービス_11821980294*/

/*20240723 sk クリックログを反応させるために表示上は見えない要素を追加 14194859884　START*/
@media screen and (min-width: 789px) {
        #FA_h4_move_element01:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 78px;
        z-index: 1;
        width: 20%;
        display: inline-flex;
        padding: 0.7em 0.7em 0em 0;
    }
}
/*20240723 sk クリックログを反応させるために表示上は見えない要素を追加 14194859884　END*/

/*20241206 sk ヘッダー上部固定なしにする 20264985924 START*/
header#site-header {
    position: absolute;
}
div#inbox{
    position:relative;
}
/*20241206 sk ヘッダー上部固定なしにする 20264985924 END*/


/*20241206 sk 問合わせの種類によってヘルプを表示 20264985924 START*/
div#fa_testmodalext div>span{
    color:#ff0000;
    font-weight:bold;
    font-size: 24px;
}
div.fa_modelcontent {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 66px;
}
div.fa_modelcontent p{
  width: 70%;
  font-size: 21px;
  font-weight: bold;
}
div.fa_modelcontent button{
  width: 20%;
  font-size: 18px;
  padding: 10px;
  border: 2px #8d8d8d solid;
  border-radius: 5px;
  color: #ffffff;
  background-color: #60B1DE;
}
span#fa_modeltrigger01 {
    position: absolute;
    right: 0;
    color: #1967D2;
}
@media screen and (max-width: 500px) {
    div#fa_testmodalext div>span{
        color:#ff0000;
        font-weight:bold;
        font-size: 16px;
    }
    div.fa_modelcontent {
      display:flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 32px;
    }
    div.fa_modelcontent p{
      width: 70%;
      font-size: 14px;
      font-weight: bold;
    }
    div.fa_modelcontent button{
      width: 28%;
      font-size: 12px;
      padding: 11px;
      border: 2px #8d8d8d solid;
      border-radius: 5px;
      color: #ffffff;
      background-color: #60B1DE;
    }
    span#fa_modeltrigger01 {
        position: absolute;
        display: inline-block;
        text-align: right;
        top: -46px;
    }
}
@media screen and (max-width: 374px) {
    span#fa_modeltrigger01 {
        top: -26px;
    }
}

h2.fa_modal_ignition {
    position: relative;
}
/*20241206 sk 問合わせの種類によってヘルプを表示 20264985924 END*/

/*20241206 sk モーダルの要素が多いときにスクロールバーを表示 20264985924 START*/
#fa_innerContent_inquiry {
    max-height: 80%; /* ウィンドウの90%を最大高さに設定 */
    overflow-y: auto;
}

#fa_innerContent_inquiry {
    overflow-y: auto;
}

#fa_innerContent_inquiry::-webkit-scrollbar {
    width: 8px;
}

#fa_innerContent_inquiry::-webkit-scrollbar-thumb {
    background: #60b1de; /* スクロールバーの色 */
    border-radius: 4px;
}

#fa_innerContent_inquiry::-webkit-scrollbar-thumb:hover {
    background: #55a8d9; /* ホバー時の色 */
}

#fa_innerContent_inquiry::-webkit-scrollbar-track {
    background: #d4ecfa; /* スクロールトラックの色 */
}
/*20241206 sk モーダルの要素が多いときにスクロールバーを表示 20264985924 END*/




ul.form-list.-inline {
    padding: 0 1em 10px;
}
@media screen and (max-width: 788px) {
    ul.form-list.-inline {
        padding-bottom: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.basic-title.-small.-first {
    padding: 0 1em;
}
@media screen and (max-width: 788px) {
    .basic-title.-small.-first {
        padding-top: 20px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

#fa_modeltrigger01 {display:none !important;}