@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url(https://fonts.googleapis.com/css2?family=Raleway&display=swap);
*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 40px 40px;
  background-image: radial-gradient(circle, #6dce96 3px, rgba(0, 0, 0, 0) 1px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.container section {
  position: relative;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top: solid 1px orange;
  border-bottom: solid 1px orange;
  padding-bottom: 20px;
}
.container section .lang_wrapper {
  position: absolute;
  position: relative;
  top: 0;
  left: 20%;
  width: 140px;
  height: 100px;
  overflow: hidden;
}
.container section .lang_wrapper form {
  padding-top: 15px;
}
.container section .lang_wrapper form label {
  color: #666;
}
.container section .lang_wrapper form label input {
  margin: 0 5px;
}
.container section .lang_wrapper ul.lang_switch {
  list-style: none;
  text-align: left;
  position: relative;
  position: absolute;
  top: -50px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px 20px 10px;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 3px #4cb7ae;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.container section .lang_wrapper ul.lang_switch::after {
  content: "language";
  color: #666;
  padding-top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.container section .lang_wrapper ul.lang_switch.en::after {
  content: "言語選択";
}
.container section .lang_wrapper ul.lang_switch.active {
  top: 0;
}
.container section .lang_wrapper ul.lang_switch.active::after {
  content: "↑";
  color: #ff8d30;
}
.container section .lang_wrapper ul.lang_switch li {
  width: 90px;
  margin-left: 10px;
}
.container section .lang_wrapper ul.lang_switch li span[lang=en] {
  line-height: 1.5;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  width: 200px;
}
.container span {
  display: none;
}
.container span.display {
  display: inline-block;
}
.container .slctyear_wrap {
  display: flex;
  justify-content: center;
  transform: translateY(-10px);
}
.container .slctyear_wrap h3 {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}
.container .slctyear_wrap form.formyear {
  display: flex;
  flex-direction: column;
}
.container .slctyear_wrap form.formyear select#slctyear {
  max-width: 180px;
  padding: 3px;
}
.container .slctyear_wrap form.formyear p.note {
  font-size: 0.8rem;
  color: #666;
  margin-top: 7px;
}

.map_wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.map_wrap .map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.map_wrap .map svg {
  min-width: 300px;
  padding-right: 20px;
}
.map_wrap .map table.gauge {
  border-collapse: collapse;
  transform: translate(40px, -80px);
}
.map_wrap .map table.gauge tr {
  height: 10px;
}
.map_wrap .map table.gauge tr td {
  text-align: left;
}
.map_wrap .map table.gauge tr td:nth-child(even) {
  max-width: 80px;
  font-size: 0.6rem;
  padding-left: 5px;
}
.map_wrap .map table.gauge tr td:nth-child(odd) {
  min-width: 10px;
  width: 12px;
}
.map_wrap .chart_wrap {
  margin: 0 20px;
}
.map_wrap .chart_wrap table.sum {
  display: none;
}
.map_wrap .chart_wrap table.sum.active {
  display: block;
}
.map_wrap .chart_wrap table {
  margin-left: 20px;
  font-size: 1.1rem;
  color: #666;
}
.map_wrap .chart_wrap table td.unit {
  font-size: 0.9rem;
  vertical-align: bottom;
}
.map_wrap .chart_wrap table td.unit span {
  font-size: 0.7rem;
  vertical-align: super;
}
.map_wrap .chart_wrap table td.dsclm {
  font-size: 0.8rem;
  padding-left: 10px;
  vertical-align: bottom;
}
.map_wrap .chart_wrap .chart {
  max-height: 500px;
}
.map_wrap .chart_wrap .chart .apexcharts-canvas:nth-child(2) {
  display: none;
}

.footer {
  display: none;
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color: #419da6;
  opacity: 0.9;
  text-align: center;
  color: #fff;
}
.footer p {
  font-size: 0.8rem;
  margin-top: 20px;
}

body#mlt-section {
  height: 100%;
}

#home {
  max-height: 800px;
}

