/* 全体の幅---------------------------------- */

html,body,.property_nav,.pro-leftbox,#property-drawing{
/*height:100%;*/
background:#eeeff1;
}
#dashboard {
    display: flex;
}
#dashboard {
    width: 1400px;
    margin: 0px auto;
}
.bk-gr{
    background: #eee;
    padding: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.main-size {
    /* width: 80%; */
    /* max-width: 1280px; */
    /*width: 1400px;*/
    width:100%;
    margin: 0 auto;
    background: #FFFEFC !important;
}

.system_btn_group a {
color:#58656d;
border:1px solid #58656d;
margin-right:10px;
background:#fff;
padding:5px 15px;
}
.system_btn_group a.active{
color:#fff !important;
border:1px solid #58656d;
margin-right:10px;
background:#58656d !important;
padding:5px 15px;
}


.inner-title {
    border-left: 3px solid #58656d;
    padding-left: 5px;
}

.guide_span {
    display: inline-block;
    border: 2px solid #2a46ab;
    color: #2a46ab;
    padding: 0px 5px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 10px;
}

.guide_box form .btn-area {
    display: flex;
    margin-top: 10px;
}

.guide_box .guide_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.guide_btn1 {
    border: 2px solid #dc0011;
    color: #dc0011 !important;
    background: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px 5px;
}

.guide_btn2 {
    border: 2px solid #00bff8;
    color: #00bff8 !important;
    background: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px 5px;
}

.guide_btn3 {
    border: 2px solid #f94;
    color: #f94!important;
    background: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px 5px;
}

.guide_btn1:hover {
    background: #dc0011;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px 5px;
}

.guide_btn2:hover {
    background: #00bff8;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px 5px;
}

.guide_btn3:hover {
    background: #f94;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px 5px;
}

.operation_dec_label {
    font-size: 14px;
    margin-top: 25px;
}

#myTab li a span {
    font-size: 18px;
}
.customeform-title{
    background: #58656d;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sub_title{
    width: 160px;
    display: inline-block;
    border: 1px solid #58656d !important;
    color: #58656d !important;
    margin: 3px 10px 3px 0px;
    text-align: center;
    padding: 2px 0px;
}

.ul_label{
text-align:center;
margin-bottom:0px;
border:1px solid #fff;
width:85%;
display:block;
margin:10px auto;
color:#fff;
}

/* 全体のタイトル---------------------------------- */

.main-title {
    color: #000;
    margin: 30px 0;
    /* margin-bottom: 10px; */
    font-size: 22px;
    text-align: left;
}


/* table style------------------------------------------------------- */
.pro-leftbox .nav-item .nav-link.active {
    background: #fff !important;
    color:#555 !important;
}

/*
.property_nav .nav-item.listep1 {
border-left:4px solid #09d;
box-sizing:content-box;
}
.property_nav .nav-item.listep2 {
border-left:4px solid #d70;
box-sizing:content-box;
}*/

/* table style------------------------------------------------------- */
.table-list {
    width: 100%;
}

.table-list thead {
    background: #fff;
}

.table-list thead th {
    padding: 6px 3px;
    font-size: 12px !important;
    color: #ffff;
    font-weight: normal;
    /* border:1px solid #58656d; */
    font-weight:bold;
    background:#fff;
    line-height: 13px;
    border-bottom:2px solid #58656d;
    background: #58656d;
}
.table-list tbody {
    background: #fff;
}

.table-list tbody td {
    background: #fff;
    border-bottom: 3px solid #eff0f4;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    border-bottom:1px solid #58656d;
    background:#fff;
    font-size: 12px !important;
    padding: 3px 10px;
    line-height: 20px;
    font-weight:normal;
    /* white-space:pre-wrap; */
}

.table-list tbody td a{
    color: #26659b !important;
    font-weight:900;
}

table {
    table-layout: fixed;
}

