/******************************/
/*      　　　共通　　　      */
/******************************/
/* 色 */
.main_color {
  color: #08518f;
}
.sub_color {
  color: #E69553;
}

/* レイアウト領域 */
body {
  /* background-color: #fafafb; */
  background-color: #f1f2f6;
  color: #333;
  padding: 0px;
  margin: 0px;
  /* min-width: 1020px; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.main_wrap_bgcolor {
  background-color: #e8f1f2;
}

.footer_link_color {
  color: #cbcbcb !important;
}
.footer_title_color {
  color: #fff !important;
}

.c3-axis-y-label,.c3-axis-y2-label{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.c3 path{
  stroke: #999;
}

.header_wrap {
  display: block;
  padding: 0px;
  margin: 0px auto;
}
#footer {
  background-color: #08518f;
  /* background-color: #7f7f80; */
  color: #fff;
  padding: 10px 20px;
  /*  height: 300px;*/
}

.uk-card {
  opacity: 0.9;
}

.menu-list-button:hover {
  background-color: #2470aa !important;
  /* background-color: #1a9abf !important; */
  color: #fff;
}
.menu-list-button:focus {
  background-color: #2470aa !important;
  /* background-color: #1a9abf !important; */
  color: #fff;
}
.menu-list-button-active {
  background-color: #063e6c !important;
  /* background-color: #0d5e7e !important; */
  color: #fff !important;
}
.uk-button.uk-open {
  background-color: #063e6c !important;
  /* background-color: #0d5e7e !important; */
  color: #fff !important;
}
.uk-nav-header:not(:first-child) {
  margin-top: 0px !important;
}
.external-button {
  border-radius: 30px;
  color: #08518f;
  /* color: #10759a; */
  background-color: #fff;
  font-weight: bold;
  border: none;
  flex: 1;
  min-height: 40px;
  margin-bottom: 2px;
}
.external-button:hover {
  background-color: #1a9abf !important;
  color: #fff;
}
.external-button:focus {
  background-color: #1a9abf !important;
  color: #fff;
}
.external-button-link {
  border-radius: 5px;
  color: #fff;
  background-color: #6D6B6B;
  font-weight: bold;
  border: none;
  flex: 1;
  font-size:0.9em !important;
  margin-bottom: 2px;
  padding:5px 10px !important;
  line-height:1em;
}
.external-button-link:hover {
  background-color: #1a9abf !important;
  color: #fff;
}
.external-button-link:focus {
  background-color: #1a9abf !important;
  color: #fff;
}




/* ページネーション */
.custom-pagination>.uk-active>* {
  color: #0d5e7e ;
}
.custom-pagination a {
  text-decoration-line:none !important;
}


/* ボタン */
.main_color_btn {
  background-color: #08518f;
  color: #fff;
  border-radius: 25px;
  line-height: 30px;
}
.sub_color_btn {
  background-color: #E69553;
  color: #fff;
  border-radius: 25px;
  line-height: 30px;
}
.green_btn {
  background-color: green;
  color: #fff;
  border-radius: 25px;
  font-size: .875rem;
  line-height: 30px;
  padding: 0px 15px;
}
.blue_btn {
  background-color: #10759a;
  color: #fff;
  border-radius: 25px;
  line-height: 30px;
}
.orange_btn {
  background-color: #E69553;
  /* background-color: #ed8530; */
  color: #fff;
  border-radius: 25px;
  line-height: 30px;
}
.red_btn {
  background-color: #e8383d;
  color: #fff;
  border-radius: 25px;
  line-height: 30px;
}
.search-btn {
  width: 70px;
}

