@charset "UTF-8";
/* col系 打消し系 */
.fix-day-wd {
  width: 80%;
}

@media only screen and (max-width: 1199px) {
  .fix-day-wd {
    width: 100%;
    margin: 0px;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fix-day-wd {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .fix-day-wd label {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .fix-day-wd ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .fix-day-wd ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 補足文のカラーと余白調整 */
.well {
  display: inline-block;
  width: 100%;
  background: #F5F9FF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 16px 0 !important;
}

/* 上書き ラベルのレイアウト調整 radioとcheckboxに影響します */
label {
  line-height: 2.6 !important;
  margin: 0 !important;
  /*padding: 0 0 0 48px !important;*/
  padding-top: 0px !important;
  padding-left: 0px !important;
}

/* 日時のところ重なってて線が2重になるところ調整 */
.k-picker-wrap {
  border: none;
}

/* 日時のところ重なってて線が2重になるところ調整 */
.k-state-default > .k-select {
  border: none;
}

/* table tr td あたりの縦位置middleに */
table td {
  vertical-align: middle !important;
}

/*　お気に入りボタンエリア　移動のためサイズ調整
 ------------------------------------------------------------------------*/
#shortcut-area {
  width: auto;
  padding-right: 0 !important;
}

/* serch area
 ------------------------------------------------------------------------*/
#page-wrapper {
  /*margin       : 0 32px;*/
  /*background   : $white;*/
  display: inline-block;
  width: 100%;
  margin-top: 104px;
}

@media only screen and (min-width: 1200px) {
  #page-wrapper {
    padding: 16px 24px 16px 48px !important;
  }
}

@media only screen and (max-width: 1199px) {
  #page-wrapper {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #page-wrapper {
    margin-top: 75px;
    padding: 16px 24px !important;
  }
}

#page-wrapper .main-wrapper {
  padding-bottom: 40px;
}

#page-wrapper .main-wrapper,
#page-wrapper .list-wrapper {
  background-color: #FFFFFF;
  /*padding: 24px 40px;*/
  border-radius: 10px;
}

#page-wrapper .main-wrapper .row,
#page-wrapper .list-wrapper .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#page-wrapper .main-wrapper .form-group,
#page-wrapper .main-wrapper .form-actions,
#page-wrapper .list-wrapper .form-group,
#page-wrapper .list-wrapper .form-actions {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  #page-wrapper .main-wrapper .form-group,
  #page-wrapper .main-wrapper .form-actions,
  #page-wrapper .list-wrapper .form-group,
  #page-wrapper .list-wrapper .form-actions {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

#page-wrapper .main-wrapper .form-group label,
#page-wrapper .list-wrapper .form-group label {
  vertical-align: top;
}

#page-wrapper .main-wrapper .radio-inline,
#page-wrapper .list-wrapper .radio-inline {
  padding-right: 16px;
}

#page-wrapper .page-head,
#page-wrapper .main-wrapper {
  width: 100%;
  max-width: 1480px;
}

#page-wrapper .list-wrapper {
  width: 100%;
  margin: 16px 0;
  padding: 16px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  #page-wrapper .list-wrapper {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 767px) {
  #page-wrapper .list-wrapper {
    overflow-x: scroll;
  }
}

/*　tab
 ------------------------------------------------------------------------*/
#tab-area,
#settingtype-tab {
  width: 100%;
  padding: 0px;
}

#tab-area .nav-tabs,
#settingtype-tab .nav-tabs {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

#tab-area ul,
#settingtype-tab ul {
  border-bottom: solid 2px #C8C8C8 !important;
  /*border: none;*/
}

#tab-area li,
#settingtype-tab li {
  font-size: 1.4rem;
  margin-bottom: -2px;
}

#tab-area li a,
#settingtype-tab li a {
  border: none;
  background-color: transparent;
  margin: 10px 6px 6px 6px;
}

#tab-area li.active a,
#settingtype-tab li.active a {
  color: #245FB6;
}

#tab-area li.active::after,
#settingtype-tab li.active::after {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#245FB6), to(#73BCDC));
  background: linear-gradient(to right, #245FB6 0%, #73BCDC 100%);
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  right: 0px;
  border-radius: 10px;
  z-index: 999;
}

