/* card */
.card-header {
	background-color: #023067;
}
@media screen and (max-width:480px) {
  .card-body {
    /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;*/
    padding: 0.7rem;
  }
 .ks-card-mobile {
    box-shadow: none;
 }
}

/* page title */
.hidamari-gradient {
  background: linear-gradient(to right,#3b99af 0,#424bb7 100%);
}

/* Nav Var*/
.double-nav .breadcrumb-dn {
	color: #fff;
}
.side-nav .collapsible a {
  font-size: 1.0rem;
}
.side-nav .collapsible-body a {
  background-color: transparent !important;
}
.side-nav ul .logo-sn {
  padding-bottom: 1.5rem !important;
  border-bottom: 1px solid rgba(153,153,153,0.3);
}
.pl-47px {
  padding-left: 47px;
}
.ht-36px {
  height: 36px;
}

.li-active {
  background-color: #ffffff !important;
  font-size: 1.1em;
  font-weight: 600;
  padding: 7px 0 !important;
}
.sn-bg-4 {
  background-image: url(../img/menu_backimg.jpg);
}
/* 共通選択 Buttons */
.btn-third {
  color: #000;
  background-color: #f5f5f5;
  padding: 1rem 0.5rem;
}

	.btn-third:not([disabled]):not(.disabled).active, .show > .btn-third.dropdown-toggle {
		color: #fff;
		background-color: #1b973a;
		box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	}

.btn-setting-group > .btn, .btn-setting-group-vertical > .btn {
	/*position: relative;*/
	flex: 1 1 auto;
}

/* Toggle Swiche */
.switch label input[type="checkbox"]:checked + .lever:after {
	background-color: #3f51b5;
}

/* 性別Switch */
#genderSwitch label input[type="checkbox"] + .lever:after {
  background-color: #3f51b5;
}

.switch label input[type="checkbox"] + .lever {
  background-color: #e3f2fd;
}

#genderSwitch label input[type="checkbox"]:checked + .lever:after {
  background-color: #ff4444;
}
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #ffebee;
}


/* 保険点数 */
.insurance-points {
	background-color: rgba(36,58,81,0.8);
	color: #fff;
	width: 90%;
	position: fixed;
	bottom: 75px;
	z-index: 998;
	margin: 0 auto;
}

/* メインボタン */
.main-buttons {
	background-color: rgba(173,216,230,0.7);
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 998;
	margin: 0 auto;
}

/* Countdown Stop Watch */
/*  タイマーの表示場所指定   */
.item {
	position: relative;
	align-content: center;
}

/*  残量時間を円の中心に合わせ   */
.timer-time {
	text-align: center;
	position: absolute;
	line-height: 4em;
	width: 100%;
	font-size: 2.5em;
}

/*  真上から円を描く指定   */
svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*  円を描く動画の準備   */
.timer-circle {
	stroke-dasharray: 280;
	stroke-dashoffset: 280;
	transition: all 1s linear;
}

/* カウント用Style */
#div_app_outer {
	/*margin: 0px auto; */
	width: 300px;
	padding: 10px;
}

#div_main {
	position: relative;
	height: 190px;
}

#div_time {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #2244cc;
	padding: 0 10px 0 10px;
	height: 84px;
	line-height: 84px;
	font-size: 64px;
	text-align: right;
	width: 340px;
	border: solid 3px #2244cc;
	border-radius: 6px;
}

#button_up, #button_down, #button_clear {
	position: absolute;
	color: white;
	border: solid 3px #1a6398;
	background-color: #1a6398;
	border-radius: 6px;
	font-weight: bold;
}

#button_down, #button_clear {
	left: 0px;
	width: 90px;
	height: 40px;
	font-size: 24px;
}

#button_up {
	top: 90px;
	right: -60px;
	width: 240px;
	height: 90px;
	font-size: 36px;
}

#button_down {
	top: 90px;
}

#button_clear {
	top: 140px;
	font-size: 20px;
}

/* カレンダー用Style */
.picker__title-display, .picker__weekday-display,
.picker__month-display, .picker__day-display {
	display: none !important;
}

.picker__date-display {
	height: 30px !important;
}

/* svg画像(口腔衛生) */
#imagemap {
	position: relative;
	top: 0;
	left: 0;
	margin: 40px;
}

.mouth {
	stroke-width: 4px;
	fill: #fff;
	stroke: #000;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stroke {
	fill: #ef5463;
	stroke: #040000;
	stroke-width: 4px;
	stroke-miterlimit: 10;
}

.font-color-white {
	fill: #fff;
}

.fill-score0 {
	fill: #ef5462;
}

.fill-score1 {
	fill: #f09eaa;
}

.fill-score2 {
	fill: #efcda8;
}

#tongue a:hover {
	opacity: 0.8;
}

#tongue a:active {
	opacity: 0.5;
}



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

	/* headerメニューからの余白をcut */
	.fixed-sn main {
		padding-top: 2.5em;
	}

	/* 問診画面のボタンスタイル */
	.interview_select {
		display: inline-block;
		flex-wrap: wrap;
	}
	.interview_select_item {
		width: 30%;
	}

  /* 判定画面の印刷ボタンのスペース調整 */
  .button-space {
    margin-bottom: 55px;
  }

}

@media screen and (max-width:480px) {
	#div_time {
		width: 240px;
	}

	#button_up {
		right: 40px;
		width: 160px;
		font-size: 24px;
	}

	#button_down, #button_clear {
		width: 70px;
		font-size: 18px;
	}

	#button_clear {
		font-size: 12px;
	}

	/* 問診画面のボタンスタイル */
	.interview_select_item {
		width: auto;
	}

  /* 判定画面の印刷ボタンのスペース調整 */
  .button-space {
    margin-bottom: 225px;
  }
}

/* 視覚的粉砕度チャート */
.gumi-box {
  position: relative;
  cursor: pointer;
}
.selected{
  display: none;
}

.check {
  width: 70px;
  height: 70px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #721c24;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 5%;
  left: 60%;
}
.gumi-score {
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #1266f1;
  border:1px solid #2244cc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 5%;
  left: 5%;
}

/* 設定検査項目画面 */
.table-border-none {
  border: hidden;
}

/* カレンダー */
.con {
  margin: 30px;
}
/* footer */
footer.page-footer {
  /*position: fixed;*/
  width: 100%;
  /*height: 75px;*/
}
.footer-copyright {
  font-size: 0.8rem;
}

/* スマホ表示の調整 */
@media screen and (max-width:480px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

h5 {
  font-size: 1.1rem;
  border-left: 10px solid #efefef;
  padding-left: 14px;
}

.tx_required {
  font-size: 0.8rem;
}

.text-left{text-align:left;}
.text-right{text-align:right;}

.description_img {
  background-color: #efefef;
  border-radius: 6px;
}
.description_img img {
  max-width:95%;
}


/* Validationチェック */
.errorMsg {
	color: red;
}