.uk-button {
  /* padding: 0 20px; */
  padding: 0 5px;
}
.uk-button-primary {
  background-color: #0e72b1;
  /*  background-color: #1e87f0;*/
  padding: 2px 23px;
  border-radius: 25px;
  font-size: 15px;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #1887cc;
  color: #fff;
}
.uk-button-success {
  background-color: #E69553;
  /* background-color: #ed8530; */
  color: #fff !important;
  padding: 5px;
  border-radius: 25px;
  font-size: 15px;
  text-decoration: none !important;
}
.half_btn {
  padding: 2px 40px;
}
.output_btn {
  background-color: #08518f;
  /* background-color: #10759a; */
  color: #fff;
  border-radius: 25px;
  font-size: .875rem;
  line-height: 30px;
  padding: 0px 15px;
}
.uk-button-default.uk-active,
.uk-button-default:active {
  background-color: #999;
  color: #fff;
  border-color: #999;
}
.uk-button-group .uk-button:first-child {
  border-radius: 25px 0 0 25px;
  margin-left: 0;
}
.uk-button-group>.uk-button:nth-child(n+2),
.uk-button-group>div:nth-child(n+2) .uk-button {
  border-radius: 0 0;
}
.uk-button-group .uk-button:last-child {
  border-radius: 0 25px 25px 0;
}




/* 検索欄 */
#search_area {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.search_area_wrap {
  position: sticky;
  top: 0;
  z-index: 10;
}
.search-form-container {
  display: flex;
  justify-content: space-between; /* PC画面では要素を左右に並べる */
  align-items: center; /* 垂直方向の中央寄せ */
}
.search-form-period {
  width: calc(100%* 2 / 3.001);
}
.search-form-item {
  flex: 1; /* 各要素を均等に広げる */
  text-align: left; /* デフォルトは左寄せ */
}
.search-form-item.right {
  text-align: right; /* 右寄せの要素 */
}


/* 集計表 */
.nesid-table {
  margin-bottom: 0px;
}
.nesid-table>*>tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.nesid-table>:first-child>*>th:first-child,
.nesid-table>:not(:first-child)>*>th:first-child,
.nesid-table>*>th:first-child {
  border-right: 1px solid #e5e5e5;
}
.nesid-table>:first-child>*>th:not(:first-child),
.nesid-table>:not(:first-child)>*>th:not(:first-child),
.nesid-table>*>th:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.nesid-table>:first-child>*>td:first-child,
.nesid-table>:not(:first-child)>*>td:first-child,
.nesid-table>*>td:first-child {
  border-right: 1px solid #e5e5e5;
}
.nesid-table>:first-child>*>td:not(:first-child),
.nesid-table>:not(:first-child)>*>td:not(:first-child),
.nesid-table>*>td:not(:first-child) {
  border-left: 1px solid #e5e5e5;
  text-align: right;
}

.vertical_write {
  width: .875rem;
  /*  width: 24px;*/
}

.allcount_table {
  min-width: 250px !important;
}



