@charset "UTF-8";

/* --------------------- Stylesheet for Extic v3.0 --------------------- */
/* ----------- Copyright 2016-2024 Exgen Networks Co., Ltd. ----------- */

/*================================================
　　　　* すべてのデバイスに適用
================================================*/

/*----- 基本構造・要素 ---------------*/
html, body {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body {
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;
  background: #0d5094;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media all and (-ms-high-contrast:none) {
body {
  font-family : "メイリオ", Meiryo, "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, "MS PGothic", sans-serif;
}
}
#wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 40px;
}
#users, #admins, #refer, #csp {
  padding-top:20px;
  padding-bottom:15px;
}
#admins {
  position: relative;
}
.user-wrap {
  background-color:#FFFFFF;
}
#wrapper.gn-wrap {
  margin:0 auto -112px !important;
  padding:0 0 112px !important;
}
.top-pad {
  padding-top:20px;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}

.text-12px {
  font-size: 12px;
}

input[type=checkbox] {
  line-height: 1.5rem;
  height: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-control {
  border-color: #ced4da;
  border-radius: .25rem;
}
.card-header>a {
  text-decoration: none;
}

button.close {
  background-color: transparent;
  border-style: none;
  font-size: 1.5rem;
  float: right;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  color: inherit;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  height: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgba(233,236,239,1.00);
}

.btn-block {
  display: block;
  width: 100%;
}
.text-center .form-check-input {
  float: none;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.slider.slider-horizontal > .tooltip.top {
  position: absolute;
}
/*----- COLOR (BSV3) -----*/


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #183a57;
  background-color: #c6dcef;
  border-color: #b6d2ea;
}

.alert-primary hr {
  border-top-color: #a2c6e5;
}

.alert-primary .alert-link {
  color: #0d1f2f;
}

.badge-primary {
  color: #fff;
  background-color: #337ab7;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #275f8f;
}

.bg-primary {
  background-color: #337ab7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #275f8f !important;
}

.border-primary {
  border-color: #337ab7 !important;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2b679b;
  border-color: #275f8f;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #275f8f;
  border-color: #245783;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-outline-primary {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #337ab7;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.list-group-item-primary {
  color: #183a57;
  background-color: #b6d2ea;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #183a57;
  background-color: #a2c6e5;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #183a57;
  border-color: #183a57;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b6d2ea;
}

.table-hover .table-primary:hover {
  background-color: #a2c6e5;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a2c6e5;
}

.text-primary {
  color: #337ab7 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #275f8f !important;
}


/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
  color: #2e6a2e;
  background-color: #eaf5ea;
  border-color: #dbefdb;
}

.alert-success hr {
  border-top-color: #cae7ca;
}

.alert-success .alert-link {
  color: #1f471f;
}

.badge-success {
  color: #fff;
  background-color: #5cb85c;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  background-color: #449c44;
}

.bg-success {
  background-color: #5cb85c !important;
}

.bg-success-light {
  background-color: #dff0d8;
}
.border-success-light {
  border-color: #d6e9c6;
}
.text-success-light {
  color: #3c763d;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #449c44 !important;
}

.border-success {
  border-color: #5cb85c !important;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #48a748;
  border-color: #449c44;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449c44;
  border-color: #3f923f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-outline-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.list-group-item-success {
  color: #2e6a2e;
  background-color: #dbefdb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2e6a2e;
  background-color: #cae7ca;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2e6a2e;
  border-color: #2e6a2e;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dbefdb;
}

.table-hover .table-success:hover {
  background-color: #cae7ca;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cae7ca;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:hover, a.text-success:focus {
  color: #449c44 !important;
}


/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
  color: #1f819e;
  background-color: #d9edf7;
  border-color: #f3fafc;
}

.alert-info hr {
  border-top-color: #def2f8;
}

.alert-info .alert-link {
  color: #175e74;
}

.badge-info {
  color: #fff;
  background-color: #5bc0de;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  background-color: #30afd5;
}

.bg-info {
  background-color: #5bc0de !important;
}
.bg-info-light {
  background-color: #d9edf7;
}
.border-info-light {
  border-color: #bce8f1;
}
.text-info-light {
  color: #31708f;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #30afd5 !important;
}

.border-info {
  border-color: #5bc0de !important;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #3db4d8;
  border-color: #30afd5;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #30afd5;
  border-color: #29a7cd;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

.list-group-item-info {
  color: #1f819e;
  background-color: #f3fafc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1f819e;
  background-color: #def2f8;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1f819e;
  border-color: #1f819e;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #f3fafc;
}

.table-hover .table-info:hover {
  background-color: #def2f8;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #def2f8;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:hover, a.text-info:focus {
  color: #30afd5 !important;
}


/*------------------------------------
- COLOR warning
------------------------------------*/
.alert-warning {
  color: #b4700f;
  background-color: #ff10410a;
  border-color: #fefbf7;
}

.alert-warning hr {
  border-top-color: #fcf0df;
}

.alert-warning .alert-link {
  color: #85520b;
}

.badge-warning {
  color: #fff;
  background-color: #f0ad4e;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  background-color: #ec971e;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ec971e !important;
}

.border-warning {
  border-color: #f0ad4e !important;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ed9d2d;
  border-color: #ec971e;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971e;
  border-color: #e89013;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.list-group-item-warning {
  color: #b4700f;
  background-color: #fefbf7;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #b4700f;
  background-color: #fcf0df;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #b4700f;
  border-color: #b4700f;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fefbf7;
}

.table-hover .table-warning:hover {
  background-color: #fcf0df;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fcf0df;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ec971e !important;
}


/*------------------------------------
- COLOR danger
------------------------------------*/
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #f9e6e5;
}

.alert-danger hr {
  border-top-color: #f5d2d1;
}

.alert-danger .alert-link {
  color: #843534;
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  background-color: #c9302b;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c9302b !important;
}

.border-danger {
  border-color: #d9534f !important;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d23631;
  border-color: #c9302b;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302b;
  border-color: #bc2d28;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.list-group-item-danger {
  color: #8e221e;
  background-color: #f9e6e5;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8e221e;
  background-color: #f5d2d1;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8e221e;
  border-color: #8e221e;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9e6e5;
}

.table-hover .table-danger:hover {
  background-color: #f5d2d1;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5d2d1;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c9302b !important;
}

/*待機中パネルカラー*/
.border-wating {
  border-color: #ebccd1;
}

/*フォーム部品天地揃え*/
.form-group.row > div[class^="col"] {
  display: flex;
  align-items: center;
}


/*ページ最上部アラートメッセージ*/
.alert {
  border-radius:0px;
}
#pageTop.alert {
  margin-bottom: 0;
  padding-left: 20px;
}
.alert-info, .alert-success, .alert-danger {
  border-radius:4px;
  padding-left: 3rem;
}
.alert-info-icon, .alert-danger-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 12px;
  position: relative;
}
.alert-info-icon:before, .alert-danger-icon:before {
  position: absolute;
  font-family:fontawesome;
  font-size:24px;
  opacity:0.3;
  width: 24px;
  left: 12px;
}
.alert-info-icon:before {
  content:'\f05a';
}
.alert-danger-icon:before {
  content:'\f071';
}
.alert-info-icon span, .alert-danger-icon span {
}
.alert-danger>a {
  text-decoration: none;
}
.alert-narrow {
  padding: 6px 12px 6px 3rem;
  min-height: 50px;
}
.alert-one-sentence {
  line-height: 24px;
}

/*----- クライアントメッセージ -----*/
.lower .alert span {
  word-wrap: break-word;
  word-break: break-all;
}
.lower .alert span:lang(ja) {
  line-height: 18px;
}
.lower .alert span:lang(en) {
  font-weight: 700;
  line-height: 14px;
}
.lower .alert-info {
  border-color: #5bc0de;
  border-width: 2px;
}
/*----- グローバルナビ -----*/
.navbar-nav .caret {
  margin-top: -3px;
}
/*言語選択*/
.lang-select {
  display: flex;
  align-items: center;
}
.selectps .bootstrap-select {
  width: auto!important;
}
.selectps span {
  font-size: 12px;
  line-height: 17px;
}
.selectps .bootstrap-select > .dropdown-toggle {
  color: #fff !important;
  padding: 0 10px 0 6px;
  width: auto!important;
  height: 20px;
}
.selectps .bootstrap-select > .dropdown-menu.show {
  left: auto !important;
}
.lang-select button[title=""] .filter-option::before {
  content: "\f0ac";
  font-family: FontAwesome;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 12px;
  vertical-align: 2px;
  line-height: 13px;
}
.lang-select .filter-option-inner-inner {
  font-size: 13px;
}

/*水平線*/
hr {
  clear: both;
  border-bottom: 0;
  border-top: 1px dotted #D6DADE;
  border-right: 0;
  border-left: 0;
  margin: 20px 0;
  min-height: 0;
  height: 1px;
  opacity: 1;
}
hr.alt1 {
  border-style: solid;
}
hr.alt2 {
  border-style: dashed;
}
hr.alt3 {
  margin-top: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
}
hr.alt4 {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}
hr.alt5 {
  border-style: solid;
  margin-top: 1.25em;
  margin-bottom: 0px;
}
hr.alt6 {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #dee2e6;
}
#refer hr {
  margin-top:10px;
}
.admins {
  font-weight:700;
  color:rgba(0,129,204,1.00)
}
/*footer*/
footer {
  height: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,129,204,0.10);
  padding-top:12px;
}
footer.gn {
  height:112px !important;
  background-color:#fff !important;
  padding-top:0 !important;
}
footer .gnMessage {
  padding:1.5em;
  text-align:center;
  background-color:rgba(0,0,0,0.40);
  display:block;
  width:100%;
  color:#fff;
}
footer .ft-contents {
  background-color: rgba(0,129,204,0.10);
  padding-top:12px;
}
footer p {
  font-size: 11px;
  text-align: center;
}
footer p, footer p a, footer a {
  font-size: 11px;
  color: #6d96c2;
  text-decoration: none;
}
footer p a:hover, footer a:hover {
  color: #72a7d6;
  text-decoration:none;
}
footer.loginpage {
  background-color:transparent;
}
footer.loginpage p, footer.loginpage p a {
  font-size: 11px;
  color:rgba(255,255,255,0.30);
  text-decoration: none;
}
footer.loginpage p a:hover {
  font-size: 11px;
  color:rgba(255,255,255,0.50);
  text-decoration: none;
}
.footer-link-item::before {
  content:"\2022";
  margin-left:0.5em;
  margin-right:0.5em;
  text-decoration:none;
}
.text-info, .text-warning, .text-danger, .text-success {
  font-weight:700;
}

/*----- 見出し関連 ---------------*/

/*連携アプリケーション*/
#occupied .appTitle {
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#unused .appTitle {
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.app-logo-name-wrap {
  width: 100%;
  align-items: center;
}
.app-info-btn-wrap {
  justify-content: end;
  align-items: center;
}
.appTitle div.app-list-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.appTitle .app-list-label, .appTitle .app-list-message, .appTitle .app-list-btns {
  display: flex;
  align-items: center;
}
.appTitle .app-list-label {
  flex-flow: column;
  align-items: flex-start;
}
.appTitle .app-list-btns {
  justify-content: flex-end;
}
.appTitle div.app-list-logo>img {
  object-fit: contain;
  object-position: left;
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: 100%;
}
.app-list-label>span {
  word-break: break-word;
  display: block;
}
.app-list-info {
  text-align: right;
  margin-bottom: 0.7rem;
}
.app-list-btns button {
  display: flex;
  align-items: center;
}
/*新規追加・編集タイトル*/
h4.fn {
  text-align:center;
  /*margin-top:-5px;*/
  font-size: 1.3rem;
}
.fido h4.fn {
  text-align: left;
}
/*アプリケーション設定画面*/
.appEdithead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.app-logo-box {
  max-width: 150px;
  height: 50px;
}
.app-logo-box>img {
  object-fit: contain;
  object-position: right;
  width:100%;
  height:100%;
}
.appEdithead span.app-label {
  height: auto;
  margin-left: 1rem
}
.appEdithead span.func {
  height: auto;
  position: relative;
  margin-left: 2rem;
}
.appEdithead span.func:before {
  content:"";
  display: inline-block;
  margin-left:-1rem;
  width: 1px;
  height:28px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.appEdithead p {
  font-size:32px;
  margin-top:10px;
  color:rgba(66,133,244,1.00)
}
.appEdithead p.ga, div.appLabel2 p.ga, .appEdithead p.gs, div.appLabel2 p.gs {
  font-family: "Segoe UI", segoeui;
  color: rgba(0,0,0,0.54);
  line-height:32px;
}

#attrmap .appLabel2>img {
  height: 100%;
  max-height: 40px;
  width: auto;
  max-width: 130px;
}

div.appLabel2 p.gs {
  font-size:28px;
}
.appEdithead p.gs:first-letter, div.appLabel2 p.gs:first-letter {
  font-weight:700;
}
.appEdithead p.o365, div.appLabel2 p.o365 {
  font-family: "Segoe UI", segoeui;
  color:rgb(218,59,1)
}
.appEdithead span {
  color: #333;
  border-left-color: #ccc;
  /* [disabled]border-left-style: solid; */
  border-left-width: 1px;
  line-height: 3em;
  height: 50px;
  display: inline-block;
}
.appGoogle {
  margin: 1.5em 0;
}
.appLabelimg {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}

/*カード共通*/
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*リファレンスページ*/
#refer h4 {
  margin-top:2px;
  line-height:1.4em;
}
#refer h5 {
  font-weight:700;
  margin-top:0px;
  line-height:1.5em;
}
#refer ol {
  padding-left: 28px;
}
#refer ol li {
  padding-bottom:0.5em;
}
#refer ol li:last-child {
  padding-bottom:0;
}
#refer ol li ol {
  padding-top:0.5em;
  list-style-type: lower-latin;
}
/*学認同意画面*/
#access-sp {
  margin-bottom:20px;
}
#access-sp h3 {
  margin-top:0;
}

/*----- テーブル関連 ---------------*/
.table>:not(caption)>*>* {
  border-bottom: 0;
  border-top: 1px solid var(--bs-table-border-color);
}
.table thead th,
.table thead td {
  border-top: 1px solid var(--bs-table-border-color);
  border-bottom: 1px solid var(--bs-table-border-color);
}

/*テーブル内テキスト天地揃え*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align:middle;
  padding: 0.75rem;
  background-color: transparent;
  color: inherit;
}
/*テーブル内テキスト改行*/
table {
  table-layout:fixed;
  word-break:break-all;
}
/*テーブル内ステータス表示*/
.text-enable {
  color:rgba(36,192,0,1.00) !important;
  font-weight:700;
}
.text-disable {
  color: rgba(217,83,79,1.00) !important;
  font-weight: 700;
}
.text-draft {
  color: rgba(166,166,166,1.00) !important;
  font-weight: 700;
}
.text-process {
  color: rgba(13,79,148,1.00) !important;
  font-weight: 700;
}
.text-return {
  color: rgba(212,154,0,1.00) !important;
  font-weight: 700;
}
/*データチェック*/
table.datacheck .hover_tr td {
  background-color: #DBE9F4;
}
table.datacheck .must_tr td {
  background-color: #DBE9F4;
}

/*ログ参照*/
#systemLog td.execute_logs {
  padding:0.5em 1em 0.5em 1em;
  background-color:rgba(245,245,245,1.00);
}
#systemLog td.execute_logs table {
  background-color:transparent;
  margin-bottom:0;
}
#systemLog td.execute_logs table>thead>tr>th {
  border-top: none;
}
#systemLog td.execute_detail_logs {
  padding:0.5em 1em 0.5em 1em;
  background-color:rgba(235,235,235,1.00);
}
#systemLog td.execute_detail_logs table {
  margin-bottom:0;
}
#systemLog td button {
  font-feature-settings: "palt";
}
#systemLog {
  border-bottom: 1px solid #dee2e6;
}
#userLog {
  table-layout: auto;
}
#userLog tr td:nth-child(1) {
  width: 30%;
}
#userLog tr td:nth-child(2) {
  width: 20%;
  white-space: nowrap;
}
#userLog tr td:nth-child(3) {
  width: 50%;
}
#userLog .log-date, #userLog .log-time {
  white-space: nowrap;
}
#userLog .log-date::after {
  content: "\A";
  white-space: pre;
}
.userList table tr td {
  height:47px;
  word-break: break-word;
}
.cspSetting .table-striped>tbody>tr:last-child>td {
  border-bottom: 1px solid #DEE2E6;
}
.collapse .table {
  border-top: none;
}
.collapse.card-body {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}
.table-striped:has(+hr) {
  margin-bottom: 0;
}
.table-striped+hr.alt1 {
  margin-top: 0;
}
form[name="authruleForm"] .table-striped {
  margin-bottom: 0;
}
form[name="authruleForm"] hr.alt1 {
  margin-top: 0;
}
form[name="authruleForm"]+.row {
  margin-top: 1.25rem;
}
form[name="authenticatorForm"] .table {
  border-bottom: 1px solid #DEE2E6;
}
#userStatusModal .table {
  border-bottom: 1px solid #DEE2E6;
}
.request .card-body {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}
.pagenation-label {
min-height: 20px;
padding: 7px;
margin-top: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
font-size:12px;
}
.pagenation-wrap {
  display:inline-block;
}
.pagination>li:not(:first-of-type):not(:last-of-type)>a {
  border-right: none;
}
.view {
  margin-top:10px;
  margin-left:15px;
}
/*認証ログ*/
.execute_logs .message-wraning {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.execute_logs .message-wraning::before {
  content: "\f071";
  font-family:fontawesome;
  color: #f0ad4e;
  margin-right: 0.25rem;
}
.execute_logs .massege-warning-detail {
  font-size: 0.9285rem;
  margin-top: 0.5rem;
}
.execute_logs .massege-warning-detail .card-header {
  background-color: #6c757d;
  color: #fff;
  padding: 0.25rem 0.5rem;
  justify-content: flex-start;
}
.execute_logs .massege-warning-detail .table>tbody>tr:first-child>td {
  border-top: 0;
}
.execute_logs .massege-warning-detail td:first-child {
  width: 8rem;
}

/*連携処理ログ*/
.coop-logs-1st .sysLog thead th {
  border-top: none;
}
.coop-logs-2nd {
  border-bottom: 1px solid #DEE2E6;
}
.table td.coop-logs-3rd-wrap {
  padding: 0;
  border-top: none;
}
.coop-logs-3rd {
  background-color: rgba(245,245,245,1.00);
  margin-bottom: 0;
}
.table.coop-logs-3rd thead th {
  border-bottom-width: 1px;
}
.btn-back {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.75rem;
}
/*グループ一覧のリンク*/
#admins table td a {
  text-decoration: none;
}

