@charset "UTF-8";

span.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #bbb;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper > div.row > div,
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: left;
    font-size: 85%;
  }
}

#scrollUp {
  bottom: 40px;
  right: 20px;
  background: #555;
  color: #fff;
  font-size: 16px;
  font-family: sans-serif;
  text-decoration: none;
  opacity: .6;
  padding: 14px 32px;
  border-radius: 8px;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}

#scrollUp:hover {
  background: #000;
}

/**
 * スマートフォンでフォームにフォーカスされたときの拡大を防止する
 */

body {
  font-size: 14px !important;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.btn-group-xlg > .btn,
.btn-xlg {
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.btn-group-md > .btn,
.btn-md {
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.checkbox label,
.radio label {
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-radiobuttons table {
  min-width: 480px;
}

.table-radiobuttons table .fa-circle {
  color: #0ad;
}

.table-radiobuttons table .fa-circle-thin {
  color: #ccc;
}

.label {
  font-size: 90%;
}

.badge {
  font-size: 90%;
}

.dl-horizontal dt {
  text-align: left;
  width: 280px;
}

/* ログイン */

.login-page {
  background-color: #f5f8fa;
}

.login-box-body {
  border: 1px solid #d3e0e9;
}

.login-logo p {
  color: #566;
  font-size: 80%;
}

/* ヘッダ */

.skin-blue-light .main-header .logo {
  background-color: #3c98bc;
}

.skin-blue-light .main-header.settings-main-header .logo {
  background-color: #504c98;
}

.skin-blue-light .main-header.settings-main-header .navbar {
  background-color: #605ca8;
}

/* 見出し */

.title-icon {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.title-icon-futaba {
  background-image: url(/images/futaba.png?50200fc18dd66dbe81ee3b84a649d123);
}

.content-header h1 p {
  font-size: 90%;
}

.content-header h1 p span {
  position: relative;
  top: -10px;
  color: #566;
}

/* コンテンツ・ナビ */

.content-nav {
  background-color: #e4ebef;
  padding: 20px 15px 10px 5px;
}

.content-nav ul {
  margin: 0;
  padding: 0;
}

.content-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.btn-app.active {
  background-color: #eafafa;
  /*border-bottom   : 2px solid #8d8;*/
}

.btn-app.active {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.content-nav p {
  margin: 0;
  padding: 10px 10px 5px 10px;
}

/* パンくず */

.content-header > .breadcrumb {
  position: relative;
  margin-top: 0;
  top: 0;
  right: 0;
  float: none;
  background: none;
  padding-left: 0;
  /*padding-bottom: 20px;*/
  padding-bottom: 15px;
  padding-top: 0;
  font-size: 18px;
}

.content-header > .breadcrumb > li > a {
  color: #3c8dbc;
}

.content-header > .breadcrumb li:before {
  color: #97a0b3;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 4px;
}

.content-header > .breadcrumb > li > .fa,
.content-header > .breadcrumb > li > .glyphicon,
.content-header > .breadcrumb > li > .ion {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: none;
    padding-left: 0;
  }

  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}

.content-header {
  background-color: #f5f8fa !important;
  padding-bottom: 5px;
}

.content-header > p {
  padding-top: 10px;
}

.content-header > .back-link {
  padding-top: 0px;
}

/* サイドバー */

.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #faf9f7;
}

.skin-blue-light .sidebar-menu > li.header {
  color: #524c45;
  background-color: #f6f5f0;
}

.skin-blue-light .sidebar-menu > li a {
  color: #524c45;
}

.skin-blue-light .sidebar-menu > li:hover > a {
  color: #524c45;
  background-color: #edece8;
}

.skin-blue-light .sidebar-menu > li.active > a {
  color: #524c45;
  background-color: #f6eeda;
}

.skin-blue-light .sidebar-menu > li > a {
  /*border-left: 10px solid transparent;*/
}

/* ドロップダウン */

.default-dropdown .dropdown-menu {
  max-height: 400px;
  overflow: scroll;
}

.default-dropdown .dropdown-menu > li.dropdown-menu-header {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: bold;
  color: #bbb;
  font-size: 90%;
  white-space: nowrap;
}

.default-dropdown .dropdown-menu > li > a {
  color: #555 !important;
}

.default-dropdown .dropdown-menu > li > a:hover {
  background-color: #e1e3e9 !important;
  color: #555 !important;
}

.default-dropdown .dropdown-menu > .divider {
  background-color: #eee !important;
}

@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav > li.default-dropdown > .dropdown-menu {
    right: initial;
    left: initial;
  }
}

/* サイドバー用ドロップダウン */

.sidebar-menu {
  overflow: initial;
  /* メニューが隠れる症状対策用（副作用未確認） */
}

.sidebar-menu > li.header {
  overflow: initial;
  /* メニューが隠れる症状対策用（副作用未確認） */
}

.sidebar-menu .dropdown-menu {
  position: absolute !important;
  left: 0;
  right: auto;
}

/* コンテンツ */

.skin-blue-light .content-wrapper,
.skin-blue-light .right-side {
  /*background-color: #ecf0f5;*/
}

.content > hr {
  border-color: #dbe5e6;
  -webkit-box-shadow: 0 1px #fff;
          box-shadow: 0 1px #fff;
  margin-bottom: 40px;
}

/* 子どもの姿 */

.box-group-achievements {
  margin-top: 20px;
}

.box .box-group-achievements > .box {
  margin-bottom: 15px;
}

.box.box-solid.box-achievements > .box-header {
  color: #444;
  background: #333;
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
}

.box.box-solid.box-achievements > .box-header h4 {
  font-size: 14px;
  font-weight: bold;
}

.box.box-solid.box-achievements > .box-header:hover {
  color: #444;
  background: #ddd;
  background-color: #ddd;
  cursor: pointer;
}

.box.box-solid.box-achievements > .box-header a,
.box.box-solid.box-achievements > .box-header .btn {
  color: #444;
}

.box.box-solid.box-achievements {
  border: 1px solid #ddd;
}

@media only print {
  a.btn {
    display: none !important;
  }

  a[href]:after {
    content: initial !important;
  }

  a,
  p,
  th,
  td,
  li,
  span,
  .label,
  .badge {
    font-size: 8pt !important;
  }

  .label,
  .badge {
    border: 0;
    padding: 0;
    margin: 0;
    margin-right: 8pt;
    font-weight: normal !important;
  }

  .box {
    border: 0 !important;
    border-top: 1pt solid #000 !important;
    border-radius: 0 !important;
  }

  .box-header {
    padding-left: 5px !important;
  }

  .box-body h3 {
    margin-left: 5px !important;
    font-size: 11pt !important;
  }

  .box-body .col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1 {
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
  }

  .box-body .table {
    overflow: hidden !important;
  }

  footer {
    display: none !important;
  }

  .content-header {
    display: block !important;
    background-color: transparent !important;
  }

  .content-header h1 i {
    display: none !important;
  }

  .content-header h1 span {
    display: inline !important;
    font-size: 14pt !important;
  }

  .content-header .breadcrumb-item {
    font-size: 10pt !important;
  }

  .content-header .breadcrumb-item a {
    font-size: 10pt !important;
  }

  .content-header .back-link {
    display: none !important;
  }

  .content-wrapper {
    border-left: 0 !important;
  }

  #scrollUp {
    display: none !important;
  }
}