/* テキスト関係 */
p {
  margin-bottom: 10px;
}
*+p {
  margin-top: 10px;
}
.uk-link,
a {
  color: #0e72b1;
  text-decoration-line: underline;
}
.uk-heading-bullet::before {
  height: 2rem;
  /* border-left: 5px solid #607d8b; */
  border-left: 5px solid #0e72b1;
}
.title_item {
  font-size: 1.1em;
  /*  line-height: 1.1em; shimokawa mod*/
  font-weight: bold;
  margin-bottom: 2px;
  padding: 0px;
  vertical-align: bottom;
  color: #333;
  /* color: #10759a; */
}
.title_head {
  font-weight: bold;
  margin-bottom: 20px;
}
.title_sub {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.link_caption {
  font-weight: normal;
  float: right;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: normal;
  margin-top: 10px;
}

.uk-nav li>a {
  text-decoration-line: underline;
}
.uk-label {
  background: #0e72b1;
}
.uk-label-success {
  /*background-color: #009245;*/
  background-color: #FC3C45;
  color: #fff;
}
.uk-label-danger {
  background-color: #DA173C;
  color: #fff;
}
.uk-label-warning {
  background-color: #FE861A;
  color: #fff;
}
.uk-alert-danger {
  background: #fef4f6;
  /* color: #DA173C;*/
  color: #FD3038;
}


/* 画像関係 */
.title_icon {
  width: clamp(30px, 7vw, 50px);
  height: clamp(30px, 7vw, 50px);
  /* width: 50px;
  height: 50px; */
  margin-right: 3px;
  vertical-align: bottom;
}
.btn_icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.output_icon {
  font-weight: bold;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  vertical-align: middle;
}
.arrow_icon {
  width: 30px;
  height: 30px;
}

/* カード */
.custom_card {
  border-radius: 20px;
  background-color: #ffffff;
  /* border: 2px solid #cbcbcb; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  padding: 20px;
}
/* 要素に角丸を適用 */
.corners_round {
  border: 1px solid transparent;
  border-radius: 20px;
}


/* タブ */
.custom-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  background-color: #f0f0f0;
  border-radius: 25px;
  height: 100%;
  padding-bottom: 6px;
  margin-bottom: 5px;
  /* min-width: 600px; */
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap !important;
  scrollbar-width: none;
}
.custom-tab::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge用 - スクロールバーを非表示 */
}
.custom-tab>* {
  padding: 0px;
}
.custom-tab>*>a {
  padding: 15px;
  font-size: 1.0em;
  color: #000;
  background-color: #cbcbcb;
  text-decoration: none;
}
.custom-tab>.uk-active>a {
  color: #fff;
  background-color: #08518f;
  /* background-color: #10759a; */
}
.custom-tab li {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 150px;
  background-color: #f0f0f0;
  border-radius: 25px;
  display: flex !important;
  align-items: stretch;
}
.custom-tab li.uk-active {
  background-color: #08518f;
  /* background-color: #10759a; */
  color: white;
  border-color: #08518f;
  /* border-color: #10759a; */
}
.custom-tab li a {
  background-color: #e7e7e7;
  padding: 5px 20px;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  text-align: center;
  border-radius: 25px;
  align-items: center;
  height: 85%;
}
.custom-tab::before {
  border-bottom: none !important;
}
.custom-tab>li.uk-active>a {
  border-bottom: none !important;
}

.custom-tab2 {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap !important;
  scrollbar-width: none;
}
.custom-tab2::-webkit-scrollbar {
  display: none;
}
.custom-tab2 li {
  flex-grow: 1; 
  min-width: 70px;
  flex-shrink: 0; 
}

.graph-search-tab {
  border-color: #CBCBCB;
  border: 2px;
}
.graph-search-tab>*>a {
  min-width: 70px;
  text-decoration: none;
}
.graph-search-tab>.uk-active>a {
  color: #08518f;
  border-color: #08518f !important;
  /* color: #10759a;
  border-color: #10759a !important; */
  font-weight: bold;
}

.nesid_tab a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.slidertitle span {
  color: #08518f;
  /* color: #10759a; */
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 25px;
}


.hr-dots {
  border: 0;
  height: 1px;
  margin: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    /* content: '•••'; */
    font-size: 1.25em;
    letter-spacing: .75em;
    opacity: .75;
  }
}
hr.uk-divider-icon::before,
hr.uk-divider-icon::after {
  border-color: #08518f;
  /* border-color: #10759a; */
}


/* フォーム */
.uk-input,
.uk-select,
.uk-textarea {
  color: #333;
}
.uk-form-horizontal .uk-form-label {
  width: 100px;
}
.uk-form-horizontal .uk-form-controls {
  margin-left: 100px;
}
.uk-form-small:not(input):not(select):not([multiple]):not([size]) {
  padding: 0 20px;
}
.uk-form-width-small {
  width: 85px;
}
.uk-form-width-medium {
  width: 145px;
}
.label_mini {
  font-size: .875rem;
  width: 100px;
  margin-top: 7px;
  float: right;
}
.parts_mini {
  width: 80px;
}