/*boxグループ*/
#admins table.box-group tr.active td {
  background-color: #ecf9fe;
}
#admins table.box-group>tbody>tr.editRow>td {
  border-top:none;
  padding-top:0;
  padding-bottom:0;
}
#admins table.box-group tr.editRow {
  background-color: #ecf9fe;
}
.user:before {
  content: "\f007";
  color: #48B2DA;
  font-family: Fontawesome;
  width:1.5em;
  display:inline-block;
  text-align:center;
  margin-right:0.3em;
}
.user-gen:before {
  content: "\f007";
  color: #444444;
  font-family: Fontawesome;
  width:1.5em;
  display:inline-block;
  text-align:center;
  margin-right:0.3em;
}
.admin {
  position: relative;
  padding-left: 25px;
}
.admin:before {
  content: "";
  background-image: url("../images/icon_admin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  width:1.5em;
  height: 1em;
  display:inline-block;
  margin-right:0.3em;
  position: absolute;
  left: 0;
  top: 2px;
}
.group:before {
  content: "\f0c0";
  color: #47DAAE;
  font-family: Fontawesome;
  width: 1.5em;
  display: inline-block;
  text-align: center;
  margin-right: 0.3em;
}
.org:before {
  content: "\f0e8";
  color: #47DAAE;
  font-family: Fontawesome;
  width: 1.5em;
  display: inline-block;
  text-align: center;
  margin-right: 0.3em;
}
.table-targetuser {
  border-bottom:solid 1px #ddd;
  margin-bottom: 1.4rem;
}
.table.table-targetuser>thead>tr>th {
  font-size:11px;
  padding: .4rem;
}
.table.table-targetuser>thead>tr>th:first-child {
  padding-left: .7rem;
}
.table.table-targetuser>tbody>tr>td {
  padding: .3rem;
  height: 34px;
}
/*.targetUser:not(.x-point) .card {
  min-height:580px;
}*/
.inside-cell .dropdown.bootstrap-select .dropdown-menu li a {
  font-size: 12px;
}

/*リリースノート*/
.release {
}
.release-contents {
  border-top: 1px solid #76ABD8;
}
.release>div>p {
  padding-top: 22px;
  padding-bottom: 10px;;
  border-top: 1px solid #76ABD8;
}
.release-contents>tbody>tr>td {
  padding: 16px;
}
.release-contents>tbody>tr:first-child td {
  border-top: none;
}
.table-inner {
  margin-bottom: 0;
  background-color: transparent;
}
.table-borderless>tbody>tr>td {
  border-top: none;
}
.card .table {
  /*margin-bottom: 20px;*/
}
.panel-inner-scroll {
  max-height: 400px;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.scim-app .table>tbody>tr>td {
  height: 46px;
}
.attrmapCol3, .attrmapCol5, .popper-cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*CSP本人確認*/
.csp h4 {
  font-size: 1.25rem;
}
#idInfo .table:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#idInfo .table caption {
  color: #31708f;
  background-color: #d9edf7;
  font-weight: 700;
  padding-left: 8px;
  border-bottom: 1px solid #D9EDF8;
  caption-side: top;
}
#idInfo .table th {
  font-size: 12px;
  border-bottom-width: 1px;
}
/*階層パス表示*/
#admins form input.layer-path-displayed, #admins form input.mapping-equation {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: inherit;
  color: #212529;
  overflow: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  outline: none;
  font-feature-settings: "palt";
}
/*属性マッピング*/
.table-tbody-scroll {
  max-height: 28.5rem;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sticky-table thead th {
  background-color: #fff !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
/* フィルタで非表示にした印を付けるだけのクラス */
.is-filtered-out { display: none !important; }

/* 独自ストライプ（Bootstrap標準色） */
.table-row-striped { background-color: rgba(0, 0, 0, 0.05); } /* 1,3,5...行目 */
.table-row-normal  { background-color: #fff; }                 /* 2,4,6...行目 */

/*----- ナビゲーション関連 ---------------*/

/*ログイン画面内タブ*/
.login-tab {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.login-tab>li {
  list-style: none;
  width: 100%;
}
.login-tab>li>a {
  display: block;
  color: rgba(0, 0, 0, 0.50);
  border-bottom: 1px solid #ddd;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  background-image: linear-gradient(180deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  padding: 10px 15px;
  width: 100%;
  text-align: center;
}
.login-tab>.active>a, .login-tab>.active>a:focus, .login-tab>.active>a:hover {
  border-bottom-color: #fff;
  background-color: #fff;
  background-image: none;
  color: rgba(13, 80, 148, 1.00);
  font-weight: 700;
}
.login-tab>.active>a, .login-tab>.active>a:focus, .login-tab>.active>a:hover {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.login-tab>li>a:focus, .login-tab>li>a:hover {
  margin-top: 0px;
  color:rgba(0,0,0,0.70);
  background-color: rgba(0,0,0,0.10);
  text-decoration: none;
}
.login-tab-content {
  display: none;
}
.login-tab-content.active {
  display: block;
}

/*タブ内バッジ*/
#admins .nav-tabs .badge {
  background-color: rgba(0,0,0,0.50);
  color: rgba(255,255,255,1.00);
  vertical-align: 1px;
}
/*タブ*/
.nav-tabs.nav-justified>li>a {
  color: rgba(0, 0, 0, 0.50);
  border-bottom: 1px solid #ddd;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  background-image: linear-gradient(180deg, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.10) 100%);
  min-height: 38px;
}
.nav-tabs.nav-justified>li>a.active, .nav-tabs.nav-justified>li>a.active:focus, .nav-tabs.nav-justified>li>a.active:hover {
  border-bottom-color: #fff;
  background-color: #fff;
  background-image: none;
  color: rgba(13, 80, 148, 1.00);
  font-weight: 700;
}
.nav-tabs.nav-justified>li>a.active, .nav-tabs.nav-justified>li>a.active:focus, .nav-tabs.nav-justified>li>a.active:hover {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
/*サブ*/
.dropdown-menu>li>a.sub-menu {
  padding-left:38px;
  color:#707070;
}
/*ユーザーメンテ*/
#userTab li a.error:after, #appTab li a.error:after {
content: "\f071";
font-family: FontAwesome;
margin-left: 0.3em;
color: rgba(255, 76, 0, 1.00);
}

#modalTab li a.error:after {
  content: "\f071";
  font-family: FontAwesome;
  margin-left: 0.3em;
  font-size:12px;
  color: rgba(255, 76, 0, 1.00);
}

/*------参照情報パネル ---------------*/

.referGroup {
  padding:1em 2em 0.5em 2em;
  border:1px solid rgba(91,192,222,1.00);
  border-radius:8px;
  margin-top:25px;
  margin-bottom:15px;
}
.referTitle {
  font-weight:700;
  color:rgba(38,154,188,1.00);
  margin-bottom:1.3em;
}
/*----- モーダルパネル ---------------*/

/*ファイルオープンボタン*/
.modal-body button.folder-open, form button.folder-open {
  margin:0 -1px 0 0!important;
}
/*ヘッダー*/
.modal-content {
  border: 1px solid #888888;
  border-radius: 6px;
}
.modal-header {
  background-color: #444;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
}
.modal-header h3 {
  font-size:14px;
  color:rgba(228,228,228,1.00);
  margin:0;
  padding:0;
}
.modal-header button.close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=20);
  opacity: .5;
  font-size: 21px!important;
}
.modal-header button.close:focus, .modal-header button.close:hover {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=20);
  opacity: .7;
}
/*ボディ*/
.modal-body {
  /*padding:10px;*/
}
.modal-footer {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*フォーム部品*/
/*ラベル*/
.modal-body:not(.edit-card-body) form label {
  font-size:12px;
  line-height:24px;
  width: 150px;
  background-color: #E7E7E7;
  border-left-color: rgba(204,204,204,1.00);
  /* [disabled]border-right-color: rgba(204,204,204,1.00); */
  border-bottom-color: rgba(204,204,204,1.00);
  border-top-color: rgba(204,204,204,1.00);
  border-left-style: solid;
  /* [disabled]border-right-style: solid; */
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  /* [disabled]border-right-width: 1px; */
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 11px;
  color:rgba(128,128,128,1.00);
  margin-bottom:0px;
  vertical-align:middle;
}
.modal-body form label.normal-label {
  font-size:14px;
  border:none;
  padding-left:0;
  padding-top: 7px;
  margin:0;
  width: 100%;
  line-height: 1.4em;
  background-color: #fff;
  color:#000;
}

.modal-body.modal-search form label {
  font-size: 14px;
  width: auto;
  background: none;
  border: none;
  color: #555;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  line-height: 20px;
}
.modal-body form input, .modal-body form input:not[type="radio"] {
  display:inline-block;
  vertical-align:middle;
  font-size:14px;
  line-height:24px;
  padding-left: 12px;
  padding-top: 26px;
  padding-bottom: 21px;
  width:386px;
  border-left:none;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
}
.modal-body:not(.edit-card-body) form button,  form .modal-footer button, .modal-body form .bottom-btn button {
  width:auto !important;
  min-width:33.333%;
  font-size:16px;
  font-weight : 500;
  padding-top:12px;
  padding-bottom:12px;
  margin:0.5em 0.5em 0 0.5em;
}
.modal-body form button.gCtrl, form .modal-body button.gCtrl {
  margin:0;
}

form .modal-footer button {
  margin-top: 0 !important;
}

.modal-body p.static-text {
  margin-bottom: 0;
  font-weight: 700;
  word-break: break-all;
}

/*学認SPエンティティID検索結果*/
.search-result {
  margin-top: 0.5rem;
  overflow-y: auto;
  max-height: calc(100vh - 248px);
}
#entityModal .search-result .form-check {
  border-bottom: solid 1px #dee2e6;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
#entityModal .search-result .form-check:last-child {
  border-bottom: none;
}
#entityModal .search-result .form-check-input {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-left: -1.5rem;
  position: absolute;
}
#entityModal .search-result .form-check-label .display-name {
  position: relative;
  display:block;
  color: #5bc0de;
  padding-left: 3rem;
}
#entityModal .search-result .form-check-label .display-name::before {
  content: "表示名";
  margin-right: 0.25rem;
  font-size: 0.7143rem;
  color: #fff;
  background-color: #5bc0de;
  line-height: 0.7143rem;
  height: 1rem;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#admins form .modal-body .ipaddressInput input {
  width: 4em;
  text-align: right;
  display: inline-block;
  height: 38px;
  margin-right: 5px;
}
#admins form .modal-body .ipaddressInput input:not(:nth-child(1)) {
  margin-left: 5px;
}
#joinGroupModal .modal-body form .table button.gCtrl {
  min-width: auto;
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
#joinGroupModal .modal-body form .table button {
  margin: 0;
}
#joinGroupModal .modal-body form .postList button {
  padding-top: 6px;
  padding-bottom: 6px;
}

/*カスタムアイコン*/
.modal h3.csv-import, .modal h3.csv-export, span.csv-import, span.csv-export {
  background-position: left center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  padding-left:18px;
}
.modal h3.csv-import, span.csv-import, span.csv-import:active {
  background-image: url(../images/icon-file-arrow-left-white.png);
}
.modal h3.csv-export, span.csv-export, span.csv-export:active {
  background-image: url(../images/icon-file-arrow-right-white.png);
}
/*学認SPモーダル*/
#entityModal .modal-content {
  max-height: calc(100vh - 60px);
}
#entityModal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: hidden;
}
/*パスワード印刷ユーザー検索*/
#userResult {
  border-bottom:solid 1px #ddd;
  height: 405px;
  margin-bottom: 1em;
  overflow-y: hidden;
}
#userResult .table tr td i {
  cursor: pointer;
}
/*X-pointユーザグループ編集*/
#tree .node-tree .badge {
  background-color: #c9302c;
}
#editPanel .modal-body {
  position: relative;
}
#editPanel form label {
  color: #000;
  font-size: 14px;
  height: 39px;
  line-height: 2em;
  padding-top: 10px;
  padding-right: 0px;
  text-align: left;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
#editPanel form .mustItem {
  background-color: #ff1e79;
  float: right;
  margin-top: 5px;
}
.targetUser>.card {
  height: 100%;
}
.targetUser.x-point #memberFilterValue, .targetUser.x-point #otherMemberFilterValue {
  font-size: 14px;
  height: 34px;
}
.targetUser.x-point #memberFilterValue + div>.btn, .targetUser.x-point #otherMemberFilterValue + div>.btn {
  font-size: 12px;
  height: 34px;
}
.pagenation-row {
  margin-top: 15px;
}
.targetUser-wrap.x-point-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding-top: 10px;
}
.targetUser.x-point {
  display: flex;
  flex: 1 0 0%;
}
.targetUser.x-point .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.targetUser.x-point .card .pagenation-row {
  margin-top: auto;
}
.x-point .table-targetuser {
  margin-bottom: 1.5rem;
}
.x-point .table-targetuser th:first-child, .x-point .table-targetuser td:first-child {
  padding-left: 15px;
}
.x-point .table-targetuser th:last-child, .x-point .table-targetuser td:last-child {
  padding-right: 15px;
}
.x-point .table-targetuser .user:before {
  width: 1rem;
  margin-right: 0.3em;
}
.targetUserCenter.x-point {
  display: flex;
  background-image: url(../images/arrow-left-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 130px;
  flex-basis: 100px;
}

/*Bearerトークン発行モーダル*/
#admins form #bearerSettingModal .modal-body button#copyBtn {
  font-size: 14px;
  margin: 0;
  padding: 6px 12px;
}
#admins form #bearerSettingModal .modal-body label {
  padding-top: 4px;
}
#admins form #bearerSettingModal .modal-body .card {
  margin-bottom: 0;
}
#admins form #bearerSettingModal .modal-body #accessToken {
  word-break: break-all;
}
input[type=password]:focus {
  outline: none;
}
input[type=password]::selection {
  background-color: transparent;
}

/*----- ページネーション ---------------*/

/*パネル内*/
ul.panelPgn {
  justify-content: center;
}
.page-item.active .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
}
.tabinner {
  margin-top:25px;
  position:relative;
  height:100%;
}
.add-list, .del-list {
  font-size:18px;
  cursor:pointer;
  line-height: 24px;
}
.add-list {
  color:#4d4d4d;
}
.del-list {
  color:#337ab7;
}

/*----- ボタン ---------------*/

.btn-default, .btn-light {
  color: #333;
  background-color: #fff;
  border-color: rgba(206,212,218,1.00);
}
.btn-default:hover, .btn-light:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*ボタングループ未選択*/
#admins .pPolicy form .btn-group label, #admins .cspSetting form .btn-group label, #admins .property form .btn-group label {
  height: 40px;
}
#admins .pPolicy form .btn-group label.btn-primary, #admins .cspSetting form .btn-group label.btn-primary, #admins .systemSetting form .btn-group label.btn-primary {
  background-color: #EEEEEE;
  color:#000000;
  border-color:#CCCCCC;
}
#admins .pPolicy form .btn-group label.btn-primary.active, #admins .pPolicy form .btn-group label.btn-primary:hover, #admins .cspSetting form .btn-group label.btn-primary.active, #admins .cspSetting form .btn-group label.btn-primary:hover, #admins .systemSetting form .btn-group label.btn-primary.active, #admins .systemSetting form .btn-group label.btn-primary:hover {
  background-color: #428BCA;
  color: #FFFFFF;
}
#admins .property form .btn-group label.btn-primary {
  background-color: #EEEEEE;
  color:#000000;
  border-color:#CCCCCC;
}
#admins .property form .btn-group label.btn-primary.active, #admins .property form .btn-group label.btn-primary:hover {
  background-color: #428BCA;
  color: #FFFFFF;
}

#admins .btn-group label.btn-primary:last-of-type {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/*ホバーアクティブ色*/
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  background-color: #23a7ff;
  border-color: #43a0f2;
}
/*ログインプライマリホバーアクティブ色*/
.btn-primary.select.active, .btn-primary.select.focus, .btn-primary.select:active, .btn-primary.select:focus, .btn-primary.select:hover, .open>.dropdown-toggle.btn-primary.select {
  background-color: #286090;
  border-color: #204d74;
}
/*選択不可*/
.btn.disabled, .btn[disabled], .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover {
  background-color:#EDEDED;
  cursor: not-allowed;
  pointer-events: auto;
}
.btn-default[disabled],.btn-default[disabled]:active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:active {
  border: 1px solid #ccc;
  color: #333;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
.btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
.btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus,
.btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover,
.btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus,
.btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5BAD66;
  border-color: #5da454
}
.btn.btn-danger[disabled], .btn.btn-danger.disabled {
  background-color: #d9534f;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn.btn-info[disabled], .btn.btn-info.disabled {
  background-color: #31b0d5;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  color: #fff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #6c757d;
}
.pull-top-right {
  position: absolute;
  top: -3px;
  right: 15px;
}
.btn-lime {
  background-color: #b2ca7a;
  border-color: #a9c46a;
  color: #fff;
}
.btn-lime:hover, .btn-lime:active, .btn-lime:focus {
  background-color: #9bc255;
  border-color: #90b946;
  color: #fff;
}