table th {
    vertical-align: middle;
}

table td {
    overflow-wrap: break-word;
    vertical-align: middle;
}


/* tabのテーブル------------------- */

.tab-table {
    width: 100%;
}

.tab-table th {
    padding: 15px 10px;
    font-size: 15px;
    color: #000;
    background: #fff;
    font-weight: normal;
    border-bottom: 3px solid #eff0f4;
}

.tab-table td {
    background: #fff;
    padding: 15px 10px;
    border-bottom: 3px solid #eff0f4;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
}


/* 工程　ステップ------------------------------------------ */

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    /* width: 33.333%; */
    color: #999999;
    font-weight: bold;
    flex: 1;
}

.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 7px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
}

.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active,
.progressbar li.complete {
    color: #0070BD;
}

.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    /*background-color: #0070BD;*/
}


/* タブ--------------------------------------------------------------- */

.matter-tab .nav-link.active {
    background: #fff !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.matter-tab .nav-link {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -4px;
    width: 150px;
    text-align: center;
}

#dashboard-left .matter-tab .nav-link {
    width: 100%;
    padding: 10px;
}

#dashboard-left .header-nav-tab {
    width: calc(100% / 6);
}

#dashboard-left #myTab li a span {
    font-size: 15px;
}

.contact-tab .nav-link.active {
    background: #e3e3e3 !important;
    color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 220px;
    text-align: center;
}

.contact-tab .nav-link {
    font-size: 20px;
    font-weight: 700;
    width: 220px;
    text-align: center;
}

.nav-link.active {
    background: #f3f3f3 !important;
    color: #fff;
}

.pg-nav .active {
    background: #ffff !important;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -2px;
    color: #6c6c6c !important;
}

.pg-nav a {
    padding: 0.5rem 1rem;
    margin-bottom: -2px;
    color: #2a46ab !important;
    font-size: 1em;
}

.nav-tabs {
    border-bottom-style: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: none !important;
    border-bottom: none !important;
}

.nav-tabs .nav-link {
    border-style: none !important;
}

.account-tab {
    border-bottom: 1px solid #dee2e6 !important;
}

.account-tab .nav-link {
    margin-top: 30px;
    width: 200px !important;
}

.account-tab .nav-link.active {
    background: #dee2e6 !important;
}


/* ページング--------------------------------------------------------------- */

.navigation-number-style {
    font-weight: 700;
    font-size: 1em;
}

.navigation-color-gray {
    color: #c1c1c1;
    font-weight: 900;
    font-size: 1em;
}

.navigation-color-blue {
    color: #2d50ae;
    font-weight: 900;
    font-size: 1em;
}


/* ヘッダー--------------------------------------------------------------- */

.header-wrap {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #353d40 !important;
    height: 50px;
}

.header-menu-font {
    color: #a9a9a9;
    font-size: 13px;
    line-height: 20px;
    /* padding: 0 20px; */
    padding-left: 20px;
    margin: 0 20px;
}

.header-right li {
    padding: 0.5rem 1rem;
}

.header-title {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 5px solid #fff;
    width: 105px;
    box-sizing: border-box;
    margin-right: 20px;
    color: #2a46ab;
    font-size: 23px;
    font-weight: 500;
    padding: 22px;
    margin-bottom: 0px !important;
}
header .header-title-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    box-sizing: border-box;
    margin-right: 20px;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}
header .header-title-box .title{
    font-size: 16px;
}
.header-box img {
    width: 20px;
}

.header-box .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
}


/* header-right */

header .user-name,
.logout,
.help {
    color: #fff;
    font-size: 1em;
}

.logout a,
.help a {
    color: #fff !important;
    display: flex;
    align-items: center;
}

header .user-name {
    padding-right: 15px;
}

header .border-line {
    border-left: 2px solid #fff;
    height: 40px;
    padding-right: 15px;
    margin-left: 15px;
}