/* グラフ */
.c3 svg {
  font-size: 18px;
}
.c3 svg g:hover {
  opacity: 1;
}
.c3-legend-item {
  fill: #333;
  font-size: 18px;
}
.c3-tooltip-container {
  /* max-height: 300px;  */
  /* max-width: 200px; */
  overflow-y: auto;
  /* overflow-x: auto; */
}
.c3-tooltip {
  /* max-height: 300px; */
  overflow-y: auto;
  /* max-width: 200px;
  overflow-x: auto; */
}
.c3-tooltip th {
  background-color: #999;
  font-size: 18px;
}
.c3-tooltip td {
  font-size: 18px;
}
.c3-axis-y text {
  fill: #333;
  font-size: 18px;
}
.c3-axis-x text {
  fill: #333;
  font-size: 18px;
  margin-top: 15px;
}
.c3 .c3-axis-x path,
.c3 .c3-axis-x line {
  stroke: #999;
  fill: none;
}
.c3 .c3-axis-y path,
.c3 .c3-axis-y line {
  stroke: #999;
  fill: none;
}

/* 推移グラフ検索 */
.custom-button-multisearch {
  background-color: #CBCBCB !important;
  color: #000;
  width: 200px;
}
.custom-button-multisearch:hover {
  background-color: #08518f !important;
  border-color: #08518f !important;
  /* background-color: #10759a !important;
  border-color: #10759a !important; */
  color: #fff !important;
}
.custom-button-multisearch.uk-active {
  background-color: #08518f !important;
  border-color: #08518f !important;
  /* background-color: #10759a !important;
  border-color: #10759a !important; */
  color: #fff !important;
}

/* 詳細検索 */
.custom-button-search {
  background-color: #E69553 !important;
  /* background-color: #ed8530 !important; */
  color: #fff;
  border-radius: 25px;
  min-width: 120px;
}
.uk-dropdown-nav {
  white-space: inherit;
}


/* マップ */
g:hover {
  opacity: 0.8;
}
select option:disabled {
  color: #ccc !important;
}


/* モーダル */
.remodal-close {
  top: 0;
  right: 0;
  left: auto;
  color: #666;
}
/* 2023.02.09 takikita */
.select-wrap {
  display: flex;
}
.modal-label {
  display: block;
  text-align: left;
}
.select-term {
  padding: 0 0 0 20px;
}
.select-disease {
  padding: 0 0 0 50px;
}
#modal-weekly-graph {
  position: relative;
}
.dlcsv-btn {
  position: absolute;
  bottom: 35px;
  right: 55px;
}
#modal-error {
  margin-top: 10px;
}

.uk-select {
  border: 1px solid #ccc;
}


