@media (max-width: 992px) {
  body {
    font-family: ヒラギノ角ゴシック, Open Sans-serif;
    color: #262626;
    background-color: #f5f5f5;
  }
  /* マージン */
  .header-fixed .app-body {
    margin-top: 0;
  }
  .border_btm_blue {
    border-bottom: 1px solid #02bdff;
  }
  /* フォントサイズ */
  .font-lg {
    font-size: 1.2rem !important;
  }
  th,
  a,
  td {
    font-size: 16px;
  }
  /* サイドバー */
  .sidebar {
    background: #a9a9a9;
  }
  .sidebar-nav > .nav {
    padding-top: 1rem;
  }
  .nav > .nav-line {
    margin: 0 1rem 0 1rem;
    border-bottom: 1px solid #a9a9a9;
    text-align: left;
  }
  .dashbord {
    text-align: left;
  }
  .nav-item > .dashbord {
    margin: 1rem 0;
  }
  /* ボタン */
  .btn-html5 {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
  }
  .btn-html5:hover {
    background-color: #b0c4de;
    border-color: #b0c4de;
  }
  .btn-html5:not(:disabled):not(.disabled).active,
  .btn-html5:not(:disabled):not(.disabled):active,
  .show > .btn-html5.dropdown-toggle {
    background-color: #b0c4de;
    border-color: #b0c4de;
  }
  .btn-html5:disabled {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #808080;
    cursor: not-allowed;
    opacity: 0.65;
  }
  .btn-outline-primary:hover {
    background-color: #b0c4de;
  }
  /* 必須 */
  .input_required {
    color: red;
    font-size: 14px;
  }

  /* テーブル */
  .table {
    max-height: 50vh;
  }
  .table thead th {
    text-align: center;
    vertical-align: middle;
  }
  .table td,
  .table th {
    text-align: center;
  }
  .table-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .tablesorter-header-inner {
    padding-right: 10px;
  }
  .tablesorter-default .header,
  .tablesorter-default .tablesorter-header {
    cursor: unset;
    white-space: unset;
    padding: 0.75rem;
  }
  .tablesorter-default tbody > tr.even:hover > td,
  .tablesorter-default tbody > tr.hover > td,
  .tablesorter-default tbody > tr.odd:hover > td,
  .tablesorter-default tbody > tr:hover > td {
    color: #262626;
  }
  .table-striped tbody tr:nth-of-type(odd) > td {
    background-color: rgba(249, 249, 249, 0.05);
  }
  .table-striped tbody tr:nth-of-type(even) > td {
    background-color: white;
  }
  #all_check {
    background-image: none;
  }
  #all_check > .tablesorter-header-inner {
    padding: 0;
  }
  .table_products {
    min-width: 10vw;
    max-width: 10vw;
  }
  /* ヘッダ*/
  .page_header {
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    border-bottom: 1px solid #d0d6dd;
  }
  .page_name {
    font-size: 30px;
    margin: 20px 0 20px 0;
    font-weight: bold;
  }
  .card-header-actions {
    display: none;
  }
  .file-control {
    border: 2px solid #d0d6dd;
  }
  /* modal */
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    padding: 20px;
    position: fixed;
    width: 50%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow-y: scroll;
  }
  /* テーブル基本スタイル */
  th {
    background: white;
    border-bottom: 2px solid #c8ced3;
  }
  /* カレンダー休日 */
  .holiday-name {
    margin-top: 35%;
    margin-left: 15%;
    font-size: 14px;
  }
  /* サイドバー */
  .accordion1 {
    text-align: center;
  }
  .accordion1 .inner {
    display: none;
  }
  .accordion1 p {
    cursor: pointer;
    padding: 10px;
  }
  .sidebar-fixed .sidebar {
    width: 0;
  }
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main {
    margin-left: 0;
  }
  .drop-down-1 {
    display: none;
  }
  .drop-down-1-icon {
    margin-left: 20px;
  }
  .drop-down-2 {
    display: none;
  }
  .drop-down-2-icon {
    margin-left: 40px;
  }
  .drop-down-3 {
    display: none;
  }
  .drop-down-3-icon {
    margin-left: 60px;
  }
  /* サイドバー（外部のcss利用） */
  .fa-2x {
    font-size: 2em;
  }
  .fa,
  .fab,
  .fas {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    margin-top: 5px;
  }
  .open_drop:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 20px 0 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .fab,
  .fas {
    font-weight: 900;
  }
  .main-menu:hover,
  nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
  }
  .main-menu {
    background: #a9a9a9;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 50px;
    overflow: hidden;
    -webkit-transition: width 0.05s linear;
    transition: width 0.05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
  }
  .main-menu > ul {
    margin: 7px 0;
  }
  .main-menu li {
    position: relative;
    display: block;
    width: 250px;
  }
  .main-menu li > a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: white;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
  .main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: "Titillium Web", sans-serif;
  }
  .main-menu > ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .no-touch .scrollable.hover {
    overflow-y: hidden;
  }
  .no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  nav ul,
  nav li {
    outline: 0;
    margin: 0;
    padding: 0;
  }
  .main-menu li:hover > a,
  nav.main-menu li.active > a,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus,
  .no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
  .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #3cb371;
  }
  .area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
  }
  @font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 300;
    src: local("Titillium WebLight"), local("TitilliumWeb-Light"),
      url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff)
        format("woff");
  }
  .fa,
  .fas {
    color: white;
  }
  /* スイッチ */
  .switch-outline-vk-alt .switch-input:checked + .switch-slider {
    background-color: #fff;
    border-color: #45668e;
  }
  .switch-outline-vk-alt .switch-input:checked + .switch-slider::before {
    background-color: #45668e;
    border-color: #45668e;
  }
  .switch-outline-vk-alt .switch-input:checked + .switch-slider::after {
    color: #45668e;
  }

  .label_font_size {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    font-family: ヒラギノ角ゴシック, Open Sans-serif;
    color: #262626;
    background-color: #f5f5f5;
  }
  /* マージン */
  .header-fixed .app-body {
    margin-top: 0;
  }
  /* フォントサイズ */
  .font-lg {
    font-size: 1.2rem !important;
  }
  th,
  a,
  td {
    font-size: 16px;
  }
  /* サイドバー */
  .sidebar {
    background: #a9a9a9;
  }
  .sidebar-nav > .nav {
    padding-top: 1rem;
  }
  .nav > .nav-line {
    margin: 0 1rem 0 1rem;
    border-bottom: 1px solid #a9a9a9;
    text-align: left;
  }
  .dashbord {
    text-align: left;
  }
  .nav-item > .dashbord {
    margin: 1rem 0;
  }
  /* ボタン */
  .btn-html5 {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
  }
  .btn-html5:hover {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
  }
  .btn-html5:not(:disabled):not(.disabled).active,
  .btn-html5:not(:disabled):not(.disabled):active,
  .show > .btn-html5.dropdown-toggle {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
  }
  .btn-html5:disabled {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #808080;
    cursor: not-allowed;
    opacity: 0.65;
  }
  .btn-outline-primary:hover {
    background-color: #96e4ff;
  }
  /* 必須 */
  .input_required {
    color: red;
    font-size: 14px;
  }
  /* テーブル */
  .table {
    max-height: 50vh;
  }
  .table thead th {
    text-align: center;
    vertical-align: middle;
  }
  .table td,
  .table th {
    text-align: center;
  }
  .table-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablesorter-header-inner {
    padding-right: 10px;
  }
  .tablesorter-default .header,
  .tablesorter-default .tablesorter-header {
    cursor: unset;
    white-space: unset;
    padding: 0.75rem;
  }
  .tablesorter-default tbody > tr.even:hover > td,
  .tablesorter-default tbody > tr.hover > td,
  .tablesorter-default tbody > tr.odd:hover > td,
  .tablesorter-default tbody > tr:hover > td {
    color: #262626;
  }
  .table-striped tbody tr:nth-of-type(odd) > td {
    background-color: rgba(249, 249, 249, 0.05);
  }
  .table-striped tbody tr:nth-of-type(even) > td {
    background-color: white;
  }
  #all_check {
    background-image: none;
  }
  #all_check > .tablesorter-header-inner {
    padding: 0;
  }
  .table_products {
    min-width: 10vw;
    max-width: 10vw;
  }
  .table_daily_report_parents {
    margin-bottom: 0px;
    border-bottom: 2px solid #c8ced3;
  }
  /* 画像 */
  .img_gift_interview {
    width: 400px;
    height: 400px;
  }
  /* ヘッダのサイズ変更 */
  .page_header {
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    border-bottom: 1px solid #d0d6dd;
  }
  .page_name {
    font-size: 35px;
    margin: 20px 0 20px 0;
    font-weight: bold;
  }
  .file-control {
    border: 2px solid #d0d6dd;
  }
  /* フッター */
  .card-footer {
    text-align: center;
  }
  /* modal */
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    padding: 20px;
    position: fixed;
    width: 50%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow-y: scroll;
  }
  /* テーブル基本スタイル */
  th {
    background: white;
    border-bottom: 2px solid #c8ced3;
  }
  /* サイドバー */
  .accordion1 {
    text-align: center;
  }
  .accordion1 .inner {
    display: none;
  }
  .accordion1 p {
    cursor: pointer;
    padding: 10px;
  }
  .sidebar-fixed .sidebar {
    width: 0;
  }
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main {
    margin-left: 60px;
  }
  .drop-down-1 {
    display: none;
  }
  .drop-down-1-icon {
    margin-left: 20px;
  }
  .drop-down-2 {
    display: none;
  }
  .drop-down-2-icon {
    margin-left: 40px;
  }
  .drop-down-3 {
    display: none;
  }
  .drop-down-3-icon {
    margin-left: 60px;
  }
  /* サイドバー（外部のcss利用） */
  .fa-2x {
    font-size: 2em;
  }
  .fa,
  .fab,
  .fas {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    margin-top: 5px;
  }
  .open_drop:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 20px 0 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .fab,
  .fas {
    font-weight: 900;
  }
  .main-menu:hover,
  nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
  }
  .main-menu {
    background: #a9a9a9;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 50px;
    overflow: hidden;
    -webkit-transition: width 0.05s linear;
    transition: width 0.05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
  }
  .main-menu > ul {
    margin: 7px 0;
  }
  .main-menu li {
    position: relative;
    display: block;
    width: 250px;
  }
  .main-menu li > a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: white;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
  .main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: "Titillium Web", sans-serif;
  }
  .main-menu > ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .no-touch .scrollable.hover {
    overflow-y: hidden;
  }
  .no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  nav ul,
  nav li {
    outline: 0;
    margin: 0;
    padding: 0;
  }
  .main-menu li:hover > a,
  nav.main-menu li.active > a,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus,
  .no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
  .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #808080;
  }
  .area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
  }
  @font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 300;
    src: local("Titillium WebLight"), local("TitilliumWeb-Light"),
      url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff)
        format("woff");
  }
  .fa,
  .fas {
    color: white;
  }
  /* スイッチ */
  .switch-outline-vk-alt .switch-input:checked + .switch-slider {
    background-color: #fff;
    border-color: #45668e;
  }
  .switch-outline-vk-alt .switch-input:checked + .switch-slider::before {
    background-color: #45668e;
    border-color: #45668e;
  }
  .switch-outline-vk-alt .switch-input:checked + .switch-slider::after {
    color: #45668e;
  }

  .label_font_size {
    font-size: 18px;
  }
  .label_position_right {
    text-align: right;
  }
  .label_position_center {
    text-align: center;
  }
  .label_position_center {
    text-align: center;
  }
}