#tab-area li::after,
#settingtype-tab li::after {
  border-bottom: solid 2px #C8C8C8;
  content: "";
  display: block;
  height: 6px;
}

#tab-area li.disabled,
#settingtype-tab li.disabled {
  border: none;
}

#tab-area li.disabled:hover,
#settingtype-tab li.disabled:hover {
  background: none;
}

#tab-area .active,
#settingtype-tab .active {
  color: #245FB6;
}

/*　info tooltips
 ------------------------------------------------------------------------*/
/* ★要確認  ツールチップの調整「i」マークの設置がいらなければ必要ないので */
.i-ttps {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.i-ttps img {
  width: 18px;
}

/*　from
 ------------------------------------------------------------------------*/
/* form見た目調整 */
.form-control {
  height: 40px;
  border: 1px solid #AFC8D6;
  padding: 8px 16px;
}

/*form記入エリア横幅指定*/
.input-group {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .input-group {
    width: 100%;
  }
}

/*form記入エリア横幅指定　小*/
.input-groupS {
  width: 58%;
  position: relative;
  display: table;
  border-collapse: separate;
}

/*form記入エリア　横並び解除*/
.input-group-block {
  display: block;
}

/* inputエリアの後に「日」等ついている場合のマージンなど */
.input-group-addon {
  background: none;
  border: 0px;
  padding: 0 0 0 16px;
  width: auto !important;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .input-group-addon:last-child {
    display: block;
    padding: 4px 0;
  }
}

/* 2022.03.29 プルダウン矢印がポップアップで反映されてないなどあったのでいったんペンディング。
//プルダウン　下向き矢印デザイン変更　もしかしたら削除するかも 
select {
  -webkit-appearance: none;
  appearance: none;

  //デフォルトのスタイルを無効
  &::-ms-expand {
    display: none;
  }
}

.selectWrap {
  position: relative;
  //display: inline-block; 試し消し

  &::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 3px $main-color;
    border-right: solid 3px $main-color;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    margin: 16px 24px 0 0;
  }
}
*/
.col-lg-6 td {
  text-align: left;
}

/*必須などラベルを横並びにするための独自クラス付与*/
.col-lg-12-flx,
.col-lg-2-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-lg-12-flx label,
.col-lg-2-flx label {
  width: 20%;
  min-width: 150px;
  max-width: 200px;
}

.col-lg-12-flx span,
.col-lg-2-flx span {
  margin: 8px 8px 8px 24px;
  min-width: 80px;
  max-height: 22px;
  float: right;
}

/*　radio checkbox
 ------------------------------------------------------------------------*/
input {
  border-radius: 6px !important;
}

input:focus {
  outline: none !important;
}

input[type="checkbox"] {
  margin-left: 0px !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  min-width: 40px;
  display: inline-block;
  position: relative;
  padding: 20px 15px 20px 35px;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(25% - 6px);
  left: 10px;
  display: block;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #AFC8D6;
}

input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  left: 18px;
  top: calc(25% - 2px);
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  opacity: 0;
}

input[type="checkbox"]:checked::before {
  background-color: #00CFA5;
  border: 0;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
}

input[type="radio"] {
  margin-left: 0px !important;
  /*margin-left: -30px !important;*/
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  min-width: 40px;
  /*　テスト足し　*/
  display: inline-block;
  position: relative;
  padding: 20px 10px 20px 35px;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}

input[type="radio"]::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(25% - 3px);
  left: 10px;
  display: block;
  border: 1px solid #AFC8D6;
  border-radius: 20px !important;
  background: #FFFFFF;
  opacity: 1;
}

input[type="radio"]::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: calc(25% + 1px);
  border: 1px solid #FFFFFF;
  border-radius: 20px !important;
  display: block;
  opacity: 0;
  background-color: #00CFA5;
}

input[type="radio"]:checked::after {
  opacity: 1;
}

input[type="checkbox"][disabled]::before {
  background: #C8C8C8;
  border-color: #C8C8C8;
}