/* multiple-select */
.multiple-select {
  position: relative;
  /* width: 100%; */

  .origin {
    display: none;
  }
  .display-area {
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 28px;
    position: relative;

    &::after {
      content: " ";
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 50%;
      /*right: 1.125em;*/
      right: 0.35em;
      transform: translateY(-50%);
      z-index: 4;
      background: linear-gradient(to right, transparent 5px, #727475 5px, #727475 7px, transparent 7px) center,
        linear-gradient(to bottom, transparent 5px, #727475 5px, #727475 7px, transparent 7px) center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
    }
  }
  .display-item {
    position: relative;
    padding-bottom: 2px;
    /*calc(0.25em - 1px);*/
    padding-left: 9.5px;
    /*calc(0.75em - 1px);*/
    padding-top: 2px;
    /*calc(0.25em - 1px);*/
    padding-right: 35px;
    /*2.5em;*/
    background-color: #ebf0f7;
    border-radius: 4px;
    margin-right: .2rem;
    margin-bottom: .15rem;
    margin-top: .15rem;
    font-size: 14px;

    .delete-button {
      background: transparent;
      border: none;
      position: absolute;
      cursor: pointer;
      font-weight: 400;
      outline: 0;
      transform: rotate(45deg);
      /* font-size: 1.5rem; */
      font-size: 14px;
      height: 1rem;
      margin: 0.3rem 0.2rem 0 0;
      padding: 0;
      right: 0;
      top: 0;
      width: 1.25rem;
      color: #727475;
      border-radius: 50%;

      &:hover {
        background-color: darken(#ebf0f7, 4%);
      }
    }
  }
  .select-area {
    position: absolute;
    top: calc(100% + 5px);
    /* display-areaの真下に配置する */
    /* left: 100px; */
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    z-index: 1000;
  }
  .select-area.is-open {
    display: block;
  }
  .select-item {
    padding: 5px;
    padding-left: 12px;
    cursor: pointer;
  }
  .select-item:hover {
    background-color: #eee;
    /* ホバー時の背景色 */
  }

}

.select-group-label {
  font-weight: bold;
  font-size: 14px;
  /* color: #10759a; */
  margin-bottom: 5px;
  padding-left: 2px;
}
.select-group {
  margin-bottom: 10px;
}


/* ナビ関連のカスタム設定  */
.custom-uk-offcanvas-bar {
  width: 190px;
  padding: 16px;
  max-width: 100%;
  background: #333;
}

/******************************/
/*      スマホ画面　　　      */
/******************************/
@media (max-width: 1023px) {

  html {
    overscroll-behavior: none;
  }

  .pc {
    display: none !important;
  }

  /* ヘッダー・メニュー */
  #header {
    background: linear-gradient(0deg, #08518f 0%, #08518f 10px, #fff 5px, #fff 100%);
    /* background: linear-gradient(0deg, #10759a 0%, #10759a 10px, #fff 5px, #fff 100%); */
    vertical-align: middle;
    border-left: 5px solid #08518f;
    border-right: 5px solid #08518f;
  }
  .uk-navbar-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
    height: 100%;
  }
  .custom-navbar-right {
    height: 100%;
    flex-basis: 100%;
  }
  .custom-navbar-right ul {
    height: 30px;
  }
  .menu-list-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    background-color: #08518f;
    /* background-color: #10759a; */
    border: none;
    height: 100%;
    flex: 1;
    width: 100%;
    font-size: 0.7em;
    padding-left: 5px !important;
    padding-right: 5px !important;
    align-items: center;
    /* min-width: 100px; */
  }
  .title_main {
    font-size: 1.5em;
    /* line-height: 2em; */
    color: #333;
    text-decoration: none;
    text-decoration-line: none;
  }

  /* レイアウト領域 */
  #content_wrap {
    background-color: whitesmoke;
    /* background-color: #E6EFF3; */
    border-left: 5px solid #08518f;
    border-right: 5px solid #08518f;
    /* border-left: 5px solid #10759a;
    border-right: 5px solid #10759a; */
    /* padding: 5px; */
  }
  .header_wrap {
    display: block;
    width: 95%;
    /*  min-width: 750px;*/
    padding: 10px 0px;
    margin: 0px auto;
  }
  .main_wrap {
    display: block;
    width: 100%;
    /* width: 1100px;
    min-width: 1100px; */
    /*padding: 20px 0px;*/
    padding: 10px 0px;
    margin: 0px auto;
  }

  /* マップ */
  .hanrei-position {
    position: absolute !important;
    bottom: 0;
    /* left: 0; */
    right: 0;
  }
  .map-padding-bottom {
    padding-bottom: 100px;
    /* padding-bottom: 50px; */
    margin: 0px !important; 
  }
  .map-nesid {
    padding: 0px !important;
  }

  /* 検索欄 */
  .search-form-mobile {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .search-form-container {
    flex-direction: column; /* 要素を縦並びにする */
    align-items: center; /* 中央寄せ */
  }
  .search-form-period {
    width: 100%;
  }
  .search-form-item {
    /* text-align: center; */
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    padding-right: 0 !important;
  }
  .search-form-item:last-child {
    margin-bottom: 0; 
    margin-right: 0; 
  }
  .search-form-item.center {
    text-align: center; /* 右寄せの要素 */
  }
  .uk-form-horizontal {
    /* display: block; */
  }
  .uk-width-3-4, .uk-width-1-4, .uk-width-4-5 {
    width: 100% !important;
  }
  .uk-float-right {
    float: none !important;
    text-align: center;
  }
  .uk-margin-auto-left {
    margin-left: 0;
    text-align: center;
  }
  .search-form-mobile {
    text-align: left;
  }
  #change_search button {
    width: 25%;
  }
  #change_search {
    width: 100%;
  }

  /* 集計表 */
  .nesid-table th {
    /* background-color: #607d8b; */
    background-color: #0e72b1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px !important;
  }
  .nesid-table td {
    padding: 0px;
    font-size: .8rem;
    vertical-align: middle;
  }
  .nesid-table-hc {
    min-width: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .nesid-table-scroll {
    overflow-x: scroll;
  }
  .info-preview-title {
    font-size: 1.1em;
  }

  /* タブ */
  /* .custom-tab {
    display: none; 
  }
  .mobile-tab{
    display: block;
  } */

  /* グラフ */
  .chart {
    min-height:400px; 
    min-width:970px;
  }  
}