#home .map_wrap .map {
  display: flex;
  flex-direction: column;
}
#home .map_wrap .map svg {
  max-height: 450px;
}
#home .map_wrap .map .data_list {
  display: flex;
  flex-direction: row;
}
#home .map_wrap .map .data_list ul.left_top {
  margin: 40px 18px 50px 0;
}
#home .map_wrap .map .data_list ul.right_bottom {
  margin: 40px 0 40px 18px;
}
#home .map_wrap .map .data_list ul {
  transform: translateX(10px);
}
#home .map_wrap .map .data_list ul li {
  display: block;
  line-height: 2;
  min-width: 150px;
}
#home .map_wrap .map .data_list ul li a {
  color: #666;
  font-size: 1.05rem;
}
#home .map_wrap .map .data_list ul li a:hover {
  color: #888;
}
#home .map_wrap .map .data_list ul:nth-child(1) li:nth-child(1) {
  border-bottom: solid 1px #507df5;
}
#home .map_wrap .map .data_list ul:nth-child(1) li:nth-child(2) {
  border-bottom: solid 1px #ff5baa;
}
#home .map_wrap .map .data_list ul:nth-child(1) li:nth-child(3) {
  border-bottom: solid 1px #ff8d30;
}
#home .map_wrap .map .data_list ul:nth-child(1) li:nth-child(4) {
  border-bottom: solid 1px #419da6;
}
#home .map_wrap .map .data_list ul:nth-child(2) li:nth-child(1) {
  border-bottom: solid 1px #d43ea1;
}
#home .map_wrap .map .data_list ul:nth-child(2) li:nth-child(2) {
  border-bottom: solid 1px #247425;
}
#home .map_wrap .map .data_list ul:nth-child(2) li:nth-child(3) {
  border-bottom: solid 1px #b42116;
}
#home .map_wrap .map .data_list ul:nth-child(2) li:nth-child(4) {
  border-bottom: solid 1px #cc2783;
}
#home .map_wrap .map .data_list.en ul li {
  width: 208px;
}
#home .map_wrap .map .data_list.en ul li span[lang=en] {
  letter-spacing: -0.03em;
}

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 60px;
  margin-top: -70px;
  margin-bottom: 40px;
}
.title h1 {
  color: #666;
  padding-top: 20px;
}
.title h1 span {
  margin-left: 5px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.title h1 span[lang=ja] {
  font-size: 1.3rem;
}
.title h1 span[lang=en] {
  font-size: 1.5rem;
}
.title svg {
  height: 30px;
  margin-left: 10px;
  transform: translateY(23px);
}

#home .title h1 {
  margin-top: 10px;
}
#home .title svg {
  height: 110%;
}
#home .title svg .titleicon {
  fill: #ff8119;
}

#pop_by_area .title svg .front {
  fill: #4665dd;
}
#pop_by_area .title svg .back {
  fill: #64b1fa;
}

#households_by_area .title svg .households {
  fill: #419da6;
}

#per_household .title svg .memberhhold {
  fill: #ff73b6;
}

#pop_flctn .title svg .frame {
  fill: #ff5baa;
}
#pop_flctn .title svg .fig1 {
  fill: #fa439b;
}
#pop_flctn .title svg .fig2 {
  fill: #ff73b6;
}
#pop_flctn .title svg .fig3 {
  fill: #ffaece;
}

#popdens .title svg .front {
  fill: #ff7400;
}
#popdens .title svg .back {
  fill: #ffa744;
}
#popdens .title svg .circle {
  fill: #ff8d30;
}

#foreignpop .title svg .front {
  fill: #247425;
}
#foreignpop .title svg .back {
  fill: #5cb547;
}

#foreignper .title svg .pie_1 {
  fill: #f3aa76;
}
#foreignper .title svg .pie_2 {
  fill: #cd5637;
}
#foreignper .title svg .pie_3 {
  fill: #ffc58f;
}
#foreignper .title svg .body {
  fill: #a80808;
}

