@charset "UTF-8";
/* CSS Document */
/*  =====================  ヘッダー  =====================  */

.kt-map-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.kt-nav-data {
  display: none;
}

[data-kt-header-data-mode-select="train"] .kt-nav-train-data,
[data-kt-header-data-mode-select="weather"] .kt-nav-weather-data,
[data-kt-header-data-mode-select="earthquake"] .kt-nav-earthquake-data,
[data-kt-header-data-mode-select="all"] .kt-nav-all-data {
  display: block;
}

/*  =====================  グローバル ナビゲーションバー（Global Navi）  =====================  */

.kt-nav-left-bar-map {
  position: fixed;
  z-index: 100;
}

/*  =====================  ナビゲーションバー（NavBar）For MAP  =====================  */

.kt-navbar.kt-navbar-for-map-1 {
  position: fixed;
  top: 4rem;
  right: 0;
  left: 0;
  min-width: calc(1100px - 4.375rem); /*calc(980px - 4.375rem)*/
  z-index: 100;/*1080;*/
}

.kt-nav-data {
  width: auto;
  max-width: none;
  white-space: nowrap;
  padding-right: 400px;
}

.kt-nav-data-wrap {
  margin-left: 4.375rem; /*70px;*/
  padding: 0;
  overflow-y: visible;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kt-nav-data-wrap::-webkit-scrollbar {
  display: none;
}

/*     天気予報      */

.kt-nav-weather-info {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding-left: 65px;
  background: linear-gradient(90deg, rgba(46, 66, 117, 0) 0%, rgba(46, 66, 117, 1) 40px, rgba(46, 66, 117, 1) 100%);
}

.kt-nav-sroll-arrow-left, .kt-nav-sroll-arrow-right {
  z-index: 10000;
  padding: 2px;
  position: absolute;
  height: 52px;
  width: 33px;
  /*border: 0;*/
  left: 32px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.kt-nav-sroll-arrow-left {
  left: 0;
}

.kt-nav-sroll-arrow-left:focus, .kt-nav-sroll-arrow-right:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(255, 255, 255, .5);
  background-color: #000;
}

.kt-nav-sroll-arrow-left:hover, .kt-nav-sroll-arrow-right:hover {
  background-color: #000;
  border-left: 1px solid rgba(255, 255, 255, .75);
  border-right: 1px solid rgba(255, 255, 255, .75);
}

.kt-nav-sroll-arrow-left img, .kt-nav-sroll-arrow-right img {
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-left: 2px;
}

.kt-nav-sroll-arrow-left img {
  margin-left: 0;
}

.kt-nav-weather-info ul, .kt-nav-weather-info ul li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.kt-nav-weather-info ul {
  width: auto;
  float: left;
}

.kt-nav-weather-info ul li {
  float: left;
  padding: 2px 8px 0;
  margin-top: 7px;
}

.kt-nav-weather-info ul li:nth-child(2) {
  border-left: 2px dotted rgba(255, 255, 255, .5);
}

.kt-nav-weather-info ul li strong {
  font-size: 1.125rem;
  font-weight: normal;
  float: left;
  margin-top: .2rem;
}

.kt-nav-weather-info ul li strong > span {
  float: left;
}

.kt-nav-weather-info ul li strong > span:nth-child(1) {
  margin-top: -8px;
  font-size: .875rem; /* 14px */
}

.kt-nav-weather-info ul li strong > span:nth-child(2) {
  margin-left: -9px;
}

.kt-nav-weather-info ul li strong > span:nth-child(3) {
  margin-top: 12px;
  margin-left: -11px;
  font-size: 1rem;
}

.kt-nav-weather-info ul li img {
  float: left;
  margin-top: .2rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.kt-nav-weather-info ul li em {
  display: inline-block;
  font-style: normal;
  font-size: .875rem; /* 14px */
  line-height: 1.33;
}

.kt-nav-weather-info ul li > em > span {
  display: block;
  font-size: .75rem; /* 12px */
  line-height: 1.5;
}

/*  セレクト  */

.kt-navbar-data-select {
  position: absolute;
  height: 3.4375rem; /*55px;*/
  width: 4.375rem; /*70px;*/
  font-size: 1.25rem;
  font-weight: bold;
  border-right: 2px dotted rgba(255, 255, 255, .5);
  border-left: transparent;
  border-top: transparent;
  border-bottom: transparent;
  color: #fff;
  background-color: #2d4275;
  padding-left: 5px;
  padding-right: 5px;
	
  text-align: center;
  background-image: url("../img/arrow-down-w.svg");
  background-position: bottom 4px center;
  z-index: 1;
}

::-webkit-full-page-media, :future, :root .kt-navbar-data-select {
/* for safari  */
  padding-left: 17px;
}

.kt-navbar-data-select option {
  background-color: #2d4275;
  line-height: 2;
}

.kt-navbar-data-select option:checked {
  background-color: #3355dd;
}

.kt-navbar-data-select:focus {
  border-color: rgba(255, 255, 255, 0.75);
}

.kt-nav-data, .kt-nav-data-wrap {
  height: 3.4375rem;
}

.kt-nav-item {
  border-left: 2px dotted rgba(255, 255, 255, .5);
  padding: 0 5px 0 0;
  width: auto;
  max-width: none;
  display: inline-block;
  /* margin-right: -.35rem;*/
}

.kt-nav-item:first-child {
  border-left: 0px none;
}

.kt-nav-item:last-child {
  /** margin-right: 650px; **/
  margin-right: 420px;
}

.kt-nav-item .nav-link {
  padding-top: 8px;
  line-height: 1.125;
  width: auto;
  max-width: none;
}
.kt-nav-item-bar-empty {
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  height: 100%;
  align-items: center;
  padding: 6px;
  font-size: 1.25rem;
  display: flex;
}
/** .kt-railroad-delay, .kt-railroad-suspension, .kt-railroad-heijo {} **/
.kt-nav-item-train {
  margin-top: 8px;
  height: 38px;
}

.kt-nav-item-train .nav-link {
  padding-left: 50px !important;
  position: relative;
}

.kt-nav-item-train .nav-link::before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  position: absolute;
  top: -1px;
  left: 5px;
  margin-top: 0;
  margin-right: 8px;
  background-color: rgba(0, 32, 99, 1);
  background-image: url("../img/pict-train-white.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}

.kt-railroad-suspension strong::before {
  content: url("../img/pict-status-batsu.svg");
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 5px;
  left: 0;
}

.kt-railroad-delay strong::before {
  content: url("../img/pict-status-sankaku.svg");
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 7px;
  left: 0;
}
.kt-railroad-unten-keikaku strong::before {
  content: none;
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 7px;
  left: 0;
}

.kt-railroad-heijo strong::before {
  content: url("../img/pict-status-maru-light.svg");
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 3px;
  left: 0;
}

.kt-nav-item strong {
  font-style: normal;
  float: left;
  margin-top: -8px; /*-1px;*/
  padding-right: 0; /*7px;*/
  padding-left: 5px; /*35px;*/
  width: auto;
  white-space: nowrap;
  position: relative;
}

.kt-nav-item-train strong {
  padding-left: 35px;
}

.kt-railroad-unten-keikaku strong {
  padding-left: 0px !important;
}

.kt-nav-all-data .kt-nav-item-train {
  border-left: 0px none;
}

.kt-nav-all-data .kt-nav-item-train + .kt-nav-item-train {
  border-left: 2px dotted rgba(255, 255, 255, .5);
}

/*    気象    */

.kt-nav-item-weather {
  max-width: none;
  width: auto;
  padding: 0 !important;
  border: 0 none;
}

.kt-weather-keihou, .kt-weather-tokubetsu-keihou {
  background-color: #000;
  height: 40px;
  margin: 8px 0px 6px 6px;
  max-width: none;
  padding: 2px 4px !important;
  display: inline-block;
  font-size: .9375rem;
  line-height: 1.2 !important;
  vertical-align:bottom;
}

.kt-weather-keihou {
  background-color: #ff2800;
}

.kt-nav-all-data .kt-weather-keihou, .kt-nav-all-data .kt-weather-tokubetsu-keihou {
  position: relative;
  /* top: -5px; */
}

/*    地震    */

.kt-nav-item-earthquake {
  max-width: none;
  min-width: 281px;
  width: auto;
  padding: 0 !important;
  border: 0 none;
}

.kt-nav-item-earthquake > span {
  margin: 6px 0 0 6px;
  max-width: 666px;
  width: 506px;
  padding: 3px !important;
  display: inline-block;
}

.kt-nav-item-earthquake > span::after {
  content: "";
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  clear: both;
}

.kt-nav-item-earthquake > span > strong {
  font-size: 1.6875rem;
  margin-top: 2px;
}

.kt-nav-item-earthquake > span > strong > i {
  font-size: 1.2rem;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 2px;
}

.kt-nav-item-earthquake > span > em {
  font-style: normal;
  font-size: .9375rem;
  white-space: nowrap;
  display: block;
  float: left;
  padding-left: .4rem;
}

.kt-earthquake-5jyaku {
  background-color: #f2e700;
  color: #000 !important;
}

.kt-earthquake-5kyou {
  background-color: #ffaa01;
  color: #000 !important;
}

.kt-earthquake-6jyaku {
  background-color: #ff2800;
}

.kt-earthquake-6kyou {
  background-color: #a40021;
}

.kt-earthquake-7 {
  background-color: #ba006b;
}

.kt-header-update-time-wrap {
  background-color: #002063;
  float: left;
  border-left: 2px dotted rgba(255, 255, 255, .5);
  padding: 8px;
  text-decoration: none;
  color: #fff;
  font-size: .9375rem; /*  15px  */
	padding-left: 40px;
	background-image: url("../img/pict-refresh-white.svg");
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: left 6px top 11px;
}

.kt-header-update-time-wrap span {
  line-height: 1.1;
}

.kt-header-update-time-wrap span + span {
  display: block;
  margin-left: .16rem;
  font-size: .875rem; /* 14px */
  padding-left: .5em;
	letter-spacing: .2em;
}

.kt-header-update-time-wrap:hover {
  color: #fff;
  text-decoration: underline;
  background-color: #020a31;
}

/*  =====================  地図上 - 日時表示・コラプス・レイヤー  =====================  */

/*  -------------  左上部配置コンテナ  -------------  */

.kt-map-menu-left-top-container {
  position: absolute;
  top: 58px; /*128px;*/
  left: 12px;
  margin-top: 10px;
  height: 0;
  margin-left: 0; /*4.375rem;*/ /*70px;*/
  z-index: 1100;
}

/*  タイム スライダー  */

.kt-time-slider-v2 {
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  margin-right: 10px;
  position: relative;
  font-family: var(--bs-font-sans-serif);
}

.kt-range-wrap {
  position: relative;
  margin: 0;
  height: 82px;
  padding: 32px 10px 0;
    width: 420px;
	box-sizing: border-box;
}

.kt-range {
  	border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
}

.kt-range::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  background: #4577ff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, .8);
}

.kt-bubble {
  background: #4577ff;
  border: 1px solid rgba(0, 0, 0, .33);
  color: white;
  padding: 2px 3px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  font-size: .875rem;
  font-weight: bold;
  z-index: 1;
}

.kt-timeline-label {
  color: #fff;
  display: block;
  position: relative;
  padding-top: .25rem;
}

.kt-timeline-label li {
  position: absolute;
  font-size: .8125rem; /*13px*/
}

.kt-timeline-label li em {
  position: absolute;
  font-style: normal;
  display: block;
  left: -.5rem;
  top: -2px;
  white-space: nowrap;
  line-height: 1;
}

.kt-timeline-label li:nth-child(7) em {
  left: -.85rem;
}

.kt-timeline-label li em span {
  font-size: .6875rem; /*11px*/
}

.kt-timeline-label li::before {
  content: "";
  position: absolute;
  border-left: 2px solid rgba(255, 255, 255, .5);
  height: 4px;
  top: -9px;
}

.kt-timeline-label li:nth-child(1) {
  left: 6px;
}

.kt-timeline-label li:nth-child(2) {
  left: 70px;
}

.kt-timeline-label li:nth-child(3) {
  left: 130px;
}

.kt-timeline-label li:nth-child(4) {
  left: 194px;
}

.kt-timeline-label li:nth-child(5) {
  left: 255px;
}

.kt-timeline-label li:nth-child(6) {
  left: 324px;
}

.kt-timeline-label li:nth-child(7) {
  left: 380px;
}

.kt-timeline-label li:nth-child(8) {
  right: 6px;
}

.kt-range::-moz-range-thumb {
    background: #4577ff;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 100%;
}

.kt-timeline-open-close-btn-hr{
	position: absolute;
	height: 82px;
	font-size: .5rem;
	top: 0;
	left: 423px;
	/*right: -24px;*/
	background-color: rgba(0,0,0,.6);
	width: 22px;
	/*padding-left: 22px;*/
	overflow: hidden;
	box-sizing: border-box;
	z-index: 0;
	transition: all 300ms 0s ease;
}

.kt-timeline-open-close-btn-hr:hover{
	background-color: rgba(0,0,0,.8);
}

.kt-timeline-open-close-btn-hr::after{
	content: "◀︎";
	font-size: 1.3rem;
	position: absolute;
	display: block;
	top:25px;
	left: 4px;
	color: #fff;
}

.kt-time-slider-close .kt-timeline-open-close-btn-hr{
	left: 0;
}

.kt-time-slider-close .kt-timeline-open-close-btn-hr::after{
	content: "▶︎";
}

::-webkit-full-page-media, :future, :root .kt-time-slider-close .kt-timeline-open-close-btn-hr::after{
	font-size: 1.0rem;
}

.kt-range-wrap{
	transition: all 300ms 0s ease;
	opacity: 1.0;
}

/*  スライダー閉じる状態  */

.kt-time-slider-close .kt-range-wrap{
	width: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
}

@media (max-width: 1610px) {
	
	.kt-time-slider-close .kt-timeline-open-close-btn-hr{
		width: 183px;
		height: 24px;
		/*right: auto;*/
		left: 0;
		color: rgba(255,255,255,0);
	}
	
	.kt-time-slider-close .kt-range-wrap{
		height: 24px;
	}
	
	.kt-time-slider-close .kt-timeline-open-close-btn-hr::after{
		top: -3px;
		left: 50%;
	}
	
	::-webkit-full-page-media, :future, :root .kt-time-slider-close .kt-timeline-open-close-btn-hr::after{
		top: -1px;
	}
}

/*   ============================ */

/*   日付・時間・ステータス   */
.kt-header-day-timm-status {
	
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  padding: 3px 4px;
  margin-right: 10px;
  margin-top: 0;
  transition: margin-top 300ms 0s ease;
  /* width: 184px;*/
  width: 198px;
  font-family: var(--bs-font-sans-serif);
}

.kt-header-day-timm-status ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.kt-header-day-timm-status li {
  padding: 0;
  margin: 0;
}

.kt-header-day {
  /* font-size: .8125rem;*/
  font-size: 10px;
  padding-left: 5px !important;
  min-width: 36px;
  max-width: 36px;
  text-align: center;
}

.kt-header-time {
  /** font-size: 1.375rem; */
  font-size: 18px;
  font-weight: bold;
  padding-left: 8px !important;
  padding-right: 6px !important;
  margin-bottom: 2px;
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
.kt-header-day-timm-status .kt-measured, .kt-header-day-timm-status .kt-predicted {
  margin-bottom: 2px;
}

.kt-header-status-predicted-value, .kt-header-status-measured-value {
  padding: 2px 8px !important;
  /* padding: 4px 8px 1px 8px !important; */
  font-weight: bold;
}

.kt-header-status-predicted-value {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  /**
  font-size: 12px;
  line-height: 12px;
  **/
  min-width: 72px;
  max-width: 72px;
  text-align: center;
}

/*    実測値表示    */

.kt-header-day-timm-status .kt-measured {
  background-color: rgba(106, 0, 26, .8);
  text-align: center;
}
.kt-header-status-measured-value {
  /* font-size: 16px; */
  min-width: 72px;
  max-width: 72px;
  text-align: center;
}

/*    予測値表示    */

.kt-header-day-timm-status.kt-predicted .kt-header-status-measured-value {
  display: none;
}

/*  -------------  左上部配置コンテナ  -------------  */

/*  -------------  右上部配置コンテナ  -------------  */

.kt-map-menu-right-top-container {
  position: absolute;
  top: 68px; /* 128px;*/
  right: 10px;
  height: 0;
  z-index: 1080;
}

.kt-map-keisoku-box, .kt-map-seach-box, .kt-card-map-ctrl-usage-guide, .kt-card-map-ctrl-layer-select, .kt-card-map-ctrl-basemap-select {
  float: right;
  margin-left: 10px;
}

.kt-card-map-ctrl {
  background-color: transparent;
  max-width: 18rem;
  min-width: 9rem;
}

@media (max-width: 1750px) {/*1660px*/
	
	.kt-map-menu-right-top-container {		
		width: calc(100% - 650px);
	}
	
	.kt-time-slider-close .kt-map-menu-right-top-container {
		width: calc(100% - 290px);/*265px*/
	}
	
	.kt-card-map-ctrl{
		margin-bottom: 8px;
	}
	
	.kt-map-seach-box{
		margin-bottom: 8px!important;
	}
	
	.kt-map-keisoku-box{
		min-width: 144px!important;
	}
	
	.kt-header-day-timm-status,
	.ktkn-time-line-widget {
		transition: all 300ms 0s ease;
	}
	
	@media (max-width: 1610px) {
		
		.kt-header-day-timm-status {
			margin-top: 90px;
		}
		
		.kt-time-slider-v2 {
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.kt-map-menu-right-top-container {
			width: calc(100% - 460px);
		}
		
		.kt-time-slider-close .kt-map-menu-right-top-container {
			width: calc(100% - 220px);
		}

		.kt-time-slider-close .kt-header-day-timm-status {
			margin-top: 33px;/*90px*/
		}
		
		@media (max-width: 1399px) {
			
			.kt-card-map-ctrl {
				min-width: 7rem;/*9rem;*/
			}
			
			.kt-card-map-ctrl-layer-select{
				max-width: 11.5rem;
			}
			
			.kt-card-map-ctrl-layer-select .card-body{
				font-size: .9375rem;/*16px*/
			}
			
			.kt-card-map-ctrl-layer-select .card-body {
			  min-width: 11.4rem!important;/*13rem*/
			}
			
			.kt-map-seach-box {
				/** max-width: 11.6rem!important; **/
			}
			
			.kt-map-seach-box ::placeholder {
			  font-size: .8125rem;
			}
			
			@media (max-width: 1349px) {
				
				.kt-card-map-ctrl-usage-guide {
					max-width: 10rem!important;
				}

				.kt-card-map-ctrl-usage-guide .card-text,
				.kt-card-map-ctrl-usage-guide .card-text > .float-start{
					float: none!important;
					width: auto!important;
				}
			}
		}
	}
}

/*   計測   */
.kt-map-keisoku-box {
  max-width: 8.3rem;
  background-color: #001f60;
	padding-bottom: 1px;
}

.kt-map-keisoku-box .btn {
  padding: 1px;
  height: 22px;
  width: 22px;
  margin: 7px 6px 0 0;
}

.kt-map-keisoku-box .btn img {
  margin-top: -7px;
}

.kt-map-keisoku-box .btn-outline-light {
  border-color: rgba(255, 255, 255, .5);
}

.kt-map-keisoku-box .btn-outline-light:hover {
  background-color: #000;
}

.kt-map-keisoku-box .input-group-sm > .form-control {
  border: 4px solid #001f60 !important;
  background-color: #2e4376 !important;
  color: #fff;
}

.kt-map-keisoku-box .input-group-sm > .form-control::placeholder {
  color: rgba(255, 255, 255, .8)
}

/*   地図検索   */
.kt-map-seach-box {
  /* max-width: 12.4rem;*/
  padding-right: 2px;
  background-color: #001f60;
}

.kt-map-seach-box .btn {
  padding: 1px;
  height: 22px;
  width: 22px;
  margin: 7px 6px 0 0;
}

.kt-map-seach-box .btn img {
  margin-top: -5px;
}

.kt-map-seach-box .btn-outline-light {
  border-color: rgba(255, 255, 255, .5);
}

.kt-map-seach-box .btn-outline-light:hover {
  background-color: #000;
}

.kt-map-seach-box .input-group-sm > .form-control {
  border: 4px solid #001f60 !important;
  background-color: #2e4376 !important;
  color: #fff;
  margin-right: 5px;
}

.kt-map-seach-box .input-group-sm > .form-control::placeholder {
  color: rgba(255, 255, 255, .8)
}

/*   レイヤー選択レイヤー   */

.kt-card-map-ctrl-layer-select {
  min-width: 12rem;
}

.kt-card-map-ctrl-layer-select .card-body {
  min-width: 13rem;
}

/*   凡例レイヤー   */

.kt-card-map-ctrl-usage-guide {
  max-width: 17.3rem;/*   18rem;   */
}

.kt-card-map-ctrl-usage-guide h6 {
  margin-top: .33rem;
}

.kt-card-map-ctrl-usage-guide table {
  margin-bottom: .5rem;
}

.kt-card-map-ctrl-usage-guide table td {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/*   地図選択レイヤー   */

.kt-card-map-ctrl-basemap-select {
  max-width: 18rem;
}

/*   設定レイヤーヘッダー部共通指定   */

.kt-card-map-ctrl .card-body {
  padding: 5px;
  max-height: calc(100vh - 200px); /*600px;*/ /*300px;*/
  overflow-y: auto;
}

.kt-card-map-ctrl .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0px none;
}

.kt-card-map-ctrl .card-header .btn {
  background-color: rgba(0, 32, 99, .85);
  color: #fff;
  height: 2.25rem;
  width: auto;
  display: block;
  text-align: left;
  position: relative;
  padding-left: 2.4rem;
  padding-right: 32px;
}

.kt-card-map-ctrl .card-header .btn[aria-expanded="true"]::after, .kt-card-map-ctrl .card-header .btn[aria-expanded="false"]::after, .kt-card-map-ctrl .card-header .btn.collapsed::after {
  content: "";
  vertical-align: top;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 1.25rem;
  width: 1.25rem;
  box-sizing: content-box;
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: #fff;
  background-image: url("../img/pict-menu-open-pmyblue.svg");
}

.kt-card-map-ctrl .card-header .btn[aria-expanded="true"]::after {
  content: "";
  font-weight: bold;
  background-image: url("../img/pict-menu-close-pmyblue.svg");
}

.kt-card-map-ctrl .card-header .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.0rem;
  background-color: rgba(0, 32, 99, 1);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
}

/*   設定レイヤーヘッダーアイコン指定 - レイヤ選択   */

.kt-card-map-ctrl-layer-select .btn::before {
  background-image: url("../img/pict-menu-layer-white.svg");
}

/*   設定レイヤーヘッダーアイコン指定 - レイヤ選択   */

.kt-card-map-ctrl-usage-guide .btn::before {
  background-image: url("../img/pict-menu-hanrei-white.svg");
  background-size: 56% !important;
}

/*   設定レイヤーヘッダーアイコン指定 - 地図選択   */
.kt-card-map-ctrl-basemap-select .btn::before {
  background-image: url("../img/pict-menu-map-white.svg");
  background-size: 55% !important;
}

/*   設定レイヤー カードボディ共通指定   */

.kt-card-map-ctrl .show .card-body {
  max-width: 24rem;
}

.kt-card-map-ctrl .card-body {
  background-color: #fff;
}

/*  =====================  地図上 - 画面中部 - 右側エリア  =====================  */

.kt-map-menu-right-middle-container {
  position: absolute;
  top: calc(50% + 64px); /*calc(50% + 128px);*/
  right: 10px;
  height: 0;
  z-index: 1080;
}

.kt-people-flow-precedent-table {
  position: absolute;
  right: 0;
  top: 30px;
}

.kt-people-flow-precedent-table table {
  border-collapse: collapse;
}

.kt-people-flow-precedent-table table tr td {
  white-space: nowrap;
  text-align: right;
  padding: 3px 14px;
  font-size: 1rem;
  border: 1px solid #808080;
  color: #222;
  font-weight: bold;
  line-height: 1.0;
}

.people-flow-level-5 {
  background-color: rgba(118, 255, 224, .5) !important;
}

.people-flow-level-4 {
  background-color: rgba(165, 255, 118, .5) !important;
}

.people-flow-level-3 {
  background-color: rgba(255, 255, 28, .5) !important;
}

.people-flow-level-2 {
  background-color: rgba(255, 171, 28, .5) !important;
}

.people-flow-level-1 {
  background-color: rgba(255, 28, 28, .4) !important;
}

/*  =====================  地図上 - 画面下部 - 右側エリア  =====================  */

.kt-map-menu-right-bottom-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 0;
}

/*  地図コピーライト  */

.kt-map-footer-copyright {
  position: absolute;
  bottom: 0;
  right: 100px;
  font-size: .875rem;
  line-height: 1.0;
  white-space: nowrap;
}

/*  =====================  拡大・縮小 =====================  */

/*  地図ズームボタン  */

.kt-map-zoom-button {
  position: absolute;
	width: 36px;
	top: 244px;
	left: 10px;
}

.kt-map-zoom-button button {
  width: 36px;
  height: 36px;
  margin: 0;
  border-color: #bbb;
  background-color: #fff;
  position: relative;
}

.kt-map-zoom-button button:hover {
  border-color: #999;
  background-color: #eee;
}

.kt-map-zoom-button button span {
  display: block;
  overflow: hidden;
  text-indent: -999px;
}

.kt-map-zoom-button button.kt-map-zoom-button-out {
  margin-top: -1px;
}

.kt-map-zoom-button-up::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #707070;
  left: 10px;
  top: 15px;
}

.kt-map-zoom-button-up::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 2px;
  background-color: #707070;
  left: 16px;
  top: 9px;
}