/******************************/
/*      PC画面　　　　　      */
/******************************/
@media (min-width: 1024px) {

  .mobile {
    display: none !important;
  }

  body {
    min-width: 1050px;
  }

  /* ヘッダー・メニュー */
  #header {
    background: linear-gradient(0deg, #08518f 0%, #08518f 10px, #fff 5px, #fff 100%);
    /* background: linear-gradient(0deg, #10759a 0%, #10759a 10px, #fff 5px, #fff 100%); */
    vertical-align: middle;
    border-left: 20px solid #08518f;
    border-right: 20px solid #08518f;
    /* border-left: 20px solid #10759a;
    border-right: 20px solid #10759a; */
  }
  .custom-dropdown {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 25px;
    margin-top:15px;
    background-color: #fefefe;
  }
  .dropdown-list-title {
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-list-icon {
    color: #08518f !important;
    font-weight: bold;
  }
  .dropdown-list-a {
    text-decoration: none !important;
  }
  .dropdown-list-a:hover {
    text-decoration: none;
  }
  .uk-navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
  }
  .custom-navbar-right {
    height: 100%;
    flex-basis: 55%;
  }
  .custom-navbar-right ul {
    height: 45px;
  }
  .custom-navbar-left {
    height: 100%;
    flex-basis: 45%;
    padding-bottom: 5px;
  }
  .menu-list-button {
    /*
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color:#fff;
    background-color:#10759a;
    */
    border-radius: 30px;
    color: #08518f;
    /* color: #10759a; */
    background-color: #fff;
    font-weight: bold;
    border: none;
    /* height:100%;*/
    flex: 1;
    width: 100%;
    /* min-width: 150px; */
    line-height: 1;
    min-height: 40px;
  }
  .title_main {
    font-size: 2em;
    line-height: 2em;
    color: #333;
    text-decoration: none;
    text-decoration-line: none;
  }

  /* レイアウト領域 */
  #content_wrap {
    background-color: whitesmoke;
    border-left: 20px solid #08518f;
    border-right: 20px solid #08518f;
    /* background-color: #E6EFF3;
    border-left: 20px solid #10759a;
    border-right: 20px solid #10759a; */
    /* padding: 5px; */
  }
  .header_wrap {
    width: 1010px;
    min-width: 1010px;
    /* height: 100px; */
  }
  .main_wrap {
    display: block;
    width: 1010px;
    min-width: 1010px;
    /*padding: 20px 0px;*/
    padding: 10px 0px;
    margin: 0px auto;
  }

  /* マップ */
  .hanrei-position {
    position: absolute !important;
    top: 0;
    right: 0;
    /* bottom: -15px; */
  }

  /* 集計表 */
  .nesid-table th {
    /* background-color: #607d8b; */
    background-color: #0e72b1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .nesid-table td {
    padding: 14px 8px;
    font-size: .875rem;
    vertical-align: middle;
  }
  .nesid-table-hc {
    min-width: 35px;
  }

  /* グラフ */
  .chart {
    min-height:500px; 
    min-width:940px;
  } 
}