#poptrend .title svg .frame {
  fill: #d43ea1;
}
#poptrend .title svg .fig1 {
  fill: #cc2783;
}
#poptrend .title svg .fig2 {
  fill: #db56bc;
}
#poptrend .title svg .fig3 {
  fill: #eba9f1;
}

#home .map_wrap {
  position: relative;
}
#home .map_wrap ul {
  align-self: flex-start;
  padding: 0;
  margin: 0;
  width: 40%;
  text-align: left;
}
#home .map_wrap ul li {
  display: inline-block;
  min-width: 150px;
}
#home .map_wrap ul li svg {
  height: 30px;
}

#home .map_wrap svg {
  width: 60%;
}
#home .map_wrap svg .color {
  fill-opacity: 0.9;
}
#home .map_wrap svg .color0 {
  transition-duration: 3s;
  animation: animate 2s ease-in, hueRotate 3s ease-in-out;
}
#home .map_wrap svg .color1 {
  transition-delay: 1s;
  transition-duration: 3.5s;
  animation: animate 3s ease-in, hueRotate 2s ease-in-out;
}
#home .map_wrap svg .color2 {
  transition-duration: 2.5s;
  animation: animate 2s ease-in, hueRotate 1.8s ease-in-out;
}
#home .map_wrap svg .color3 {
  transition-delay: 0.5s;
  transition-duration: 2s;
  animation: animate 1.5s ease-in, hueRotate 2.5s ease-in-out;
}
#home .map_wrap svg .color4 {
  transition-duration: 2.8s;
  animation: animate 1.5s ease-in, hueRotate 3.5s ease-in-out;
}
#home .map_wrap svg .color5 {
  transition-delay: 1.8s;
  transition-duration: 1.5s;
  animation: animate 2s ease-in, hueRotate 2s ease-in-out;
}
@keyframes animate {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0.7;
  }
}
@keyframes hueRotate {
  0% {
    filter: hue-rotate(-45deg);
  }
  50% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(0);
  }
}
#home .map_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .map_wrap .map svg {
  width: 100%;
}

#pop_by_area .map_wrap .map svg .range1 {
  fill: #91f5ff;
  fill-opacity: 0.7;
  animation: filler 0.5s ease-in;
}
#pop_by_area .map_wrap .map svg .range2 {
  fill: #87ddff;
  fill-opacity: 0.7;
  animation: filler 0.75s ease-in;
}
#pop_by_area .map_wrap .map svg .range3 {
  fill: #7dc8fa;
  fill-opacity: 0.7;
  animation: filler 1s ease-in;
}
#pop_by_area .map_wrap .map svg .range4 {
  fill: #64b1fa;
  fill-opacity: 0.7;
  animation: filler 1.25s ease-in;
}
#pop_by_area .map_wrap .map svg .range5 {
  fill: #5a96f5;
  fill-opacity: 0.7;
  animation: filler 1.5s ease-in;
}
#pop_by_area .map_wrap .map svg .range6 {
  fill: #507df5;
  fill-opacity: 0.7;
  animation: filler 1.75s ease-in;
}
#pop_by_area .map_wrap .map svg .range7 {
  fill: #4665dd;
  fill-opacity: 0.7;
  animation: filler 2s ease-in;
}
#pop_by_area .map_wrap .map svg .range8 {
  fill: #455ab7;
  fill-opacity: 0.7;
  animation: filler 2.5s ease-in;
}
#pop_by_area .map_wrap .map svg .range1:hover,
#pop_by_area .map_wrap .map svg .range2:hover,
#pop_by_area .map_wrap .map svg .range3:hover,
#pop_by_area .map_wrap .map svg .range4:hover,
#pop_by_area .map_wrap .map svg .range5:hover,
#pop_by_area .map_wrap .map svg .range6:hover,
#pop_by_area .map_wrap .map svg .range7:hover,
#pop_by_area .map_wrap .map svg .range8:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}
@keyframes filler {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0.7;
  }
}
#pop_by_area .map_wrap .map table.gauge tr td.range1 {
  background: #91f5ff;
}
#pop_by_area .map_wrap .map table.gauge tr td.range2 {
  background: #87ddff;
}
#pop_by_area .map_wrap .map table.gauge tr td.range3 {
  background: #7dc8fa;
}
#pop_by_area .map_wrap .map table.gauge tr td.range4 {
  background: #64b1fa;
}
#pop_by_area .map_wrap .map table.gauge tr td.range5 {
  background: #5a96f5;
}
#pop_by_area .map_wrap .map table.gauge tr td.range6 {
  background: #507df5;
}
#pop_by_area .map_wrap .map table.gauge tr td.range7 {
  background: #4665dd;
}
#pop_by_area .map_wrap .map table.gauge tr td.range8 {
  background: #455ab7;
}