header .logout {
    text-align: center;
    width: 130px;
    box-sizing: border-box;
    font-size: 14px;
}

header .help {
    background: #30b6cc;
    /* background-color: #212529; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 5px solid #fff;
    width: 130px;
    box-sizing: border-box;
    font-size: 14px;
}


/* ヘッダー　サブメニュー------------------------------------------------------------*/

.sub-menu {
    /* width: 80%; */
    width: 100%;
    /* max-width: 1280px; */
    margin: 0 auto;
    padding: 8px 30px 0 30px;
}

.breadcrumb {
    background: #dedcde;
}


/* ヘッダー　タブ------------------------------------------------------------*/

header .nav-tabs {
    border-bottom-style: none !important;
    padding-top: 6px;
}

header .nav-tabs .nav-link {
    color: #fff !important;
}

header .nav-link:hover {
    border-style: none !important;
    border-color: 1px solid #fff !important;
}

header .nav-link.active {
    background: #f3f3f3 !important;
    /*color: #2a46ab !important;*/
    /* color: rgb(42, 128, 185) !important; */
    color: #212529 !important;
    margin-bottom: -2px;
}

header .nav-tabs .nav-link:focus,
header .nav-tabs .nav-link:hover {
    border-bottom: 0px !important;
}


/* flex------------------------------------------------------------------- */

.flex-content {
    justify-content: center;
    gap: 30px;
    width: 100%;
    align-items: center;
    margin-top: 50px;
}

.flex-item {
    width: 50%;
    /* height: 640px; */
    height: 400px;
    padding: 0 32px 32px;
    visibility: visible;
    opacity: 1;
    font: bold 16px/16px 'Roboto', 'Noto Sans JP', 'Verdana', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    color: #7d7d7d;
    line-height: 30px;
    font-size: 13px;
}

.flex-box {
    display: flex;
    align-items: center;
    gap:10px;
}

#header_modal {
    padding-right: 0px !important;
}

.card-header,
.card-body {
    text-align: center;
}

.wrap {
    padding: 0 20px 80px;
    width: 1000px;
    margin: 0 auto;
}

.inner-box ul li {
    line-height: 30px;
}

.inner-title {
    font-size: 18px;
    /* font: bold 16px/16px 'Roboto', 'Noto Sans JP', 'Verdana', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif; */
    margin: 5px 0;
}

.logo-container {
    display: block;
    width: 144px;
}

.logo-itandibb {
    height: 24px;
}

.text-link-button {
    display: block;
    width: 100%;
    font: bold 14px/2.5 'Roboto', 'Noto Sans JP', 'Verdana', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    color: #6ea8d4;
    text-align: center;
    text-decoration: none;
    letter-spacing: .04em;
    white-space: nowrap;
}

.text-link-button:hover {
    color: #deeaf6 !important;
}

.text-link-button-small:hover {
    color: #2a80b9 !important;
}

.login-form-help-heading {
    /* padding: 44px 0 0; */
    /* margin: 32px 0 0; */
    font: bold 16px/16px 'Roboto', 'Noto Sans JP', 'Verdana', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    color: #7d7d7d;
    /* border-top: solid 1px #e1e1e1; */
}

.text-link-button-small {
    display: block;
    width: 100%;
    padding: 24px 0 0;
    font: 12px/2.5 'Roboto', 'Noto Sans JP', 'Verdana', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    color: #6ea8d4;
    text-decoration: none;
    letter-spacing: .04em;
    white-space: nowrap;
}

.ps-reset .flex-item {
    height: 500px;
}


/* モーダル----------------------------------------------------------------- */

.moda-main-title {
    color: #000;
    margin: 30px 0;
    font-size: 27px;
    font-weight: bold;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
}

.modal-backdrop {
    background-color: #515e7e !important;
}


/* togle -------------------------------------------------------------------- */

.toggle.btn {
    min-width: 160px !important;
    min-height: 43px !important;
}

