/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);*/

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
* {
  box-sizing: border-box;
}
/*html {
min-height: 100%;
_height:100%;
}*/
body {
  background: #f0f2f5;
  line-height: normal;
  /*font-size: 1.6em;*/
  overflow-Y: auto;
  overflow-x:hidden;
  font-family:inherit;
  -webkit-font-smoothing: antialiased !important;
}

a, a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

a:active {
  color: #fff !important;
}

.sm-img {
  height: 3em !important;
  width: 3em !important;
  margin-top:-0.3em;
}

::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}

.rad-page-title {
  margin-bottom: 1em;
  margin-left: 1em;
  text-shadow: 0.1em 0.4em 0.6em #c6c6c6, 0 0 0 #000, 0.1em 0.4em 0.6em #c6c6c6;
}
.rad-page-title span {
  font-size: 2.2em;
  font-weight: 500;
  display: block;
}

.rad-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0em 0.9em 0.4em rgba(0, 0, 0, 0.1), 0 -0.5em 0.2em 0.2em rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 10000;
  text-align: center;
}
.rad-navigation ul {
  margin-bottom: 0;
}

.rad-logo-hidden {
  line-height: 2.2em;
  font-weight: 900;
  /*text-transform: uppercase;*/
  font-size: 2.2em;
  text-decoration: none;
  color: #222533;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.links {
  margin-right: 1em;
  position: relative;
}
    .links > li {
        list-style: none;
        position: relative;
        margin: 0.5em 1.2em 0.3em;
        display: inline-block;
    }

.rad-dropmenu-item.active {
  display: block;
  -webkit-animation: flipInX 1s ease;
}

.lg-text {
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
}

.sm-text {
  font-size: 1.1em;
  color: #c6c6c6;
}

.md-text {
  font-size: 1.2em;
  color: #c6c6c6;
}

.rad-notification-item {
  width: 100%;
  padding: 1.5em;
  border-bottom: 0.1em solid #EEEEEE;
}
.rad-notification-item:hover {
  background: #F5F5F5;
}
.rad-notification-item .rad-notification-content {
  color: #404040;
}

.rad-notification-body {
  color: black;
  vertical-align: middle;
  margin-left: 3em;
}