#households_by_area .map_wrap .map svg .range1 {
  fill: #90f8dd;
  fill-opacity: 0.7;
  animation: filler 0.5s ease-in;
}
#households_by_area .map_wrap .map svg .range2 {
  fill: #76ecce;
  fill-opacity: 0.7;
  animation: filler 0.75s ease-in;
}
#households_by_area .map_wrap .map svg .range3 {
  fill: #63d9bb;
  fill-opacity: 0.7;
  animation: filler 1s ease-in;
}
#households_by_area .map_wrap .map svg .range4 {
  fill: #56c6a0;
  fill-opacity: 0.7;
  animation: filler 1.25s ease-in;
}
#households_by_area .map_wrap .map svg .range5 {
  fill: #4cb7ae;
  fill-opacity: 0.7;
  animation: filler 1.5s ease-in;
}
#households_by_area .map_wrap .map svg .range6 {
  fill: #419da6;
  fill-opacity: 0.7;
  animation: filler 1.75s ease-in;
}
#households_by_area .map_wrap .map svg .range7 {
  fill: #358595;
  fill-opacity: 0.7;
  animation: filler 2s ease-in;
}
#households_by_area .map_wrap .map svg .range1:hover,
#households_by_area .map_wrap .map svg .range2:hover,
#households_by_area .map_wrap .map svg .range3:hover,
#households_by_area .map_wrap .map svg .range4:hover,
#households_by_area .map_wrap .map svg .range5:hover,
#households_by_area .map_wrap .map svg .range6:hover,
#households_by_area .map_wrap .map svg .range7:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}

#households_by_area .map_wrap .map table.gauge tr td.range1 {
  background: #90f8dd;
}
#households_by_area .map_wrap .map table.gauge tr td.range2 {
  background: #76ecce;
}
#households_by_area .map_wrap .map table.gauge tr td.range3 {
  background: #63d9bb;
}
#households_by_area .map_wrap .map table.gauge tr td.range4 {
  background: #56c6a0;
}
#households_by_area .map_wrap .map table.gauge tr td.range5 {
  background: #4cb7ae;
}
#households_by_area .map_wrap .map table.gauge tr td.range6 {
  background: #419da6;
}
#households_by_area .map_wrap .map table.gauge tr td.range7 {
  background: #358595;
}

#per_household .map_wrap .map svg .range1 {
  fill: #efc8f8;
  fill-opacity: 0.7;
  animation: filler 0.5s ease-in;
}
#per_household .map_wrap .map svg .range2 {
  fill: #eba9f1;
  fill-opacity: 0.7;
  animation: filler 1s ease-in;
}
#per_household .map_wrap .map svg .range3 {
  fill: #db56bc;
  fill-opacity: 0.7;
  animation: filler 1.25s ease-in;
}
#per_household .map_wrap .map svg .range4 {
  fill: #d43ea1;
  fill-opacity: 0.7;
  animation: filler 1.5s ease-in;
}
#per_household .map_wrap .map svg .range5 {
  fill: #cc2783;
  fill-opacity: 0.7;
  animation: filler 1.75s ease-in;
}
#per_household .map_wrap .map svg .range6 {
  fill: #a31f68;
  fill-opacity: 0.7;
  animation: filler 2s ease-in;
}
#per_household .map_wrap .map svg .range1:hover,
#per_household .map_wrap .map svg .range2:hover,
#per_household .map_wrap .map svg .range3:hover,
#per_household .map_wrap .map svg .range4:hover,
#per_household .map_wrap .map svg .range5:hover,
#per_household .map_wrap .map svg .range6:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}

