/******************************/
/*           共通　           */
/******************************/ 
/* タイトル */
.custom-underline {
  position: relative; 
}

.s-icon>img{
  width:55% !important;
}
.main_wrap{
  margin-bottom:30px;
}

.title_item{
  text-align: center;
  font-weight: bold;
  margin-bottom: 2px;
  /* padding: 0px; */
  vertical-align: bottom;
  /* padding-bottom: 30px; */
  /* border-bottom: 2px solid #e69553; */
  background-color: #08518f;
  padding: 15px 0px;
}
.title_large {
  font-size: clamp(17px, 3vw, 30px);
  /* font-size: 1.5em;  */
  color: #fefefe; 
  /* color: #333;  */
  /* color: #696969;  */
  /* color: #10759a;  */
  /* padding: 5px; */
}
.title_small {
  font-size: clamp(9px, 2vw, 15px); 
  /* font-size: 0.8em;  */
  color: #fefefe; 
  /* color: #696969;  */
  /* color: #10759a;  */
  /* padding: 5px; */
}
.uk-icon {
  color: #fefefe;
  /* color: #696969; */
}

.hr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-size: 55px;
  color: #08518f;
}
.hr-text {
  padding: 0 10px;
  font-size: 56px;
  color: #08518f;
}


/* テーブル */
.custom-uk-table {
  margin: 0; 
  margin-top: 0;
  color: #08518f;
  /* color: #10759a; */
  font-weight: bold;
}
.custom-table thead th, .custom-table tbody td {
  height: 40px; 
  vertical-align: middle;
}
.custom-uk-table thead th {
  color: #6d6d6d;
}
.custom-table tbody tr {
  display: flex;
  align-items: center;
}


/* 2025-01-15 ogasawara add */
/* iPhone8など一部端末では文字サイズが小さくなるよう設定 */
@media (max-width: 375px) {
  #map_link, #topics_link, #news_link{
    font-size: 13px;
  }
}

/******************************/
/*           スマホ用           */
/******************************/
@media (max-width: 1023px) {

/* ヘッダー・メニュー */
#header {
  background: linear-gradient(0deg, #fff 0%, #fff 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;
}
  .custom-uk-table thead th, .custom-uk-table tbody td {
    height: 20px; 
    vertical-align: middle;
    padding: 5px;
  }

/* 感染症流行状況 */
.custom-card-s {
  padding: 0;
  border-radius: 60px; 
  /* width: 100%; */
  width: calc(50% - 8px);
  /* height: 40px; */
  /* height: 45px; */
  height: 82px;
  /* display: flex; */
  justify-content: center; 
  align-items: center; 
  text-align: center;
  /* margin: 5px 5px; */
  margin: 5px 2px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.custom-card-body-s {
  padding: 10px;
  /* font-size: 0.9em; */
  font-size: 12.5px;
  color: #000;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.s-title-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.s-title {
  /* width: 200px; */
  /* width: 230px; */
  padding: 5px;
  padding-right: 0;
  width: 115px;
  font-weight: bold;
  text-align: center;
  align-self: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  color: #000;
  width: 78%;
  border-bottom: dashed 1px #cecece;
  height: 40px;
}
.s-value {
  /* width: 55px; */
  width: 30px;
  /* font-size: 1em; */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  align-self: center; 
}
.color-up {
color: #fe6489;
}
.color-down {
color: #64b6fe;
}
.color-right {
color: #a7a7a7;
}
.s-icon {
  width: 35px;
  text-align: center;
  align-self: center; 
  padding-left: 2%;
  padding-right: 10%;
}
.s-badge {
  font-size: 0.8em;
  width:40px;
  margin: 2px;
  /* padding: 4px 10px; */
  border-radius: 50px;
}

.s-badge-danger {
  /* position: absolute; */
  /* top: -8px; */
  /* top: -10px;
  left: 0px; */
  background-color: #e8383d;
  color: #fff;
  /* padding: 3px 10px; */
  border-radius: 50px;
  /* font-size: 10px; */
  /* font-size: 9px; */
}
.s-badge-warning {
  /* position: absolute;
  top: -8px;
  left: 0px; */
  background-color: #ff8600;
  color: #fff;
  /* padding: 3px 10px; */
  border-radius: 50px;
  /* font-size: 10px; */
}

*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
  margin-top: 7px;
}



/* タブ */
.custom-card {
  padding: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px;
}
.custom-card-body {
  padding: 15px;
}
.custom-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  padding: 0;
  overflow-x:hidden;
}
.custom-tab li {
  flex-grow: 1;
  min-width: auto !important;
  background-color: #f0f0f0; 
  border-radius: 25px; 
  padding: 0;
  height: 100%;
}
.custom-tab li.uk-active {
  background-color: #08518f; 
  /* background-color: #10759a;  */
  color: white; 
  padding: 0;
}
.custom-tab li a {
  background-color: #f0f0f0;
  padding: 5px 5px; 
  display: block;
  text-align: center;
  border-radius: 25px;
  font-size: 13px;
}