/* common */

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

/* 住所自動補完 */

#zip_footer {
  display: none;
}

#zip_close {
  display: none;
}

#autozip {
  background: #fadbd6 !important;
  padding: 5px 8px !important;
  border-radius: 8px !important;
  border: 1px solid #cf2c38;
}

#autozip span {
  padding: 7px 2px 5px !important;
  font-weight: bold !important;
  color: #cf2c38 !important;
  white-space: nowrap;
}

#autozip a:hover {
  color: #cf2c38 !important;
}

#zip_body ul {
  margin: 0;
  padding: 0;
}

/* スケジュール */

td.fc-day.fc-widget-content.fc-sat {
  /* background-color: #eaf8ff;*/
}

td.fc-day-top.fc-sat.fc-past,
td.fc-day-top.fc-sat.fc-future {
  color: blue;
}

td.fc-day-top.fc-sun.fc-past,
td.fc-day-top.fc-sun.fc-future {
  color: red;
}

td.fc-day.fc-widget-content.fc-past {
  background-color: #f5f5f5;
}

td.fc-day.fc-widget-content.fc-sun {
  /* background-color: #ffeaea;*/
}

td.fc-hol {
  /* background-color: antiquewhite;*/
}

.fc-highlight {
  height: 100% !important;
  margin: 0px !important;
  background-color: #ff4f81 !important;
}
.btn-logout-style {
  background-color: #3f6dff !important;
  border-color: #3f6dff !important;
}
tr.fc-chrono th.fc-widget-header div.fc-cell-content {
  display: flex !important;
  justify-content: center !important;
}
div#calendar_month {
  width: 250px;
  margin-left: 8px;
}
div#select_date {
  width: 1082px;
  margin-right: 8px;
}
div.calendar_upperin {
  margin: 10px 30px 10px auto;
}
.edit_schedule_body {
  display: flex;
}
div#select_date .fc-highlight {
  width: 0px;
}
.row-select-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.fc-dayGrid-view .fc-body .fc-row {
  font-size: 5px;
  min-height: 37px !important;
}
.fc-day-number:hover {
  cursor: default !important;
}
#select_date .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0em !important;
}
#calendar_month .fc-day-header {
  font-size: 10px !important;
}
#calendar_month .fc-center {
  font-size: 10px !important;
}