#per_household .map_wrap .map table.gauge tr td.range1 {
  background: #efc8f8;
}
#per_household .map_wrap .map table.gauge tr td.range2 {
  background: #eba9f1;
}
#per_household .map_wrap .map table.gauge tr td.range3 {
  background: #db56bc;
}
#per_household .map_wrap .map table.gauge tr td.range4 {
  background: #d43ea1;
}
#per_household .map_wrap .map table.gauge tr td.range5 {
  background: #cc2783;
}
#per_household .map_wrap .map table.gauge tr td.range6 {
  background: #a31f68;
}

#pop_flctn .map_wrap .map svg .range1 {
  fill: #ffc2d5;
  fill-opacity: 0.9;
  animation: filler 0.5s ease-in;
}
#pop_flctn .map_wrap .map svg .range2 {
  fill: #ffaece;
  fill-opacity: 0.9;
  animation: filler 0.75s ease-in;
}
#pop_flctn .map_wrap .map svg .range3 {
  fill: #ff9acb;
  fill-opacity: 0.9;
  animation: filler 1s ease-in;
}
#pop_flctn .map_wrap .map svg .range4 {
  fill: #ff88c1;
  fill-opacity: 0.9;
  animation: filler 1.25s ease-in;
}
#pop_flctn .map_wrap .map svg .range5 {
  fill: #ff73b6;
  fill-opacity: 0.9;
  animation: filler 1.5s ease-in;
}
#pop_flctn .map_wrap .map svg .range6 {
  fill: #ff5baa;
  fill-opacity: 0.9;
  animation: filler 1.75s ease-in;
}
#pop_flctn .map_wrap .map svg .range7 {
  fill: #fa439b;
  fill-opacity: 0.9;
  animation: filler 2s ease-in;
}
#pop_flctn .map_wrap .map svg .range8 {
  fill: #e82583;
  fill-opacity: 0.9;
  animation: filler 2.5s ease-in;
}
#pop_flctn .map_wrap .map svg .range1:hover,
#pop_flctn .map_wrap .map svg .range2:hover,
#pop_flctn .map_wrap .map svg .range3:hover,
#pop_flctn .map_wrap .map svg .range4:hover,
#pop_flctn .map_wrap .map svg .range5:hover,
#pop_flctn .map_wrap .map svg .range6:hover,
#pop_flctn .map_wrap .map svg .range7:hover,
#pop_flctn .map_wrap .map svg .range8:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}

#pop_flctn .map_wrap .map table.gauge tr td.range1 {
  background: #ffc2d5;
}
#pop_flctn .map_wrap .map table.gauge tr td.range2 {
  background: #ffaece;
}
#pop_flctn .map_wrap .map table.gauge tr td.range3 {
  background: #ff9acb;
}
#pop_flctn .map_wrap .map table.gauge tr td.range4 {
  background: #ff88c1;
}
#pop_flctn .map_wrap .map table.gauge tr td.range5 {
  background: #ff73b6;
}
#pop_flctn .map_wrap .map table.gauge tr td.range6 {
  background: #ff5baa;
}
#pop_flctn .map_wrap .map table.gauge tr td.range7 {
  background: #fa439b;
}
#pop_flctn .map_wrap .map table.gauge tr td.range8 {
  background: #e82583;
}