.rad-logo-container {
  /*width: 22.5em;*/
  text-align: center;
  height: 5em;
  float: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.rad-top-nav-container {
  float: right;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.rad-toggle-btn,
.rad-logo {
    text-decoration: none;
    position: relative;
    height: 2.5em;
    line-height: 2.3em;
    padding: 0 1.5em;
    font-size: 2.2em;
    font-weight: 900;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #222533;
    display: inline-block;
}

.rad-logo i {
  /*padding-top: 0.2em;*/
    /*vertical-align: middle;*/
    margin-right: 0.5em;
    font-size: 1.2em;
}

.rad-toggle-btn:hover {
  background: #f9f9f9;
}

.rad-menu-item {
  position: relative;
  padding: 0 0.5em;
  line-height: 3em;
  height: 3em;
  color: #89949B;
  z-index: 5;
  display: inline-block;
}
.rad-menu-item > i{
	font-size:2.3em;
	margin-top: 0.2em;
}
.rad-menu-item > i >span{
	font-size:0.5em;
}
.rad-badge {
  height: 2em;
  color: white;
  border-radius: 1em;
  line-height: 2em;
  font-size: 1.2em;
  background: #E94B3B;
  box-shadow: 0.05em 0.02em 0.1em rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
}

.rad-menu-badge {
  position: absolute;
  min-width: 2em;
  min-height: 2em;
  line-height: 2em;
  font-weight: bold;
  color: white;
  border-radius: 100%;
  font-size: 1.2em;
  background: #E94B3B;
  box-shadow: 0.05em 0.02em 0.1em rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  top: -1em;
  z-index: 1;
}

.sm-menu {
  min-width: 15em !important;
}
.sm-menu > li {
  padding: 1em;
  text-align: left;
}
.sm-menu > li i {
  margin: 0 1em 0 0;
}
.sm-menu > li > a {
  padding: 0.2em;
}

.rad-dropmenu-item {
  position: absolute;
  right: -0.6em;
  top: 4.5em;
  min-width: 25em;
  background: white;
  border: 0.1em solid #BDBDBD;
  border-top: 0.5em solid #515d6e;
  border-radius: 0.2em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
  display: none;
}
.rad-dropmenu-item:before {
  content: "";
  position: absolute;
  border-width: 0 1em 1em 1em;
  border-style: solid;
  border-color: #515d6e transparent;
  top: -1.4em;
  right: 0.8em;
}

.rad-dropmenu-item.rad-settings {
  right: 0 !important;
  left: auto !important;
}
.rad-dropmenu-item.rad-settings:before {
  right: 0.5em !important;
  left: auto !important;
}
.rad-dropmenu-item.rad-settings > .rad-notification-item:hover {
  background: #fff !important;
}
.rad-dropmenu-item.rad-settings > .rad-notification-item i {
  font-size: 2.4em;
}

.rad-dropmenu-footer,
.rad-dropmenu-header {
  display: block !important;
  background: #CFD8DC;
  /*text-transform: uppercase;*/
  font-size: 1.2em;
  margin: 0 !important;
  padding: 0.6em;
  text-align: center;
}
.rad-dropmenu-footer > a,
.rad-dropmenu-header > a {
  color: white;
  line-height: 1.2em;
  text-decoration: none;
}

.rad-dropmenu-header {
  border-bottom: 0.1em solid #CFD8DC;
}

.rad-dropmenu-footer {
  border-top: 0.1em solid #CFD8DC;
}

.rad-chk-pin {
  margin: 0 !important;
}
.rad-chk-pin span {
  display: inline-block;
  position: relative;
  height: 2em;
  width: 4em;
  border-radius: 0.4em;
  background: crimson;
  border: 0.1em solid #f6f6f6;
}
.rad-chk-pin span:after {
  content: "";
  position: absolute;
  background: white;
  width: 2em;
  height: 2em;
  border-radius: 0.4em;
  top: -0.1em;
  left: 0em;
  box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.12), 0 0.1em 0.2em rgba(0, 0, 0, 0.24);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.rad-chk-pin input {
  display: none;
}
.rad-chk-pin input:checked + span {
  background: #23AE89;
}
.rad-chk-pin input:checked + span:after {
  left: 1.9em;
}

.hide {
  display: none;
}

.rad-option-selected {
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2), 0 -0.2em 0.4em rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.rad-color-swatch {
  display: table;
  width: 9em;
  height: 2.5em;
  border-radius: 0.4em;
}
.rad-color-swatch .colors {
  width: 2.5em;
  height: 2.5em;
  display: table-cell;
  cursor: pointer;
}
.rad-color-swatch .colors input[type="radio"] {
  display: none;
}
.rad-color-swatch .colors:first-child {
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
}
.rad-color-swatch .colors:last-child {
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}

.rad-sidebar {
  z-index: 9999;
  position: fixed;
  font-weight: 600;
  background: white !important;
  width: 12em;
  height: 100vh;
  top: 5em;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.14), 0.2em 0.4em 0.8em rgba(0, 0, 0, 0.28);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.rad-sidebar li {
  text-align: left;
  height: 3em;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.5;
}
.rad-sidebar li a {
  text-decoration: none;
  display: block;
  color: #515d6e;
}
.rad-sidebar li a i {
  position: relative;
  width: 4.5em;
  line-height: 4.5em;
  text-align: center;
}
.rad-sidebar li a i:before {
  z-index: 10;
  position: relative;
}
.rad-sidebar li a > span {
  /*display: inline-block;*/
  visibility: visible;
  opacity: 1;
  /*padding-left: 0.5em;*/
  -webkit-transition: all .2s ease-in-out .2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*text-transform: uppercase;*/
  font-size: 1.1em;
}
.rad-sidebar li:hover {
  background: #f2f2f2;
}
.rad-sidebar li:hover .icon-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.rad-sidebar li:hover a > i {
  color: white;
}

.icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 110%;
  -webkit-transform: translate3d(-0.3em, 0, 0);
          transform: translate3d(-0.3em, 0, 0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.rad-txt-primary {
  color: #1C7EBB;
}

.rad-bg-primary {
  background: #1C7EBB;
}

.rad-txt-success {
  color: #23AE89;
}

.rad-bg-success {
  background: #23AE89;
}

.rad-txt-danger {
  color: #E94B3B;
}

.rad-bg-danger {
  background: #E94B3B;
}

.rad-txt-warning {
  color: #F98E33;
}

.rad-bg-warning {
  background: #F98E33;
}

.rad-txt-violet {
  color: #6A55C2;
}

.rad-bg-violet {
  background: #6A55C2;
}
.rad-txt-0 {
  color: #99ccff;
}

.rad-bg-0 {
  background: #99ccff;
}
.rad-txt-1 {
  color: #990099;
}

.rad-bg-1 {
  background: #990099;
}
.rad-txt-2 {
  color: #cc33cc
}

.rad-bg-2 {
  background: #cc33cc;
}
.rad-txt-3 {
  color: #ff33cc;
}

.rad-bg-3 {
  background: #ff33cc;
}
.rad-txt-4 {
  color: #3acfb4;
}

.rad-bg-4 {
  background: #3acfb4;
}
.rad-txt-5 {
  color: #060e0e;
}

.rad-logo-container.rad-nav-min {
  -webkit-transform: translate3d(-18em, 0, 0);
          transform: translate3d(-18em, 0, 0);
}
.rad-logo-container.rad-nav-min .rad-logo {
  opacity: 0;
}
.rad-logo-container.rad-nav-min + .rad-logo-hidden {
  opacity: 1;
  visibility: visible;
}

.rad-sidebar.rad-nav-min {
  width: 4em !important;
}
.rad-sidebar.rad-nav-min .rad-sidebar-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s linear;
  -webkit-transform: translate3d(-20em, 0, 0);
          transform: translate3d(-20em, 0, 0);
}
.rad-sidebar.rad-nav-min .icon-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.rad-sidebar.rad-nav-min i {
  border: 0em;
  color: white;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.rad-sidebar.rad-nav-min li:hover .icon-bg {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}
/*.rad-sidebar.rad-nav-min ul a i {
  font-size:2em;
}*/
.rad-sidebar.rad-nav-min ul a i span{
  font-size:0.5em;
}
.rad-body-wrapper {
  position: absolute;
  left: 12.5em;
  top: 7em;
  width: auto;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.rad-body-wrapper.rad-nav-min {
  left: 4em;
}

/*子画面*/

.rad-logo-container.rad-nav-min-sub {
  -webkit-transform: translate3d(-18em, 0, 0);
          transform: translate3d(-18em, 0, 0);
}
.rad-logo-container.rad-nav-min-sub .rad-logo {
  opacity: 0;
}
.rad-logo-container.rad-nav-min-sub + .rad-logo-hidden {
  opacity: 1;
  visibility: visible;
}

.rad-sidebar.rad-nav-min-sub {
  width: 5em !important;
}
.rad-sidebar.rad-nav-min-sub .rad-sidebar-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s linear;
  -webkit-transform: translate3d(-20em, 0, 0);
          transform: translate3d(-20em, 0, 0);
}
.rad-sidebar.rad-nav-min-sub .icon-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.rad-sidebar.rad-nav-min-sub i {
  border: 0em;
  color: white;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.rad-sidebar.rad-nav-min-sub li:hover .icon-bg {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}
.rad-sidebar.rad-nav-min-sub ul a i span{
  font-size:0.5em;
}
.rad-body-wrapper.rad-nav-min-sub {
  left: 0em;
}


.rad-chart {
  height: 25em;
}

.rad-map {
  width: 100%;
  height: 100%;
}

.rad-map-container {
  height: 40em;
  position: relative;
}

.rad-collapse {
  height: 0em;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(40em) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(40em) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(40em) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(40em) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(40em);
  }
}
@media screen and (max-width: 26em) {
  .rad-info-box i {
    opacity: .8;
  }

  .flat-theme .rad-toggle-btn {
    right: 2em !important;
  }
  .flat-theme .rad-top-nav-container .links:last-child {
    display: none;
  }
  .rad-info-box .heading{
	display: none;
  }
}
@media screen and (min-width: 62em) {
 .rad-info-box {/*機能メニューの高さを修正*/
   padding: 0.6em 1em;
 }
 .tab-select::before {/*機能メニューの高さを修正*/
	top:8.5em;
 }
  .rad-info-box .heading{
	display:block;
  }

.links {
	top:0.6em;
}
.rad-nav-min-sub .cs-options {
	top:.6em;
	left:.6em;
}
.rad-nav-min .cs-options {
	top:6.6em;
	left:5.1em;
}
.cs-skin-boxes .cs-options span
{
	font-size:1.6em;
}
.rad-sidebar li a i {
    /*width: 2em!important;*/
	font-size: 1.2em;
    line-height: 2.4em;
    width: 2.1em;
}
  .rad-logo-container {
    height: 5em;
  }
  .rad-logo-container .rad-logo {
    line-height: 2em;
  }
  .rad-logo-container .rad-toggle-btn {
    /*line-height: 5em;*/
    height: auto;
  }

  .rad-top-nav-container {
    /*padding-top: 1em;*/
  }

  .rad-sidebar {
    top: 5.2em;
  }

  .rad-body-wrapper {
    top: 5.2em;
  }

  .flat-theme .rad-toggle-btn {
    top: 0.5em!important;
  }
  .ydslist{
	  max-height:80vh;
  }
}
@media screen and (max-width: 62em) {
.links {
	top:0em;
}

.rad-nav-min .cs-options {
	top:10.1em;
	left:0em;
}
.rad-nav-min-sub .cs-options {
	top:.6em;
	left:.6em;
}
.cs-skin-boxes .cs-options span
{
	line-height:3em;
	font-size:1.6em;
}
 .flat-theme .rad-navigation .rad-top-nav-container .links > li > a {
    font-size:1em;
 }
 .rad-sidebar li a i {
	font-size: 1.5em;
    line-height: 2em;
    width: 2em!important;
 }
  .flat-theme .rad-menu-badge {
    top: -0.3em;
  }
  .flat-theme .rad-toggle-btn {
    right: 2em !important;
  }
  .flat-theme .rad-body-wrapper {
    top: 8.5em !important;
  }
  .flat-theme .rad-sidebar {
    position: absolute;
  }
  .flat-theme .rad-navigation {
    position: absolute;
  }
  .flat-theme .rad-navigation .links > li:first-child {
    margin-left: 1.5em !important;
  }
  .flat-theme.sticky .rad-logo-container {
    z-index: 10000;
  }
  .flat-theme.sticky .rad-logo-container .rad-toggle-btn {
    color: #89949B !important;
    position: fixed;
    right: 13em !important;
    background: #f6f6f6;
    top: 0.3em;
  }
  .flat-theme.sticky .rad-logo-container .rad-toggle-btn:hover {
    background: crimson;
    color: #fff !important;
  }
  
  .rad-nav-min .cs-options {
	top:5.1em;
	left:0em;
}
  .rad-nav-min-sub .cs-options {
	top:.6em;
	left:.6em;
}

  .flat-theme.sticky .rad-navigation {
    height: 5em;
  }
  .flat-theme.sticky .rad-sidebar {
    top: 5em;
    position: fixed;
  }
  .flat-theme.sticky .rad-top-nav-container {
    background: #FFF !important;
    box-shadow: 0 0em 0.9em 0.4em rgba(0, 0, 0, 0.1), 0 -0.5em 0.2em 0.2em rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .flat-theme.sticky .links {
    /*margin-left: 5em;*/
  }
  .flat-theme.sticky .brand-icon {
    margin-left: 0em;
  }
  .flat-theme.sticky .brand-icon:hover {
    color: #fff;
  }

  .rad-navigation {
    height: 9.2em;
  }

  .rad-logo-container.rad-nav-min {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: transparent;
  }
  .rad-logo-container.rad-nav-min .rad-logo {
    opacity: 1;
  }
  .rad-logo-container.rad-nav-min + .rad-logo-hidden {
    display: none;
  }

  /*子画面*/
  .rad-logo-container.rad-nav-min-sub {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: transparent;
  }
  .rad-logo-container.rad-nav-min-sub .rad-logo {
    opacity: 1;
  }
  .rad-logo-container.rad-nav-min-sub + .rad-logo-hidden {
    display: none;
  }


  .rad-logo-container {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 0.1em solid #F2F2F2;
  }

  .rad-top-nav-container {
    display: block;
    float: none;
    height: 4em;
    background: white;
  }
  .rad-top-nav-container .links > li > a {
    font-size: 1.2em;
  }

  .rad-menu-badge {
    font-size: 1em;
    min-width: 1.5em;
    min-height: 1.5em;
    line-height: 1.5em;
  }

  .rad-sidebar {
    top: 10em;
  }

  .rad-sidebar.rad-nav-min {
    -webkit-transform: translate3d(-20em, 0, 0);
            transform: translate3d(-20em, 0, 0);
  }
  /*子画面*/
  .rad-sidebar.rad-nav-min-sub {
    -webkit-transform: translate3d(-20em, 0, 0);
            transform: translate3d(-20em, 0, 0);
  }

  .rad-body-wrapper {
    top: 12.5em;
    position: relative;
  }

  .rad-body-wrapper.rad-nav-min {
    left: 0em;
  }
  /*子画面*/
  .rad-body-wrapper.rad-nav-min-sub {
    left: 0em;
  }
  .ydslist{
	  height:100%;
  }
}
.panel {
  box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.26);
  border-radius: 0 !important;
  position: relative;
  -webkit-transition: all .2s linear;
}

.panel-close {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}

.panel-body {
  position: relative;
  -webkit-transition: all .2s linear;
}

.panel-heading {
  background: white !important;
  border-radius: 0;
  padding: 1.5em;
  border-bottom: 0 !important;
}

.panel-heading .panel-title {
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-size: 1.3em;
  color: #515d6e;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.overlay:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0.1em;
  display: inline-block;
  margin-left: -0.5em;
}
.overlay .overlay-content {
  display: inline-block;
  vertical-align: middle;
}
.overlay i {
  display: block;
  position: inline-block;
  vertical-align: middle;
  color: black;
}

.rad-panel-action {
  list-style: none;
  display: inline-block;
  float: right;
}

.rad-panel-action li {
  display: inline-block;
  color: #515d6e;
  margin: 0 0.5em;
  cursor: pointer;
}

.rad-info-box {
  margin-bottom: 1.6em;
  box-shadow: 0.1em 0.1em 0.2em 0 #CCCCCC;
  padding: 0.9em 1em;
  box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.26);
  background: white !important;
}

.rad-info-box i {
  display: block;
  background-clip: padding-box;
  margin-right: 1.5em;
  /*height: 6em;*/
  /*width: 4.4em;*/
  border-radius: 100%;
  /*line-height: 1em;*/
  text-align: center;
  font-size: 4.4em;
  position: absolute;
}

.rad-info-box .value {
  display: block;
  position: relative;
  color: #515d6e;
  text-align: right;
  z-index: 10;
}
.rad-info-box .heading {
  position: relative;
  color: #515d6e;
  text-align: right;
  z-index: 10;
}


    .rad-info-box .heading {
        font-size: 1.2em;
        font-weight: 300;
        /*text-transform: uppercase;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.rad-info-box .value {
  font-size: 1.8em;
  font-weight: 600;
  /*margin-top: 0.5em;*/
}

.rad-list-group-item {
  margin: 0.5em 1em 2.5em 0.5em;
}
.rad-list-group-item:after {
  content: "";
  display: table;
}

.rad-chat {
  border: 0.1em solid rgba(198, 198, 198, 0.5);
  padding: 0 1em;
  border-radius: 0.2em;
  position: relative;
}

.rad-chat-body {
  position: relative;
}

.rad-list-group-item.left .rad-chat {
  margin-left: 5em;
}
.rad-list-group-item.left .rad-chat .sm-text {
  float: right;
}
.rad-list-group-item.left .rad-chat:after {
  content: "";
  border-top: 0.1em solid rgba(198, 198, 198, 0.5);
  border-left: 0.1em solid rgba(198, 198, 198, 0.5);
  height: 1em;
  width: 1em;
  background: white;
  position: absolute;
  left: -0.6em;
  top: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rad-chat-msg {
  font-size: 1.4em;
  color: #585f69;
}

.rad-list-group-item.right .rad-chat {
  margin-right: 5em;
}
.rad-list-group-item.right .rad-chat .lg-text {
  float: right;
}
.rad-list-group-item.right .rad-chat:after {
  content: "";
  border-top: 0.1em solid rgba(198, 198, 198, 0.5);
  border-right: 0.1em solid rgba(198, 198, 198, 0.5);
  height: 1em;
  width: 1em;
  background: white;
  position: absolute;
  right: -0.6em;
  top: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rad-list-icon {
  position: relative;
  height: 4em;
  width: 4em;
  border-radius: 100%;
  line-height: 4em;
  text-align: center;
  color: white;
  top: -0.5em;
}

.icon-shadow {
  box-shadow: 0 0em 0.3em 0.1em rgba(0, 0, 0, 0.26);
}

.rad-list-img {
  border-radius: 100%;
  width: 3.2em;
  height: 3.2em;
}

.rad-list-group {
  position: relative;
}

.rad-list-group.group:before {
  content: "";
  position: absolute;
  background: rgba(198, 198, 198, 0.3);
  top: -2em;
  bottom: -2em;
  left: 2.5em;
  width: 0.1em;
}

.rad-list-content {
  line-height: 1.3;
  margin-left: 5em;
}

.rad-timeline {
  padding: 1em 0;
  position: relative;
}
.rad-timeline:before {
  content: "";
  position: absolute;
  border: 0.1em solid #c6c6c6;
  left: 50%;
  top: 0;
  height: 100%;
  bottom: 0.1em;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
}
.rad-timeline .rad-timeline-item {
  list-style: none;
  padding: 1em;
  position: relative;
  vertical-align: middle;
  margin-bottom: 2em;
  font-size: 1.4em;
}
.rad-timeline .rad-timeline-item .rad-timeline-badge {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1.5em;
  color: #FFF;
  width: 3em;
  height: 3em;
  font-size: 1.2em;
  border-radius: 100%;
  text-align: center;
  line-height: 2.5em;
  box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all .2s easein-out;
  transition: all .2s easein-out;
  border: 0.2em solid #fff;
}
.rad-timeline .rad-timeline-item .rad-timeline-badge span {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  position: absolute;
  color: #e6e6e6;
  background: Grey;
  min-width: 7em;
  border-radius: 0.3em;
}
.rad-timeline .rad-timeline-item .rad-timeline-badge span.pull-right {
  right: 3.5em;
}
.rad-timeline .rad-timeline-item .rad-timeline-badge span.pull-left {
  left: 3.5em;
}
.rad-timeline .rad-timeline-item .rad-timeline-badge:hover span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rad-timeline .rad-timeline-item .rad-timeline-panel {
  position: relative;
  width: 40%;
  background: #FFF;
  padding: 1.5em;
  top: -2em;
  margin-left: 1em;
  border-radius: 0.6em;
  border: 0.1em solid rgba(0, 0, 0, 0.2);
}
.rad-timeline .rad-timeline-item .rad-timeline-panel:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: #FFF;
  position: absolute;
  top: 3em;
  right: -0.85em;
  margin-top: -1em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 0.1em solid rgba(0, 0, 0, 0.2);
  border-left: 0.1em solid rgba(0, 0, 0, 0.2);
}
.rad-timeline .rad-timeline-item:before {
  content: "";
  display: table;
}
.rad-timeline .rad-timeline-item:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.rad-timeline .rad-timeline-item:first-child {
  margin-top: 2em;
}
.rad-timeline .rad-timeline-item .pull-right.rad-timeline-panel {
  background: #e6e6e6;
  margin-right: 1em;
}
.rad-timeline .rad-timeline-item .pull-right.rad-timeline-panel:after {
  content: "";
  left: -0.85em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #e6e6e6;
}

.rad-timeline-footer p {
  display: inline-block;
  font-weight: 600;
  color: #515d6e;
}
.rad-timeline-footer p i {
  font-size: 2.4em;
  color: crimson;
}

.rad-chart .morris-hover {
  display: none !important;
}

.rad-chart:hover .morris-hover {
  display: block !important;
}

.fa-spin {
  -webkit-animation: fa-spin .5s infinite linear;
  animation: fa-spin .5s infinite linear;
}

.brand-icon {
  font-size: 2.2em;
  height: 5em;
  display: inline-block;
  float: left;
  width: 5em;
  background-color: crimson;
  text-align: center;
  line-height: 5em;
  color: white;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-left: -23em;
  display: none;
}

.flat-theme body {
  background: #f1f2f7;
}
.flat-theme .brand-icon {
  display: inline-block;
}
.flat-theme .rad-logo {
  color: white;
}
.flat-theme .rad-navigation {
  text-align: left;
}
.flat-theme .rad-navigation .rad-top-nav-container {
  float: none !important;
}
.flat-theme .rad-navigation .rad-top-nav-container .links:last-child {
  float: none !important;
}
.flat-theme .rad-navigation .rad-top-nav-container .links:last-child > li > ul.rad-dropmenu-item {
  left: 0;
}
.flat-theme .rad-navigation .rad-top-nav-container .links:last-child > li > ul.rad-dropmenu-item:before {
  left: 0.8em;
  right: 100%;
}

.flat-theme .rad-nav-min .row .rad-dropmenu-item {
  left: 0;
}
.flat-theme .rad-nav-min .row .rad-dropmenu-item:before {
  left: 0.8em;
  right: 100%;
}
/*子画面*/
.flat-theme .rad-nav-min-sub .row .rad-dropmenu-item {
  left: 0;
}
.flat-theme .rad-nav-min-sub .row .rad-dropmenu-item:before {
  left: 0.8em;
  right: 100%;
}

.flat-theme .rad-navigation .rad-top-nav-container .links:last-child > li:first-child {
  margin-left: 3em;
}
.flat-theme .rad-navigation .rad-top-nav-container .links > li {
  text-align: center;
}
.flat-theme .rad-navigation .rad-top-nav-container .links > li > a {
  border-radius: 50%;
  width: 100%;
  width: 3.2em;
  height: 3.2em;
  background: #f6f6f6;
  /*display: inline-block;*/
  display: table-cell;
  
  line-height: 3.2em;
  top: 0em;
}
.flat-theme .rad-navigation .rad-top-nav-container .links > li:hover > a {
  color: white !important;
}
.flat-theme .rad-dropmenu-item {
  border-color: crimson !important;
}
.flat-theme .rad-dropmenu-item:before {
  border-color: crimson transparent;
}
.flat-theme .rad-logo-container.rad-nav-min {
  -webkit-transform: none;
          transform: none;
}
.flat-theme .rad-logo-container.rad-nav-min .rad-logo {
  opacity: 1;
}
.flat-theme .rad-logo-container.rad-nav-min + .rad-logo-hidden {
  opacity: 0;
}
/*子画面*/
.flat-theme .rad-logo-container.rad-nav-min-sub {
  -webkit-transform: none;
          transform: none;
}
.flat-theme .rad-logo-container.rad-nav-min-sub .rad-logo {
  opacity: 1;
}
.flat-theme .rad-logo-container.rad-nav-min-sub + .rad-logo-hidden {
  opacity: 0;
}

.flat-theme .rad-logo-container {
  background: crimson !important;
  position: relative;
  z-index: 1000;
}
.flat-theme .rad-logo-container .rad-toggle-btn {
  color: #fff !important;
  font-size: 1.4em;
  width: 3em;
  height: 3em;
  display: inline-block;
  position: absolute;
  line-height: 3em;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  right: -1.5em;
  background: red;
  top: 0.3em;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.flat-theme .rad-sidebar {
  /*background: #003366 !important;*/
  background: #076585 !important;
  background: -webkit-linear-gradient(to left, #fff, #076585)!important;
  background: linear-gradient(to left, #fff, #076585)!important;
}
.flat-theme .rad-sidebar li {
  border-bottom: 0.1em solid rgba(255, 255, 255, 0.05);
}
.flat-theme .rad-sidebar li:hover {
  background: #28282a !important;
}
.flat-theme .rad-sidebar li:hover span {
  color: crimson !important;
}
.flat-theme .rad-sidebar li a i {
  color: white;
}
.flat-theme .rad-sidebar li a > span {
  color: #3a1c71 !important;
  -webkit-transition: none;
}
.flat-theme .rad-info-box {
  box-shadow: none;
  border-radius: 0.8em;
}
.flat-theme .panel {
  box-shadow: none !important;
  border-radius: 0.4em !important;
  border: none !important;
}
.flat-theme .panel .panel-heading {
  background: #fafafa !important;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
}
.flat-theme .panel .panel-body {
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.flat-theme .panel-default {
  border-color: none;
}

.rad-bg-crimson {
  background: crimson;
}

.flat-theme.crimson .rad-logo-container {
  background: crimson !important;
}
.flat-theme.crimson .rad-toggle-btn {
  background: #ad102f !important;
}
.flat-theme.crimson .rad-dropmenu-footer,
.flat-theme.crimson .rad-dropmenu-header {
  background: #ad102f !important;
}
.flat-theme.crimson .links > li:not(.no-color):hover > a {
  background: #eb1f48 !important;
}
.flat-theme.crimson .links > li:not(.no-color) > a  > i{
  color: #eb1f48 !important;
}
.flat-theme.crimson .rad-dropmenu-item {
  border-color: #ad102f !important;
}
.flat-theme.crimson .rad-dropmenu-item:before {
  border-color: #ad102f transparent;
}
.flat-theme.crimson .rad-sidebar li:hover a > span {
  color: crimson !important;
}
@media screen and (max-width: 62em) {
  .flat-theme.crimson.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949B !important;
  }
  
 .rad-info-box {/*機能メニューの高さを修正*/
   padding: 1em 0.5em;
   margin-top: 0.5em;
 }
 .tab-select::before {/*機能メニューの高さを修正*/
	top:7em;
 }
  .rad-info-box .heading{
	display:none;
  }
}
.flat-theme.crimson.sticky .brand-icon,
.flat-theme.crimson.sticky .rad-toggle-btn:hover {
  background: crimson !important;
  color: #fff !important;
}

.rad-bg-teal {
  background: #1fb5ad;
}

.flat-theme.teal .rad-logo-container {
  background: #1fb5ad !important;
}
.flat-theme.teal .rad-toggle-btn {
  background: #188983 !important;
}
.flat-theme.teal .rad-dropmenu-footer,
.flat-theme.teal .rad-dropmenu-header {
  background: #188983 !important;
}
.flat-theme.teal .links > li:not(.no-color):hover > a {
  background: #23cbc2 !important;
}
.flat-theme.teal .links > li:not(.no-color):hover > a >i{
  color: rgba(231, 239, 225, 0.64) !important;
}
.flat-theme.teal .links > li:not(.no-color) > a > i {
  color: #23cbc2 !important;
}
/*.flat-theme.teal .ui-mypage > button > i {
  color: #23cbc2 !important;
}*/

.flat-theme.teal .rad-dropmenu-item {
  border-color: #188983 !important;
}
.flat-theme.teal .rad-dropmenu-item:before {
  border-color: #188983 transparent;
}
.flat-theme.teal .rad-sidebar li:hover a > span {
  color: #1fb5ad !important;
}
@media screen and (max-width: 62em) {
  .flat-theme.teal.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949B !important;
  }
 .rad-info-box {/*機能メニューの高さを修正*/
   padding: 1em 0.5em;
   margin-top: 0.5em;
 }
 .tab-select::before {/*機能メニューの高さを修正*/
	top:7em;
 }
  .rad-info-box .heading{
	display:none;
  }
}
.flat-theme.teal.sticky .brand-icon,
.flat-theme.teal.sticky .rad-toggle-btn:hover {
  background: #1fb5ad !important;
  color: #fff !important;
}

.rad-bg-orange {
  background: #ff503f;
}

.flat-theme.orange .rad-logo-container {
  background: #ff503f !important;
}
.flat-theme.orange .rad-toggle-btn {
  background: #ff220c !important;
}
rad-dropdown
.flat-theme.orange .rad-dropmenu-footer,
.flat-theme.orange .rad-dropmenu-header {
  background: #ff220c !important;
}
.flat-theme.orange .links > li:not(.no-color):hover > a {
  background: #ff6759 !important;
}
.flat-theme.orange .links > li:not(.no-color) > a > i {
  color: #ff6759 !important;
}
.flat-theme.orange .ui-mypage > button > i {
   color: #ff6759 !important;
}
.flat-theme.orange .rad-dropmenu-item {
  border-color: #ff220c !important;
}
.flat-theme.orange .rad-dropmenu-item:before {
  border-color: #ff220c transparent;
}
.flat-theme.orange .rad-sidebar li:hover a > span {
  color: #ff503f !important;
}
@media screen and (max-width: 62em) {
  .flat-theme.orange.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949B !important;
  }
 .rad-info-box {/*機能メニューの高さを修正*/
   padding: 1em 0.5em;
   margin-top: 0.5em;
 }
 .tab-select::before {/*機能メニューの高さを修正*/
	top:7em;
 }
  .rad-info-box .heading{
	display:none;
  }
}
.flat-theme.orange.sticky .brand-icon,
.flat-theme.orange.sticky .rad-toggle-btn:hover {
  background: #ff503f !important;
  color: #fff !important;
}

.rad-bg-purple {
  background: rebeccapurple;
}

.flat-theme.purple .rad-logo-container {
  background: rebeccapurple !important;
}
.flat-theme.purple .rad-toggle-btn {
  background: #4d2673 !important;
}
.flat-theme.purple .rad-dropmenu-footer,
.flat-theme.purple .rad-dropmenu-header {
  background: #4d2673 !important;
}
.flat-theme.purple .links > li:not(.no-color):hover > a {
  background: #7339ac !important;
}
.flat-theme.purple .links > li:not(.no-color) > a  > i{
  color: #7339ac !important;
}
.flat-theme.purple .rad-dropmenu-item {
  border-color: #4d2673 !important;
}
.flat-theme.purple .rad-dropmenu-item:before {
  border-color: #4d2673 transparent;
}
.flat-theme.purple .rad-sidebar li:hover a > span {
  color: rebeccapurple !important;
}
@media screen and (max-width: 62em) {
  .flat-theme.purple.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949B !important;
  }
 .rad-info-box {/*機能メニューの高さを修正*/
   padding: 1em 0.5em;
   margin-top: 0.5em;
 }
 .tab-select::before {/*機能メニューの高さを修正*/
	top:7em;
 }
  .rad-info-box .heading{
	display:none;
  }
}
.flat-theme.purple.sticky .brand-icon,
.flat-theme.purple.sticky .rad-toggle-btn:hover {
  background: rebeccapurple !important;
  color: #fff !important;
}

.rad-bg-twitter {
  background: #55acee;
}

.flat-theme.twitter .rad-logo-container {
  background: #55acee !important;
}
.flat-theme.twitter .rad-toggle-btn {
  background: #2795e9 !important;
}
.flat-theme.twitter .rad-dropmenu-footer,
.flat-theme.twitter .rad-dropmenu-header {
  background: #2795e9 !important;
}
.flat-theme.twitter .links > li:not(.no-color):hover > a {
  background: #6cb7f0 !important;
}
.flat-theme.twitter .links > li:not(.no-color) > a > i {
  color: #6cb7f0 !important;
}
.flat-theme.twitter .ui-mypage > button > i {
   color: #6cb7f0 !important;
}
.flat-theme.twitter .rad-dropmenu-item {
  border-color: #2795e9 !important;
}
.flat-theme.twitter .rad-dropmenu-item:before {
  border-color: #2795e9 transparent;
}
.flat-theme.twitter .rad-sidebar li:hover a > span {
  color: #55acee !important;
}
@media screen and (max-width: 62em) {
  .flat-theme.twitter.sticky .rad-toggle-btn {
    background: #fafafa !important;
    color: #89949B !important;
  }
 .rad-info-box {/*機能メニューの高さを修正*/
   padding: 1em 0.5em;
   margin-top: 0.5em;
 }
 .tab-select::before {/*機能メニューの高さを修正*/
	top:7em;
 }
  .rad-info-box .heading{
	display:none;
  }
  .rad-info-box i {
  font-size: 3.4em;
}
}
.flat-theme.twitter.sticky .brand-icon,
.flat-theme.twitter.sticky .rad-toggle-btn:hover {
  background: #55acee !important;
  color: #fff !important;
}

.boarding-pass-1 {
  position: relative;
  /*top: 50%;*/
  /*left: 50%;*/
  -webkit-transform: translate(-50%, -0%);
          transform: translate(-50%, -0%);
  /*width: 95%;*/
  /*height: 98%;*/
  /*background: #fff;*/
  border-radius: 12px;
  box-shadow: 0 0.1em 0.6em rgba(0, 0, 0, 0.2);
  /*overflow: hidden;*/
  /*text-transform: uppercase;*/
  /*--------------------
  Header
  --------------------*/
  /*--------------------
  Cities
  --------------------*/
  /*--------------------
  Infos
  --------------------*/
  /*--------------------
  Strap
  --------------------*/
}
.boarding-pass-2 {
  position: relative;
  /*top: 50%;*/
  /*left: 50%;*/
  /*-webkit-transform: translate(-50%, -0%);
          transform: translate(-50%, -0%);*/
  /*width: 95%;*/
  /*height: 98%;*/
  /*background: #fff;*/
  border-radius: 12px;
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background-image:linear-gradient(to bottom, rgb(255, 255, 255) 20%, rgba(170, 170, 170,0.7));
  -webkit-background-image:linear-gradient(to bottom, rgb(255, 255, 255) 20%, rgba(170, 170, 170,0.7));
  -moz-background-image:linear-gradient(to bottom, rgb(255, 255, 255) 20%, rgba(170, 170, 170,0.7));
  /*overflow: hidden;*/
  /*text-transform: uppercase;*/
  /*--------------------
  Header
  --------------------*/
  /*--------------------
  Cities
  --------------------*/
  /*--------------------
  Infos
  --------------------*/
  /*--------------------
  Strap
  --------------------*/
}
.boarding-pass-tokei{
  position: relative;
  border-radius: 12px;
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background-image:linear-gradient(to bottom, #ACDCFF 30%, rgba(170, 170, 170,0.8));
  -webkit-background-image:linear-gradient(to bottom, #ACDCFF 30%, rgba(170, 170, 170,0.8));
  -moz-background-image:linear-gradient(to bottom, #ACDCFF 30%, rgba(170, 170, 170,0.8));
}

.text-shadow {
  /*box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2)!important;*/
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1), 0 0.2em 0.2em rgba(0, 0, 0, 0.13)!important;
  margin-bottom: 0;
}
.BigFont {
	text-align: center;
	float:left;
	height: 2em;
	font-size: 2em;
	width: 25%; 
	/*margin-top:0.2em;*/
}
.mstname {
	/*font-size: 3em;
	float: left;
	height: 1.6em;
	line-height: 1.6em;*/
	font-size: 2.5em;
	float: left;
	height: 1.9em;
	line-height: 1.8em;
}
.mstname1 {
    /*2行の場合*/
    font-size: 1.8em;
    float: left;
    /*height: 1.9em;*/
    min-height: 2.5em;
    line-height: 1.3em;
}
.BigFont-Top {
	margin-top:2rem;
}
.wrap {
	/*position: relative;
	height:100%;
	width:100em;
	top:100em;*/
	/*height:100em;
	width:100em;*/
}
.tokeisubkoumoku {
	margin-top:0.3em;
	text-align:left;
	float:left;
}
.tokeisubkoumokuinput {
    font-size: 2.5em;
    text-align: center;
}
.tokeisubkoumokucheckbox {
	display: none;
}
.tokeimainkoumoku {
    width: 94%;
    margin: 0 auto;
    float: left;
    margin-left: 3%;
}
.input-kanjaadd {
	/*float:left;*/
	margin-top:2.5em;
}
.input-kanjaadd3 {
	/*float:left;*/
	margin-top:0.7em;
}
/*ボタンしたの色*/
.liner{
position:relative;
  border-bottom: 0.1em solid #EEEEEE;
}

/*Color Presets*/

.next-bg-dark {
    background: #0a0a0a !important;
}

.next-bg-white {
    background: #fff !important;
}

.next-bg-grey {
    background: #efefef !important;
}
.next-col-one{
    color: #A93536 !important;
}

.next-col-two{
    color: #149CA8 !important;
}

.next-col-three{
    color: #7C9C71 !important;
}

.next-col-four{
    color: #33495F !important;
}

.next-col-five{
    color: #CCB361 !important;
}

.next-col-six{
    color: #746386 !important;
}
.next-col-white{
    color: #fff !important;
}
.next-col-dark{
    color: #111 !important;
}
.next-bg-one{
    background: #A93536 !important;
}

.next-bg-two{
    background: #149CA8 !important;
}

.next-bg-three{
    background: #7C9C71 !important;
}

.next-bg-four{
    background: #33495F
}
.next-bg-four-1{
    /*background: #33495F*/ 
	
  background: -webkit-linear-gradient(top,  #33495F ,#bccddb)!important;
  background: linear-gradient(to bottom,  #33495F ,#bccddb)!important;
}
.next-bg-four-2{
    /*background: #33495F*/ 
	
  background: -webkit-linear-gradient(top,  #E0EAFC , #CFDEF3)!important;
  background: linear-gradient(to bottom,  #E0EAFC , #CFDEF3)!important;
}
 .next-bg-four-4{
    /*background: #33495F*/ 
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, rgba(127, 191, 255,0.2), rgba(209, 232, 255, 0.2)) repeat scroll 0 0!important;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(127, 191, 255,0.2), rgba(209, 232, 255, 0.2)) repeat scroll 0 0!important;
  /*background: -webkit-linear-gradient(top,  #E0EAFC , #CFDEF3)!important;
  background: linear-gradient(to bottom,  #E0EAFC , #CFDEF3)!important;*/
}
.next-font-four-4{
    /*background: #33495F*/ 
  color:  rgba(127, 191, 255,0.8)!important;
} 
.next-bg-four-3{
    /*background: #33495F*/ 
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, rgba(102, 204, 204, 0.2), rgba(209, 232, 255, 0.2)) repeat scroll 0 0!important;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(102, 204, 204, 0.2), rgba(209, 232, 255, 0.2)) repeat scroll 0 0!important;
  /*background: -webkit-linear-gradient(top,  #E0EAFC , #CFDEF3)!important;
  background: linear-gradient(to bottom,  #E0EAFC , #CFDEF3)!important;*/
}.next-bg-four-5{
    /*background: #33495F*/ 
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, rgba(137, 196, 255, 0.2), rgba(209, 232, 255, 0.2),rgba(255, 255, 255, 0.2)) repeat scroll 0 0!important;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(137, 196, 255, 0.2), rgba(209, 232, 255, 0.2),rgba(255, 255, 255, 0.2)) repeat scroll 0 0!important;
  /*background: -webkit-linear-gradient(top,  #E0EAFC , #CFDEF3)!important;
  background: linear-gradient(to bottom,  #E0EAFC , #CFDEF3)!important;*/
}
.next-font-four-3 {
    /*background: #33495F*/
    color: rgba(6, 26,26, 0.6) !important;
}
 
.next-bg-five{
    background: #CCB361 !important;
}

.next-bg-six{
    background: #746386 !important;
}

.next-bg-seven{
    background: #d35400 !important;
}

.next-bg-eight{
    background: #FD5253 !important;
}

.next-bg-nine{
    background: #5CADE2 !important;
}

.next-bg-ten{
    background: #146777 !important;
}
.next-bg-eleven{
    background: #8C7941 !important;
}
.next-bg-twelve{
    background: #149CA8 !important;
}
.trans-dark{
    background: rgba(0,0,0,0.2);
}
.tab-select::before {/*機能メニューの高さを修正*/
    /*background-color: #23AE89;
    box-shadow: 0 0.15em #23AE89;*/
    border-radius: 0.6em;
    content: "";
    display: block;
    /*height: 0.3em;院内予約カレンダーの上に先生指定、未指定のボタンの位置ずれを修正ですが、影響ないかな*/
    position: relative;
    transition: all 0.075s linear 0s;
    /*width: 95%;*/
	/*top:7.6em;*/
  /*border-style:solid none;*/
}
.tab-select-txt-primary {
  color: #1C7EBB;
}

.tab-select-bg-primary::before {
    background-color: #1C7EBB;
    box-shadow: 0 0.15em #1C7EBB;
}

.tab-select-txt-success {
  color: #23AE89;
}

.tab-select-bg-success::before {
    background-color: #23AE89;
    box-shadow: 0 0.15em #23AE89;
}

.tab-select-txt-danger {
  color: #E94B3B;
}

.tab-select-bg-danger::before {
    background-color: #E94B3B;
    box-shadow: 0 0.15em #E94B3B;
}

.tab-select-txt-warning {
  color: #F98E33;
}

.tab-select-bg-warning::before {
    background-color: #F98E33;
    box-shadow: 0 0.15em #F98E33;
}

.tab-select-txt-violet {
  color: #6A55C2;
}

.tab-select-bg-violet::before {
    background-color: #6A55C2;
    box-shadow: 0 0.15em #6A55C2;
}
.button-xy {
	top:0.1em;
}
.autoHeight {
/*max-height: 80vh!important;*/
}
.top1em {
    top:1em;
}

.boxshadow {
    box-shadow: inset rgba(255,254,255,0.4) 0 0.5em .5em, inset rgba(0,0,0,0.1) 0 -0.1em .1em, /* inner shadow */ rgba(0,0,0,0.3) 0 .1em 0.1em, /* border */ rgba(0,0,0,0.2) 0 .2em 1px;
}
.boxshadow1 {
    box-shadow: inset rgba(255,254,255,0.4) 0 0.1em .1em, inset rgba(0,0,0,0.1) 0 -0.1em .1em, /* inner shadow */ rgba(0,0,0,0.3) 0 .1em 0.1em, /* border */ rgba(0,0,0,0.2) 0 .1em 1px;
}

.ydsdis1 {
    cursor: not-allowed;
}
.ydsdis2 {
    pointer-events: none;
}
