/* 全体の幅---------------------------------- */
a {
  color: #446ca8 !important;
}

a:hover {
  color: #3998d5 !important;
}

header {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

body {
  padding-top: 40px;
}

#dashboard {
  display: flex;
}

#dashboard {
  width: 1400px;
  margin: 0px auto;
}

.main-size {
  /* width: 80%; */
  /* max-width: 1280px; */
  width: calc(100% - 300px);
  margin: 80px auto;
  padding: 0 20px 0 20px;
}

.inner-title {
  border-left: 4px solid #446ca8;
  padding-left: 5px;
  color: #446ca8;
  font-weight: bold;
}

.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: 16px;
}

.search-area-bg {
  background: #ffff;
  flex-direction: column;
  display: flex;
  /*border:1px solid #ccc;*/
}

#user_edit_modal .modal-dialog,
#user_register_modal .modal-dialog,
#user_delete_modal .modal-dialog {
  margin-top: 80px;
}

/* ログイン---------------------------------- */
#login .toparea {
  text-align: center;
  margin-top: 50px;
}

#login .toparea img {
  max-width: 320px;
}

#loginbox01 {
  background: #e1eef9 !important;
  margin: 50px 25px 0px 50px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#loginbox01 h3 {
  background: #446ca8;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#loginbox02 {
  background: #eee !important;
  margin: 50px 25px 0px 50px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#loginbox02 h3 {
  background: #777;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

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

.main-title {
  color: #454545;
  font-size: 22px;
  text-align: left;
}

.chat-position-r {
  position: relative;
}

/* table style------------------------------------------------------- */
.pro-leftbox .nav-item .nav-link {
  color: #555 !important;
  /*border-top:2px solid #ccc !important;*/
  border-bottom: 3px solid #ccc !important;
}

.pro-leftbox .nav-item .nav-link.active {
  /*background: #163871 !important;*/
  color: #163871 !important;
  border-bottom: 3px solid #163871 !important;
}

/* table style------------------------------------------------------- */

/* .table {
        border: 1px solid #eee;
        border-radius: 10px !important;
        border-collapse: separate;
    }

    .table th{
        background-color: #fff !important;
        border-top: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
        padding:20px !important;
        font-size:16px !important;
        font-weight: 700;
    }
    .table td{
        background-color: #fff !important;
        border-top: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
        padding:20px !important;
        font-size:16px !important;
        font-weight: 700;
    } */

.table-list {
  width: 100%;
}

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

.table-list thead th {
  padding: 10px 10px !important;
  font-size: 14px;
  color: #555;
  background: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

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

.table-list tbody td {
  background: #fff;
  padding: 10px 10px !important;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  vertical-align: middle;
  font-size: 14px;
  color: #555;
}

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: 10px 10px;
  font-size: 13px;
  color: #555;
  background: #fff;
  font-weight: bold;
  border-bottom: 3px solid #eff0f4;
  font-weight: 900;
  text-align: left;
}

.tab-table td {
  background: #fff;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
  font-weight: 900;
  text-align: left;
}

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

.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: 16px;
  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: #2d50ae;*/
  background-color: #446ca8 !important;
}

.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 {
  /*background: #fff;*/
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-left: 5px solid #fff;*/
  width: 170px;
  box-sizing: border-box;
  /*margin-right: 20px;*/
  color: #2a46ab;
  font-size: 23px;
  font-weight: 500;
}

.header-box img {
  width: 20px;
}

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

/* header-right */

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

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

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

header .border-line {
  border-left: 2px solid #6b80c9;
  height: 32px;
  /*padding-right: 15px;*/
}

header .chatnotice {
  text-align: center;
  width: 170px;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff !important;
}

header .dropdown-menu .dropdown-item {
  color: #000 !important;
  display: flex;
  justify-content: space-between;
}

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

header .help {
  background: #3998d5;
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
}