#popdens .map_wrap .map svg .range1 {
  fill: #ffedd2;
  fill-opacity: 0.7;
  animation: filler 0.5s ease-in;
}
#popdens .map_wrap .map svg .range2 {
  fill: #ffe4c4;
  fill-opacity: 0.7;
  animation: filler 0.75s ease-in;
}
#popdens .map_wrap .map svg .range3 {
  fill: #ffd7a5;
  fill-opacity: 0.7;
  animation: filler 1s ease-in;
}
#popdens .map_wrap .map svg .range4 {
  fill: #ffce83;
  fill-opacity: 0.7;
  animation: filler 1.25s ease-in;
}
#popdens .map_wrap .map svg .range5 {
  fill: #ffbe56;
  fill-opacity: 0.7;
  animation: filler 1.5s ease-in;
}
#popdens .map_wrap .map svg .range6 {
  fill: #ffa744;
  fill-opacity: 0.7;
  animation: filler 1.75s ease-in;
}
#popdens .map_wrap .map svg .range7 {
  fill: #ff8d30;
  fill-opacity: 0.7;
  animation: filler 2s ease-in;
}
#popdens .map_wrap .map svg .range8 {
  fill: #ff8119;
  fill-opacity: 0.7;
  animation: filler 2.25s ease-in;
}
#popdens .map_wrap .map svg .range9 {
  fill: #ff7400;
  fill-opacity: 0.7;
  animation: filler 2.5s ease-in;
}
#popdens .map_wrap .map svg .range1:hover,
#popdens .map_wrap .map svg .range2:hover,
#popdens .map_wrap .map svg .range3:hover,
#popdens .map_wrap .map svg .range4:hover,
#popdens .map_wrap .map svg .range5:hover,
#popdens .map_wrap .map svg .range6:hover,
#popdens .map_wrap .map svg .range7:hover,
#popdens .map_wrap .map svg .range8:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}

#popdens .map_wrap .map table.gauge tr td.range1 {
  background: #ffedd2;
}
#popdens .map_wrap .map table.gauge tr td.range2 {
  background: #ffe4c4;
}
#popdens .map_wrap .map table.gauge tr td.range3 {
  background: #ffd7a5;
}
#popdens .map_wrap .map table.gauge tr td.range4 {
  background: #ffce83;
}
#popdens .map_wrap .map table.gauge tr td.range5 {
  background: #ffbe56;
}
#popdens .map_wrap .map table.gauge tr td.range6 {
  background: #ffa744;
}
#popdens .map_wrap .map table.gauge tr td.range7 {
  background: #ff8d30;
}
#popdens .map_wrap .map table.gauge tr td.range8 {
  background: #ff8119;
}
#popdens .map_wrap .map table.gauge tr td.range9 {
  background: #ff7400;
}

#foreignpop .map_wrap .map svg .range1 {
  fill: #a7f774;
  fill-opacity: 0.7;
  animation: filler 0.5s ease-in;
}
#foreignpop .map_wrap .map svg .range2 {
  fill: #73cb55;
  fill-opacity: 0.7;
  animation: filler 0.75s ease-in;
}
#foreignpop .map_wrap .map svg .range3 {
  fill: #47a03a;
  fill-opacity: 0.7;
  animation: filler 1s ease-in;
}
#foreignpop .map_wrap .map svg .range4 {
  fill: #348a2f;
  fill-opacity: 0.7;
  animation: filler 1.5s ease-in;
}
#foreignpop .map_wrap .map svg .range5 {
  fill: #247425;
  fill-opacity: 0.7;
  animation: filler 1.75s ease-in;
}
#foreignpop .map_wrap .map svg .range6 {
  fill: #1b5e20;
  fill-opacity: 0.7;
  animation: filler 2s ease-in;
}
#foreignpop .map_wrap .map svg .range1:hover,
#foreignpop .map_wrap .map svg .range2:hover,
#foreignpop .map_wrap .map svg .range3:hover,
#foreignpop .map_wrap .map svg .range4:hover,
#foreignpop .map_wrap .map svg .range5:hover,
#foreignpop .map_wrap .map svg .range6:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}