.input_required_mark {
  background: #ff3939;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 7px;
  padding: 3px 6px;
  letter-spacing: 0.2em;
}

/* オン/オフ切り替え用スイッチがテーブルヘッダに重なってしまう事象を補正 */
.switch-label .switch-slider::before {
  z-index: 0;
}
.switch-label .switch-slider::after {
  z-index: 0;
}
thead {
  z-index: 10;
}

.form-check-input-dump,
#verification_check,
#preserve_flg_check_box {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.report-non-submitted {
  color: blue;
}
.report-holiday {
  color: red;
}
/* テーブルカラム幅の設定 */
.w-5-rem {
  width: 5rem;
}

/* ---------------------------------------------------------
  Pagination
  既存のカスタムスタイルを最小化し Bootstrap 4 標準を尊重する
--------------------------------------------------------- */
.pagination {
  /* レイアウト方向は Bootstrap のユーティリティクラス（例: justify-content-end）に委譲 */
}

/* Bootstrap 標準サイズを使用するため追加指定を削除 */
.pagination li a,
.pagination li span {
  /* intentionally left blank */
}

/* 旧クラス .pagination-link のルックを廃止（安全のため残置）*/
.pagination li.pagination-link {
  border: none;
  color: inherit;
  border-radius: 0;
}