#AccountDropMenu {
  width: 185px;
  overflow: hidden;
  padding: 0px 15px;
  text-overflow: ellipsis;
}

#breadcrumb_wrap {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#breadcrumb {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  position: relative;
}

#breadcrumb>li {
  padding: 0 16px 0 0;
  height: 100%;
  margin-right: 24px;
  position: relative;
}

#breadcrumb>li>span,
#breadcrumb>li>a {
  height: 100%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#breadcrumb>li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  background-color: #ddd;
  width: 1px;
  height: 100%;
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
}

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

.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;*/
  background: #163871 !important;
  /*color: #2a46ab !important;*/
  color: #fff !important;
  /*margin-bottom: -2px;*/
  /* border-bottom: 1px solid #dedcde !important; */
}

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

.nav-link.active {
  border-radius: 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: 0.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: 0.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;
}

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

.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,
.table 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: #446ca8 !important;
}

/*#project_header_area h4{
font-weight:900;
}*/

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

.step {
  list-style-type: none;
  display: table;
  width: 500px;
  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: 14px;
}

.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: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #aaaaaa;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li.is-current {
  background: #3998d5;
  font-weight: bold;
}

.step li.is-current:after {
  border-color: transparent transparent transparent #3998d5;
}

/* コメント通知------------------------------------------------------------------- */

.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);
}

/* ガイド */
.guide_box {
  /*border:1px solid #aaa;*/
  /*padding:25px;*/
  /*background:#ffd;*/
  margin-bottom: 25px;
  background: #edf2f7;
  padding: 25px;
  /*font-weight: 900;*/
  color: #333;
}

/*
.guide-box {
    padding:10px;
}
.guide-now {
    background-color: #ddf;
    border: 3px double #9bf;
}
.guide-next {
    background-color: #fdd;
    border: 3px double #f99;
}
*/
/*背景 */

.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;
}

.pro-leftbox {
  display: flex !important;
  width: auto !important;
  margin-bottom: 0px;
  padding: 0px;
  white-space: nowrap;
}

.pro-leftbox::-webkit-scrollbar {
  display: none;
}

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

/* ダッシュボード */

#dashboard {
  margin-bottom: 30px;
}

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

#dashboard-right {
  width: 45%;
}

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

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

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

#dashboard .card_title,
#dashboard .card_title span {
  text-align: left;
  font-size: 18px;
  color: #333;
}

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

/* 施工案件一覧の検索ボタン */
.search-btn-item .blue-btn {
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* コメント */

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

/* 新規登録 */
#entry .main-title {
  font-size: 30px;
  font-weight: bold;
  color: #5b5656;
}

/* #entry .register_btn01,#ps-reset .register_btn01{
    background-color: #446ca8 !important;
    color: #fff !important;
    border-radius: 0px;
}
#entry .register_btn01,#ps-reset .register_btn01:hover{
    opacity: 50%;
} */
#entry .progressbar {
  display: flex;
  flex-wrap: wrap;
}

#entry .progressbar .item {
  position: relative;
  width: 20%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #ffff;
  color: #999999;
  padding: 20px 5px;
  font-size: 14px;
}

#entry .progressbar .item:not(:last-child)::before,
#entry .progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 29px solid transparent;
  border-left: 20px solid #ffff;
  margin: auto;
}

#entry .progressbar .item:not(:last-child)::before {
  margin-left: 3px;
  border-left-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
  #entry .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }

  #entry .progressbar .item:not(:last-child)::before,
  #entry .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}

/* active */

#entry .progressbar .item.active {
  z-index: 1;
  background: #446ca8;
  color: #fff;
}

#entry .progressbar .item.active:not(:last-child)::after {
  border-left-color: #446ca8;
}

#entry .progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

#entry .progressbar .pro-style:not(:last-child)::before {
  margin-left: 0px;
}

#login .inner-title,
.flex-item button {
  font-weight: 700;
}