input[type="checkbox"][disabled]::after {
  opacity: 0;
}

input[type="checkbox"][disabled]:checked::after {
  opacity: 1;
}

.k-icon {
  background-image: url(../../images/V2/sprite.png);
  border-color: transparent;
}

.k-picker-wrap {
  height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #AFC8D6 !important;
}

/*checkboxの縦位置揃えるためのもの*/
.ck-v-align .checkbox-inline {
  width: 33% !important;
}

@media only screen and (max-width: 1199px) {
  .ck-v-align .checkbox-inline {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .ck-v-align .checkbox-inline {
    width: 100% !important;
  }
}

/*　button
 ------------------------------------------------------------------------*/
.btn {
  width: auto;
  min-width: 125px;
  height: 40px;
  margin: 0px 8px 8px 8px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  background-color: #245FB6;
  color: #FFFFFF !important;
}

.btn:hover {
  background-color: #73BCDC;
}

/* 編集ボタン　既存ボタンについているアイコン無くす */
.btn-edit-icon .icon-edit::before {
  content: none !important;
}

.icon-edit::before {
  content: none !important;
}

/* 一括のところ用 btn-infoのdisabled */
.btn-info[disabled] {
  background: #245FB6 !important;
  color: #FFFFFF !important;
}

/* アップロードボタン　ホバーでアイコン変わる */
.btn-upload-icon {
  background: url(../../images/V2/icon_upload_w.svg) no-repeat left 10% bottom 46%;
  background-size: 20px;
  padding: 8px 16px 8px 32px;
}

.btn-upload-icon:hover {
  background: url(../../images/V2/icon_upload_w.svg) no-repeat left 10% bottom 46%;
  background-size: 20px;
}

.btn-upload-icon .icon-upload::before {
  content: none !important;
}

.btn-success,
.btn-csv-dl,
.btn-csv-dl-pp {
  background-color: #245FB6 !important;
}

.btn-success:hover,
.btn-csv-dl:hover,
.btn-csv-dl-pp:hover {
  background-color: #73BCDC !important;
}

.btn-warning,
.btn-danger {
  background-color: #FF3D00;
}

.btn-warning:hover,
.btn-danger:hover,
.btn-danger-mini {
  background-color: #DD9292;
}

.btn-default,
.btn-info,
.disabled {
  background-color: #FFFFFF;
  border: 1px solid #245FB6;
  color: #245FB6 !important;
}

.btn-default:hover,
.btn-info:hover,
.disabled:hover {
  background-color: #73BCDC;
  border: none;
  color: #FFFFFF !important;
}

.btn-xs {
  height: 32px;
  padding: 6px 16px 8px 16px;
}

/* csv ダウンロードのボタン */
.btn-csv-dl,
.btn-csv-dl-pp {
  color: #FFFFFF !important;
  margin: 0 8px 0 8px;
  padding: 5px 8px 5px 8px !important;
  border: none;
  border-radius: 6px;
}

.btn-csv-dl::before,
.btn-csv-dl-pp::before {
  content: "";
  background: url(../../images/V2/icon_download_w.svg) no-repeat top center;
  background-size: 20px;
  padding-left: 24px;
}

/* アトカラ取引変更ダイヤログの明細削除ボタン */
.btn-danger-mini {
  color: #FFFFFF !important;
  margin: 0 8px 0 8px;
  padding: 5px 8px 5px 8px !important;
  border: none;
  border-radius: 6px;
  background-color: #FF3D00;
}

/* アトカラ取引変更ダイヤログの明細追加ボタン */
.btn-plus-mini {
  color: #FFFFFF !important;
  background-color: #245FB6 !important;
  margin: 0 8px 0 8px;
  padding: 5px 8px 5px 8px !important;
  border: none;
  border-radius: 6px;
}
.btn-plus-mini::before {
  content: "";
  background: url(../../images/V2/icon_plus_w.svg) no-repeat top center;
  background-size: 16px;
  padding-left: 20px;
}

button[disabled] {
  pointer-events: none;
}

button[disabled].btn-csv-dl[disabled] {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #428bca;
  border-color: #357ebd;
  cursor: not-allowed;
}

/* 検索条件の日時のデフォルト選択ボタン */
.search_default_date {
  margin-top: 4px;
}

.search_default_date input[type=radio] {
  display: none;
}

.search_default_date label {
  min-width: 72px;
  height: 24px;
  background: #F5F9FF;
  border-radius: 99px;
  color: #428BCA;
  font-size: 12px;
  line-height: 24px !important;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AFC8D6;
  padding-right: 0;
  width: auto;
}

.search_default_date label:hover {
  cursor: pointer;
  background: #428BCA;
  border-radius: 99px;
  color: #F5F9FF;
}

.search_default_date input[type=radio]:checked + label {
  background: #428BCA !important;
  color: #F5F9FF !important;
}

/*　list
 ------------------------------------------------------------------------*/
#listblock:first-child .col-lg-12 {
  margin: 16px;
}