.pwd-users .btn {
  margin: 0.25em;
}
.pwd-users .btn i {
  opacity: 0.1;
  transition: opacity 0.2s;
}
.pwd-users .btn:hover i {
  opacity: 1;
  color: #d9534f;
}
#users.fido form button.btn-sm {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: auto;
  padding: 5px 7px;
}
#users.fido form button.btn-sm.tool-tip {
  font-size: 12px;
  line-height: 1.0;
  border-radius: 3px;
  width: auto;
  padding: 1px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline-width: 0;
  outline: none;
  box-shadow: none;
}
/*ユーザー画面下部ボタン（レスポンシブ）*/
.btn-wrap {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*アプリケーション証明書ボタン*/
.dueDate {
  color: #337ab7;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dueDate::before {
  content:"\f073";
  font-family:fontawesome;
  margin-right: 0.25em;
}
.dueDate90 {
  font-weight: 700;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #d44950;
}
.dueDate90::before {
  content:"\f071";
  font-family:fontawesome;
  margin-right: 0.25em;
}
.dueDate-comment {
  font-size: 12px;
  color: #d44950;
  display: block;
  margin-top: 0.5em;
}
/*外部IdPタイトル右ボタン*/
.auto-redirect-setting {
  display: inline-flex;
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}
.auto-redirect-setting-label {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}
.auto-redirect-setting-button>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  z-index: 2;
  margin-left: -1px;

}
/*学認IdP 基本情報 タイトル右ボタン*/
.kyc-attribute-federation-setting {
  display: inline-flex;
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}
.kyc-attribute-federation-setting-label {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}
.kyc-attribute-federation-setting-button>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  z-index: 2;
  margin-left: -1px;

}
.status-enabled {
  font-weight: 700;
  color: #3379B6;
}
.status-disabled {
  font-weight: 700;
  color: #FF4A00;
}
/*テーブル内アクションボタン*/
.btn-cell>span, .btn-cell>a.btn {
  margin-left: 0.75rem;
}
.btn-cell {
  text-align: right;
}

/*ツールチップ吹き出し*/
.tooltip-inner {
  background-color:#46b8da;
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast:none) {
.tooltip-inner {
  font-family : "メイリオ", Meiryo, "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, "MS PGothic", sans-serif;
}
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #46b8da !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #46b8da !important;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #46b8da !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #46b8da !important;
}

#systemLog .tooltip.left .tooltip-arrow {
  border-left-color: #46b8da;
}
#systemLog .tooltip.right .tooltip-arrow {
  border-right-color: #46b8da;
}
#systemLog .tooltip-inner {
  word-wrap: break-word;
}
.tooltip.in {
  opacity:1;
}
/* スライダー用ツールチップ吹き出し */
.slider-group .tooltip-arrow::before {
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #46b8da transparent transparent !important;
  translate: -50% 100%;
}

/*ポップオーバー*/
#admins form button.popper, #users form button.popper, #admins .sysLog button.popper {
  width: auto;
  font-size: 12px;
  font-weight:700;
  line-height: 10px;
  padding: 1px;
  margin-left:0.5em;
  margin-top: -2px;
}
#users.fido form .modal-body button.popper {
  margin: -2px 0 0 0.5em;
  min-width: 1rem;
}
#admins form button.popper i, #users form button.popper i {
  width:1em;
}
.popover {
  font-size: 12px;
  font-family: "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
  border-top-color: #46b8da !important;
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
  border-bottom-color: #46b8da !important;
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
  border-left-color: #46b8da !important;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
  border-right-color: #46b8da !important;
}

.popover-body {
  color: #fff;
  padding: 4px 6px;
  word-break: break-all;
}
button.btn-popover {
  padding: 0;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
button.btn-light.btn-popover:hover {
  background-color: transparent;
}
button.btn-popover i {
  vertical-align: 2px;
}
.scim-app .badge.popper {
  background-color: #aa00a9;
  min-width: 52px;
  color: #fff;
}

/*所属組織部門パス表示*/
.org-path {
  font-size:1.2em;
  color: #5bc0de;
  vertical-align: -1px;
  cursor: pointer;
}
.org-path:hover {
  color: #31b0d5;
}
.popover-header {
  color: #d9edf7;
  font-size: 12px;
  background-color: #1b809e;
  padding: 6px 6px;
  border-bottom: none;
}

/*ユーザーステータス確認ボタン*/
.user-status-info {
  display:inline-block;
  vertical-align:middle;
}
.user-status-info i {
  display:inline-block;
  vertical-align:middle;
  font-size:1.4em;
  margin-top: -5px;
  color: #5bc0de;
}
.user-status-info i:hover {
  color: #31b0d5;
}

/*----- フォーム関連 ---------------*/

/*テキストボックス*/
#users form input, #admins form input {
  line-height: 2em;
  height:48px;
}
/*学認DS*/
#admins #wayf_div form input {
  line-height: normal;
  height: auto;
  box-sizing: border-box;
}
#admins form input[type=checkbox],
#admins form input[type=checkbox],
#users.csp form input[type=checkbox] {
  line-height: 1.5rem;
  height:1rem;
}
#admins form.setting input {
  height: 36px;
  font-size: 16px;
  line-height: 1.5em;
}
#admins form.setting .mustInput {
  position: relative;
}
#admins form.setting .mustInput input {
  width: calc(100% - 50px);
}
#admins form.setting .mustInput .mustItem {
  position: absolute;
  top: 10px;
  right: 15px;
}
#admins .pPolicy form input {
  height:14px;
}
#users form input.form-control.gCtrl.optVal, #admins form input.form-control.gCtrl.optVal {
  height:32px;
}
form#rotate input.narrow-box, form#polling input.narrow-box {
  width:76px;
  height:36px;
  display: inline-block;
  margin-right: 1em;
}
.narrow-wrap {
  padding-top:6px;
}
.help-block {
  font-size: 12px;
}
.form-control-static {
  word-break: break-all;
  font-weight: 700;
}
.form-control.input-time {
  display: inline-block;
}
.unit {
  display: inline-block;
  margin-left: 0.5em;
}
#admins form input#ldapName {
  width:calc(100% - 72px);
  display: inline-block;
}
.sub-domain {
  padding-top: 7px;
}
.sub-domain input {
  display: inline-block;
  width: 20em;
  max-width: calc(100% - 220px);
  overflow: hidden;
}
.sub-domain::before {
  content: "https://";
  font-weight: 700;
  margin-right: 0.5rem;
}
.sub-domain::after {
  content: ".slack.com/sso/saml";
  font-weight: 700;
  margin-left: 0.5rem;
}
#admins form input.width-auto {
  width: auto;
  display: inline-block;
}
.multiselect-filter {
  padding: 0 8px 8px;
}
.multiselect-filter>i {
  display: none !important;
}
#admins form input.multiselect-search {
  line-height: 1.4em;
  height: 35px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  margin-left: 0;
  width: 100%;
  padding: 6px 12px;
}
#admins form .multiselect-container .multiselect-item.filter .input-group {
  margin: 8px;
  width: calc(100% - 16px);
}
#admins form input.cell-search-box {
  display: inline-block;
  margin-left: 10px;
  height: 34px;
}
/*ラジオ*/
#admins form input[type="radio"] {
  line-height: 1em;
  height:12px;
}
#admins form input[type="radio"]#inlineRadio1,#admins form input[type="radio"]#inlineRadio2 {
  margin-top: 8px;
  margin-left: -15px;
}
.method-selected {
  color:#f00;
}
/*チェックボックス*/
.checkbox-inline input[type=checkbox] {
  margin-top: 8px;
  margin-left: -15px;
}
#admins form#sb-agree input {
  line-height:normal;
  height:12px;
}

/*テキストエリア*/
#users form textarea, #admins form textarea {
  line-height: 1.7em;
  padding-top:12px;
  resize: vertical;
  min-height: 90px;
}
#users form .lang textarea, #admins form .lang textarea {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*ラベル*/
#users form label, #admins form label {
  display: flex;
  align-items: center;
  height:48px;
  padding-right:0px;
  text-align:left;
  font-weight: 700;
}
/*学認DS*/
#admins #wayf_div form label {
  display: inline;
  align-items: normal;
  height:auto;
  text-align:inherit;
  font-weight: normal;
}
.col-form-label {
  font-weight: 700;
}
#admins .pPolicy form label.slider-label, #admins .cspSetting form label.slider-label {
  height: 30px;
  line-height: 1.4em;
}
#admins .pPolicy form label {
  height: 30px;
  padding:0 15px;
  line-height: 2em;
  margin-bottom: 0.5rem;
}
#admins .cspSetting form label {
  padding:0 15px;
}

#admins .pPolicy form .btn-group label, #admins .cspSetting form .btn-group label, #admins .systemSetting form .btn-group label {
  height: 39px;
  line-height: 1.8em;
}
/*#admins .property form label {
  height: 39px;
  line-height: 2em;
}*/
#admins form label.tArea {
  padding-top:0;
}

#admins .pPolicy form .lang, #admins .cspSetting form .lang {
  display: flex;
  margin-bottom: 1.25em;
}

#admins .pPolicy form .lang label, #admins .cspSetting form .lang label {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
  height: auto;
  margin-bottom: 0;
  padding-top: 13px;
  align-items: flex-start;
  font-weight: 700;
}
/*#admins .pPolicy form .lang label, #admins .cspSetting form .lang label {
  padding-top: 5px;
}*/
#admins .cspSetting form label .passportPlan::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("../images/icon-passport.svg");
  background-repeat: no-repeat;
  position: relative;
  vertical-align: -2px;
}
.lang-label {
  min-width: 6rem;
  height: 48px;
}
.lang-label>span {
  height: 48px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
  justify-content: center;
}

/*ラベル青*/
.has-primary .checkbox, .has-primary .checkbox-inline, .has-primary .col-form-label, .has-primary .help-block, .has-primary .radio, .has-primary .radio-inline, .has-primary.checkbox label, .has-primary.checkbox-inline label, .has-primary.radio label, .has-primary.radio-inline label {
  color: #428bca;
}
/*ラベル複数行*/
#users form label.mline {
  line-height:1.4em;
  padding-top:7px;
}
/*ラベルインライン*/
#admins form #method-agree label.form-check-label {
  line-height: 1.4rem;
  height: auto;
  padding-top:0;
  font-weight:700;
}

/*パスワード表示非表示*/
.toggle-pass {
  position: relative;
}
.toggle-pass .row div {
  position: relative;
}
.login form .toggle-pass input, .toggle-pass.pass-reset input {
  padding-right: 2.5em;
}
.toggle-pass #icon-eye, .toggle-pass .toggle-icon {
  position: absolute;
  width: 1.5em;
  height: 100%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 10;
}
.toggle-pass.pass-reset .toggle-icon {
  right: 25px;
}
.toggle-pass #icon-eye.icon-show::after,
.toggle-pass #icon-eye.icon-hide::after,
.toggle-pass .icon-show.toggle-icon::after,
.toggle-pass .icon-hide.toggle-icon::after {
  content: "";
  background-image: url("../images/icon-eye-hide.svg");
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.toggle-pass #icon-eye.icon-show::after,
.toggle-pass .icon-show.toggle-icon::after {
  background-image: url("../images/icon-eye-hide.svg");
}
.toggle-pass #icon-eye.icon-hide::after,
.toggle-pass .icon-hide.toggle-icon::after {
  background-image: url("../images/icon-eye-show.svg");
}
/*Edgeで非表示*/
.login form .toggle-pass input::-ms-clear, .login form .toggle-pass input::-ms-reveal,
.toggle-pass.pass-reset input::-ms-clear, .toggle-pass.pass-reset input::-ms-reveal {
  display: none;
}
/*コンボボックス*/
.useridHead, .groupHead {
  padding-bottom:20px;
}
.useridHead2 {
  padding-bottom:10px;
}
.card div.useridHead {
  margin:20px 0 0 0;
  padding-bottom: 10px;
}
#admins .useridHead input, #admins form .useridHead input {
  line-height: 1.5rem;
  height: 34px;
}
/* input-group-prepend, input-group-append 補完 */
.input-group-prepend, .input-group-appned {
  display: flex;
}
.input-group-prepend button, .input-group-prepend .btn, .input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.input-group-append button, .input-group-append .btn, .input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.input-group-sm>.input-group-append>.btn {
  font-size: .85rem;
  line-height: .85rem;
}
/* input-group-text 補完*/
.input-group-text {
  border-color: #ced4da;
}
.input-group-btn>button.btn:not(.folder-open) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

/*パスワードポリシー*/
#admins .input-wrap {
  padding-left:15px;
  padding-right:15px;
}
#admins .pPolicy form .multiselect-container {
  z-index: 1080;
}
.caption {
  font-size: 0.875em;
  line-height: 38px;
  display: inline-block;
  height: 38px;
  vertical-align: -3px;
  margin-left: 0.5em;
}
/*スイッチ部品*/
#admins .bootstrap-switch-container input[type='checkbox'] {
  height:auto;/*チェックボックススイッチのズレを修正*/
}
#admins.gakunin .bootstrap-switch .bootstrap-switch-handle-on, #admins.gakunin .bootstrap-switch .bootstrap-switch-handle-off, #admins.gakunin .bootstrap-switch .bootstrap-switch-label {
  padding:12px;
}
.switch-info {
  font-size: 0.875em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1em;
}

/*スライダー部品*/
#admins .slider-group {
  padding-top: 0px;
  padding-bottom: 0px;
}
#admins div.pPolicy div.slider-group {
  margin-bottom:1rem;
}
#admins div.cspSetting div.slider-group {
  margin-bottom: 16px;
}
/*スライダー入力値*/
.exSliderVal {
  font-size:14px;
  font-weight:700;
}
/*スライダーの非表示*/
.non-display {
  display:none !important;;
}
/* スライダーで出現*/
#swctrl01 {
  margin-top:15px;
}
#swctrl {
  margin-left: 1.5em;
}
.slider-ValueLabel {
  padding-left:16px;
}
#admins .cspSetting .slider-ValueLabel {
  padding-top: 0;
}
label[for="spEntityId"] ~ div>span {
  overflow-wrap: anywhere;
  line-break: strict;
}

/*エラースタイル*/
#admins .cspSetting form .has-error .lang.has-error label {
  border: 1px solid rgba(255,75,0,1.00);
  border-right: none;
}
#admins .cspSetting form .has-error .lang:not(.has-error) textarea, #admins .cspSetting form .has-error .fix-letter:not(.has-error) input {
  border-color: #ccc !important;
  color: #555 !important;
}
#admins .cspSetting form .has-error .lang:not(.has-error) textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.has-error .form-control, .login form .has-error label {
  border-color:rgba(255,75,0,1.00) !important;
  color:rgba(255,75,0,1.00) !important;
}
.login form .has-error label {
  background-color:rgba(255,75,0,0.10) !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .col-form-label,
.has-error .help-block, .has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
.has-error.radio-inline label, h3.has-error, .text-error {
  color:rgba(255,75,0,1.00) !important;
}
.has-error .lang.has-error label {
  color:rgba(255,75,0,1.00) !important;
}
.cspSetting form .has-error td {
  color:rgba(255,75,0,1.00) !important
}
.portal-name.has-error .lang>.has-error .lang-label>span {
  color:rgba(255,75,0,1.00);
}
.portal-name.has-error .lang>.has-error .lang-label, .portal-name.has-error .lang .lang-label {
  background-color: #f5f5f5;
  border-color: rgba(255,75,0,1.00)!important;
}
.portal-name.has-error .lang input.form-control, .portal-name.has-error .lang .lang-label {
  border-color: #ccc!important;
}
.portal-name.has-error .lang>.has-error input.form-control {
  border-color: rgba(255,75,0,1.00)!important;
  color:rgba(255,75,0,1.00) !important;
}
.portal-name.has-error .lang>.has-error input.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.portal-name.has-error .lang input.form-control {
  color:#555 !important;
}
.portal-name.has-error .lang input.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/*ボタングループ*/
#users form .btn-group, #admins form .btn-group {
  /*margin-top:5px;*/
  /*margin-bottom:5px;*/
}
#admins form .note-btn-group.btn-group.note-fontsize>div, #admins form .note-btn-group.btn-group.note-color>div  {
  margin-top: 0;
}
#admins form .btn-group.bootstrap-select {
  margin-top:-8px;
}
#admins form .mSelect .btn-group {
  margin-top:0px;
}
#users form .btn-group label, #admins form .btn-group label {
  line-height: 24px;
  padding-left: 14px;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-right:14px;
  text-align:center;
}
#users form .selectp button, #admins form .selectp button {
  height:30px;
  padding:5px 11px 5px 10px !important;
  font-size:12px;
  border-radius:0 3px 3px 0 !important;
  margin:0 0 0 -1px !important;
  width:auto !important;
}
#admins form .selectp .postList button {
  border-radius:3px !important;
}
.selectp .filter-option, .selectp .dropdown-item span {
  font-size:12px;
}
.selectp .bootstrap-select {
  width:auto !important;
}
.selectp .bootstrap-select > .dropdown-toggle {
  width:auto !important;
}
/*#users form div.selectp, #admins form div.selectp {
  display: inline-block;
}*/
#users form div.selectp .btn-group, #admins form div.selectp .btn-group {
  margin-top:0;
}
#users form div.selectp .dropdown-menu, #admins form div.selectp .dropdown-menu, #users div.selectpm .dropdown-menu, #admins div.selectpm .dropdown-menu {
  /*right: 0px;*/
  left: auto;
}
#admins div#groupTargetList .dropdown-menu {
  right: auto;
  left: 0px;
}
#users div.selectpm.selectpm-left .dropdown-menu, #admins div.selectpm.selectpm-left .dropdown-menu {
  right: auto;
  left: 0px;
}
#users form .selectpm button, #admins form .selectpm button {
  font-size:14px !important;
  padding:5px 10px 5px 10px !important;
  /*margin:10px 0 0 -1px !important;*/
  width:100% !important;
}
/*#admins form .selectpm button.btn.dropdown-toggle.btn-light {
  margin:8px 0 0 0px !important;
}*/
#admins form .selectpm .bs-searchbox input {
  line-height: 1.4em;
  height: auto;
}
#admins form .modal .selectpm button.btn.dropdown-toggle.btn-light {
  margin-top:0 !important;
}
#admins form .modal-body #searchBtn {
  font-size: 14px;
  padding: 6px 12px;
}
#admins #expiredControlSelect .dropdown-menu.open {
  z-index: 1080;
}