#login .inner-title {
  color: #6a6a6a;
  font-size: 1.25rem !important;
}

#ps-reset .main-title {
  font-size: 30px;
  font-weight: bold;
  color: #5b5656;
}

/* 2022-12-26  河野追加*/
/*#project_search_open_btn,
#project_search_close_btn {
    display: none;
}*/
.doc-link {
  /*border:1px solid #163871;*/
  padding: 4px 8px;
}

.doc-link.doc-active {
  color: #163871 !important;
  border-bottom: 2px solid #163871;
}

.property_nav {
  margin-top: 25px;
}

/* サイドバー */
.side-menu-size-title {
  border-left: 4px solid #2a46ab;
  padding-left: 8px;
  font-size: 16px !important;
  display: inline-block;
}

.side-menu-size-title#base_title_string {
  font-weight: 700;
}

/* ガイド */
.prevnext-btn-box {
  display: flex;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
@media screen and (max-width: 900px) {

  /* 2023-2-6 河野追加 */
  * {
    font-size: 16px;
  }

  input {
    touch-action: manipulation;
  }

  /* ---------------------------------- */

  body {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  /*header .sp-show{
    position: fixed;
    width: 100%;
    bottom: 0px !important;
    left: 0px;
}*/

  .main-title {
    font-size: 1.2rem !important;
  }

  .wrap {
    width: 100%;
  }

  .flex-content {
    flex-flow: column;
  }

  .flex-item {
    width: 100% !important;
  }

  .flex-item .register_btn01 {
    width: 200px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .flex-item {
    height: auto;
  }

  .main-size {
    width: 100%;
    padding: 0 20px 100px 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,
  .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 {
        position: fixed !important;
        top: auto;
        left: 0px !important;
        bottom: 0px !important;
    } */
  .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,
  .front #dashboard table td {
    /* padding: 10px !important; */
    width: 33%;
    /* font-size: 10px !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:not(.col-lg-2),
  .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;
  }

  #entry .progressbar .item {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 20px;
    width: 300px;
  }

  .prevnext-btn-box {
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .guide_btn1,
  .guide_btn2 {
    width: 100%;
    margin-top: 10px;
  }

  .guide_btn1:hover,
  .guide_btn2:hover {
    margin-top: 10px;
  }

  /* 2022-12-26 河野 */
  .chat-box {
    right: 0;
    width: 100% !important;
  }

  .project-left-side {
    /*display: none;*/
  }

  /* 開くボタン */
  /*#project_search_open_btn {
        display: block;
        background: #fff;
        margin-bottom: 10px;
    }*/
  /* 閉じるボタン */
  #project_search_close_btn {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
  }

  .side-show .main-size {
    display: none;
  }

  .side-show .side-menu-size {
    width: 100% !important;
  }

  .chat_li_link,
  .chat-main-line {
    font-size: 10px;
    text-align: left;
  }

  /* ヘッダーメニュー */
  .sp-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom-style: none !important;
    padding: 0px !important;
  }

  .sp-menu-area .nav-item {
    width: 16%;
    position: relative;
  }

  .sp-menu-area .nav-link {
    flex-flow: column;
    font-size: 10px !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 5px 0px !important;
    height: 50px;
    overflow: hidden;
    justify-content: center !important;
  }

  .sp-menu-area .nav-link.active {
    justify-content: flex-end;
  }

  header .chatnotice {
    width: auto;
  }

  header .chatnotice .dropdown-toggle {
    font-size: 10px;
  }

  header .chatnotice .dropdown-toggle .alert-count {
    left: -16px;
    top: -4px;
  }

  header .chatnotice .dropdown-toggle .dropdown-menu {
    width: 169px !important;
    left: -50px;
  }

  header .chatnotice .dropdown-menu .dropdown-item {
    word-wrap: break-word;
    display: block !important;
    font-size: 10px;
  }

  .d-flex-sp {
    flex-direction: column;
    align-items: center;
  }
}