@media only screen and (max-width: 767px) {
  #listblock:first-child .col-lg-12 {
    margin: 0px;
  }
}

.search-list-results {
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 25px;
  font-weight: bold;
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px) {
  .search-list-results {
    padding: 0 8px;
  }
}

.search-list-results::after {
  content: "件";
  margin-left: 16px;
}

.search-list-results::before, .search-list-results::after {
  font-size: 2.0rem;
  font-weight: bold;
}

.icon-zoom-in {
  content: "";
  background: url(../../images/V2/icon_search.svg) no-repeat center;
  background-size: 16px;
  padding-left: 24px;
}

.icon-zoom-in::before {
  content: "" !important;
}

.table {
  margin-bottom: 40px;
}

.table-hover > tbody > tr > td {
  padding: 16px 8px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #F5F9FF !important;
}

.table-hover > tbody > .danger > td,
.table-hover > tbody > .danger > th {
  background-color: #FAD7DD !important;
}

.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #f6c8d0 !important;
}

table.tablesorter thead tr th:hover {
  background-color: #F5F9FF !important;
}

/*id="batchauthlist"のところホバーで青くしない。ressに入れた方がいいかな*/
.hvWhite .table th,
.hvWhite .table td {
  white-space: normal;
}

.hvWhite .table-hover > tbody > tr:hover > td,
.hvWhite .table-hover > tbody > tr:hover > th {
  background-color: #FFFFFF !important;
}

.hvWhite table.tablesorter thead tr th:hover {
  background-color: #FFFFFF !important;
}

/* 開閉式リスト */
.glyphicon-collapse-down:before {
  content: "" !important;
  background: url(../../images/V2/icon_arrow.svg) no-repeat center;
  background-size: 10px;
  padding-left: 24px;
}

.accordian-body td {
  text-align: left;
}

.col-lg-offset-1 {
  width: 45%;
  margin: 16px;
}

@media only screen and (max-width: 1199px) {
  .col-lg-offset-1 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-lg-offset-1 {
    width: 100%;
  }
}

.col-lg-offset-1 td {
  text-align: left;
}

/* ページネーション調整
 ------------------------------------------------------------------------*/
.pagination {
  margin: 0 24px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin: 8px;
  }
}

.pagination a {
  border-radius: 0px !important;
  text-decoration: none;
}

.pagination li a {
  border: none;
  color: #333333;
  margin: 0 4px;
  padding: 2px 8px;
}

.pagination li a:hover {
  color: #73BCDC;
  background-color: #FFFFFF;
}

.pagination .active a {
  background-color: #FFFFFF !important;
  color: #73BCDC;
  font-weight: bold;
  border-bottom: 3px solid #245FB6;
}

.pagination .active a:hover {
  color: #73BCDC;
}

.pagination > li:first-child > a .btn-group,
.pagination > li:first-child > a .btn-group-vertical,
.pagination > li:first-child > span #listblock .btn-group,
.pagination > li:first-child > span #listblock .btn-group-vertical {
  margin: 0 16px;
}

/*　csvダウンロード部分 ダッシュボードお知らせのソート部分
 ------------------------------------------------------------------------*/
