/* header、footerフォント設定 */

.header-conts,
.footer-block,
.link-block,
.copy-block,
.info-block {
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
}

/* headerスタイル */

:root {
    --scrollbar: 0;
}

/* ロゴ */

.header-logo img {
    width: 186px;
    height: 78px;
}

.list-block {
    margin: 0;
}

.header-conts {
    display: block;
    background-color: #f9f9f9;
    padding-top: 8px;
    margin-bottom: 30px;
}

.right-wrap tr {
    display: flex;
    flex-direction: column;
}

.right-wrap td {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.right-wrap button {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.detail-img img {
    margin-bottom: -3px;
}

.right-wrap .decorat:hover .shuryoBtn {
    background: linear-gradient(to bottom, #ffffff, #f6f6f6);
}

.right-wrap .link_to_qa {
    position: initial;
    padding: 0;
    background-color: transparent;
}

/* 物件詳細のメンバーズポイントhoverアクション */

.right-wrap td.detail-member a:hover {
    color: #FF0000;
}

.right-wrap .memberspoint {
    text-decoration: none;
}

.right-wrap td:last-of-type {
    font-size: 12px;
    text-align: end;
}

.right-wrap td:last-of-type p {
    margin: 11px 12px 0 10px;
    margin-right: 12px;
    color: #4B4B4B;
    font-weight: bold;
    flex: 1;
}

.right-wrap td:last-of-type .small {
    display: inline-block;
    margin-top: 6px;
    line-height: 1;
    font-size: 10px;
    font-weight: normal;
}

.right-wrap td:last-of-type .small.red {
    margin-left: 8px;
    color: #f00;
}

.right-wrap .decorat {
    width: 115px;
    margin-top: 11px;
}

.right-wrap .decorat-fixedMenu {
    margin-top: auto;
}

.right-wrap .fa-question {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    margin-top: -3px;
}

.right-wrap .help {
    position: relative;
    width: 56px;
    height: 36px;
    color: #fff;
    border: solid 1px #2ab891;
    border-radius: 15%;
    background-image: linear-gradient(to bottom, #6cd4b7, #2cae8a);
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    z-index: 90;
} 


.help span {
    display: inline-block;
    margin: 3px 0 0 -10px;
    line-height: 1;
    font-size: 10px;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
}

.help .fa-angle-down {
    position: absolute;
    right: 4px;
    bottom: -22%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.help.active .fa-angle-down {
    transform:translateY(-80%) rotate(180deg);
    transition: all 0.3s ease-in-out;
}

#modalHelp, #modalLock {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.modal-back-help, .modal-back-lock{
    visibility: hidden;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 80;
    transition: 0.3s all linear;
}

.modal-open-lock .contents-area {
    min-width: 90px;
}

.modal-open-help .right-wrap, .modal-open-lock .right-wrap {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #c7d1ff;
    box-shadow: 0 3px 4px 0 rgba(83, 83, 83, 0.16);
    position: relative;
}

/*ヘルプボタンの吹き出しの三角*/
.modal-open-help .right-wrap::before, .modal-open-help .right-wrap::after {
    content: "";
    position: absolute;
    right: 18px;
    width: 0px;
    height: 0px;
    border-style: solid;
}
/*鍵ボタンの吹き出しの三角*/
.modal-open-lock .right-wrap::before, .modal-open-lock .right-wrap::after {
    content: "";
    position: absolute;
    right: 11px;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.modal-open-help .right-wrap::before, .modal-open-lock .right-wrap::before {
    border-color: transparent transparent #C7D1FF transparent;
    border-width: 0 7px 12px 7px;
    top: -12px;
}

.modal-open-help .right-wrap::after, .modal-open-lock .right-wrap::after {
    border-color: transparent transparent #fff transparent;
    border-width: 0 7px 12px 7px;
    top: -10px;
    z-index: 10;
}

.link_area i {
    font-size: 25px;
}
/*ヘルプボタンモーダル*/
.modal-open-help .link_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 14px 11px;
    box-sizing: border-box;
    text-align: center;
    width: 245px;
    letter-spacing: normal;
    line-height: 12px;
}

.modal-open-help .link_area a:hover {
    background-image: linear-gradient(to bottom, #fff, #dbe1ff);
    border: solid 1px #7188f1;
}

.modal-open-help .link_area a {
    display: flex;
    flex-direction: column;
    width: 102px;
    height: 72px;
    margin-bottom: 8px;
    border: solid 1px #c7d1ff;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f5f7ff, #ccd5ff);
    color: #5c70d5;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.25;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none;
}

.bottom-area-help {
    display: flex;
    min-height: 40px;
    border-radius: 4px;
    border: solid 1px #C7D1FF;
    margin: 0 14px 22px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 12px;
    text-decoration: none;
}

.bottom-area-help:hover {
    border: solid 1px #7188f1;
}

.bottom-area-help i {
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    border-right: solid 1px #C7D1FF;
    background-image: linear-gradient(to bottom, #f5f7ff, #ccd5ff);
    border-radius: 4px 0 0 4px;
}

.bottom-area-help:hover i {
    border-right: solid 1px #7188f1;
    background-image: linear-gradient(to bottom, #fff, #dbe1ff);
}
.bottom-area-help span {
    padding: 14px 10px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: bold;
    font-size: 13px;
}

/*鍵ボタンモーダル*/
.right-wrap .lock {
    width: 41px;
    height: 36px;
    color: #bbb;
    border: solid 1px #bbb;
    border-radius: 15%;
    display: grid;
    text-align: center;
    margin-left: 9px;
    background: linear-gradient(to bottom, #ffffff, #eeeeee);
    cursor: pointer;
    z-index: 90;
}

.modal-open-lock .right-wrap {
    padding: 15px;
    box-sizing: border-box;
}

.right-wrap .fa-user-lock {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 20px;
    height: 15px;
    margin: -1px auto 0;
}

.right-wrap .fa-lock {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #187FC4;
    margin-top: -3px;
}

.modal-open-lock .link_area a {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    justify-content: space-evenly;
    text-align: start;
}

.modal-open-lock .hover {
    margin-bottom: 14px;
}

.modal-open-lock img {
    vertical-align: middle;
}

.right-wrap .link_area .underline-blue {
    text-decoration: underline;
}

.right-wrap .link_area .underline-orange {
    font-size: 14px;
    font-weight: bold;
    color: #FF6600;
    text-decoration: underline;
}

.lock .fa-angle-down {
    margin-top: 3px;
    transition: all 0.3s ease-in-out;
}
.lock.active .fa-angle-down {
    transform:translateY(-30%) rotate(180deg);
    transition: all 0.3s ease-in-out;
}

/* headerタブのスタイル */

.header-wrap tr {
    display: flex;
}

.header-wrap td {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    height: 44px;
    border-radius: 5px 5px 0 0;
}

.header-wrap td::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    border-right: 1px solid #BFCADE;
    height: 30px;
}

.header-wrap td:last-of-type::after,
.header-wrap td.active::after,
.header-wrap td:has(+ td.active)::after {
    display: none;
}

.header-wrap a:link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
}

/* 物件詳細のheaderのタブ内hoverアクション */

.header-wrap td a.hover-blue:hover {
    color: #1e4ba6;
    background: linear-gradient(to bottom, #f8faff, #dde9ff);
    border-radius: 5px 5px 0 0;
}

.header-wrap td.active a.hover-blue:hover {
    color: #ffffff;
    background: linear-gradient(to bottom, #5884D9, #3E6DCA);
}

.header-wrap a.icon-wrap {
    flex-direction: row;
}

.header-wrap a.cursor-default {
    cursor: default;
}

.header-wrap td:first-of-type a {
    gap: 10px;
}

.header-wrap td:last-of-type a {
    gap: 5px;
}

.header-wrap a span {
    font-size: 11px;
}

.header-wrap td.active a {
    padding-top: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(to bottom, #5884D9, #3E6DCA);
    border-radius: 5px 5px 0 0;
}

.header-wrap td.active a span {
    font-size: 12px;
}

.header-wrap td a {
    background-color: #f9f9f9;
}

.header-wrap td.active + td,
.header-wrap td:has(+ td.active) {
    background: linear-gradient(to bottom, #5884D9, #3E6DCA);
}

.header-wrap td.active + td a {
    background-color: #f9f9f9;
    border-radius: 0 0 0 5px;
}

.header-wrap td.active + td a:hover {
    border-radius: 0 0 0 5px;
}

.header-wrap td:has(+ td.active) a {
    background-color: #f9f9f9;
    border-radius: 0 0 5px 0;
}

.header-wrap td:has(+ td.active) a:hover {
    border-radius: 0 0 5px 0;
}

.header-wrap td.active + td:last-of-type a {
    border-radius: 0 5px 0 5px;
}

.header-wrap td.active:first-of-type,
.header-wrap td.active:last-of-type {
    position: relative;
}

.header-wrap td.active:first-of-type a,
.header-wrap td.active:last-of-type a {
    width: 127px;
    position: absolute;
    top: 0;
}

.header-wrap td.active:last-of-type a {
    left: 0;
}

.header-wrap td.active:first-of-type a {
    right: 0;
}

.header-wrap td.active:first-of-type a::before,
.header-wrap td.active:last-of-type a::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: linear-gradient(to bottom, #5884D9, #3E6DCA);
}

.header-wrap td.active:first-of-type a::before {
    top: 35px;
    left: -8px;
}

.header-wrap td.active:last-of-type a::before {
    top: 35px;
    right: -8px;
}

.header-wrap td.active:first-of-type a::after,
.header-wrap td.active:last-of-type a::after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 44px;
    background: #f9f9f9;
}

.header-wrap td.active:last-of-type a::after {
    border-radius: 5px 0 0 5px;
}

.header-wrap td.active:first-of-type a::after {
    border-radius: 0 5px 5px 0;
}

.header-wrap td.active:first-of-type a::after {
    top: 0;
    left: -9px;
}

.header-wrap td.active:last-of-type a::after {
    top: 0;
    right: -9px;
}

.sub-header {
    background: linear-gradient(to bottom, #3E6DCA, #1E4BA6);
}

.sub-header tr {
    display: flex;
    padding-left: 18px;
    min-height: 35px;
}

.sub-header td {
    position: relative;
    width: auto;
    padding: 9px 12px;
    display: inline-block;
}

.sub-header td i {
    font-size: 11px;
}

.sub-header td:not(:last-of-type) a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    height: 49%;
    border-right: 1px solid #F9F9F9;
    opacity: 0.27;
}

.sub-header td.sub-active a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 85%;
    border-bottom: 3px solid #ffffff;
}

.sub-header a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.8;
}

.sub-header-wrap {
    width: calc(100vw - var(--scrollbar));
    background: linear-gradient(to bottom, #3E6DCA, #1E4BA6);
}

/* 物件詳細のheaderのタブ内hoverアクション */

.sub-header a.hover-white:hover,
.sub-header .sub-active a {
    opacity: 1;
    font-weight: bold;
}

/* footerスタイル */

.footer-block,
.link-block,
.copy-block,
.info-block {
    background: #F9F9F9;
}

.footer_wrap.footer-block {
    padding-bottom: 35px;
    border-top: 4px solid rgba(193, 198, 207, 0.56);
    border-bottom: 1px solid #E9EAEB;
    box-shadow: none;
    background: #F9F9F9;
}

.footer-block .footer_box {
    width: auto;
    margin: 0;
}

.footer-block .footer_inner {
    display: flex;
    justify-content: space-between;
}

.footer-block a:link {
    color: #333333;
    text-decoration: none;
}

.footer-block a:visited {
    color: #333333;
}

.footer-block .footer_inner .footer_box p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px auto 8px;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #E9EAEB;
    color: #333333;
    font-size: 13px;
    background: none;
    line-height: initial;
}

.footer-block p::before {
    content: "";
    display: block;
    width: 4px;
    height: 14px;
    background: #1E4BA6;
}

.footer-block .footer_inner .footer_box ul {
    padding: 0;
}

.footer-block li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #1e4ba6;
}

.footer_box a.athome:link {
    color: #333333;
    font-weight: normal;
}

.link-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.link-block a:link {
    padding: 0 15px;
    color: #333333;
    font-size: 10px;
    border-right: 1px solid #808080;
    text-decoration: none;
    line-height: initial;
}

.link-block a:visited {
    color: #333333;
}

.link-block a:last-of-type {
    border-right: transparent;
}

/* 物件詳細のfooterリンクhoverアクション */

.footer_box a.athome.hover-line:hover,
a.hover-line:hover {
    color: #1E4BA6;
    text-decoration: underline;
}

.link-block a.under-line {
    color: #1E4BA6;
    text-decoration: underline;
}

.copy-block {
    color: #333333;
    padding: 9px 0 4px;
}

.info-block a:link {
    display: inline-block;
    padding: 2px 0 10px 15px;
    color: #888888;
}

.info-block a:hover {
    color: #1E4BA6;
}

.caution-message {
    color: #FF0000 !important;
    font-weight: normal;
}

.link-inactive {
    pointer-events:none;
    background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4) !important;
    color: #8f8f8f !important;
    border: 1px solid #a7a7a7 !important;
    
}

.link-inactive i {
    background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4) !important;
    color: #8f8f8f !important;
}

.link-inactive img {
    filter: invert(56%) sepia(3%) saturate(13%) hue-rotate(108deg) brightness(101%) contrast(89%);
}
