@charset "UTF-8";
@font-face {
  font-family: "MPLUS", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
}
body {
  margin: 0;
  padding: 0;
  border: none;
}

* {
  outline: none;
  line-height: 1.4;
  font-family: "MPLUS", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  line-height: 1;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  opacity: 1;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  transition: 0.4s;
  /* スライダーのカスタマイズ */
}
body.active {
  background: #f0f0f0;
  height: 100vh;
  overflow: hidden;
}
body.active main {
  opacity: 0;
}
body main {
  display: block;
}
body input[type=range]::-ms-tooltip {
  display: none;
}
body header {
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all 0.6s;
}
body header .container2 .navbar {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar {
    background: #f0f0f0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    width: 100%;
    z-index: 99999999999;
    margin-top: calc(140/750*100vw);
  }
}
body header .container2 .navbar.active {
  left: 0;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-brand {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-brand a {
    display: block;
    padding: calc(30/750*100vw) calc(105/750*100vw);
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}
body header .container2 .navbar .navbar-brand a .text {
  font-size: 14px;
  color: #4c6ab8;
  padding-left: 10px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-brand a .text {
    padding-left: calc(40/750*100vw);
    font-size: calc(40/750*100vw);
    font-weight: 300;
  }
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-nav {
    width: 100%;
  }
}
body header .container2 .navbar .navbar-nav a {
  font-size: 14px;
  color: #4c6ab8;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-nav a {
    padding-left: 0;
    display: block;
    font-size: calc(40/750*100vw);
    font-weight: 300;
    padding: calc(30/750*100vw) calc(105/750*100vw);
    border-bottom: 2px solid #fff;
  }
}
body .ttl {
  font-size: 51px;
  font-weight: normal;
  color: #4c6ab8;
}
@media screen and (max-width: 769px) {
  body .ttl {
    font-size: calc(90/750*100vw);
  }
}
body .ttl.cl_1 {
  color: #449de3;
}
body .ttl span {
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  body .ttl span {
    display: block;
    font-size: calc(55/750*100vw);
  }
}
body .ttl2 {
  font-size: 23px;
  font-weight: normal;
  color: #439de3;
  text-align: center;
  padding-bottom: 12px;
}
body .ttl2.cl_1 {
  color: #449de3;
}
@media screen and (max-width: 769px) {
  body .ttl2 {
    font-size: calc(46/750*100vw);
  }
}
body .mt-40 {
  margin-top: 40px;
}
body .bdb {
  border-bottom: 2px solid #b4ebfa;
}
body .wrap_colum {
  position: relative;
  padding-bottom: 27px;
  overflow: hidden;
  /* Track */
  /* Handle */
}
body .wrap_colum.active {
  overflow-x: scroll;
  padding-bottom: 10px;
}
body .wrap_colum.active span {
  position: absolute;
  font-size: 14px;
  color: #449de3;
  bottom: 8px;
  left: 29px;
}
body .wrap_colum.active .toptip {
  opacity: 1;
}
body .wrap_colum::-webkit-scrollbar {
  width: 5px;
}
body .wrap_colum::-webkit-scrollbar-track {
  background: #8fc4ee;
}
body .wrap_colum::-webkit-scrollbar-thumb {
  background: #449de3;
  border-radius: 10px;
  width: 20px;
}
body .wrap_colum::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../images/ico4.png);
  background-repeat: no-repeat;
  background-color: #8fc4ee;
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  background-size: 10px;
}
body .wrap_colum::-webkit-scrollbar-button:horizontal:start:decrement, body .wrap_colum::-webkit-scrollbar-button:horizontal:end:increment {
  position: absolute;
  top: 2px;
  display: flex;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-color: #8fc4ee;
  background-size: 7px;
  align-items: center;
  justify-content: center;
  background-position: center;
}
body .wrap_colum::-webkit-scrollbar-button:horizontal:start:decrement {
  background-image: url(../images/ico4.png);
}
body .wrap_colum::-webkit-scrollbar-button:horizontal:end:increment {
  background-image: url(../images/ico5.png);
}
body .wrap_colum span {
  position: absolute;
  font-size: 14px;
  color: #449de3;
  bottom: 27px;
  left: 78px;
}
@media screen and (max-width: 769px) {
  body .wrap_colum span {
    font-size: calc(14/750*100vw);
    bottom: calc(26/750*100vw);
    left: calc(125/750*100vw);
  }
}
body .wrap_colum #columnchart_material {
  margin-bottom: -90px;
  margin-top: -80px;
}
body .wrap_colum #columnchart_material_1 {
  margin-bottom: -74px;
  margin-top: -80px;
}
body .wrap_colum #columnchart_material_1 ~ span {
  bottom: 38px;
  left: 78px;
  font-size: 14px;
}
body .wrap_colum .ttl_inner {
  font-size: 14px;
  color: #449de3;
  position: relative;
  z-index: 999;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  body .wrap_colum .ttl_inner {
    padding-left: calc(30/750*100vw);
  }
}
body .wrap_colum .toptip {
  color: red;
  z-index: 999999999999999;
  position: absolute;
  bottom: 15px;
  border: 2px solid red;
  padding: 0 5px;
  font-size: 14px;
  left: 30px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
body .wrap_colum .toptip:after {
  content: "";
  background: url(../images/ic-1.png);
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
}
body .d-hidden {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: none !important;
}
body .toogle-menu {
  width: calc(120/750*100vw);
  height: calc(120/750*100vw);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999999999999999999999;
  background: #f0f0f0;
  align-items: center;
  justify-content: center;
  padding: calc(30/750*100vw);
  box-sizing: border-box;
  flex-wrap: wrap;
  opacity: 1 !important;
  display: none;
}
@media screen and (max-width: 769px) {
  body .toogle-menu {
    display: flex !important;
  }
}
body .toogle-menu.active {
  background: #fff;
}
body .toogle-menu.active span:nth-child(1) {
  transform: translate(0%, 175%) rotate(45deg);
}
body .toogle-menu.active span:nth-child(2) {
  display: none;
}
body .toogle-menu.active span:nth-child(3) {
  transform: translate(0%, -207%) rotate(-45deg);
}
body .toogle-menu span {
  height: calc(7/750*100vw);
  background: #000;
  width: 100%;
  display: block;
  transition: all 0.5s;
}
body .d-pc {
  display: none !important;
}
@media screen and (max-width: 769px) {
  body .d-pc {
    display: inline-block !important;
  }
}
body .d-sp {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  body .d-sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-1 {
    order: 1 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-2 {
    order: 2 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-3 {
    order: 3 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-4 {
    order: 4 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-5 {
    order: 5 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-6 {
    order: 6 !important;
  }
}
body .form-gr {
  max-width: 200px;
  width: 100%;
  position: relative;
}
body .form-gr .range {
  appearance: none;
  width: 100%;
  height: 3px;
  background: #b4ebfa;
  -ms-background: transparent;
  outline: none;
  transition: all .2s;
  position: relative;
  border: none;
  margin: 0;
}
@media all and (-ms-high-contrast: none) {
  body .form-gr .range {
    background: transparent;
    height: 6px;
  }
}
body .form-gr .txt {
  font-size: 10px;
  line-height: calc(11/10);
  color: #439de3;
  position: absolute;
  top: -4px;
  font-weight: 700;
}
body .form-gr .txt.txt_end {
  right: 0;
}
body .form-gr .txt.txt_start {
  left: 0;
}
body .form-gr .line {
  position: absolute;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  transition: all .2s;
  left: 0;
  top: 13px;
  z-index: 2;
  border-radius: 10px;
}
@media all and (-ms-high-contrast: none) {
  body .form-gr .line {
    display: none;
  }
}
body .form-gr .line.bg-green {
  background: #01c289;
}
body .form-gr .line.bg-orenge {
  background: #ff931e;
}
body .form-gr .line.bg-gray {
  background: #b3b3b3;
}
body .form-gr .line.bg-violet {
  background: #b080de;
}
body .form-gr .line.bg-yellow {
  background: #d9e021;
}
body .form-gr .line.bg-blue {
  background: #449de3;
}
body .form-gr .line.bg-red {
  background: #ff0000;
}
body .form-gr .bubble {
  background: #439de3;
  color: #000;
  padding: 4px 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-10%);
  top: -35px;
  font-size: 13px;
  box-shadow: -2px 4px 6px 0px #5a5252;
  opacity: 0;
  transition: all 0.2s;
  display: none;
  z-index: 99999;
  font-weight: 700;
}
body .d-none {
  display: none !important;
}
body .under_ttl2 {
  font-size: 14px;
  text-align: left;
  color: #449de3;
  font-weight: 500;
  padding-bottom: 10px;
}
body .value {
  display: flex;
  align-items: flex-end;
  max-width: 100px;
  width: 100%;
  position: relative;
}
body .value.mt-20 {
  margin-top: 20px;
}
body .value .number,
body .value .ranger-number {
  font-size: 16px;
  color: #000;
  background: #b4ebfa;
  padding: 0 5px;
  max-width: 67px;
  text-align: right;
  margin-right: 5px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-weight: 300;
}
body .value .number.mw-60,
body .value .ranger-number.mw-60 {
  min-width: 60px;
}
body .value .ranger-number {
  font-size: 16px;
  padding: 0 3px;
  max-width: 67px;
}
body .value span {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
}
body .cl_bue {
  color: #449de3 !important;
}
body .container2 {
  max-width: 960px;
  margin: 0 auto;
}
body .container2 > div {
  position: relative;
  left: -200%;
  transition: all 0.5s;
  display: none;
}
body .container2 > div.active {
  left: 0;
  display: block;
}
body footer {
  font-size: 9px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 769px) {
  body footer {
    font-size: calc(18/750*100vw);
    padding-bottom: calc(30/750*100vw);
  }
}

main .ttl {
  color: #9395ed;
}
main .form-gr .bubble {
  background: #fff;
}
main .form-gr .bubble::after {
  bottom: -10px !important;
  border-style: solid !important;
  border-color: transparent transparent #c7b2de transparent !important;
  border-width: 0 10px 10px 0 !important;
  transform: rotate(90deg);
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
}
main .form-gr .range {
  background: #c7b2de;
}
main #columnchart_values_2 [fill="#333333"] {
  display: none !important;
}
main .household_expenditure .value {
  justify-content: flex-end;
  max-width: 90px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .value {
    max-width: calc(250/750*100vw);
  }
}
main .household_expenditure .value .ranger-number {
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .value .ranger-number {
    font-size: calc(36/750*100vw) !important;
    max-width: calc(200/750*100vw);
  }
}
main .household_expenditure .value .number,
main .household_expenditure .value .ranger-number,
main .household_expenditure .value .number-format {
  background: #e3d4f2;
  color: #000;
  font-weight: 700;
}
main .household_expenditure .value span {
  color: #9395ed;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .value span {
    font-size: calc(32/750*100vw);
  }
}
main .household_expenditure .wrap_all {
  padding: 20px 0 18px;
  border-top: 1px solid #fff;
}
main .household_expenditure .row .left {
  border-color: #c7b2de;
}
main .household_expenditure .row .left .ttl2 {
  color: #9395ed;
}
main .household_expenditure .row .left .block2 {
  padding-bottom: 0;
}
main .household_expenditure .row .left .block2.p0 {
  padding: 0;
}
main .household_expenditure .row .left .block2.bg_blue p.txt {
  background-color: #449de3;
  background-image: unset;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2.bg_blue p.txt {
    background-color: transparent;
    background-image: url(../images/bg_btn-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(66/750*100vw);
    max-width: 50%;
    margin-right: 0;
  }
  main .household_expenditure .row .left .block2.bg_blue p.txt:before {
    display: none;
  }
}
main .household_expenditure .row .left .block2.bg_blue p.txt:after {
  background-color: #449de3;
}
main .household_expenditure .row .left .block2.bg_blue p.txt:before {
  border-left-color: #449de3;
}
main .household_expenditure .row .left .block2.bg_green p.txt {
  background-color: #00b886;
  background-image: unset;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2.bg_green p.txt {
    background-color: transparent;
    background-image: url(../images/bg_btn-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(66/750*100vw);
    max-width: 50%;
    margin-right: 0;
  }
  main .household_expenditure .row .left .block2.bg_green p.txt:before {
    display: none;
  }
}
main .household_expenditure .row .left .block2.bg_green p.txt:after {
  background: #00b886;
}
main .household_expenditure .row .left .block2.bg_green p.txt:before {
  border-left-color: #00b886;
}
main .household_expenditure .row .left .block2.bg_orenge p.txt {
  background-color: #ff931e;
  background-image: unset;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2.bg_orenge p.txt {
    background-color: transparent;
    background-image: url(../images/bg_btn-orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(66/750*100vw);
    max-width: 50%;
    margin-right: 0;
  }
  main .household_expenditure .row .left .block2.bg_orenge p.txt:before {
    display: none;
  }
}
main .household_expenditure .row .left .block2.bg_orenge p.txt:after {
  background: #ff931e;
}
main .household_expenditure .row .left .block2.bg_orenge p.txt:before {
  border-left-color: #ff931e;
}
main .household_expenditure .row .left .block2.bg_grey p.txt {
  background-color: #b3b3b3;
  background-image: unset;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2.bg_grey p.txt {
    background-color: transparent;
    background-image: url(../images/bg_btn-grey.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(66/750*100vw);
    max-width: 50%;
    margin-right: 0;
  }
  main .household_expenditure .row .left .block2.bg_grey p.txt:before {
    display: none;
  }
}
main .household_expenditure .row .left .block2.bg_grey p.txt:after {
  background: #b3b3b3;
}
main .household_expenditure .row .left .block2.bg_grey p.txt:before {
  border-left-color: #b3b3b3;
}
main .household_expenditure .row .left .block2.bg_grey .form-gr .range::-webkit-slider-thumb {
  background: #b3b3b3;
}
main .household_expenditure .row .left .block2.bg_violet p.txt {
  background: #00b886;
}
main .household_expenditure .row .left .block2.bg_violet p.txt:after {
  background: #00b886;
}
main .household_expenditure .row .left .block2.bg_violet p.txt:before {
  border-left-color: #00b886;
}
main .household_expenditure .row .left .block2.bg_violet .form-gr .range::-webkit-slider-thumb {
  background: #b080de;
}
main .household_expenditure .row .left .block2.bg_yellow p.txt {
  background-color: #ff4fcd;
  background-image: unset;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2.bg_yellow p.txt {
    background-color: transparent;
    background-image: url(../images/bg_btn-pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(66/750*100vw);
    max-width: 50%;
    margin-right: 0;
  }
  main .household_expenditure .row .left .block2.bg_yellow p.txt:before {
    display: none;
  }
}
main .household_expenditure .row .left .block2.bg_yellow p.txt:after {
  background: #ff4fcd;
}
main .household_expenditure .row .left .block2.bg_yellow p.txt:before {
  border-left-color: #ff4fcd;
}
main .household_expenditure .row .left .block2 p.txt {
  min-height: 32px;
  padding-right: 5px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: 700;
  border-right: none;
  box-sizing: border-box;
  font-size: 13px;
  margin-right: 16px;
  min-width: 75px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2 p.txt {
    order: 1;
    font-size: calc(32/750*100vw);
    min-width: calc(305/750*100vw);
    margin-right: calc(40/750*100vw);
    padding-left: calc(25/750*100vw);
  }
  main .household_expenditure .row .left .block2 p.txt:before {
    border: calc(22/750*100vw) solid transparent;
    right: calc(-44/750*100vw);
  }
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .left .block2 p.txt {
    line-height: 32px;
  }
}
main .household_expenditure .row .left .block2 p.txt:before {
  position: absolute;
  content: "";
  right: -32px;
  top: 0;
  border: 16px solid transparent;
  bottom: 0;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2 .form-gr {
    order: 3;
    max-width: 100%;
    padding-top: calc(45/750*100vw);
  }
}
main .household_expenditure .row .left .block2 .form-gr .txt {
  text-align: center;
  top: -1px;
  white-space: nowrap;
  z-index: 2;
  text-align: left;
  z-index: 99;
}
main .household_expenditure .row .left .block2 .form-gr .txt.txt0 {
  left: 0;
}
main .household_expenditure .row .left .block2 .form-gr .txt.txt1 {
  left: 20%;
}
main .household_expenditure .row .left .block2 .form-gr .txt.txt2 {
  left: 40%;
}
main .household_expenditure .row .left .block2 .form-gr .txt.txt3 {
  left: 60%;
}
main .household_expenditure .row .left .block2 .form-gr .txt.txt4 {
  left: 80%;
}
main .household_expenditure .row .left .block2 .form-gr .txt.txt5 {
  left: 100%;
}
main .household_expenditure .row .left .block2 .form-gr .range {
  width: 100%;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .left .block2 .value {
    order: 2;
  }
}
main .household_expenditure .row .right {
  border-color: #c7b2de;
  padding: 18px 0;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right {
    padding: calc(20/750*100vw) 0 0;
  }
}
main .household_expenditure .row .right .ttl2 {
  color: #9395ed;
}
main .household_expenditure .row .right:after {
  background: url(../images/ico3-3.png) no-repeat;
}
main .household_expenditure .row .right .note {
  padding: auto 27px;
  height: auto;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note {
    padding: calc(30/750*100vw);
    margin-top: calc(20/750*100vw);
  }
}
main .household_expenditure .row .right .wrap-chart {
  display: flex;
  align-items: center;
}
main .household_expenditure .row .right .wrap-chart #columnchart_values_2 {
  width: 70%;
}
main .household_expenditure .row .right .wrap-chart .des {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .wrap-chart .des {
    top: 47%;
    right: calc(-30/750*100vw);
    padding-top: calc(245/750*100vw);
  }
}
main .household_expenditure .row .right .wrap-chart .des p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  width: 100%;
  padding-right: 30px;
  z-index: 999;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .wrap-chart .des p {
    padding-bottom: calc(15/750*100vw);
    flex-wrap: wrap;
    padding-right: calc(15/750*100vw);
  }
}
main .household_expenditure .row .right .wrap-chart .des p span {
  font-size: 11px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .wrap-chart .des p span {
    font-size: calc(22/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .wrap-chart .des p span:nth-child(2) {
    display: block;
  }
}
main .household_expenditure .row .right .wrap-chart .des p span.txt {
  padding-right: 10px;
}
main .household_expenditure .row .right .wrap-chart .des p span.txt.cl_1 {
  color: #449de3;
}
main .household_expenditure .row .right .wrap-chart .des p span.txt.cl_2 {
  color: #ff931e;
}
main .household_expenditure .row .right .wrap-chart .des p span.txt.cl_3 {
  color: #b3b3b3;
}
main .household_expenditure .row .right .wrap-chart .des p span.txt.cl_4 {
  color: #00b886;
}
main .household_expenditure .row .right .wrap-chart .des p span.txt.cl_5 {
  color: #ff4fcd;
}
main .household_expenditure .row .right .under2_ttl2 {
  color: #fff;
  background: #ed1c24;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 15px 25px;
  font-size: 18px;
  line-height: calc(26/18);
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .household_expenditure .row .right .under2_ttl2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ed1c24;
  bottom: -26px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .under2_ttl2 {
    font-size: calc(36/750*100vw);
    font-weight: 700;
  }
}
main .household_expenditure .row .right .annual {
  width: 85%;
  margin: 0 auto 20px;
  color: #646464;
}
main .household_expenditure .row .right .annual .top {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #646464;
  align-items: flex-end;
}
main .household_expenditure .row .right .annual .top span {
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .annual .top span {
    font-size: calc(28/750*100vw);
  }
}
main .household_expenditure .row .right .annual .top span.txt-right {
  color: #ed1c24;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .annual .top span.txt-right {
    font-size: calc(32/750*100vw);
  }
}
main .household_expenditure .row .right .annual .bot {
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .annual .bot {
    font-size: calc(24/750*100vw);
  }
}
main .household_expenditure .row .right figure {
  line-height: 1;
  height: 252px;
}
main .household_expenditure .row .right figure img {
  height: 100%;
}
main .household_expenditure .row .right .note {
  border-radius: 5px;
}
main .household_expenditure .row .right .note div.txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note div.txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(60/750*100vw);
  }
}
main .household_expenditure .row .right .note div.txt span {
  font-size: 16px;
  color: #646464;
  font-weight: 600;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note div.txt span {
    font-size: calc(32/750*100vw);
  }
}
main .household_expenditure .row .right .note div.txt .value {
  max-width: 150px;
  text-align: right;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note div.txt .value {
    max-width: calc(250/750*100vw);
  }
}
main .household_expenditure .row .right .note .value {
  max-width: 90px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .value {
    max-width: unset;
  }
}
main .household_expenditure .row .right .note .value span {
  padding-left: 0;
  color: #646464;
  white-space: nowrap;
}
main .household_expenditure .row .right .note .value .ranger-number {
  background: #fff;
}
main .household_expenditure .row .right .note .value .number {
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .value .number {
    font-size: calc(36/750*100vw) !important;
    min-width: calc(175/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .value span {
    font-size: calc(32/750*100vw);
  }
}
main .household_expenditure .row .right .note .block2 {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 {
    margin-bottom: 0;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr {
  max-width: 290px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 .form-gr {
    max-width: 100%;
    margin-bottom: 0;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .bubble {
  opacity: 1;
  display: none;
  z-index: 999;
  background: #c7b2de;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 .form-gr .bubble {
    font-size: calc(26/750*100vw);
    padding: calc(5/750*100vw) calc(10/750*100vw);
    top: calc(-35/750*100vw);
    left: 55%;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .line {
  top: 10px;
  padding-left: 0;
  background: #9395ed;
  z-index: 9;
  width: 52%;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 .form-gr .line {
    top: calc(38/750*100vw);
    height: calc(5/750*100vw);
  }
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .right .note .block2 .form-gr .line {
    display: block;
    top: 27px;
    width: 53%;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .range:after, main .household_expenditure .row .right .note .block2 .form-gr .range:before {
  display: none;
}
main .household_expenditure .row .right .note .block2 .form-gr .range::-webkit-slider-thumb {
  background: #c7b2de;
}
main .household_expenditure .row .right .note .block2 .form-gr .range::-webkit-slider-thumb {
  background: #9395ed;
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .right .note .block2 .form-gr .range {
    overflow: hidden;
    opacity: 0;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .wrap-right {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
  top: -11px;
  left: 0;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right {
    top: -7px;
  }
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right {
    top: calc(1/750*100vw);
    position: unset;
    margin-bottom: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right {
    margin-top: 10px;
  }
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #646464;
    outline: none;
    transition: all .2s;
    left: 0;
    top: 25px;
    z-index: 2;
    width: 100%;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger {
  font-size: 12px;
  line-height: calc(11/10);
  color: #ffffff;
  text-align: center;
  z-index: 4;
  position: relative;
  cursor: pointer;
  color: #646464;
  font-weight: 600;
  width: 35px;
  bottom: 2px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: calc(18/750*100vw);
  }
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger {
    width: auto;
  }
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #9395ed;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 2px 2px 4px #cccc;
    z-index: 999999999;
    position: absolute;
    top: 18px;
    left: 0px;
    opacity: 0;
    transition: all .2s;
  }
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger.active:after {
    opacity: 1;
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger span {
  padding: 0;
  font-size: 18px;
  color: #646464;
  display: block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger span {
    font-size: calc(28/750*100vw);
  }
}
main .household_expenditure .row .right .note .block2 .form-gr .wrap-right .list-ranger br {
  display: none;
}
main .household_expenditure .row .right .form-gr .bubble {
  background: #fff;
}
main .household_expenditure .row .right .form-gr .bubble::after {
  background-image: url(../images/ico2-3.png);
}
main .household_expenditure .row .right .form-gr .range {
  background: #646464;
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .row .right .form-gr .range {
    background: transparent;
  }
}
@media screen and (max-width: 769px) {
  main .household_expenditure .row .right .form-gr .range {
    position: absolute;
    top: calc(38/750*100vw);
  }
}
main .household_expenditure .block2 {
  justify-content: space-between;
}
main .household_expenditure .block2 .list-rangers {
  display: flex;
  justify-content: justify-content;
  position: relative;
  max-width: 235px;
}
main .household_expenditure .block2 .list-rangers .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0 10%;
  padding-bottom: 10px;
}
main .household_expenditure .block2 .list-rangers .wrap:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #9395ed;
  outline: none;
  transition: all .2s;
  left: 0;
  top: 22px;
  z-index: 2;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .block2 .list-rangers .wrap:after {
    top: 25px;
  }
}
@media screen and (max-width: 769px) {
  main .household_expenditure .block2 .list-rangers .wrap:after {
    top: calc(42/750*100vw);
    height: calc(4/750*100vw);
  }
}
main .household_expenditure .block2 .list-rangers .wrap.wrap_right:after {
  background: #646464;
}
main .household_expenditure .block2 .list-rangers .wrap.w-20:before {
  width: 20%;
}
main .household_expenditure .block2 .list-rangers .wrap.w-40:before {
  width: 40%;
}
main .household_expenditure .block2 .list-rangers .wrap.w-60:before {
  width: 60%;
}
main .household_expenditure .block2 .list-rangers .wrap.w-80:before {
  width: 80%;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger {
  font-size: 10px;
  line-height: calc(11/10);
  color: #9395ed;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  width: 30px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger {
    font-size: calc(20/750*100vw);
    width: auto;
  }
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff0000;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 2px 2px 4px #cccc;
  position: absolute;
  top: 18px;
  left: 8px;
  opacity: 0;
  transition: all .2s;
  display: none;
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger:after {
    top: 21px;
  }
}
@media screen and (max-width: 769px) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger:after {
    top: calc(33/750*100vw);
    left: calc(11/750*100vw);
    width: calc(15/750*100vw);
    height: calc(15/750*100vw);
  }
}
@media screen and (max-width: 376px) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger:after {
    top: calc(29/750*100vw);
  }
}
@media screen and (max-width: 415px) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger:after {
    top: calc(30/750*100vw);
  }
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger:before {
  content: "";
  position: absolute;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger.list-ranger-right {
  color: #646464;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger.list-ranger-right:after {
  background: #c7b2de;
  width: 12px;
  height: 12px;
  top: 14px;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger.list-ranger-right .value span {
  color: #000 !important;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger.active:after {
  opacity: 1;
  display: inline;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger .bubble {
  white-space: nowrap;
  left: -22%;
  top: -15px;
  font-size: 12px;
  padding: 2px 5px;
  transition: all .5s;
  background: #c7b2de;
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger .bubble:hover {
  display: block !important;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger .bubble {
    font-size: calc(26/750*100vw);
    padding: calc(5/750*100vw) calc(10/750*100vw);
    top: calc(-35/750*100vw);
    left: 41%;
  }
}
main .household_expenditure .block2 .list-rangers .wrap .list-ranger span {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .block2 .list-rangers .wrap .list-ranger span {
    font-size: calc(30/750*100vw);
  }
}
main .household_expenditure .block2 .list-rangers .wrap .line-ranger {
  position: absolute;
  height: 4px;
  background: #ff0000;
  outline: none;
  transition: all .4s;
  left: 0;
  top: 22px;
  z-index: 9;
  width: 50%;
  padding: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  main .household_expenditure .block2 .list-rangers .wrap .line-ranger {
    width: 46%;
    top: 25px;
  }
}
main .household_expenditure .block2 .list-rangers .wrap .line-ranger.line-ranger-right {
  background: #c7b2de;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  main .household_expenditure .block2 .list-rangers .wrap .line-ranger {
    top: calc(42/750*100vw);
    height: calc(4/750*100vw);
  }
}

body .form-gr .range::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: #ff0000;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 999999999;
  position: relative;
}

body .form-gr .range.bg_blue::-webkit-slider-thumb {
  background: #449de3;
}

body .form-gr .range.bg_red::-webkit-slider-thumb {
  background: #ff0000;
}

.bdb {
  border-color: #ece6f4;
}

.irs--round.irs-with-grid {
  margin-left: 30px;
  margin-right: 30px;
}

.irs-bar {
  z-index: 4 !important;
  top: 17px !important;
  background-color: #ff0000 !important;
}
.irs-bar::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: red;
  height: 4px;
  left: -30px;
  width: 32px;
}
body .irs-line {
  overflow: unset;
  top: 17px !important;
  height: 3px !important;
  width: 117%;
  background-color: #9395ed !important;
}
@media screen and (max-width: 769px) {
  body .irs-line {
    width: 106%;
  }
}

@media all and (-ms-high-contrast: none) {
  .irs-line {
    overflow: visible;
  }
}
body .irs-handle {
  z-index: 5;
  top: 10px !important;
  width: 16px !important;
  height: 16px !important;
  background-color: #ff0000 !important;
  border: 3px solid #ffffff !important;
}
body .irs-single {
  visibility: hidden;
  font-size: 13px !important;
  font-weight: 700 !important;
  top: -23px !important;
  color: #000 !important;
  background-color: #87e7b0 !important;
  border-radius: unset !important;
  padding: 4px 12px !important;
  box-shadow: -2px 4px 6px 0px #5a5252 !important;
}
body .irs-single::before {
  bottom: -10px !important;
  border-style: solid !important;
  border-color: transparent transparent #87e7b0 transparent !important;
  border-width: 0 10px 10px 0 !important;
  transform: rotate(90deg);
}
.irs-grid-pol {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #9395ed !important;
  top: 9% !important;
  z-index: 3;
}
.irs-grid-pol.hover::before {
  content: attr(data-tooltip-message);
  display: inline-block;
  position: absolute;
  top: -34px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background: #c7b2de;
  box-shadow: -2px 4px 6px 0px #5a5252;
  transform: translateX(-40%);
  padding: 2px 5px;
  color: #000;
}
.irs-grid-pol.hover::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -17px;
  left: 5px;
  border-style: solid;
  border-color: transparent transparent #c7b2de transparent;
  border-width: 0 10px 10px 0;
  transform: rotate(90deg) !important;
}
.irs--round .irs-grid-text {
  font-size: 13px;
  font-weight: 700;
  color: #9395ed;
  bottom: 29px;
  visibility: visible !important;
  z-index: 2;
}
.irs-line:before, .irs-line:after, .irs-grid-pol.small, body .irs-min, body .irs-max {
  visibility: hidden !important;
}
.irs-grid {
  display: block;
  left: 0 !important;
  right: 0;
}
main .row .right .note div span {
  padding-left: 0;
}
.irs.irs--round.income-slider {
  margin-left: 0;
  margin-right: 0;
}
body .irs.income-slider {
  width: 100% !important;
}
.income-slider .irs-bar::before {
  left: -10px;
  width: 10px;
}
body .income-slider .irs-line {
  width: 103%;
}