.classclosure {
  width: 50px;
  font-size: 13px;
}


/* 新着情報・お知らせ */
.item-date {
  display: flex;
  align-items: center;
  margin-bottom: 8px; 
}
.date {
  font-size: 14px;
  margin-right: 10px;
}
.custom-icon {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  width: 50px;
  height: 20px;
  background-color: #08518f;
  /* background-color: #10759a; */
  border-radius: 20px; 
  margin: 3px;
  text-align: center;
}
.item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; 
  text-align: left;
  color: #000;
}
.item-content {
  font-size: 14px;
  color: #292929;
  text-align: left;
  padding-left: 5px;
}


/* マップ */
.map-select {
  width: 100%; 
  height: 35px !important;
  /* margin-top: 40px; */
}
.link-bottom-right {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.hanrei-position {
  position: absolute !important;
  right: 0px;
  bottom: 66px;
  left: auto;
  height: 80px;
}

}


/* PC用 */
@media (min-width: 1024px) {
.main_wrap{
  margin: 30px auto;
}
/* ヘッダー・メニュー */
#header {
  background: linear-gradient(0deg, #fff 0%, #fff 10px, #fff 5px, #fff 100%);
  /* background: linear-gradient(0deg, #639EA5 0%, #639EA5 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-card-s {
  padding: 0;
  border-radius: 60px; 
  /* width: 265px; */
  width: 192px;
  /* width: 240px; */
  /* width: 480px; */
  /* height: 60px; */
  height: 85px;
  /* height: 45px; */
  /* display: flex; */
  justify-content: center; 
  align-items: center; 
  text-align: center;
  margin: 10px 5px !important;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.custom-card-body-s {
  /* padding: 10px; */
  padding: 0px;
  font-size: 0.9em;
  /* font-size: 0.8em; */
  color: #000;
  display: flex;
  justify-content: space-between;
}
.s-title-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.s-title {
  /* width: 150px; */
  /* width: 135px; */
  /* width: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  align-self: center; 
  font-size: 0.9em;
  color: #000;
  width: 80%;
  /* height: 35px; */
  /* padding: 5px; */
  border-bottom: dashed 1px #cecece;
  height: 43px;
}
.s-value {
  /* width: 55px; */
  width: 45px;
  /* width: 100px; */
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  align-self: center; 
}
.color-up {
color: #fe6489;
}
.color-down {
color: #64b6fe;
}
.color-right {
color: #a7a7a7;
}
.s-icon {
  /* width: 60px; */
  width: 40px;
  margin: 4px;
  text-align: center;
  align-self: center; 
}
.s-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  width:41px;
  margin: 4px;
  /* padding: 4px 10px; */
  border-radius: 50px;
}
.s-badge-danger {
  /* position: absolute;
  top: -15px;
  left: 0px; */
  background-color: #e8383d;
  color: #fff;
  /* padding: 3px 13px; */
  /* border-radius: 50px; */
  /* font-size: 13px; */
}
.s-badge-warning {
  /* position: absolute;
  top: -15px;
  left: 0px; */
  background-color: #ff8600;
  color: #fff;
  /* padding: 3px 13px; */
  /* border-radius: 50px; */
  /* font-size: 13px; */
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
  margin-top: 30px;
}

/* 新着情報・お知らせ */
.item-date {
  display: flex;
  align-items: center;
  margin-bottom: 8px; 
}
.date {
  font-size: 14px;
  margin-right: 10px;
}
.custom-icon {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  width: 50px;
  height: 20px;
  background-color: #08518f;
  /* background-color: #10759a; */
  border-radius: 20px; 
  margin: 3px;
  text-align: center;
}
.item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; 
  text-align: left;
  color: #000;
}
.item-content {
  font-size: 14px;
  color: #292929;
  text-align: left;
  padding-left: 5px;
}


/* タブ */
.custom-card {
  padding: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px;
  padding: 10px;
}
/* .custom-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
.custom-tab li {
  flex-grow: 1;
  background-color: #f0f0f0; 
  border-radius: 10px; 
}
.custom-tab li.uk-active {
  background-color: #10759a; 
  color: white; 
}
.custom-tab li a {
  background-color: #f0f0f0;
  padding: 10px 20px; 
  display: block;
  text-align: center;
  border-radius: 10px;
} */

/* マップ */
.map-select {
  width: 300px; 
  margin-top: 35px;
  /* margin-top: 40px; */
}
.link-bottom-right {
  margin-right: 40px !important;
  margin-bottom: 40px !important;
}
.hanrei-position {
  position: absolute !important;
  right: 15px;
  bottom: 66px;
  top: auto;
}
.hanrei-position {
  position: absolute !important;
  left: 0px;
  bottom: 0;
  margin-bottom: 40px;
}
.map-top {
  padding-bottom: 30px !important;
}


.mobile {
  display: none !important;
}
  
}