#foreignpop .map_wrap .map table.gauge tr td.range1 {
  background: #a7f774;
}
#foreignpop .map_wrap .map table.gauge tr td.range2 {
  background: #73cb55;
}
#foreignpop .map_wrap .map table.gauge tr td.range3 {
  background: #47a03a;
}
#foreignpop .map_wrap .map table.gauge tr td.range4 {
  background: #348a2f;
}
#foreignpop .map_wrap .map table.gauge tr td.range5 {
  background: #247425;
}
#foreignpop .map_wrap .map table.gauge tr td.range6 {
  background: #1b5e20;
}

#foreignper .map_wrap .map svg .range1 {
  fill: #ffc58f;
  fill-opacity: 0.9;
  animation: filler 0.5s ease-in;
}
#foreignper .map_wrap .map svg .range2 {
  fill: #f3aa76;
  fill-opacity: 0.9;
  animation: filler 0.75s ease-in;
}
#foreignper .map_wrap .map svg .range3 {
  fill: #e68e5f;
  fill-opacity: 0.9;
  animation: filler 1s ease-in;
}
#foreignper .map_wrap .map svg .range4 {
  fill: #cd5637;
  fill-opacity: 0.9;
  animation: filler 1.25s ease-in;
}
#foreignper .map_wrap .map svg .range5 {
  fill: #c13b25;
  fill-opacity: 0.9;
  animation: filler 1.5s ease-in;
}
#foreignper .map_wrap .map svg .range6 {
  fill: #b42116;
  fill-opacity: 0.9;
  animation: filler 1.75s ease-in;
}
#foreignper .map_wrap .map svg .range7 {
  fill: #a80808;
  fill-opacity: 0.9;
  animation: filler 2s ease-in;
}
#foreignper .map_wrap .map svg .range1:hover,
#foreignper .map_wrap .map svg .range2:hover,
#foreignper .map_wrap .map svg .range3:hover,
#foreignper .map_wrap .map svg .range4:hover,
#foreignper .map_wrap .map svg .range5:hover,
#foreignper .map_wrap .map svg .range6:hover,
#foreignper .map_wrap .map svg .range7:hover {
  filter: hue-rotate(-45deg);
  transition: filter 0.3s ease-in-out;
}

#foreignper .map_wrap .map table.gauge tr td.range1 {
  background: #ffc58f;
}
#foreignper .map_wrap .map table.gauge tr td.range2 {
  background: #f3aa76;
}
#foreignper .map_wrap .map table.gauge tr td.range3 {
  background: #e68e5f;
}
#foreignper .map_wrap .map table.gauge tr td.range4 {
  background: #cd5637;
}
#foreignper .map_wrap .map table.gauge tr td.range5 {
  background: #c13b25;
}
#foreignper .map_wrap .map table.gauge tr td.range6 {
  background: #b42116;
}
#foreignper .map_wrap .map table.gauge tr td.range7 {
  background: #a80808;
}

@media (min-width: 768px) {
  body {
    height: 100vh;
  }
  .container {
    max-width: 1200px;
  }
  .container section {
    margin-top: auto;
    margin-bottom: auto;
  }
  section#home {
    height: 100%;
    margin-top: 60px;
  }
  .map_wrap {
    flex-direction: row;
    align-items: center;
  }
  .map_wrap .map {
    width: 100%;
    max-width: 500px;
    min-width: 400px;
    margin: 30px 30px 0 0;
  }
  .map_wrap .map svg {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .map_wrap .chart_wrap {
    margin-top: 100px;
    width: 50%;
  }
  #home .map_wrap .map {
    flex-direction: row;
    align-items: flex-start;
    max-width: 800px;
  }
  #home .map_wrap .map svg {
    max-height: 600px;
  }
  #home .map_wrap .map .data_list {
    flex-direction: column;
  }
  #home .map_wrap .map .data_list ul.left_top, #home .map_wrap .map .data_list ul.right_bottom {
    margin: 0 0 0 40px;
  }
  #home .map_wrap .map .data_list ul:first-child {
    margin-top: 50px;
  }
  .footer {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */