@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
}

.fs--01 {
  font-size: 3.6rem;
}

.fs--02 {
  font-size: 3.0rem;
}

.fs--03 {
  font-size: 2.4rem;
}

.fs--04 {
  font-size: 1.8rem;
}

.fs--05 {
  font-size: 1.4rem;
}

.fs--06 {
  font-size: 1.2rem;
}

.radio label,
.checkbox label {
  padding-left: 0;
}
.radio label .icheck,
.checkbox label .icheck {
  margin: -4px 4px 0 0;
}

.sidebar-open {
  overflow: hidden;
}

.sidebar-open .main-sidebar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.sidebar-open .sidebar-open-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: rgba(0, 0, 0, .5);
}
@media (min-width: 768px) {
  .sidebar-open .sidebar-open-bg {
    background: transparent;
  }
}

a[href$=".doc"] i,
a[href$=".docx"] i {
  color: #2b579a;
}

a[href$=".xls"] i,
a[href$=".xlsm"] i,
a[href$=".xlsx"] i {
  color: #217346;
}

a[href$=".pdf"] i {
  color: #ff3500;
}

@media (min-width: 480px) {
  /*min-width:480px*/
}

@media (min-width: 768px) {
  /*min-width:768px*/
}

@media (min-width: 992px) {
  /*min-width:992px*/
}

@media (min-width: 1200px) {
  /*min-width:1200px*/
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #dd4b39;
}

.has-error .form-control {
  border-color: #ebccd1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #ebccd1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px #ce8483;
}

.has-error .input-group-addon {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #dd4b39;
}

.has-error .form-control-feedback {
  color: #dd4b39;
}

.has-error.editor .cke {
  border-color: #ebccd1;
}

.has-error input,
.has-error select {
  background-color: #f2dede;
}
.has-error input::-webkit-input-placeholder,
.has-error input::-moz-placeholder,
.has-error input:-ms-input-placeholder,
.has-error select::-webkit-input-placeholder,
.has-error select::-moz-placeholder,
.has-error select:-ms-input-placeholder {
  color: #dd4b39;
}

.has-error .form-control[readonly] {
  background-color: #f2dede;
}

.txt-error {
  clear: both;
  margin: 0;
  padding: 10px 0 5px;
  color: #dd4b39;
  font-size: 1.2rem;
}

.main-header .sidebar-toggle::before {
  display: block;
  transition: .5s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.sidebar-open .main-header .sidebar-toggle::before {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

@media (min-width: 768px) {
  body:not(.sidebar-collapse) .main-header .sidebar-toggle::before,
  .sidebar-expanded-on-hover .main-header .sidebar-toggle::before {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

.h-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 50px;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h-logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;

  -webkit-align-items: stretch;

      -ms-flex-align: stretch;

          align-items: stretch;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h-logo img {
  height: 20px;
}
@media (min-width: 1200px) {
  .h-logo a {
    margin-left: -42px;
    height: 30px;
  }
  .h-logo img {
    height: 30px;
  }
}

.main-sidebar {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .main-sidebar {
    padding-top: 0;
  }
}

.adimage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  /* 管理者アイコンのカラー*/
  border-radius: 10em;
  background: #3c8dbc;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adimage i {
  color: #fff;
  font-size: 20px;
}

.user-panel .info {
  left: 40px;
}
.user-panel .info p {
  margin: 0;
}

.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fixed .content-wrapper {
  padding-top: 50px;
}

.content-header {
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
}

.content {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .box {
    padding: 15px;
  }
}

.label-heading {
  padding-left: 10px;
  border-left: 4px solid #3c8dbc;
}

.txt-left {
  margin-left: -10px;
  padding-right: 0;
  padding-left: 0;
}

.nav-tabs-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.nav-tabs-scroll .nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav-tabs-scroll .nav-tabs li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 125px;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  box-sizing: content-box;
  margin-right: 10px;
  min-height: 50px;
  width: 125px;
  border-top-color: #d2d6de;
  border-right: 1px solid #ddd;
  border-bottom-color: transparent;
  border-left: 1px solid #ddd;
  font-size: 1.4rem;
}
.nav-tabs-scroll .nav-tabs li::last-child {
  margin-right: 0;
}
.nav-tabs-scroll .nav-tabs li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px 10px;
  border: none;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-tabs-scroll .nav-tabs li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-scroll .nav-tabs li.active a,
.nav-tabs-scroll .nav-tabs li.active a:hover,
.nav-tabs-scroll .nav-tabs li.active a:focus {
  border: none;
}

.nav-tabs-custom {
  box-shadow: none;
}
.nav-tabs-custom > .tab-content {
  padding-right: 0;
  padding-left: 0;
}

.conf-area {
  padding: 10px;
  background: #ecf0f5;
  word-break: break-all;
}

.thumb-img {
  margin-bottom: 10px;
  text-align: center;
}

.login-page .login-box {
  max-width: 360px;
  width: 100%;
}
.login-page .login-box-footer {
  overflow: hidden;
}
.login-page .login-box-footer label {
  font-size: 1.4rem;
}

.modal .vertical-alignment {
  display: table;
  width: 100%;
  height: 100%;
}
.modal .vertical-alignment__top {
  display: table-cell;
  vertical-align: top;
}
.modal .vertical-alignment__center {
  display: table-cell;
  vertical-align: middle;
}
.modal .vertical-alignment__bottom {
  display: table-cell;
  vertical-align: bottom;
}

.modal .modal-dialog {
  padding: 10px;
}

.modal .modal-content {
  margin: 0 auto;
  width: inherit;
  height: inherit;
}

.table {
  table-layout: fixed;
}
.table > thead > tr > th,
.table > thead > tr td,
.table tbody > tr > th,
.table tbody > tr td,
.table tfoot > tr > th,
.table tfoot > tr td {
  vertical-align: middle;
  font-size: 1.4rem;
}
.table > thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  text-align: center;
}
.table > thead > tr > th {
  background-color: #3c8dbc;
  color: #fff;
}
.table .row:before,
.table .row:after {
  display: none;
}
.table .btn-region a {
  display: block;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .table .region {
    padding: 0;
  }
  .table .region .t-region {
    display: inline-block;
    padding: 4px 6px;
  }
  .table .region .btn-region {
    display: inline-block;
  }
  .table .region .btn-region a {
    padding: 10px 14px;
  }
}

.icon .fa--lg {
  font-size: 1.8rem;
}

.icon .fa--sm {
  font-size: 1.0rem;
}

.btn-select {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .sortable tr {
    cursor: move;
  }
}

@media screen and (max-width: 992px) {
  input[type="radio"],
  input[type="checkbox"] {
    margin: 0;
  }
}

.datepicker.dropdown-menu {
  z-index: 1040 !important;
  margin-top: 0;
  padding: 4px;
  min-width: 280px;
  border-color: #3c8dbc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker .table-condensed {
  width: 100%;
}
.datepicker .table-condensed > thead {
  background: #3c8dbc;
}
.datepicker .table-condensed > thead > tr:nth-child(2) > th {
  padding: 10px;
}
.datepicker .table-condensed > thead > tr:nth-child(3) {
  background: #fff;
}
.datepicker .table-condensed > thead > tr:nth-child(3) > th {
  border-radius: 0;
}
.datepicker .table-condensed > thead > tr:nth-child(3) > th:first-child {
  color: #f00;
}
.datepicker .table-condensed > thead > tr:nth-child(3) > th:last-child {
  color: #00f;
}

.datepicker .prev {
  border-right: 2px solid #fff;
  border-radius: 4px 0 0 4px;
  color: #fff;
}
.datepicker .prev:hover {
  color: #000;
}

.datepicker .next {
  border-left: 2px solid #fff;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.datepicker .next:hover {
  color: #000;
}

.datepicker .datepicker-switch {
  border-radius: 0;
  color: #fff;
}
.datepicker .datepicker-switch:hover {
  color: #000;
}

.datepicker-dropdown::before {
  border-bottom-color: #3c8dbc;
}

.datepicker-dropdown.datepicker-orient-top::before {
  border-top-color: #3c8dbc;
}

.ui-sortable-placeholder {
  visibility: visible !important;
  border: 2px dashed #3c8dbc;
  background: #efefef !important;
}

.content-wideheader, .content-wide {
   max-width: 100%;
}