.toggle-on.btn {
    background: #2fb6cc !important;
}

.toggle-off.btn {
    background: #808080;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 新規会員登録----------------------------------------------------------------- */

.member_register .member_register {
    width: 100%;
}

.member_register .table-size-1 {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.member_register .table-size-2 {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.member_register .table-size-3 {
    width: 70%;
    text-align: center;
    vertical-align: middle;
}

.required {
    padding: 5px 5px;
    background-color: #e62b4f;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
}

.post_code {
    width: 50%;
}

.og-form-label {
    text-align: center;
}


.inner-title {
  border-left: 4px solid #58656d;
  padding-left: 5px;
  color: #58656d;
  font-weight: bold;
}
.inner-title{
  font-size: 18px;
  margin: 5px 0;
}


/* 物件管理-------------------------------------------------------------------------- */

.property .btn {
    width: 250px !important;
    border-radius: 30px !important;
}

.img-box {
    width: 20%;
}

.info-box {
    width: 60%;
}

.property .info-box .col-1,
.col-3,
.col-4 {
    line-height: 20px;
    padding: 5px;
}

.btn-box {
    width: 20%;
}

.thead-gray th {
    background: #eee !important;
}

.table th,
td {
    font-size: 0.85rem;
}

.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    z-index: 100;
}

.btn:hover {
    opacity: 50%;
}

.anchor-text-color {
    color: rgb(42, 128, 185) !important;
}


/* アロー　フロー図 -------------------------------------------------------------------*/

.step {
    list-style-type: none;
    display: table;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.step li {
    display: table-cell;
    position: relative;
    background: #aaaaaa;
    padding: 0.5em 0.5em 0.5em 2em;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.step li:last-child {
    padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after {
    display: none;
}

.step li:before,
.step li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.step li:before {
    top: -21px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

.step li:after {
    top: -21px;
    right: -.8em;
    border-style: solid;
    border-color: transparent transparent transparent #aaaaaa;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

.step li.is-current {
    background: #30b6cc;
    font-weight: bold;
}

.step li.is-current:after {
    border-color: transparent transparent transparent #30b6cc;
}


/* チャット通知------------------------------------------------------------------- */

.chat-number {
    position: absolute;
    right: -8px;
    bottom: 20px;
    color: #fff;
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 50px;
    text-align: center;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}


/* チャット履歴 */

.chat-area img {
    width: 80px;
}

.chat-area {
    /* height: 700px; */
    /* overflow-x: auto; */
    max-width: 1200px;
    margin: 50px auto;
}


/*スクロールバー全体  */

.chat-area::-webkit-scrollbar {
    width: 10px;
    /* 垂直方向のスクロールバーの幅 */
    height: 10px;
    /* 水平方向のスクロールバーの幅 */
}


/* つまみの部分 */

.chat-area::-webkit-scrollbar-thumb {
    background-color: #2d50ae;
    border-radius: 5px;
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}


/*背景 */

.chat-area::-webkit-scrollbar-track {
    background-color: rgb(220, 220, 220);
    border-radius: 5px;
}

.mx-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.chat-date {
    font-size: 13px;
    color: #333;
}

.bil_name,
.user_name {
    font-size: 13px;
}

.property_nav {
    display:flex !important;
}

.pro-leftbox {
    width: auto !important;
    margin-bottom: 0px;
    padding: 0px;
    background:#58656d;
    overflow-y: scroll;
    height: auto;
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/  }
.pro-leftbox::-webkit-scrollbar { 
    display: none;
    }
.pro-rightbox::-webkit-scrollbar { 
    display: none;
    }
.pro-leftbox li a{
	min-width:200px;
	padding:5px 20px;
    color:#fff !important;
}
.pro-leftbox li.category{
	text-align:center;
}

.pro-rightbox {
    /*background:eeeff1 !important;*/
    width: 100%;
    margin: 0 auto;
    /* overflow-y: scroll;
    height: 900px;
    scrollbar-width: none;   
    -ms-overflow-style: none; */
    background:#eeeff1 !important;
 }

.pro-leftbox .nav-item .active {
    color: #fff !important;
}


/* ダッシュボード */

#dashboard {
    margin-bottom: 30px;
}

#dashboard-left {
    width: 69%;
    margin-right: 2%;
}

#dashboard-right {
    width: 29%;
}

#dashboard .dashboard_card_number {
    font-size: 20px;
    font-weight: 700;
}

#dashboard .dashboard_card_number span {
    font-size: 40px;
}

#dashboard .card {
    border-radius: 10px;
    border-style: none !important;
}

#dashboard .card_title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

#login .inner-title {
    font-size: 18px;
    border-left: 0px;
}