.kt-map-zoom-button button.kt-map-zoom-button-out::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #707070;
  left: 10px;
  top: 15px;
}

/*  =====================  地図 表示要素  =====================  */

/*  ---  地図エリア ---  */

.kt-map-area {
  position: fixed;
  left: 3.75rem;
  top: 4rem;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  /** background-image: url("../img/bg-dummy.png"); **/
  /** background-size: 40px 40px; **/
  min-width: calc(1170px - 3.75rem);
}

/*  =====================  計測サークル  =====================  */


.kt-map-circle-measure{
	position: absolute;
	display: none;
	background-color: rgba(58,155,242,.6);
	height: 313px;
	width: 313px;
	left: 200px;
	top: 280px;
	border-radius: 50%;
	border:3px solid rgba(58,155,242,1); 
}

.kt-map-circle-measure em{
	position: absolute;
	left: 0;
	top: 50%;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	margin-top: -.5625rem;
	font-style: normal;
	color: #cc0000;
	font-weight: bold;
	font-size: 1.125rem;
	
}

#kt-map-railinfo-dropdown {
  color:#fff;
  line-height: 16px;  
}
#kt-map-railinfo-dropdown::after {
  vertical-align: 0.4em;
  font-size: 24px;
}

.kt-map-railinfo-list {
  color: #0a1952;
  min-width: 300px;
  max-width: 600px;
  max-height: 800px;
  overflow: auto;
  white-space: nowrap;  
}