.btn-bg-gl {
  display: inline-block;
  width: auto;
  padding: 8px;
  background-color: #F4F4F5;
  border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
  .btn-bg-gl {
    width: 94%;
    margin: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-bg-gl {
    margin: 0 0 8px 0;
    width: 100%;
  }
}

.btn-bg-gl div,
.btn-bg-gl button {
  display: inline-block;
  padding: 8px;
}

.btn-bg-gl div:first-child {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .btn-bg-gl div:first-child {
    width: 100%;
  }
}

.btn-bg-gl img {
  float: left;
}

.btn-bg-gl .btn-info-info:hover {
  color: #547CBD !important;
}

.btn-bg-gl .btn-info-warning:hover {
  color: #CE763F !important;
}

.btn-bg-gl .btn-info-maint:hover {
  color: #388B4E !important;
}

.btn-bg-gl .btn-info-danger:hover {
  color: #93365F !important;
}

/*　テストエリア可視化
 ------------------------------------------------------------------------*/
.test-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  background-color: #FFCE8E;
  z-index: 1031 !important;
}

.navbar-toggle {
  float: left;
  margin-right: 0px;
  margin-top: 12px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

.label {
  min-width: 72px;
  padding: 4px 24px;
  border-radius: 12px;
  display: table-cell;
  line-height: 1.2;
  float: right;
}

.modal-dialog .label {
  margin: 11px 0 0 0;
  max-width: 64px;
  min-width: 48px;
  padding: 2px 8px;
}

.alert {
  margin: 0 0 16px 0;
}

.label-danger,
.btn-info-danger,
.alert-danger {
  background: #FAD7DD !important;
  color: #93365F !important;
}

.label-warning,
.btn-info-warning,
.alert-warning {
  background: #FDE6D8 !important;
  color: #CE763F !important;
}

.label-maint,
.btn-info-info,
.alert-info {
  background: #D5E5FA !important;
  color: #547CBD !important;
}

.label-info,
.btn-info-maint,
.alert-success {
  background: #CCF6E4 !important;
  color: #388B4E !important;
}

.alert {
  border: none;
  margin: 0px 0px 16px 0px;
}

.alert-info {
  background-color: #F5F9FF;
  color: #333333;
}

.table thead > tr > th {
  border-bottom: 2px solid #245FB6;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FFFFFF;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top: 1px solid #D9ECFF;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 10px 5px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #FFFFFF;
}

table.tablesorter thead tr th:hover {
  background-color: #FFFFFF;
}

.table-bordered {
  border: none;
}

.table-bordered th,
.table-bordered td {
  border-top: 1px solid #D9ECFF !important;
}

input[type="file"] {
  border-radius: 4px !important;
}

@media only screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 0px;
  }
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 20px;
}

.form-horizontal .control-label {
  text-align: left;
}

blockquote {
  color: #245FB6;
  border-left: none;
  font-weight: bold;
  margin: 0px;
}

blockquote p,
blockquote h4 {
  font-weight: bold;
}

blockquote footer {
  color: #333333;
  font-weight: normal;
}

.search-wrapper blockquote {
  padding-left: 0px;
}

legend {
  display: block !important;
  padding: 5px 20px 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #245FB6 !important;
  border-bottom: 1px solid #245FB6 !important;
}

.search-wrapper .help-block {
  padding-left: 40px;
}

.navbar-default,
.navbar-nav,
.navbar-nav li {
  background-color: transparent;
  border: none;
}

.main-wrapper .navbar-collapse {
  background: transparent;
}

.panel-default {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-default .panel-heading {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #245FB6;
  padding: 10px 15px;
}

.panel-default .panel-title {
  font-size: 18px;
  color: #245FB6;
  font-weight: bold;
}

.panel-default .panel-body {
  padding: 15px 0px;
}

.panel-title a {
  display: block;
}

.panel-title a:before {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-right: 2px solid #245FB6;
  border-top: 2px solid #245FB6;
  border-left: 0px;
  content: "";
}

.panel-title a:hover {
  text-decoration: none;
}

#settingtype-tab {
  padding-right: 31px !important;
  padding-left: 31px !important;
}

/* kendo打消し */
.k-datetimepicker .k-picker-wrap {
  padding-right: 0px !important;
}