/* チャット */

.mycomment p {
    overflow-wrap: break-word;
}

.pc-show {
    display: block;
}

.sp-show {
    display: none;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* スマホ */
@media screen and (max-width: 900px) {
    .wrap {
        width: 100%;
    }
    .flex-content {
        flex-flow: column;
    }
    .flex-item {
        width: 100%;
    }
    .flex-item {
        height: auto;
    }
    .main-size {
        width: 100%;
        padding: 20px;
    }
    ol,
    ul {
        padding-left: 0 !important;
    }
    .outlined-button,
    .filled-button {
        font-size: 13px;
    }
    .ps-reset .flex-item {
        height: auto;
    }
    .member_register table th,
    .member_register table td {
        width: 100% !important;
        display: block;
    }
    /* form */
    .gender {
        justify-content: center;
    }
    .post_code {
        width: 100% !important;
    }
    
    /* 共通 */
    .flex-box {
       width: 100%;
    }
    .main-title{
        font-size:16px;
    }
    .sp-width{
        width: 100% !important;
        display: block;
    }
    .sp-flex{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    table th,td{
        font-size: 13px !important;
    }
    .ellipsis {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .scroll-x {
        overflow-x: scroll;
        flex-wrap: inherit !important;
        white-space: nowrap;
    }
    .scroll-x table{
        table-layout: initial;
        border-collapse: collapse;
        /* width: 200px !important; */
        /* white-space:break-spaces; */
    }
    /* ヘッダー */
    .header-box .nav-tabs .nav-link {
        /* width: 115px; */
        padding: 5px;
    }
    .header-box img {
        max-width: inherit;
    }
    
    /* ダッシュボード */
    .front #dashboard {
        width: 100%;
        padding: 20px;
        display: block;
    }
    .front #dashboard .card{
        width: 70%;
        margin: 0 auto;
    }
    .front #dashboard-left,
    #dashboard-right {
        width: 100%;
    }
    .front #dashboard .col-sm-4 {
        margin-top: 20px;
    }
    .front #dashboard table th,
    td {
        padding: 10px !important;
        width: 33%;
        font-size: 13px !important;
    }
    .front #dashboard-left .header-nav-tab {
        width: 300px;
        margin: 0 10px;
    }
    .front #dashboard-left .header-nav-tab:first-child {
        margin: 0;
    }
    #dashboard-left .matter-tab .nav-link {
        padding: 10px 30px;
    }
    /* モーダル */
    .modal-body{
        padding:30px !important; 
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        width: 100% !important;
    }
    .row .form-control,.form-select{
        width: 100% !important;
    }
    /* 一覧検索 */
    #search-box .d-flex{
        flex-flow: column;
    }
    #search-box .form-control,.form-select{
        width: 100% !important;
    }

    .tagArea{
        overflow: scroll;
        white-space: nowrap;
        width: 200px;
        margin: 0 20px;
    }

    .matter-tab .nav-link{
        font-size: 15px;
        width: auto !important;
    }
    #price-total-area{
        width: 100% !important;
    }
   
}