.pagination li.active {
  background-color: transparent;
  color: inherit;
}

.sidebar_btn {
  position: fixed;
  top: 0;
  right: 0;
}
.fa-expand,
.fa-compress {
  color: #5065d1;
}
.proposal_document_back {
  background: #ff3939;
}
.box {
  width: 150px;
  min-width: 150px;
  inline-size: 150px;
  overflow-wrap: break-word;
}

.select2-selection__rendered {
  /* Bootstrap の .form-control-sm に合わせて行高さを調整 */
  line-height: 1.5 !important;
}
.select2-container .select2-selection--single {
  /* .form-control-sm と同様のフォントサイズ・パディングを設定して高さ計算を合わせる */
  font-size: 0.875rem !important; /* =14px */
  padding: 0.25rem 0.5rem !important; /* 上下4px, 左右8px */
  height: calc(1.5em + 0.5rem + 2px) !important;
  width: 100% !important;
  border: 1px solid #e4e7ea !important;
}
.select2-selection__arrow {
  height: calc(1.5em + 0.5rem + 2px) !important;
}

#agency_list + .select2-selection__rendered {
  line-height: 1.5 !important;
}
#agency_list + .select2-container .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px) !important;
  width: 100% !important;
  border: 1px solid #e4e7ea !important;
}
#agency_list + .select2-selection__arrow {
  height: 32px !important;
}

#branch_list_id + .select2-selection__rendered {
  line-height: 1.5 !important;
}
#branch_list_id + .select2-container .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px) !important;
  width: 100% !important;
  border: 1px solid #e4e7ea !important;
}
#branch_list_id + .select2-selection__arrow {
  height: calc(1.5em + 0.5rem + 2px) !important;
}
#store_id + .select2-selection__rendered {
  line-height: 1.5 !important;
}
#store_id + .select2-container .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px) !important;
  width: 100% !important;
  border: 1px solid #e4e7ea !important;
}
#store_id + .select2-selection__arrow {
  height: calc(1.5em + 0.5rem + 2px) !important;
}
.salary-pull + .select2-selection__rendered {
  line-height: 1.5 !important;
}
.salary-pull + .select2-container .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px) !important;
  width: 100% !important;
  border: 1px solid #e4e7ea !important;
}
.salary-pull + .select2-selection__arrow {
  height: calc(1.5em + 0.5rem + 2px) !important;
}

.select2-selection.select2-selection--single {
  width: 100% !important;
}

/* ---- カラーパレットを btn-vk (#45668e) と合わせる ---- */
.pagination .page-link {
  color: #45668e;
}
.pagination .page-link:hover {
  color: #385474;
}
.page-item.active .page-link,
.page-item.active .page-link:hover {
  background-color: #45668e;
  border-color: #45668e;
  color: #fff;
}
.page-item.disabled .page-link {
  color: #6c757d;
}

/* 汎用アイコンクラス */
.icon {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin-top: 0 !important;
}

/* 汎用ボタンアイコンクラス */
.btn-icon {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin-top: 0 !important;
}

.btn-center-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/*
  fp_admin.html search accordion styles
  Inspired by appoint/accordion.css
*/
.search-accordion .accordion-item {
  border: 0;
  border-radius: 0;
}

.search-accordion .accordion-header {
  margin-bottom: 0;
}

.search-accordion .accordion-button {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.75rem 1.25rem;
  box-shadow: none;
  text-align: left;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.search-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Custom dropdown icon */
.search-accordion .accordion-button::after {
  background-image: none !important;
  content: "▼";
  font-size: 0.8rem;
  color: #6c757d;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  flex-shrink: 0;
}

.search-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.search-accordion .accordion-collapse {
  border: 0;
}

.search-accordion .accordion-body {
  padding: 1.25rem;
  background-color: #ffffff;
}