#admins form #attrmap .selectpm {
  width: 100%;
}
#admins form #attrmap .selectpm .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: center;
}
#admins form #attrmap .selectpm button.btn.dropdown-toggle.btn-light {
  margin-top:0 !important;
  width: 100% !important;
}
#admins form #memberCond .selectpm button.btn.dropdown-toggle.btn-light {
  width:auto !important;
}
#admins form .selectpm100 button.btn.dropdown-toggle.btn-light {
  margin:4px 0 4px 0;
  padding-top:6px;
  padding-bottom:6px;
}
#admins form .selectpm.w-100 button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
}

/*学認属性マッピング設定*/
#admins form.setting .gen-method {
  display: flex;
  align-items: center;
}
#admins form.setting .gen-method label {
  height: auto;
}
#admins form.setting .gen-method button.tool-tip {
  height: 16px;
  margin-right: 0.75rem;
}
#admins form.setting .gen-method .selectpm100 {
  flex-grow: 1;
}
#admins form.setting .gen-method .selectpm100 .dropdown.bootstrap-select {
  width: 100%;
}

#admins form #groupBox {
  display: inline-flex;
  height: 36px;
  margin-top: -24px;
  margin-left: 10px;
  padding-top: 16px;
}
#admins form #groupBox .btn-group {
  margin-top: 0;
  margin-bottom: 0;
}
#admins form #groupBox button.multiselect.btn.dropdown-toggle.btn-light {
  margin-top: 0 !important;
  padding-right: 12px !important;
  height: 34px;
}
#admins form #external3, #admins form #external7 {
  margin-top: 1em;
}
#admins form #external3.selectpm, #admins form #external7.selectpm {
  display: inline-flex;
  margin-left: 0;
  width: 100%;
}
#admins form #external3 .btn-group, #admins form #external7 .btn-group {
  margin-top: 0;
  margin-bottom: 0;
}
#admins form #external3.selectpm button.multiselect.btn.dropdown-toggle.btn-light, #admins form #external7.selectpm button.multiselect.btn.dropdown-toggle.btn-light {
  margin-top: 0 !important;
  padding-right: 12px !important;
  height: 34px;
}
#admins form #external3.selectpm button.multiselect.btn .caret, #admins form #external7.selectpm button.multiselect.btn .caret {
  margin-top: -4px;
}
.selectpm .bootstrap-select {
  width: calc(100% + 1px) !important;
  margin-top:0 !important;
}
.selectpm span {
  font-size:14px;
}
.selectpm {
  display:inline-block;
}
.selectpm.select-center button {
  border-left: none;
  border-radius: 0px;
}
.selectp.selectps .bootstrap-select > .dropdown-toggle {
  padding: 4px 22px 4px 10px;
  line-height: 1.4;
}
.dispResult {
  padding-top:10px;
}
.table span.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.table-inner {
  width:100%;
  height:32px;
}
.table .table-inner {
  background-color: transparent;
}
.btn-set {
  padding:5px 7px;
}
.btn-set2 {
  padding:9px;
  margin-top:4px;
}

#admins form .table-inner .btn-group {
  margin:0;
}
#users form .table-inner button, #admins form .table-inner button {
  margin:0  !important;
}
#users .selectpm-right button.btn, #admins .selectpm-right button.btn  {
  border-radius: 0px .375rem .375rem 0px;
}
#users .selectpm-left button.btn, #admins .selectpm-left button.btn, #admins form .selectp.selectpm-left button.btn, #entityModal .selectpm-left button.btn  {
  border-radius: .25rem 0px 0px .25rem !important;
  width: auto;
  /*height: 34px;*/
  padding-top: 0.38rem;
  padding-bottom: 0.39rem;
}
#users .selectpm-center button.btn, #admins .selectpm-center button.btn  {
  border-radius: 0px;
  border-left: none;
}
input#keyword {
  /*margin-left:-1px;*/
}
#admins form input.form-control.comboBox {
  height:33px;
  /*margin-top:8px;
  margin-left:8px;
  width:calc(100% - 8px);*/
}
#admins form #notified-party input[type="text"] , #admins form #notified-party input[type="mail"]  {
  height:38px;
  line-height:38px;
  margin-top:4px;
}
#admins form .selectpm#searchFilter button.btn.dropdown-toggle.btn-default {
  line-height:19px;
  margin-left:-1px !important;
  margin-right: 4px !important;
}
#admins form #searchFilter button span {
  height:19px;
}
#admins #condition .selectpm button {
  margin-top:0 !important;
  height:32px !important;
}

#admins form #group .btn-group, #admins form #group .selectpm button.btn.dropdown-toggle.btn-light,
#admins form #org .btn-group, #admins form #org .selectpm button.btn.dropdown-toggle.btn-light {
  margin-top:0 !important;
  min-height:34px;
}
#admins form .selectp .postList {
  min-height:0px !important;
}
#admins form .input-group-sm input {
  line-height: 1.5rem;
  height: 30px;
}
#admins form #group .input-group-sm .btn-group, #admins form #org .input-group-sm .btn-group {
  min-height:30px;
}
#ms365Sec>.btn-group, #ms365>.btn-group {
  width: 100%;
}
#admins form #group .inside-cell .dropdown.bootstrap-select, #admins form #org .inside-cell .dropdown.bootstrap-select {
  min-height: inherit;
  width: auto;
}
#admins form .inside-cell button {
  font-size: 12px!important;
  line-height: 12px;
  border-radius: 3px;
  height: 24px;
  padding: 2px 10px 2px 10px!important;
  margin: 0!important;
  width: auto!important;
}
#admins form .inside-cell .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  margin-top: 3px;
}

/*横並びボタン*/
.btn-inline {
  padding: 13px;
  width: calc(50% - 4px);
}
.btn-inline:first-child {
  margin-right: 8px;
}

/*学認マルチセレクト*/
#admins form .multiAttr button.multiselect.dropdown-toggle.btn.btn-light {
  text-align:left;
}
#admins form .multiAttr span.multiselect-selected-text {
  font-size:16px;
  display:inline-block;
  width:100%;
}
#admins form .multiAttr button.multiselect {
  padding-right:24px;
}
#admins form .multiAttr .btn-group {
  margin-top: -2px;
}

/*ドロップダウン*/
div.dropdown.combo-left, div.dropdown.combo-right {
  display:inline-block;
}
div.dropdown.combo-left button {
  border-right-style:none;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}
div.dropdown.combo-right button {
  border-left-style:none;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
}
.appList .app-list-btns .dropdown:hover > div.dropdown-menu {
  display: block;
  right: auto;
}
#admins form .singleBtn button {
  font-size:14px;
  margin:0;
  padding:6px 12px;
}
.row-inner-offset {
  padding-top:6px;
}
.dropdown-menu a {
  cursor:pointer;
}

/*属性マッピングドロップダウンツールチップ付*/
.sf-mapping>.singleBtn, .sf-mapping>p {
  width: calc(100% - 30px);
  display: inline-block;
  margin-bottom: 0;
}
#admins form #attrmap .sf-mapping.with-tooltip .selectpm {
  width: calc(100% - 30px);
}
.with-tooltip button[data-bs-toggle="tooltip"] {
  position: relative;
  right: -4px;
  margin-top: 5px;
}
.with-tooltip .tooltip-inner {
  max-width: 300px;
}

/*カスタムアイコン*/
.dropdown-menu a.csv-import, .dropdown-menu a.csv-export, .dropdown-menu a.sec-group {
  background-position: 20px center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  padding-left:38px;
  position: relative;
}
.dropdown-menu a.csv-import {
  background-image: url(../images/icon-file-arrow-left.png);
}
.dropdown-menu a.csv-export {
  background-image: url(../images/icon-file-arrow-right.png);
}
.dropdown-menu a.sec-group::before {
  content: "\f0e8";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
}
.dropdown-menu-sm>li>a {
  font-size: 12px;
}
button.csv-export, button.csv-export:active {
  background-image: url("../images/icon-file-arrow-right-white.png");
  background-position: 12px center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  padding-left:28px;
}


/*マルチセレクト*/
#admins form .multiselect-container label,
#admins form .license-list label {
  line-height:1.41em;
  height:auto;
}
#admins form .multiselect-container .form-check,
#admins form .license-list .form-check {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
#admins form .multiselect-container label.form-check-label,
#admins form .license-list label.form-check-label{
  line-height:1.4rem;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  margin-bottom: 0;
}
#admins form .license-list button.dropdown-item.multiselect-all,
#admins form .license-list button.multiselect-option.dropdown-item,
#admins form .multiselect-container button.dropdown-item.multiselect-all,
#admins form .multiselect-container button.multiselect-option.dropdown-item{
  line-height:1.4rem;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
#admins form .multiselect-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#admins form button.multiselect, #admins form .modal-body button.multiselect {
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

/*ライセンス一覧*/
.license-list .checkbox {
  display: block;
  clear: both;
  margin-bottom: 1em;
}
#admins form .license-list div.license-list-select {
  text-align:right;
  padding-right:0;
}
#admins form .license-list div.btn-group {
  margin-top:0;
  margin-bottom:0;
  margin-left:0;
  width:100%;
}
#admins form .license-list div.btn-group>button.multiselect {
  margin-top: -2px;
  width: 100%!important;
}
.license-view {
  margin-top:20px;
}
.license-view div.card-header {
  padding:0;
}
.license-view div.card-header a {
  display:flex;
  font-weight:700;
  padding:10px 15px;
  cursor:pointer;
  width: 100%;
  align-items: center;
}
.license-view div.card-header a:hover {
  text-decoration:none;
}
.license-view div.card-header a.collapse-open2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
.license-view div.card-header a.collapse-open2.collapse-close2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
.license-view ul {
  padding-left:1.3em;
  margin-bottom:0px;
}
.license-view div.card:first-child {
  margin-bottom: 1rem;
}

/*対象者選択*/
#taishousha, #rdn {
  display:inline-block;
  width:69%;
}
#admins form #target-user  {
  height:48px;
  display:inline-block;
  width:30%;
  padding-left:10px;
}
#admins form #target-user button {
  height:48px;
}
/*変更ボタン*/
#admins form #reMap, #admins form #copyBtn  {
  height:40px;
  width:100%;
  margin-bottom: 1rem;
}
#admins form #reMap button, #admins form #copyBtn button, #users form #copyBtn button {
  font-size: 1rem;
  height:40px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin:0;
}
/*オプション設定*/
.option-panel {
  margin-bottom:0px;
  padding-left:15px;
}
.option-panel label {
  color: #31b0d5;
}
/*接続チェクボタン*/
.check-status {
  display:inline-block;
  vertical-align:middle;
  padding-left:1em;
}
/*接続キー*/
#connectkey {
  border-color:#5bc0de;
  resize: none;
  min-height:10em;
}
/*CSP受付情報*/
#receiptInfo {
  border-color:#5bc0de;
  resize: none;
  min-height:5em;
  margin-bottom: 1em;
}
#receiptStateInfo {
  padding: 0px;
  border-color:#5bc0de;
  border-width: 1px;
  border-style:  solid;
}
/*パスワード再発行受付情報*/
#reciept {
  border-color:#5bc0de;
  resize: none;
  /*min-height:5em;*/
  min-height: calc( 1.7em * 2 + 20px );
  margin-bottom: 1em;
}
#users form button.copy {
  margin-top: 0;
}
#users form .form-group.reciept-info label {
  padding-top: 0;
  line-height: 1.4em;
  height: 2em;
}
#users form textarea#reciept {
  padding-top: 10px;
  word-break: break-all;
  font-feature-settings: normal;
}

.form-control#connectkey[readonly], .form-control#reciept[readonly], .form-control#receiptInfo[readonly] {
  background-color:#fff;
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
/*認証コード*/
.two-step-auth {
  list-style:none;
  counter-reset:li;
  padding-left:0;
}
.two-step-auth li {
  position: relative;
  padding-left:3em;
  padding-bottom:1em;
  border-bottom:solid 1px #ccc;
  margin-bottom:1.8em;
}
.two-step-auth li:before {
  counter-increment: li;
  content: counter(li) ;
  position: absolute;
  top:-0.3em;
  left: 0.2em;
  color: #000;
  font-size:1.6em;
  line-height: 1.6em;
  text-align: center;
  font-weight:700;
}
.two-step-auth li > p {
  font-weight:700;
}
.two-step-auth li > p > a {
  font-weight:400;
}
.two-step-auth li > .table {
  margin-bottom:0;
  padding-bottom:0;
}
.two-step-auth li > .table >tbody>tr>td {
  border-top:none;
}
#users form input.authCode {
  width:10em;
  line-height:1.6em;
  height:34px;
  margin-bottom:0.7em;
  display:inline-block;
}
#users form button.authcode-check {
  width:4em;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:-3px;
  margin-left:.5em;
}
.two-step-auth span.message {
  margin-left:1em;
}
/*SSO手順リスト*/
.procedure {
  counter-reset:li;
  padding-left:0;
  list-style:none;
}
.procedure>li {
  position: relative;
  padding-left:3em;
  padding-bottom:1.5em;
  border-bottom:solid 1px #ccc;
  margin-bottom:1.5em;
}
.procedure>li>ul.list-inline {
  padding-top:0.5em;
}
.procedure>li:before {
  counter-increment: li;
  content: counter(li) ;
  position: absolute;
  top:0.15em;
  left: 0.2em;
  color: #fff;
  font-size:1em;
  line-height: 1.6em;
  text-align: center;
  font-weight:700;
  background-color:#666;
  width:1.6em;
  height:1.6em;
  border-radius:50%;
}
/*パスワード再発行用メールアドレスオプション*/
.option-inline {
  margin-bottom: 0;
  width: 100%;
}
.input-option-inline {
  margin-bottom: 0;
  padding-left: 0;
}
#admins form label.checkbox-inline {
  font-size: 13px;
}


/*ユーザー画面アプリケーションboxオプション*/
#admins form #box-app-option {
  /*margin-top:4px;*/
}
#admins form #box-app-option label {
/*  height:36px;
  line-height:36px;
  padding-top:0;*/
}
#admins form #box-app-option input {
  /*height:36px;*/
  /*line-height:36px;*/
}
#admins form #box-app-option input[type=checkbox] {
  /*margin-top:0;*/
}
/*ユーザー画面アプリケーションo365ライセンス*/
#admins form div[id^="external"].selectpm .license-list {
  margin-top:0 !important;
}
#admins form div[id^="external"].selectpm .license-list button.btn.dropdown-toggle.btn-light {
  margin-top:0 !important;
  margin-left:10px !important;
}
/*SCIMアプリケーション*/
#admins form .auth-input label {
  height:36px;
  line-height:36px;
  padding-top:0;
}
#admins form .auth-input input {
  height: 36px;
}
.auth-input {
  margin-top: 1em;
}
#schemaPanels {
  margin-top: 1rem;
}
.templateSubAttributeRow:not(:last-child) {
  margin-bottom: 0.75rem;
}
/*X-pointアプリケーション*/
#admins #groupMemberHeader th {
  padding: 3px;
}
#admins #groupMemberData td {
  padding: 3px;
}
#admins #groupMember .selectpm button.btn.dropdown-toggle.btn-light {
  margin-top: 0px !important;
}

/*----- ログ参照コラップス ---------------*/
.collapse-open, .collapse-close {
  cursor: pointer;
  text-decoration: none;
}
.collapse-open.disabled, .collapse-close.disabled {
  opacity: 30%;
  pointer-events: none;
}
.collapse-open:before {
  content: " \f13a";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  top: 1px;
}
.collapse-close:before {
  content: " \f139";
  font-family: FontAwesome;
  position: relative;
  top: 1px;
}
.collapse-open:hover, .collapse-close:hover {
  text-decoration: none;
}
#searchParam div.card-header {
  border-bottom: none;
}
#searchParam div.card-header a, div[id^="attrMapping"] div.card-header a {
  display:flex;
  font-weight:700;
  cursor:pointer;
  position: relative;
  width: 100%;
  align-items: center;
}
#searchParam div.card-header a.collapse-open2:after, div[id^="attrMapping"] div.card-header a.collapse-open2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
#searchParam div.card-header a.collapse-open2.collapse-close2.collapsed:after, div[id^="attrMapping"] div.card-header a.collapse-open2.collapse-close2.collapsed:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
#searchParam div.card-header a.collapse-open2.fold:after, div[id^="attrMapping"] div.card-header a.collapse-open2.fold:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
#searchParam div.card-header a.collapse-open2.collapse-close2.fold:after, div[id^="attrMapping"] div.card-header a.collapse-open2.collapse-close2.fold:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}

/*ユーザーポータル画面コメント*/
div[id^="PortalComment"] div.card-header a {
  display:flex;
  font-weight:700;
  font-size: 17px;
  cursor:pointer;
  position: relative;
  width: 100%;
  align-items: center;
}
div[id^="PortalComment"] div.card-header a:focus {
  text-decoration: none;
}
div[id^="PortalComment"] div.card-header a.collapse-open2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
div[id^="PortalComment"] div.card-header a.collapse-open2.collapse-close2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
div[id^="PortalComment"] div.card-body>div {
  padding: 1em 1em 0.5em;
}