/**縦step--------------------------**/
.step-wrapper {
  counter-reset: count;
  position: relative;
}

.step-wrapper .step-inner {
  font-size: 1.2rem;
  margin-left: 5rem;
  padding: 16px 0;
  border-top: 1px solid #D9ECFF;
}

@media only screen and (max-width: 767px) {
  .step-wrapper .step-inner {
    margin-left: 0.8rem;
  }
}

.step-wrapper .step-content-active {
  margin: 0;
  position: relative;
}

.step-wrapper .step-content-active::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #245FB6;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .step-wrapper .step-content-active::before {
    left: -22px;
  }
}

.step-wrapper .step-content-active::after {
  content: "";
  display: block;
  height: calc(100% - 15px);
  border-left: solid 2px #245FB6;
  position: absolute;
  top: 56px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .step-wrapper .step-content-active::after {
    left: -6px;
  }
}

.step-wrapper .step-content-active .active-wrap {
  background-color: #F5F9FF;
}

.step-wrapper .step-content {
  margin: 0;
  position: relative;
}

.step-wrapper .step-content::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #C8C8C8;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .step-wrapper .step-content::before {
    left: -22px;
  }
}

.step-wrapper .step-content::after {
  content: "";
  display: block;
  height: calc(100% - 15px);
  border-left: solid 2px #C8C8C8;
  position: absolute;
  top: 56px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .step-wrapper .step-content::after {
    left: -6px;
  }
}

.step-wrapper .step-content .active-wrap {
  background-color: #F5F9FF;
}

.step-wrapper .step-label {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.0rem;
  position: absolute;
  top: 22px;
  left: 9px;
}

.step-wrapper .step-label::after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  font-size: 1.6rem;
  top: 14px;
  left: 2px;
}

@media only screen and (max-width: 767px) {
  .step-wrapper .step-label::after {
    left: -20px;
  }
}

.step-wrapper .step-body {
  margin-top: 1em;
  padding: 0 0 1em;
  border-bottom: dotted 2px #707070;
  z-index: 1;
}

.step-wrapper > :last-of-type::after {
  display: none;
}

.step-wrapper .inner-last-boder {
  border-bottom: 1px solid #D9ECFF;
}

.form-horizontal .input-group {
  width: auto;
}

.table {
  overflow-x: scroll;
}

.table th,
.table td {
  max-height: 40px;
  max-width: 250px;
  min-width: 40px;
  word-break: break-word;
}

.table #statustable th,
.table #statustable td {
  min-width: 10%;
}

/* list-Number ----------------------------------------------------
  ----------------------------------------------------------- */
.nmb_trp10 {
  text-align: right !important;
  padding-right: 10px !important;
}

.nmb_trp20 {
  text-align: right !important;
  padding-right: 20px !important;
}

.nmb_trp30 {
  text-align: right !important;
  padding-right: 30px !important;
}

.nmb_trp40 {
  text-align: right !important;
  padding-right: 40px !important;
}

/*2022.04.21 加藤追記 mennu崩れ*/
@media only screen and (max-width: 767px) {
  .navbar-toggle {
    display: block !important;
  }
  .display-sp {
    display: block !important;
  }
}

.ws_nomal {
  white-space: normal !important;
}

#maillinkshopconfig_fromAddressType .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-control-static {
  word-break: break-all !important;
}

.nav-open {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

@media only screen and (max-width: 767px) {
  .nav-open {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .nav-open .navbar-nav {
    float: left;
    margin: 0;
  }
}

.link-type-navbar-collapse {
  min-height: 100px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: none !important;
  -webkit-overflow-scrolling: touch;
}

.link-type-navbar-collapse ul {
  width: 100%;
}

.link-type-navbar-collapse ul li {
  float: left;
}

.link-type-navbar-collapse .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/* iconの追加 -----------------------------------------------------
  ----------------------------------------------------------- */
/* 必須項目未設定バッジ */
.glyphicon-warning-circle-fill:before {
  content: "" !important;
  background: url(../../images/V2/warning-circle-fill.svg) no-repeat center;
  background-size: 20px;
  padding-left: 24px;
}