div[id^="PortalComment"] .content {
  padding-left: 2.75rem;
}
.ext-alert {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: rgba(220,53,69,0.75);
  color: #fff;
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
  width: 70%;
  height: calc(70% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 30px));
  padding: 0.75em;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.ext-alert::before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 1.5em;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.ext-ban {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: rgba(158,158,158,0.75);
  color: #fff;
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
  width: 70%;
  height: calc(70% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 30px));
  padding: 0.75em;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.ext-ban::before {
  content: "\f05e";
  font-family: FontAwesome;
  font-size: 1.5em;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}

/*----- コメント設定テキストエディタ ---------------*/
.comment#admins form textarea {
  padding-top: 6px;
  line-height: 20px;
  resize: vertical;
}
.comment .card .table tbody tr:first-child td:first-child {
border-bottom-left-radius: 4px;
}
.comment .card .table tbody tr:first-child td:last-child {
border-bottom-right-radius: 4px;
}
.com-status .label:not(:last-child) {
  margin-right: 0.5em;
}
.label-set {
  background-color: #0181cc;
}
.label-not-set {
  background-color: #bdc3c7;
}
#admins form .tox-toolbar__primary button {
  width: auto;
  font-size: 12px !important;
  padding: 0;
  margin: 6px 1px 5px 0 !important;
}
#admins form button.tox-tbtn--select {
  padding: 0 4px;
  font-family: Arial, Helvetica, "sans-serif" !important;
}
#admins form .tox-toolbar__primary button.tox-tbtn {
  width: 34px;
}
#admins form .tox-toolbar__primary button.tox-tbtn.tox-tbtn--select {
  width: auto;
}
body#tinymce p {
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;  
}

/*----- エラー画面 ---------------*/
.error-content {
  margin-bottom: 30px;
  margin-top: 15px;
}
.error-content .card-body {
  padding:25px;
  font-size:16px;
  font-weight:700;
}
.opid, .saml {
  padding-right:28px;
  border-right:solid 1px #ccc;
}
.opid {
  margin:-2px 28px 2px;
  width:200px;
}
.saml {
  margin:0 28px;
  width:120px;
}
.error-content .card-body span {
  display:inline-block;
  margin-top:3px;
  margin-bottom:-3px;
}
/*----- ルートパネル ---------------*/
.root-item {
  display:table;
  background-color:rgba(205,230,245,1.00);
  padding:0em;
  margin:1em 0;
  border:1px solid rgba(205,230,245,1.00);
  border-radius:6px;
  color:rgba(13,79,148,1.00);
  font-weight:700;
  text-align:center;
}
.root-item div {
  padding:1em;
}
.root-item span.badge {
  background-color:rgba(13,79,148,1.00);
  font-size:10px;
  vertical-align:1px;
  margin-left:0.7em;
}
.root-apprv-name {
  background-color: rgba(255,255,255,1.00);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.root-arrow {
  text-align:center;
  color:rgba(13,79,148,1.00);
}
.root-last {
  margin-bottom: 15px;
}
/*パネル内*/
.panel-inner {
  padding:5px 30px 0 30px;
}
.card-body:empty {
  padding: 0;
  margin-bottom: 0.75rem;
}
/*----- 対象ユーザーコラム ---------------*/
.targetUser-wrap {
  padding-top:20px;
  display: flex;
  margin-bottom: 2rem;
}

/*----- 検索バー ---------------*/
#search-bar {
}
#search-bar input, .useridHead input {
  /*line-height:2em;*/
}
#admins form #search-bar2 .selectpm button, #admins form #search-bar2 .btn-group {
  margin-top:0px !important;
}
#admins form #search-bar2 .bootstrap-select button {
  padding-top:6px !important;
  padding-bottom:6px !important;
  height:34px !important;
  margin-left:-1px !important;
  margin-right:4px !important;
}
.wave-dash {
  float:left;
  display:block;
  height:34px;
  line-height:34px;
  padding: 0px 4px;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#btn-search {
  text-align:center;
}
#btn-search button {
  width:48%;
}
.from-to {
  border-left:none;
  border-right:none;
  border-radius: 0;
  height: 100%;
}
/* モーダル内ファイルパス表示 */
input[id^="dummy_file"] {
  padding:0 12px;
  vertical-align:middle;
  color: #000;
}
/*----- ページスクローラ ----------*/

.pagetop {
  position: fixed;
  bottom: -40px;
  right: 20px;
  margin:0;
  z-index: 999;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 40px;
  background-color: rgba(0,24,92,0.50);
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: rgba(255,255,255,1);
  font-size: 24px;
  text-decoration: none;
  line-height: 40px;
}

/*スイッチ*/
#admins .bootstrap-switch-container span {
  white-space:nowrap;
}
/*カスタマイズパネル*/
#admins div.add-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #5bc0de;
  padding: 1rem 1.5rem 0 1.5rem;
  border-radius: 4px;
  margin-top: 1rem;
}
#admins div.add-panel:after, #admins div.add-panel:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#admins div.add-panel:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#admins div.add-panel:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5bc0de;
  border-width: 16px;
  margin-left: -16px;
}
hr + .add-panel {
  margin-top: 2.5rem !important;
}
/*カスタマイズパネルL2*/
#admins div.add-panel.level2 {
position: relative;
background-color: #fff;
border: 1px solid #5CB85C;
padding: 1em 1.5em 0 1.5em;
border-radius: 4px;
margin-top: 1em;
}
#admins div.add-panel.level2:after, #admins div.add-panel.level2:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#admins div.add-panel.level2:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#admins div.add-panel.level2:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5CB85C;
  border-width: 16px;
  margin-left: -16px;
}

/*カスタマイズパネル上部*/
#admins div.add-panel2 {
  position: relative;
  background-color: #fff;
  border: 1px solid #5bc0de;
  padding: 1em 1.5em 1em 1.5em;
  border-radius: 4px;
  margin-bottom: 1em;
}
#admins div.add-panel2:after, #admins div.add-panel2:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#admins div.add-panel2:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#admins div.add-panel2:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #5bc0de;
  border-width: 16px;
  margin-left: -16px;
}
/*編集パネル*/
#admins div.edit-panel {
  border-top: 1px solid #bcd0e4;
  padding:0.7em;
}
/*契約ユーザー数*/
.user-number {
  font-weight: 700;
  color:#337ab7;
  margin-bottom: 0.75em;
}
.user-number::before {
  content:"\f0c0";
  font-family: FontAwesome;
  margin-right: 4px;
  font-weight: 500;
}
.user-active {
  margin-right: 0.5rem;
}
.user-active::before {
  content: "ユーザー数\0020：";
  font-weight: 500;
  margin-right: 0.5rem;
}
.user-active::after {
  content: "\0020名";
  font-weight: 500;
}
.check-btn {
  margin-left: 0.25em;
  vertical-align: 1px;
}
/*契約数モーダル*/
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.contract-header {
  color: #337ab7;
  padding-bottom: 0.5em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 122, 183, 0.5);
  font-weight: 700;
  margin-bottom: 1em;
  font-size: medium;
}
#licenseInfoModal .number-list {
  display: flex;
  margin-bottom: 2em;
}
#licenseInfoModal .number-list>div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
#licenseInfoModal .label-lg {
  font-size: 16px;
  font-weight: 700;
}
#licenseInfoModal .label-md {
  font-size: 14px;
  font-weight: 700;
}
#licenseInfoModal .label-sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin-top: 0.25em;
  white-space: nowrap;
}
#licenseInfoModal .number-lg, #licenseInfoModal .number-md {
  position: relative;
  height: 32px;
  margin-top: 8px;
  /*border: solid 1px #f00;*/
}
#licenseInfoModal .number-lg span, #licenseInfoModal .number-md span {
  position: absolute;
  bottom: 0;
}
#licenseInfoModal .number-lg span {
  font-family: 'Oswald', sans-serif;;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}
#licenseInfoModal .number-md span {
  font-family: 'Oswald', sans-serif;;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
#licenseInfoModal .add::before {
  content: "＋";
  position: absolute;
  bottom: -5px;
  left: -8px;
  font-size: 20px;
}
#licenseInfoModal .sub-total::before {
  content: "＝";
  position: absolute;
  bottom: -5px;
  left: -8px;
  font-size: 20px;
}
#licenseInfoModal .rest {
  border-left: solid 1px #ccc;
}
#licenseInfoModal .total {
  border-right: solid 1px #ccc;
}


/*パネル*/
p.num-users, p.num-org, p.num-list {
  margin:-15px 0 10px 0;
  color:#337ab7;
}
p.num-users::before, .card-header.num-users::before {
  content:"\f0c0";
  font-family: FontAwesome;
  margin-right: 4px;
}
p.num-org::before, .card-header.num-org::before {
  content:"\f0e8";
  font-family: FontAwesome;
  margin-right: 4px;
}
p.num-list::before, .card-header.num-list::before {
  content:"\f003";
  font-family: FontAwesome;
  margin-right: 4px;
}
.card-header.num-users, .card-header.num-org {
  padding:9px 10px;
  line-height:14px;
  border-bottom:none;
}
.member-count {
  font-size:12px;
  padding-left:15px;
}
.function-bar {
  display: flex;
  align-items: flex-end;
}
.num-log {
  margin:-15px 0 0 0;
  color:#337ab7;
  font-weight: 500;
}
.num-log::before {
  content:"\f0f6";
  font-family: FontAwesome;
  margin-right: 4px;
}
/*HTTPステータスコード*/
.status-code4 {
  color: #c9302c;
  border: 1px solid #D595A0;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
}
.status-code5 {
  color: rgba(255, 76, 0, 1.00);
  border-color: rgba(255, 76, 0, 1.00);
  position: relative;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-45deg, #ffd3c2 25%, transparent 25%, transparent 50%, #ffd3c2 50%, #ffd3c2 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ffd3c2 25%, transparent 25%, transparent 50%, #ffd3c2 50%, #ffd3c2 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffd3c2 25%, transparent 25%, transparent 50%, #ffd3c2 50%, #ffd3c2 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.status-mainte {
  color: #0081CC;
  border: 1px solid #bce8f1;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
}
.status-code4 p.error-code::before {
  content:"\f071";
  font-family:FontAwesome;
  margin-right:0.2em;
  color:#a94442;
}
.status-code5 p.error-code::before {
  content:"\f071";
  font-family:FontAwesome;
  font-size:24px;
  margin-right:0.2em;
  color:rgba(255, 76, 0, 1.00);
  vertical-align:middle;
}
.status-code4 p.error-code.no-icon::before {
  display:none;
}
.status-code4 p.error-code {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 25px 15px 20px;
  font-weight: 700;
  color: #A94442;
}
.status-code5 p.error-code {
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 0px;
  font-weight: 700;
}
.status-mainte h4::before {
  content:"\f0ad";
  font-family:FontAwesome;
  font-size:24px;
  margin-right:0.2em;
  vertical-align:middle;
}

.status-mainte h4 {
  font-weight:700;
  padding-top:25px;
}
.status-mainte p {
  color:#000000;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 15px 20px;
}
/*デイタイムピッカー*/
button.xdsoft_today_button {
  display:none !important;
}

/*----- 非表示アイテム ---------------*/
.no-display {
  display:none;
}
.gray-out {
  opacity:0.4;
}

/*削除対象ユーザー*/
.del-user, .del-user-toggle {
  font-weight: 700;
  color: #D9534F;
  font-size: 18px;
  word-wrap: break-word ;
  white-space: normal ;
  display: block ;
}
.del-user {
  flex: 1 0 0;
}
.del-ex-idp::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background-image: url("../images/icon-external-idp-red.svg");
  background-repeat: no-repeat;
  background-size: 26px 18px;
  background-position: center center;
  vertical-align: -2px;
  margin-right: 0.3em;
}

/*Exticロゴリンク*/
.navbar-brand[href="#"] {
  cursor: default;
}
/*----- パスワード出力設定 -------------*/
#passSetting {
  margin-top:20px;
}
#passSetting div.card-header {
  padding:0;
}
#passSetting div.card-header a {
  display:flex;
  font-weight:700;
  padding:10px 15px;
  cursor:pointer;
  width: 100%;
  align-items: center;
}
#passSetting div.card-header a:hover, #passSetting div.card-header a:focus, #passSetting div.card-header a:active {
  text-decoration:none;
}
#passSetting div.card-header a.collapse-open2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
#passSetting div.card-header a.collapse-open2.collapse-close2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
/*----- CSP本人確認済情報 -------------*/
#idInfo {
  margin-top:30px;
}
#idInfo div.card-header {
  padding:0;
}
#idInfo div.card-header a {
  display:flex;
  font-weight:700;
  padding:10px 15px;
  cursor:pointer;
  width: 100%;
  align-items: center;
}
#idInfo div.card-header a:hover, #idInfo div.card-header a:focus, #idInfo div.card-header a:active {
  text-decoration:none;
}
#idInfo div.card-header a.collapse-open2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
#idInfo div.card-header a.collapse-open2.collapse-close2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
/*----- MS 365 他のマッピング ---*/
#otherMapping {
  margin-top: 20px;
}
#otherMapping div.card-header {
  padding:0;
}
#otherMapping div.card-header a {
  display:flex;
  font-weight:700;
  padding:10px 15px;
  cursor:pointer;
  width: 100%;
  align-items: center;
}
#otherMapping div.card-header a:hover, #otherMapping div.card-header a:focus, #otherMapping div.card-header a:active {
  text-decoration:none;
}
#otherMapping div.card-header a.collapse-open2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0.75em;
}
#otherMapping div.card-header a.collapse-open2.collapse-close2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0.75em;
}

/*----- MS365マッピング設定 ---*/
.attrSetting div.card-header a.collapse-open2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1em;
}
.delConditionBtn {
  position: absolute;
  top: 10px;
  right: 50px;
}
/*----- ローディング ---*/
#loading, #loading2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
#loading {
  background-color: rgba(13, 80, 148, 0.85);
}
#loading2 {
  background-color: transparent;
}
#loading .inner i, #loading2 .inner i {
  color: #fff;
}
#loading2 .inner {
  background-color: rgba(0, 129, 204, 0.88);
  padding: 2em;
  border-radius: 8px;
}
#loading3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 990;
}
#loading3 {
  background-color: transparent;
}
#loading3 .inner i {
  color: #fff;
}
#loading3 .inner {
  background-color: rgba(0, 129, 204, 0.88);
  padding: 2em;
  border-radius: 8px;
  margin-top: 7rem;
}

/* アプリ認証のシークレット表示パネル */
#showSecret div.card-header a {
  display:flex;
  font-weight:700;
  font-size: 14px;
  cursor:pointer;
  position: relative;
  width: 100%;
  align-items: center;
}
#showSecret div.card-header a.collapse-open2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
#showSecret div.card-header a.collapse-open2.collapse-close2.collapsed:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
#showSecret div.card-header a.collapse-open2.fold:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}
#showSecret div.card-header a.collapse-open2.collapse-close2.fold:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:0;
}

/*----- アプリケーション検索ボックス -----*/
.appSearchBox {
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}
.appSearchBox .input-group {
  /*flex-grow: 2;*/
}
.appSearchBox .input-group:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.appSearchBox .input-group-append .selectpm {
  width: 100%;
}
.appSearchBox .input-group-append .selectpm .bootstrap-select .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.appSearchBox button[type="search"] {
  white-space: nowrap;
}

/*----- メールアドレスポリシー -----*/
#admins form .policy-group {
  margin-bottom: 1.75em;
}
#admins form .policy-group label {
  padding-top: 4px;
}
.prohibit-label {
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px 12px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  font-weight: 700;
}
.prohibit-label + textarea {
  border: 1px solid #ebccd1;
  border-top: none;
}
#admins form .policy-group textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*----- マッピングテストツール -----*/
.alert.result {
  border-radius: .25rem;
  padding: .75rem 1.25rem;
  width: 100%;
  min-height: 3.15rem;
}
.alert.alert-danger.result {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*---------------------------
  CSP
---------------------------*/
/*----- 利用許諾表示 ------*/
#license {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 1em;
  max-height: 28em;
  overflow: auto;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border-radius: 0.4em
}
#license p {
  font-size: 1em;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
#license p:last-child {
  margin-bottom: 0;
}
#users.csp form label {
  line-height: 1.5rem;
  height: auto;
  padding-top: 0;
  padding-left: 0.5rem;
}
#users.csp form label #agreeCheck {
  line-height: inherit;
  height: initial;
}
.trustdock-logo, .gakunin-logo {
  width: 250px;
  height: auto;
  margin-bottom: 0.5em;
}
.gakunin-logo {
  margin-bottom: 1rem;
}
.csp h4 {
  margin-bottom: 1em;
  font-feature-settings: "palt";
}
/*お知らせメンテナンス宛先セレクトボックス*/
#add-del-box select {
  min-height: 234px;
}

/*サブナビゲーションドロップダウン*/
.sub-nav .dropdown>a::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
/*サブナビゲーションエラー項目*/
.sub-nav a.error::after {
content: "\f071";
font-family: FontAwesome;
margin-left: 0.3em;
color: rgba(255, 76, 0, 1.00);
}
/*サブナビゲーションセンター揃え*/
.justify-center {
  justify-content: center;
}

/*ログイン画面*/
.login form .form-check {
  font-size: 0.75rem;
  color: #808080;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.login form .form-check-input {
  top: -2px;
}
/*SSO（Form-Based）設定*/
#users.sso-setting .setting-target-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 2rem;
}
#users.sso-setting form label {
  height: auto;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
#users.sso-setting form .input-block {
  align-items: flex-start;
  margin-bottom: 0;
}
#users.sso-setting form .input-block>.left-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
#loginformWaitTime {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
#loginformWaitTime::after {
  content: "秒";
  margin-left: 0.5rem;
}

/*ユーザーマッピング開閉パネル*/
#passwordExpirationSetting div.card-header {
  padding: 0;
}
#passwordExpirationSetting div.card-header a {
  display: flex;
  width: 100%;
  padding: 0.75rem 1.25rem;
  align-items: center;
}
#passwordExpirationSetting div.card-header a.collapse-open2:after {
  content:"\f13a";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
  color: #fff;
}
#passwordExpirationSetting div.card-header a.collapse-open2.collapse-close2:after {
  content:"\f139";
  font-family: FontAwesome;
  font-size: 18px;
  position:absolute;
  right:1rem;
}
/*シングルセレクト検索結果*/
.bootstrap-select .no-results {
  display: none;
}
/*カスタムロゴアップロード*/
#previewBox {
  display: flex;
  width: 229px;
  height: 86px;
  border: 1px solid #ced4da;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  padding: 14px 20px;
  border-radius: 6px;
}
#previewBox img {
  max-width: 187px;
  max-height: 56px;
}
#customLogoBox .custom-file-label, #customFileBox .custom-file-label {
  color: rgb(108, 117, 125);
  background-color: #e9ecef;
  padding: 0 5px 0 10px;
  height: 100%;
}
#customLogoBox .custom-file-label::after, #customFileBox .custom-file-label::after {
  height: 48px;
  line-height: 2rem;
  padding-top: 10px;
  background-color: #fff;
}
#customLogoBox button, #customFileBox button {
  border-color: #ccc;
}
#customLogoBox .custom-file, #customFileBox .custom-file {
  padding: 0;
  height: 48px;
  background-color: #e9ecef;
}
#customLogoBox .custom-file-input, #customFileBox .custom-file-input {
  display:none;
}
#customLogoBox #inputLogoReset:not(:hover) {
  background-color: #e9ecef;
}
/*メンテナンス画面*/
.status-mainte {
  padding: 25px 15px;
}
.status-mainte h4 {
  font-weight:700;
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.4em;
  padding-left: 45px;
  padding-top: 0;
  margin: 0;
}
.status-mainte h4::before {
  content:"\f0ad";
  font-family:FontAwesome;
  font-size:40px;
  margin-right:0.2em;
  position: absolute;
  top: 50%;
  left: 0px;
  line-height: 48px;
  transform: translateY(-50%);
}
.status-mainte h4 > span {
  font-family: "segoe UI", Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}
.status-mainte p {
  color:#000000;
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  margin-top: 1em;
}
.status-mainte p.sub-text-en {
  font-family: "segoe UI", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  margin-top: 0.5em;
  margin-bottom: 0;;
}
/* 外部リンク */
.external-link {
  padding: 0;
}
.external-link::after {
  content: "\f08e";
  color: #343a40;
  font: var(--fa-font-solid);
  margin-left: 0.5rem;
}

/*================================================
　　　　* スマートデバイスに適用
================================================*/

@media screen and (max-width: 480px) {
/*モーダルボディ*/
.modal-body {
  padding:20px;
}
/*フォーム部品*/
.modal-body form label {
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  height: 40px;
  background-color: #E7E7E7;
  border-left-color: rgba(204,204,204,1.00);
  border-right-color: rgba(204,204,204,1.00);
  border-top-color: rgba(204,204,204,1.00);
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style:none;

  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 0px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 9px;
  color: rgba(128,128,128,1.00);
  margin-bottom: 0px;
  vertical-align: middle;
}
.modal-body form input {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2em;
  width: 100%;
  height:40px;
  border-left-color: rgba(204,204,204,1.00);
  border-right-color: rgba(204,204,204,1.00);
  border-top-color: rgba(204,204,204,1.00);
  border-bottom-color: rgba(204,204,204,1.00);

  border-left-style: solid;
  border-right-style: solid;
  border-top-style:solid;
  border-bottom-style: solid;

  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width:1px;
  border-bottom-width: 1px;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight : 500;
}
.modal-body form button {
  min-width:40%;
  font-size:16px;
  font-weight : 500;
  padding-top:12px;
  padding-bottom:12px;
  margin:0.5em 0.5em 0 0.5em;
}
/*----- 改行 -------------------*/
.br-sm {
  display:inherit !important
}
/*横並びボタン*/
.btn-inline {
  padding: 0.75em;
}
.btn-inline-box {
  margin-top: 8px;
}

/*契約数モーダル*/
#licenseInfoModal .number-list {
  display: block;
  margin-bottom: 1em;
}
#licenseInfoModal .number-list>div {
  display: block;
}
#licenseInfoModal .label-lg {
  font-size: 14px;
}
#licenseInfoModal .label-md {
  font-size: 13px;
}
#licenseInfoModal .label-sm {
  font-size: 12px;
}
#licenseInfoModal .number-lg, #licenseInfoModal .number-md {
  position: relative;
  margin-top: 8px;
}
#licenseInfoModal .number-lg {
  height: 46px;
}
#licenseInfoModal .number-md {
  height: 32px;
}
#licenseInfoModal .number-lg span, #licenseInfoModal .number-md span {
  position: relative;
}

#licenseInfoModal .add::before {
  bottom: 5px;
}
#licenseInfoModal .sub-total::before {
  bottom: 5px;
}
#licenseInfoModal .rest {
  border-left: none;
  margin-top: 0.5em;
}
#licenseInfoModal .rest>.label-md {
  border-top: dotted 1px #ccc;
  padding-top: 1em;
}
#licenseInfoModal .total {
  border-right: none;
  margin-bottom: 1em;
}
#licenseInfoModal .total>.number-lg {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 1em;
}
.navbar-brand.ms365-agent {
  display: block;
  padding: 0 15px;
  height: auto;
}
.navbar-brand.ms365-agent>img {
  width: 100%;
  height: auto;
}
}

@media screen and (max-width: 767px) {

/*----- 基本構造・要素 ---------------*/

/*----- タイトルロゴ -------------*/
#adConnect img {
  width:323px;
  height:41px;
}

/*----- 見出し関連 ---------------*/

/*ページタイトル*/
.page-title {
  background-color: rgba(205,230,245,1.00);
  border-top: 1px solid rgba(255,255,255,0.46);
  border-bottom: 1px solid rgba(129,192,230,1.00);
  /*margin-bottom:20px;*/
}
.page-title:empty {
  display: none;
}
.page-title h2 {
  padding:0px;
  margin:10px 0 8px 0;
  color:#0081cc;
}
#refer h5 span::before {
  content:"：";
}
#refer h5 span {
  font-weight:400;
}
#refer h5 span br {
  display:none;
}

/*----- ログイン画面 ---------------*/

/* ボックス構造*/
.login {
  width: 100%;
  padding-top:15px;
}
.upper, .upper2 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.lower, .lower2 {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

/*ヘッダ*/
.upper header, .upper2 header {
  width:100%;
}
.upper header img {
  display:block;
  width:200px;
  height:52px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px
}
.upper2 header img {
  display:block;
  width: 320px;
  height: 95px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px
}

/*フォーム*/
.login-form {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border: 15px solid #4d84b4;
  border-radius: 15px;
  -webkit-filter:drop-shadow(0px 10px 30px rgba(0,0,0,0.20));
  filter:drop-shadow(0px 10px 30px rgba(0,0,0,0.20));
}
.login form label:not(.form-check-label) {
  font-size: 12px;
  /*  flex-grow: 1;*/
  /*  border-bottom-left-radius: 0;*/
  /*border-bottom-right-radius: 0;*/
  /*  border-bottom: 0;*/
  /*border-top-right-radius: 0;*/
  height: 40px;
/*  line-height: 2em;
  width: 100%;
  height:40px;
  background-color: #E7E7E7;
  border-left-color: rgba(204,204,204,1.00);
  border-right-color: rgba(204,204,204,1.00);
  border-top-color: rgba(204,204,204,1.00);
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 9px;
  color: rgba(128,128,128,1.00);
  margin-bottom: 0px;
  vertical-align: middle;*/
}
.login form 
.login form label.form-check-label {
  font-size: 12px;
  color: rgba(128,128,128,1.00);
}
.login form input:not(.form-check-input) {
/*  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2em;
  width: 100%;*/
  height:40px;
/*  border-left-color: rgba(204,204,204,1.00);
  border-right-color: rgba(204,204,204,1.00);
  border-top-color: rgba(204,204,204,1.00);
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px !important;*/
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
/*  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;*/
}
.login form button {
  width: 100%;
  font-size: 18px;
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login form button.cancel {
  width: 100%;
  font-size: 14px;
  padding:8px;
  margin-top:0;
}
.login.otp form button.cancel {
  width: 100%;
  font-size: 14px;
  padding:8px;
  margin-top:1em;
}
.login form .input-group .bootstrap-select.form-control .dropdown-toggle {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 8px;
  border: 1px solid #ced4da;
  /*  border-radius: 0 0 3.5px 3.5px;*/
}
.login form .input-group .bootstrap-select.form-control .bs-searchbox {
  padding-bottom: 10px;
}
.login form .input-group .bootstrap-select.form-control .bs-searchbox input {
  height: 36px;
}
.login form .filter-option-inner-inner {
  font-feature-settings: "palt";
}

/*パスワード忘れ*/
.login p.comment, .login p.comment a {
  font-size: 12px;
  line-height:1.5;
  text-align: center;
  color:rgba(255,255,255,0.50);
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.login p.comment a:hover {
  color:rgba(255,255,255,0.70);
}
  
/*チェックボックス*/
.checkbox-inline input[type=checkbox] {
  margin-top: 1px;
  margin-left: -15px;
}
/*テストメール送信ボタン*/
.test-mail {
  margin-top:8px;
}

/*----- メッセージ表示 ---------------*/

/*基本*/
.login div.message, #users div.message, #admins div.message {
  font-size: 11px;
  position: relative;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 18px;
  border-radius: 5px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.login div.message p, #users div.message p, #admins div.message p {
  margin-bottom:0;
}
.login div.message:after, .login div.message:before, #users div.message:after, #users div.message:before, #admins div.message:after, #admins div.message:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.login div.message:after, #users div.message:after, #admins div.message:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.login div.message:before, #users div.message:before, #admins div.message:before {
  border-width: 15px;
  margin-left: -15px;
}
#users div.message, #admins div.message {
  margin:0 0 25px 0;
}
/*エラー*/
.login div.error, #users div.error, #admins div.error {
  color: rgba(255,76,0,1.00);
  border-color: rgba(255,76,0,1.00);
}
.login div.error:before, #users div.error:before, #admins div.error:before {
  border-top-color: #f51800;
}
/*警告*/
.login div.warning, #users div.warning, #admins div.warning {
  color: rgba(216,195,4,1.00);
  border-color: #ffc107;
  background-color:rgba(249, 248, 232, 1);
  position: relative;
  top: 10px;
  font-weight:700;
  margin-bottom: 30px;
}
.login div.warning:before, #users div.warning:before, #admins div.warning:before,
.login div.warning:after, #users div.warning:after, #admins div.warning:after {
  border-style:none;
  margin-left: 0px;
}
/*正常*/
.login div.normal, #users div.normal, #admins div.normal {
  color: rgba(31,194,0,1.00);
  border-color: rgba(31,194,0,1.00);
}
.login div.normal:before, #users div.normal:before, #admins div.normal:before {
  border-top-color: rgba(31,194,0,1.00);
}
/*吹き出しなし*/
.login div.no-arrow:before, #users div.no-arrow:before, #admins div.no-arrow:before,
.login div.no-arrow:after, #users div.no-arrow:after, #admins div.no-arrow:after {
  border-style:none;
  margin-left: 0px;
}

/*----- ナビゲーション関連 ---------------*/

.navbar {
  margin-bottom: 0px;
  border-radius:0px;
  background-color:#0081cc;
  padding: 0;
}
.navbar>.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar-brand {
  padding: 0px;
  font-size: 18px;
  line-height: 40px;
  float:none;
  margin-right: 0;
}
.navbar-brand>img {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.navbar-brand.ms365-agent>img {
  width: 380px;
  height: auto;
}
.navbar-header {
  text-align:center;
}
ul.navbar-nav {
  width: 100%;
  border-top: 1px solid #529ecc;
  justify-content: center;
}
#admins ul.navbar-nav {
  border-top: none;
  text-align: center;
}
.navbar-nav>li>a {
  color:rgba(255,255,255,0.70)!important;
  padding:10px;
}
/*.nav-tabs>li>a {
  margin-top: 0px;
  color:rgba(0,0,0,0.50);
}*/
.nav-pills>li {
  float:none;
  display: inline-block;
}
ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
}
.lang-select {
  padding-top: 0;
  vertical-align: 1px;
  margin-left: 0.5rem;
}
.navbar .csp-id-display {
  color: rgba(255,255,255,0.70);
}

/*navbarホバー色*/
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
  color:rgba(255,255,255,1.00)!important;
  background-color: transparent;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  margin-top: 0px;
  color:rgba(0,0,0,0.70);
  background-color: rgba(0,0,0,0.10);
}
.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-nav .badge {
  background-color: rgba(245,233,0,1.00);
  color: rgba(0,129,204,1.00);
  margin-top: -2px;
  padding: 3px 7px;
  vertical-align: 1px;
  margin-left: 0.5rem;
}
/*ユーザへの通知*/
ul.notice a {
  white-space:normal !important;
}
ul.notice {
  min-width:260px;
  max-width:500px;
}
/*管理者メニュー*/
.admin-menu {
  background-color:#b0dbf5;
  height:36px;
}
.admin-menu ul li a {
  position: relative;
  font-size: 12px;
  color:#0081cc;
  padding: 8px;
  display: inline-block;
  line-height: 20px;
}
.admin-menu ul li a:hover {
  text-decoration:none;
  font-weight:700;
}
.admin-menu ul li.active a {
  font-weight:700;
}
.admin-menu ul.dropdown-menu  li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/*----- サブナビゲーション ---------------*/

.sub-nav {
  display: flex;
  background-color: rgba(13,80,148,1.00);
  border-bottom: 1px solid rgba(255,255,255,1.00);
  position: relative;
  flex-wrap: wrap;
}
.sub-nav>a, .sub-nav>.dropdown>a, .sub-nav>.dropdown-menu>a, .sub-nav>.sub-nav-inner>a {
  position: relative;
  font-size: 12px;
  color: rgba(255,255,255,0.50);
  padding: 0.6rem;
  display: inline-block;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
}
.sub-nav>a.active, .sub-nav>.dropdown.active, .sub-nav>.sub-nav-inner>a.active {
  background-color: #0081CC;
  font-weight: 700;
}
.sub-nav>a.active:after, .sub-nav>.dropdown.active:after, .sub-nav>.sub-nav-inner>a.active:after {
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.sub-nav>a:hover, .sub-nav>.dropdown>a:hover, .sub-nav>.sub-nav-inner>a:hover {
  font-size: 12px;
  color: rgba(255,255,255,1.00);
  background-color: #0081CC;
  text-decoration: none;
}
.sub-nav>.dropdown>.dropdown-menu {
  right:auto;
  background-color: rgba(13,80,148,1.00);
}
.sub-nav>.dropdown>.dropdown-menu>a {
  font-size: 12px;
  color: rgba(255,255,255,0.50);
  padding: 0 0.6em;
  display: block;
  line-height: 28px;  
  white-space: nowrap;
}
.sub-nav>.dropdown>.dropdown-menu>a:hover {
  color: rgba(255,255,255,1.0);
  text-decoration: none;
  background-color:#0081CC;
}
.sub-nav>.dropdown>.dropdown-menu>a.active {
  color: rgba(255,255,255,1.0);
  background-color:#0081CC;
}
.sub-nav>.dropdown.active>a {
  color: rgba(255,255,255,1.00);
}
.sub-nav a.gakunin {
  background-image: url(../images/gakunin-icon.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 7px center;
  padding-left: 21px;
}
.sub-nav a.nav-log {
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 7px center;
  padding-left: 25px !important;
}
.sub-nav a.nav-log.process {
  background-image: url("../images/icon_log_process.svg");
}
.sub-nav a.nav-log.auth {
  background-image: url("../images/icon_log_auth.svg");
}
.sub-nav a.nav-log.identity {
  background-image: url("../images/icon_log_identity.svg");
}
/*サブナビゲーション学認*/
.sub-nav img[alt="学認フェデレーション"] {
  margin-left: -2px;
  margin-right: 2px;
}
.sub-nav a.external-idp {
  position: relative;
  padding-left: 21px;
}
.sub-nav a.external-idp>span {
  position: relative;
  padding-left: 14px;
}
.sub-nav a.external-idp::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-external-idp.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  opacity: 0.5;
  position: absolute;
  top: 7px;
  left: 5px;
}
.sub-nav div.active a.external-idp::before {
  opacity: 0.5;
}

/*アカウント画面サブナビゲーション*/
.user-account .sub-nav .sub-nav-inner {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
/*お知らせパネル*/
.user-account .card {
  margin-bottom: 10px
}
.user-account .tab-content:empty {
  display: none;
}
/*ユーザーポータルアプリ*/
.user-account .service-thumb-wrap {
  margin-bottom: 0;
}
.user-account .service-thumb {
  display: flex;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  text-decoration: none;
}
.user-account a.service-thumb span {
  border-top: none;
  width: 50%;
  text-align: left;
  padding-top: 0;
  max-height: inherit;
}
.user-account .service-thumb-img {
  height: 60px !important;
  width: 50%;
  padding-right: 1em;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.user-account .service-thumb-img>img {
  /*max-width: 130px !important;*/
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.user-account .ext-alert, .ext-ban {
  width: calc(100% - 30px);
  height: 70px;
}
/*ユーザーポータル画面コメント*/
div[id^="PortalComment"] div.card-header a {
  font-size: 14px;
  width: 100%;
}
div[id^="PortalComment"] div.card-header a.collapse-open2:after {
  font-size: 15px;
}
div[id^="PortalComment"] div.card-header a.collapse-open2.collapse-close2:after {
  font-size: 15px;
}
div[id^="PortalComment"] div.card-body>div {
  padding: 1em;
}

/*----- フォーム関連 ---------------*/

/*必須項目*/
#users .mustItem, #admins .mustItem {
  background-color:#ff1e79;
  color: #fff;
  margin-left: 0.5rem;
  border-radius: 10px;
}
#admins .modal-body.authInfo .mustItem {
}
/*通常ボタン*/
#users form button, #admins form button:not(.gCtrl) {
  width: 100%;
  font-size: 16px;
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0.4rem 0;
}
#users form .modal-header button.close {
  width: auto;
  padding: 0;
  margin: 0;
}
#users.authSetting form button {
  font-size: 14px;
  padding: 6px 12px;
  display: inline-block;
  width: auto;
  margin-top: 0;
}
#admins form .wf-btns button, #admins .wf-btns button {
  margin: 0.5em 0 0 0;
}
.btn-wrap .btn {
  display: block;
  font-size: 16px;
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;
  padding-top: 12px;
  padding-bottom: 12px;
}
/*モーダル閉じるボタン*/
#admins form .modal button.close {
  width:auto;
  padding:0;
  margin:0;
  text-align:right;
}
#admins form #memberCond .selectpm button.btn.dropdown-toggle.btn-light {
  line-height:20px;
}

/*ツールチップ*/
.tooltip-inner {
  max-width: 200px;
}
#admins form button.tool-tip, #users form button.tool-tip, #admins .sysLog button.tool-tip {
  width: auto;
  font-size: 12px;
  font-weight:700;
  line-height: 10px;
  padding: 1px;
  margin-top: -3px;
  margin-left:0.5em;
}
#users.fido form .modal-body button.tool-tip {
  margin: -2px 0 0 0.5em;
  min-width: 1rem;
}
#admins form button.tool-tip i, #users form button.tool-tip i {
  width:1em;
}
#admins form button.tooltip-inner, #users form button.tooltip-inner {
  max-width:100%;
  white-space:nowrap;
}


/*マルチセレクト*/
#admins form button.multiselect {
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
#admins form #impossibleAttributeSelect .btn-group {
  width: 100%;
}
#admins form #impossibleAttributeSelect button.multiselect {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*通常入力ボックス*/
#users form input, #admins form input:not(.gCtrl) {
  line-height: 2em;
  height:48px;
}
#users form input[type=checkbox], #admins form input[type=checkbox]:not(.gCtrl) {
  line-height: 1.5em;
  height:1rem;
}

#users form label, #admins form label {
  line-height: 1em;
  height:36px;
  padding-top:10px;
  padding-left: 16px;
  padding-right:16px;
  text-align:left;
}
#users.fido form .modal-body label {
  padding-right: 15px;
}
#users form textarea, #admins form textarea {
  line-height: 1.7em;
  padding-top:12px;
}
/*パスワード再発行受付情報*/
#reciept {
  border-color:#5bc0de;
  resize: none;
  /*min-height:5em;*/
  min-height: calc( 1.7em * 3 + 20px );
}

#admins form .check-combo label.checkbox-inline {
  height: 42px;
  padding-top: 16px;
  margin-left: 8px;
}
/*ラジオ*/
#admins form input[type="radio"] {
  line-height: 1em;
  height:12px;
}

/*スライダー*/
.slider-ValueLabel {
  padding-left:0px !important;
  padding-top: 0px;
  float:right;
}
.option-inline {
  margin-bottom: 0;
}
.input-option-inline {
  padding-left: 15px;
}

/*----- アプリ・申請書一覧パネル ---------------*/

.service-thumb {
  width:90%;
  background-color:#ffffff;
  display:block;
  border:10px solid #deeef8;
  border-radius:15px;
  margin-left:auto;
  margin-right:auto;
  padding:15px;
  vertical-align: middle;
}
.service-thumb-wrap {
  margin-bottom:20px;
}
.service-thumb-img {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}
a.service-thumb span {
  display: block;
  border-top: 1px dotted #ccc;
  padding-top: 0.4rem;
  word-wrap: break-word;
  overflow-wrap : break-word;
  max-height: 44px;
  max-width: 100%;
  overflow: hidden;
}
a.service-thumb:focus, a.service-thumb:hover, a.service-thumb:active {
  text-decoration: none;
  outline: none;
}
i {
  width:1.2em;
}

/*----- タブパネル ---------------*/

/*navジャスティファイ*/
.nav-justified>li {
  display:table-cell;
  width:1%;
}
.nav-justified>li>a {
  font-size:13px;
}
/*.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border-bottom-color:#fff;
}*/
.nav-tabs.nav-justified>li>a {
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}
#admins .nav-tabs .state:after {
  content:"\a";
  white-space:pre;
}
/*管理者アプリ画面*/
.appBtns>span {
  height:35px;
}
.appBtns2 {
  width: 100%;
  display: table;
  margin-top:1.3em;
}
.appBtns2>span {
  height:34px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
}

/*アプリケーション表示名*/
.appLabel {
  text-align:right;
  height:28px;
}
.appLabel-list.adobe li {
  text-align: right;
  display: inline-block;
  padding-left: 0.5em;
}
div.appLabel2 p {
  font-size:20px;
  display:inline-block;
  font-weight:700;
}
div.appLabel2 p.ga, div.appLabel2 p.gs {
  margin-top:20px;
}
div.appLabel2 p.o365 {
  margin-top:20px;
}

/*ボタンのラベル*/
.btnLabel {
  display:none;
}
.dueDate-comment {
  display: inline;
  margin-top: 0;
  margin-left: 0.25em;
}

/*----- ルートパネル ---------------*/
.root-item div.root-edit-btns {
  position:relative;
  padding:0.5em 0 0 0;
}

/*----- 対象ユーザーコラム ---------------*/
.targetUser-wrap {
  padding-top:20px;
}

.targetUserCenter:not(.x-point) {
  min-width: 100px;
  background-image: url(../images/arrow-left-right90deg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 130px 60px;
  margin-bottom:20px;
}

/*----- 検索バー ---------------*/
#search-bar input#keyword {
}
#search-bar input#date-start {
  width:45%;
}
#search-bar input#date-end {
  width:45%;
}
#search-bar span.wave-dash {
  width:10%;
}
#search-bar .date {
  margin-top:10px;
  margin-bottom:15px;
}
#btn-search {
  padding: 0 5px;
}
.date-category {
  margin-top:10px;
  margin-bottom:10px;
}
/*ドロップダウン*/
#admins form .singleBtn button {
  font-size:14px;
  margin:0;
  padding:6px 12px;
}
#admins form div.dropdown.combo-sm button {
  font-size:12px;
  margin:0;
  padding:6px 12px 5px 12px;
}
#admins form div.dropdown.drop-sm button {
  font-size:12px;
  margin:0;
  padding:6px 12px 5px 12px;
  width:auto;
}
#admins form button.other-operation {
  font-size: 14px;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
/*----- ページネーション -------------*/
.pagination>li>a, .pagination>li>span {
  padding-left:10px;
  padding-right:10px;
}

/*用語説明*/
.tips-container {
  display:none;
}
/*----- 改行 -------------------*/
.br-sm {
  display:inherit !important
}

/*ボタン*/
.pull-top-right-top {
  position: relative;
  text-align: center;
  margin-top: -1.5em;
}
/*横並びボタン*/
.btn-inline {
  padding: 0.75em;
}
.btn-inline-box {
  margin-top: 8px;
}
/*Xpointユーザグループ編集*/
.modal-xl {
  width: calc(100vw - 30px);
}
/*ユーザーポータルアラート*/
.ext-alert {
  width: calc(100% - 30px);
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ext-ban {
  width: calc(100% - 30px);
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}

@media all and (-ms-high-contrast:none) {
.login form input, .login form button, #users form button, #admins form button:not(.gCtrl) {
  font-family : "メイリオ", Meiryo, "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, "MS PGothic", sans-serif;
}
}

/*================================================
　　　　* タブレット・デスクトップデバイスに適用
================================================*/
@media screen and (min-width: 768px) {

/*----- 基本構造・要素 ---------------*/

i {
  width:1.3em;
}

/*----- タイトルロゴ -------------*/
#adConnect img {
  width:323px;
  height:41px;
}

/*----- 見出し関連 ---------------*/

h1, h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color:#0081cc;
}
/*ページタイトル*/
.page-title {
  background-color: rgba(205,230,245,1.00);
  border-top: 1px solid rgba(255,255,255,0.46);
  border-bottom: 1px solid rgba(129,192,230,1.00);
}
.page-title:empty {
  display: none;
}
.no-sub {
  margin-bottom:10px;
}
#refer h5 span {
  display:block;
  font-weight:400;
}
.fido h4.fn {
  text-align: center;
}

/*----- ログイン画面 ---------------*/

/*ボックス構造*/
.login {
  width: 100%;
  max-width: 100%;
  background-image: url(../images/bg-Lblue.png);
  background-repeat: repeat-x;
}
.upper {
  padding-right: 130px;
  padding-left: 130px;
  padding-top: 260px;
  background-image: url(../images/bg-cloud-large.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 580px 595px;
}
.login.otp .upper {
  padding-right: 130px;
  padding-left: 130px;
  padding-top: 210px;
  background-image: url(../images/bg-cloud-large.png);
  background-repeat: no-repeat;
  background-position: center top -50px;
  background-size: 580px 595px;
}
.lower {
  padding-right: 130px;
  padding-left: 130px;
  padding-bottom: 70px;
  background-image: url(../images/bg-cloud-large-btm.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 580px 1000px;
}
.login.otp .lower {
  padding-top: 10px;
}
.upper2 {
  padding-right: 130px;
  padding-left: 130px;
  padding-top: 230px;
  background-image: url(../images/bg-connect.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 580px 595px;
}
.lower2 {
  padding-right: 130px;
  padding-left: 130px;
  padding-bottom: 70px;
  background-image: url(../images/bg-cloud-large-btm.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 580px 1000px;
}
/*ヘッダ*/
.login header img {
  margin-bottom: 20px;
  text-align: center;
  margin-right: 35px;
  margin-left: 36px;
}
.login header img#connect {
  margin-bottom: 20px;
  text-align: center;
  margin-right: 89px;
  margin-left: 89px;
}
.login header img#connect2 {
  margin-bottom: 20px;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
}
/*フォーム*/
.login-form {
  display: block;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}
/*.login form label:not(.form-check-label) {
  font-size: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 8rem;
  line-height: 2em;
  width: 35%;
  height: 48px;
  background-color: #E7E7E7;
  border-left-color: rgba(204,204,204,1.00);
  border-bottom-color: rgba(204,204,204,1.00);
  border-top-color: rgba(204,204,204,1.00);
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 12px;
  padding-top: 11px;
  padding-bottom: 13px;
  color: rgba(128,128,128,1.00);
  margin-bottom: 0px;
  vertical-align: middle;
}*/
.login form input:not(.form-check-input) {
/*  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2em;
  width: 65%;*/
  height: 48px;
  /*border-left: none;*/
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
/*  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;*/
}
.login form button {
  width: 100%;
  font-size: 18px;
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;
  padding-top: 15px;
  padding-bottom: 15px;
}
.login.otp form label:not(.form-check-label)  {
  width: 50%;
  font-weight: 700;
}
.login.otp form input:not(.form-check-input) {
  width: 50%;
}
.login.otp form button.back {
  width: 100%;
  font-size: 14px;
  padding:8px;
  margin-top:1em;
}
.login form button.sm {
  width: 100%;
  font-size: 14px;
  padding:8px;
}
.login form button.select {
  font-size: 16px;
}
.login form .input-group .bootstrap-select.form-control .dropdown-toggle {
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 12px;
  border: 1px solid #ced4da;
}

.login form .input-group .bootstrap-select.form-control .bs-searchbox input {
  height: 36px;
}

/*パスワード忘れ*/
.login p.comment, .login p.comment a {
  font-size: 12px;
  line-height:1.5;
  text-align: center;
  color:rgba(255,255,255,0.50);
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.login p.comment a:hover {
  color:rgba(255,255,255,0.70);
}

/*#66034 木村さん追加*/
.login form button.btn.dropdown-toggle.btn-light {
  font-size: unset;
  height: 48px;
  padding-top: 12px;
}

.login form input[type="search"] {
  line-height: 1.4em;
  height: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
}

/*----- メッセージ表示 ---------------*/

/*基本*/
.login div.message, #users div.message, #admins div.message {
  font-size: 12px;
  position: relative;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 18px;
  border-radius: 5px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.login div.message p, #users div.message p, #admins div.message p {
  margin-bottom:0;
}
.login div.message:after, .login div.message:before, #users div.message:after, #users div.message:before, #admins div.message:after, #admins div.message:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.login div.message:after, #users div.message:after, #admins div.message:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.login div.message:before, #users div.message:before, #admins div.message:before {
  border-width: 15px;
  margin-left: -15px;
}
#users div.message, #admins div.message {
  margin:0 0 25px 0;
}
/*エラー*/
.login div.error, #users div.error, #admins div.error {
  color: rgba(255,76,0,1.00);
  border-color: rgba(255,76,0,1.00);
}
.login div.error:before, #users div.error:before, #admins div.error:before {
  border-top-color: #f51800;
}
#admins div.error {
  /*margin-left:15px;
  margin-right:15px;*/
}
#admins .tab-panel div.error {
  margin-left:0;
  margin-right:0;
}
#admins div.error.tab-before {
  margin-left:0;
  margin-right:0;
  margin-bottom:35px;
}

/*警告*/
.login div.warning {
  color: #ffc107;
  border-color: #ffc107;
  background-color: rgba(249, 248, 232, 1);
  position: relative;
  top: 10px;
  font-weight: 700;
  margin-bottom: 30px;
}
#users div.warning, #admins div.warning {
  color: rgba(240,173,78,1.00);
}
#users div.warning:before, #admins div.warning:before {
  border-top-color: rgba(240,173,78,1.00);
}
.login div.warning:before,.login div.warning:after {
  border-style:none;
  margin-left: 0px;
}
/*正常*/
.login div.normal, #users div.normal, #admins div.normal {
  color: rgba(31,194,0,1.00);
  border-color: rgba(31,194,0,1.00);
}
.login div.normal:before, #users div.normal:before, #admins div.normal:before {
  border-top-color: rgba(31,194,0,1.00);
}
#admins div.msg-lg {
  font-size: 16px;
}
/*吹き出しなし*/
.login div.no-arrow:before, #users div.no-arrow:before, #admins div.no-arrow:before,
.login div.no-arrow:after, #users div.no-arrow:after, #admins div.no-arrow:after {
  border-style:none;
  margin-left: 0px;
}
/*改行制御*/
br.smart-only {
  display:none;
}

/*----- ナビゲーション関連 ---------------*/

.navbar {
  margin-bottom: 0px;
  border-radius:0px;
  background-color:#0081cc;
  padding: 0;
  height: 90px;
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
  padding-left: 15px;
  padding-right: 15px;
}
/*.navbar-brand {
  height: 90px;
  padding: 25px 0;
  font-size: 18px;
  line-height: 40px;
}*/
.navbar-brand.ms365-agent>img {
  width: 380px;
  height: auto;
}
.navbar .navbar-right {
  margin-right: 0;
}
.navbar .navbar-nav>li>a {
  padding-right: 0;
}
.navbar-nav>li>a {
  /*margin-top: 30px;*/
  color:rgba(255,255,255,0.70)!important;
}
.navbar-nav>li> .dropdown-menu.show {
  margin-top:0px !important;
  left: auto !important;
}
.nav-tabs>li>a {
  margin-top: 0px;
  color:rgba(0,0,0,0.50);
}
.dropdown-menu {
  margin-top:0px;
  left: inherit;
  right: 0;
}
.navbar.navbar-expand .nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar .csp-id-display {
  color: rgba(255,255,255,0.70);
}

/*言語選択*/
.nav-pills>li+li.lang-select {
  margin-left: 15px;
}

/*管理者モード*/
#admin-mode .navbar-brand {
  height: 70px;
  padding: 15px 15px;
  line-height: 40px;
}
#admin-mode .navbar-nav>li>a {
  margin-top: 15px;
}
/*管理者メニュー*/
.admin-menu {
  background-color:#b0dbf5;
  height:40px;
}
.admin-menu ul li a {
  position: relative;
  font-size: 14px;
  color:#0081cc;
  padding: 10px 5px;
  display: inline-block;
  line-height: 20px;
}
.admin-menu ul li a:hover {
  text-decoration:none;
  font-weight:700;
}
.admin-menu ul li.active a {
  font-weight:700;
}
.admin-menu ul.dropdown-menu  li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/*navbarホバー色*/
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
  color:rgba(255,255,255,1.00)!important;
  background-color: transparent;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  margin-top: 0px;
  color:rgba(0,0,0,0.70);
  background-color: rgba(0,0,0,0.10);
}
.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-nav .badge {
  font-size: 12px;
  background-color: rgba(245,233,0,1.00);
  color: rgba(0,129,204,1.00);
  vertical-align: 1px;
  margin-left: 0.25rem;
  padding: 3px 7px;
}
/*ユーザへの通知*/
ul.notice a {
  white-space:normal !important;
}
ul.notice {
  min-width:300px;
  max-width:500px;
}

/*----- サブナビゲーション ---------------*/

.sub-nav {
  display: flex;
  background-color: rgba(13,80,148,1.00);
  border-bottom: 1px solid rgba(255,255,255,1.00);
  text-align: center;
}
.sub-nav>a, .sub-nav>.dropdown>a, .sub-nav>.dropdown>.dropdown-menu>a, .sub-nav>.sub-nav-inner>a {
  font-size: 1rem;
  color: rgba(255,255,255,1.0);
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1rem;
  display: inline-block;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.sub-nav>.dropdown.active>a, .sub-nav>a.active, .sub-nav>.dropdown>.dropdown-menu>a.active, .sub-nav>.sub-nav-inner>a.active {
  color: rgba(255,255,255,1.0);
  font-weight:700;
  background-color:#0081CC;
}
.sub-nav>a.active:after, .sub-nav>.dropdown.active:after, .sub-nav>.sub-nav-inner>a.active:after {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.sub-nav>.dropdown>.dropdown-menu>a:hover {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background-color:#0081CC;
}
.sub-nav .dropdown-menu {
  display:none;
  right:auto;
  background-color: rgba(13,80,148,1.00);
}
.sub-nav .dropdown-menu.show a:focus {
  outline:none !important;
  outline-offset:0;
  text-decoration:none;
}
.sub-nav>.dropdown>.dropdown-menu>a {
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
  display: block;
}
.sub-nav>a:hover, .sub-nav>.dropdown:hover, .sub-nav>.sub-nav-inner>a:hover {
  background-color:#0081CC;
}
.sub-nav .dropdown-menu>li>a:focus,
.sub-nav .dropdown-menu>li>a:hover {
  color:#FFF;
}
.sub-nav .dropdown:hover > .dropdown-menu{
  display: block;
}
.sub-nav .dropdown-menu.show {
  display: block;
}
.sub-nav>.dropdown>.dropdown-menu>a.gakunin {
  background-image: url(../images/gakunin-icon.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 0.7rem center;
  padding-left: 2rem;
}
.sub-nav a.nav-log {
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 12px center;
  padding-left: 32px !important;
}
.sub-nav a.nav-log.process {
  background-image: url("../images/icon_log_process.svg");
}
.sub-nav a.nav-log.auth {
  background-image: url("../images/icon_log_auth.svg");
}
.sub-nav a.nav-log.identity {
  background-image: url("../images/icon_log_identity.svg");
}
/*サブナビゲーション学認*/
.sub-nav img[alt="学認フェデレーション"] {
  margin-left: -2px;
  margin-right: 5px;
}
.sub-nav a.external-idp {
  position: relative;
  padding-left: 36px;
}
.sub-nav a.external-idp>span {
  padding-left: 18px;
}
.sub-nav a.external-idp::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-external-idp.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  /*opacity: 0.5;*/
  position: absolute;
  top: 8px;
  left: 9px;
}
.sub-nav .active div a.external-idp::before {
  opacity: 1.0;
}
.user-account .sub-nav .sub-nav-inner {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

/*----- フォーム関連 ---------------*/

/*必須項目*/
#users .mustItem, #admins .mustItem {
  background-color:#ff1e79;
  color: #fff;
  margin-left: auto;
  border-radius: 10px;
}
#users .mustItem-inner, #admins .mustItem-inner {
  background-color:#ff1e79;
  margin-left:5px;
}
#users .optItem-inner, #admins .optItem-inner {
  background-color: #A4D5DA;
  margin-left: 5px;
}

/*通常ボタン*/
#users form button, #admins form button:not(.gCtrl), #admins .wf-btns button {
  width: 100%;
  font-size: 16px;
  font-family : "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", Verdana, "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
  font-weight : 500;
  padding-top: 12px;
  padding-bottom: 12px;
  /*margin: 0.5em 0 0 0;*/
}
/*カードヘッダー内ボタン*/
#users form .card-header>button.btn-sm, #admins form .card-header>button.btn-sm {
  padding: 1px 5px;
  font-size: 0.85rem;
  width: auto;
  line-height: 1.3rem;
  margin-top: 0;
}

#users.fido form .modal-body button {
  margin: 0.5em 0.5em 0 0.5em;
}
#users.authSetting form button {
  font-size: 14px;
  padding: 6px 12px;
  display: inline-block;
  width: auto;
}
#admins form #wf-bottom-btns button, #admins #wf-bottom-btns button {
  margin-left:0;
}
/*summernote*/
#admins form .note-btn-group button.note-btn {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  width: auto;
}
#admins form .note-btn-group button.dropdown-toggle {
  padding: 5px 3px 5px 5px;
  margin-left: -1px;
}
.note-current-fontsize {
  font-weight: 700;
  vertical-align: -1px;
  padding-left: 2px;
}
/*モーダルダイアログ*/
.modal-dialog:not(.modal-lg):not(.modal-xl)  {
  max-width: 600px; 
}
.modal-dialog.modal-sm {
  max-width: 300px; 
}
/*モーダル閉じるボタン*/
#admins form .modal button.close, #users.fido form .modal button.close {
  width:auto;
  padding:0;
  margin:0;
  text-align:right;
}
#admins form .selectpm button.btn.dropdown-toggle.btn-light {
  width:auto !important;
  line-height:21px;
}
#admins form div[id^="msDomain"].selectpm button.btn.dropdown-toggle.btn-light, #admins form div[id="external12"] .selectpm button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
}
#admins form #memberCond .selectpm button.btn.dropdown-toggle.btn-light {
  line-height:20px;
  height:33px;
}

/*ツールチップ*/
.tooltip-inner {
  max-width: 200px;
}
#admins form button.tool-tip, #users form button.tool-tip, #admins .sysLog button.tool-tip {
  width: auto;
  font-size: 12px;
  font-weight:700;
  line-height: 10px;
  padding: 1px;
  margin-left:0.5em;
}
#users.fido form .modal-body button.tool-tip {
  margin: -2px 0 0 0.5em;
  min-width: 1rem;
}
#admins form button.tool-tip i, #users form button.tool-tip i {
  width:1em;
}
#admins form button.tooltip-inner, #users form button.tooltip-inner {
  max-width:100%;
  white-space:nowrap;
}

/*ドロップダウン*/
#admins form .singleBtn button {
  font-size:14px;
  margin:0;
  padding:6px 12px 5px 12px;
}
#admins form div.dropdown.combo-sm button {
  font-size:12px;
  margin:0;
  padding:6px 12px 5px 12px;
}
#admins form div.dropdown.drop-sm button {
  font-size:12px;
  margin:0;
  padding:6px 12px 5px 12px;
  width:auto;
}

#admins form .check-combo label.checkbox-inline {
  height: 42px;
  padding-top: 10px;
  margin-left: 8px;
}
#admins form button.other-operation {
  font-size: 14px;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

/*マルチセレクト*/
#admins form button.multiselect, #admins form .modal-body button.multiselect {
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
#admins form #impossibleAttributeSelect .btn-group {
  max-width: 100%;
}
#admins form #impossibleAttributeSelect button.multiselect {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#admins form #memberAdd input.form-control.multiselect-search {
  line-height: 20px;
  height: 34px;
}
#admins form #memberAdd button.btn.btn-default.multiselect-clear-filter {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: -1px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}

/*フォームStaticテキスト*/
.form-control-static {
  padding-top:14px;
  font-weight:700;
}

/*----- アプリ一覧パネル ---------------*/

.service-thumb-wrap {
  height: 228px;
  text-align:center;
  background-image: url(../images/case-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:100% 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
a.service-thumb {
  display: block;
  margin: 0 auto 0 auto;
  padding:84px 20px 20px 20px;
  text-decoration: none;
}
a.service-thumb:focus, a.service-thumb:hover, a.service-thumb:active {
  text-decoration: none;
  outline: none;
}
.service-thumb-wrap:focus, .service-thumb-wrap:hover {
  opacity: 1.0;
  background-image: url(../images/case.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:100% 100%;
}
.service-thumb-img {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
.service-thumb-img>img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
a.service-thumb span {
  display:block;
  margin:7px 10px 0 10px;
  padding-top:7px;
  border-top:1px dotted #999;
  word-wrap: break-word;
  overflow-wrap : break-word;
  max-height: 50px;
  max-width: 100%;
  overflow: hidden;
}
a.service-thumb:hover {
  text-decoration:none;
  outline: none;
}
/*ユーザーポータルアラート*/
.ext-alert {
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 32px));
}
.ext-ban {
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 32px));
}

/*----- ワークフロー申請パネル ---------------*/

.wf-thumb-wrap {
  height: 168px;
  width:264px;
  text-align:center;
  opacity: 0.6;
  transition: all 0.3s;
  border:14px solid #d0e7f5;
  border-radius:12px;
  margin:30px auto 0 auto;
  padding:1em 2em;
}
a.wf-thumb {
  width:100%;
  display: block;
}
.wf-thumb-wrap:focus, .wf-thumb-wrap:hover {
  opacity: 1.0;
}
a.wf-thumb span {
  display:block;
  padding-top:7px;
  margin-top:7px;
  border-top:1px dotted #999;
}
a.wf-thumb .icon-sub {
  margin-left:-12px;
}
a.wf-thumb:hover {
  text-decoration:none;
}

/*----- タブパネル ---------------*/

/*管理者アプリ画面*/
.appLabel>span, .appBtns>span, .appBtns2>span, .appMessage>span {
  height:70px;
  display:table-cell;
  vertical-align:middle;
  float:none;
  text-align:left;
}
.appBtns>span, .appBtns2>span {
  text-align:right;
}
/*アプリケーション表示名*/
.appLabel, .appBtns, .appBtns2 {
  width:100%;
  display:table;
}
div.appLabel2 p {
  font-size: 24px;
  margin-top: 20px;
}

/*----- グループパネル --------------*/
.appsGroup-info {
  width: 100%;
  display: table;
  height: 70px;
  float: none;
}
.appsGroup-info>span {
  vertical-align: middle;
  display:table-cell;
}
.appsGroup-info>span>button {
  margin-bottom:4px;
}

/*----- ルートパネル ---------------*/
.root-item div.root-edit-btns {
  position:absolute;
  right:0;
  top:0;
}

/*----- 対象ユーザーコラム ---------------*/

.targetUserCenter:not(.x-point) {
  min-width: 100px;
  background-image: url(../images/arrow-left-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 130px;
}

/*----- 検索バー ---------------*/
#search-bar input#keyword {
  width:425px;
}
#search-bar input#date-start {
  width: 192px;
}
#search-bar input#date-end {
  width: 192px;
}
#search-bar .date {
  margin-top:10px;
}
.date-category {
  margin-top:10px;
}

/*ボタン*/
.pull-top-right-top {
  position: absolute;
  top: 12px;
  right: 15px;
}

/*----- ユーザーログ ----------*/
#userLog tr td:nth-child(1) {
  width: 20%;
}
#userLog tr td:nth-child(2) {
  width: 15%;
}
#userLog tr td:nth-child(3) {
  width: 65%;
}
#userLog .log-date, #userLog .log-time {
  white-space: nowrap;
}
#userLog .log-date::after {
  content: "\00a0";
  white-space: pre;
}
/*Xpointユーザグループ編集*/
.modal-xl {
  width: calc(100vw - 60px);
  max-width: calc(100vw - 60px);
}
/*ライセンス一覧*/
.license-list .checkbox.sub-check {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
div[id^="external"] .license-list .checkbox.sub-check>div[class^=col-] {
  padding-left: .75rem;
}

}
@media all and (-ms-high-contrast:none) {
.login form input, .login form button, #users form button, #admins form button:not(.gCtrl) {
  font-family : "メイリオ", Meiryo, "segoe UI", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", Verdana, "Hiragino Kaku Gothic ProN", Roboto, "MS PGothic", sans-serif;
}
}

@media screen and (min-width: 992px) {

/*----- タイトルロゴ -------------*/
#adConnect img {
  width:432px;
  height:48px;
}

/*----- 対象ユーザーコラム ---------------*/

.targetUserCenter:not(.x-point) {
  min-width: 100px;
  background-image: url(../images/arrow-left-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 130px;
}
/*----- ルートパネル ---------------*/
.root-item div.root-edit-btns {
  position:absolute;
  right:0;
  top:-1px;
}
/*----- 検索バー ---------------*/
#search-bar input#keyword {
  width:200px;
}
#search-bar input#date-start {
  width: 115px;
}
#search-bar input#date-end {
  width: 115px;
}
#search-bar .date {
  margin-top:0px;
}
.date-category {
  margin-top:0px;
}
/*----- アプリケーション編集 -------------------*/
#admins form #external3, #admins form #external7 {
  margin-top: 0;
}
#admins form #external3.selectpm, #admins form #external7.selectpm {
  display: inline-flex;
  margin-left: 10px;
  width: auto;
}


/*----- 改行 -------------------*/
.br-sm {
  display:none
}
/*ボタン*/
.btn-settings {
  min-width: 84px;
}
.pull-top-right-top {
  position: absolute;
  top: 12px;
  right: 15px;
}
/*Xpointユーザグループ編集*/
.modal-xl {
  width: calc(100vw - 60px);
}
/*ユーザーポータルアラート*/
.ext-alert {
  width: 65%;
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 32px));
}
.ext-ban {
  width: 65%;
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 32px));
}
.app-list-btns button.btn-dl {
  height: 34px;
}
}

@media screen and (max-width: 991px) {
.btnLabel2 {
  display: none;
}
.appBtns-left {
  margin-right: 2em;
}
.btn-settings {
  min-width: 56px;
}
/*X-pointユーザグループ編集*/
.targetUser-wrap.x-point-wrap {
  flex-flow: column wrap;
}
.targetUserCenter.x-point {
  background-image: url("../images/arrow-left-right90deg.png");
  background-size: 130px 60px;
}
#csvExportBtn {
  margin-top: 1em;
}
.sysLog thead>tr>th, .coop-logs-2nd thead>tr>th, .coop-logs-3rd thead>tr>th {
  font-size: 0.875em;
}
#admins .cspSetting.cspSetting-common form label.label-single-line-input {
  line-height: 1.4em;
  height: 48px;
  padding-top: 15px;
}
#admins .cspSetting.cspSetting-common form label.label-md-mp-line {
  line-height: 1.4em;
  height: 48px;
  padding-top: 4px;
}
/*アプリケーション画面ロゴ表示*/
.appEdithead span.app-label {
  font-size: 12px;
}
.appEdithead span.func {
  font-size: 12px;
}

}

@media screen and (max-width: 1199px) {
.appBtns-left {
  margin-right: 1.5em;
}
#admins .cspSetting.cspSetting-common form label.label-single-line-input {
  line-height: 1.4em;
  height: 48px;
  padding-top: 15px;
}
#admins .cspSetting.cspSetting-common form label.label-md-mp-line {
  line-height: 1.4em;
  height: 48px;
  padding-top: 4px;
}
}

@media screen and (min-width: 1200px) {

/*----- タイトルロゴ -------------*/
#adConnect img {
  width:432px;
  height:48px;
}

/*----- 対象ユーザーコラム ---------------*/

.targetUserCenter:not(.x-point) {
  min-width: 100px;
  background-image: url(../images/arrow-left-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 130px;
}

/*----- ルートパネル ---------------*/
.root-item div.root-edit-btns {
  position:absolute;
  right:0;
  top:-1px;
}
/*----- 検索バー ---------------*/
#search-bar input#keyword {
  width: 280px;
}
#search-bar input#date-start {
  width:150px;
}
#search-bar input#date-end {
  width:150px;
}
.date-category {
  margin-top:0px;
}
.appBtns-left {
  margin-right: 3em;
}
/*Xpointユーザグループ編集*/
.modal-xl {
  width: 1140px;
}
/*ユーザーポータルアラート*/
.ext-alert {
  width: 75%;
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 32px));
}
.ext-ban {
  width: 75%;
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 32px));
}
/*アプリケーション一覧*/
#occupied .appTitle {
  min-height: 100px;
}
.app-info-btn-wrap{
  width: 100%;
}
.app-list-info {
  margin-bottom: 0;
}
}

/**************************************************************/
.gradient {
  filter: none;
}

.blink {
  animation: blink-animation 3s steps(5, start) infinite;
  -webkit-animation: blink-animation 3s steps(5, start) infinite;
}
@keyframes blink-animation {
  0% { opacity: 1; }
  10% { opacity: 1; }
  20% { opacity: 0.8; }
  30% { opacity: 0.6; }
  40% { opacity: 0.4; }
  50% { opacity: 0; }
  60% { opacity: 0.4; }
  70% { opacity: 0.6; }
  80% { opacity: 0.8; }
  90% { opacity: 1; }
  100% { opacity: 1; }
}
@-webkit-keyframes blink-animation {
  0% { opacity: 1; }
  10% { opacity: 1; }
  20% { opacity: 0.8; }
  30% { opacity: 0.6; }
  40% { opacity: 0.4; }
  50% { opacity: 0; }
  60% { opacity: 0.4; }
  70% { opacity: 0.6; }
  80% { opacity: 0.8; }
  90% { opacity: 1; }
  100% { opacity: 1; }
}
.blink i.fa {
  text-align: center;
}

/*用語説明*/
.tips-switch {
  width:42px;
  height:100%;
  line-height:14px;
  position:relative;
  background:rgba(0,0,0,0.70);
  padding:14px;
  color:rgba(255,255,255,1.00);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  cursor:pointer;
  float:left;
  margin-left:-42px;
}
.tips-switch span {
  display: inline-block;
  width: 1em;
  position: absolute;
  top: 32px;
}
.tips-switch:hover {
  background:rgba(0,0,0,0.80);
}
.tips-container {
  width:30%;
  height:100%;
  position:fixed;
  top:0;
  right:-30%;
  z-index:999;
  background:rgba(0,0,0,0.75);
  color:rgba(255,255,255,1.00);
  transition:0.5s;
}
.tips-open {
  right:0;
}
.tips {
  height:100%;
  padding:1em;
  margin-left:.5em;
  overflow:scroll;
}
.tips h5 {
  font-weight:700;
  color:rgba(246,244,209,1.00);
  line-height:1.5em
}
.tips-container.tips-open .tips-switch i.fa-bars {
  display:none;
}
.tips-container .tips-switch i.fa-times {
  display:none;
}
.tips-container.tips-open .tips-switch i.fa-times {
  display:inline-block;
}
.tips ul {
  padding-left:1.4em;
}
.tips dt, .tips dd {
  line-height:1.6em;
}
.tips dt {
  width:6em;
}
.tips dd {
  margin:-1.6em 0 0.3em 6em;
}

/*----- 改行 -------------------*/
.br-sm {
  display:none
}

.ql-editor {
  overflow-y: unset;
}

/*----- Vue --------------------*/
[v-cloak] {
  display: none;
}