@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: 40px;
  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;
}
/* IEでのスクロールバーの色変更 */
html,body {
  scrollbar-base-color: #449de3;
  scrollbar-track-color: #8fc4ee;
}
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 .irs {
  height: 35px !important;
  width: 100% !important;
}
body .irs-min,
body .irs-max {
  visibility: visible !important;
  font-size: 12px !important;
  line-height: calc(11/10) !important;
  font-weight: 700 !important;
  color: #34a16b !important;
  background-color: transparent !important;
  top: -6px !important;
  padding: 0 !important;
}
@media screen and (max-width: 769px) {
  body .irs-min,
  body .irs-max {
    font-size: calc(20/750*100vw);
  }
}
body .irs-min {
  left: -2px !important;
}
body .irs-max {
  right: -2px !important;
}
body .irs-bar {
  top: 17px !important;
  background-color: #ff0000 !important;
}
body .irs-line {
  overflow: unset;
  top: 17px !important;
  height: 3px !important;
  background-color: #87e7b0 !important;
}
@media all and (-ms-high-contrast: none) {
  body .irs-line {
    overflow: visible;
  }
}
body .irs-line::before,
body .irs-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #87e7b0;
  top: -2px;
  z-index: 1;
}
body .irs-line::before {
  left: -1px;
}
body .irs-line::after {
  right: -1px;
}
body .irs-handle {
  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);
}
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 {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  main {
    margin-bottom: calc(50/750*100vw);
    padding: 0 calc(20/750*100vw);
  }
}
main .ttl {
  padding-bottom: 15px;
}
main .form-gr {
  max-width: 235px;
}
main .form-gr .bubble {
  background: #b4ebfa;
}
main .form-gr .bubble::after {
  background: url(../images/ico2-1.png);
}
main .value span {
  color: #449de3;
}
main .btn-outSize {
  display: none;
}
@media screen and (max-width: 769px) {
  main .btn-outSize {
    display: flex !important;
    left: 0 !important;
    background: #449de3;
    border-radius: 10px;
    text-align: center;
    height: calc(100/750*100vw);
    align-items: center;
    justify-content: center;
  }
  main .btn-outSize a {
    font-size: calc(35/750*100vw);
    color: #ffffff;
    font-weight: 700;
  }
}
main .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  main .row {
    flex-wrap: wrap;
  }
}
main .row > div {
  max-width: 465px;
  width: 100%;
  box-sizing: border-box;
  border: 4px solid #449de3;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  main .row > div {
    max-width: 100%;
    margin-bottom: calc(55/750*100vw);
  }
}
main .row .left {
  background: #fff;
  overflow: hidden;
  padding: 18px;
}
@media screen and (max-width: 769px) {
  main .row .left {
    overflow: unset;
    padding: calc(18/750*100vw);
  }
}
main .row .left p.txt {
  font-size: 14px;
  font-weight: 500;
  color: #439de3;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
main .row .left p.txt img {
  position: absolute;
  top: 5px;
  right: -20px;
}
main .row .left .block1 {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  main .row .left .block1 {
    padding: calc(35/750*100vw) 0;
  }
}
main .row .left .block1.block1-cus {
  justify-content: flex-end;
}
main .row .left .block1 .gr-btn {
  max-width: 310px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 769px) {
  main .row .left .block1 .gr-btn {
    max-width: 100%;
  }
}
main .row .left .block1 .gr-btn a {
  font-size: 15px;
  display: inline-block;
  border: 1px solid #ffffff;
  background: #b3b3b3;
  text-align: center;
  color: #fff;
  padding: 2px 7px;
  transition: all 0.3s;
  box-shadow: 3px 2px 7px #655d5d;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  main .row .left .block1 .gr-btn a {
    width: 48%;
    font-size: calc(30/750*100vw);
    box-sizing: border-box;
  }
}
main .row .left .block1 .gr-btn a.active, main .row .left .block1 .gr-btn a:hover {
  background: #439de3;
  color: #ffffff;
}
main .row .left .block1 .gr-btn a:hover {
  opacity: 0.8;
}
main .row .left .block2 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 25px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  main .row .left .block2 {
    padding-top: calc(50/750*100vw);
    padding-bottom: calc(35/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block2 p.txt {
    order: 1;
    width: 50%;
    font-size: calc(28/750*100vw);
    min-height: auto;
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block2 .form-gr {
    order: 3;
    max-width: 100%;
    margin-top: calc(65/750*100vw);
  }
  main .row .left .block2 .form-gr .txt {
    font-size: calc(20/750*100vw);
    top: calc(-20/750*100vw);
  }
  main .row .left .block2 .form-gr .range {
    height: calc(6/750*100vw);
  }
  main .row .left .block2 .form-gr .bubble {
    font-size: calc(22/750*100vw);
    top: calc(-55/750*100vw);
  }
  main .row .left .block2 .form-gr .value {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block2 .form-gr .line {
    top: calc(10/750*100vw);
    height: calc(8/750*100vw);
  }
}
@media screen and (max-width: 541px) {
  main .row .left .block2 .form-gr .line {
    top: calc(16/750*100vw);
  }
}
@media screen and (max-width: 415px) {
  main .row .left .block2 .form-gr .line {
    top: calc(23/750*100vw);
  }
}
@media screen and (max-width: 376px) {
  main .row .left .block2 .form-gr .line {
    top: calc(24/750*100vw);
  }
}
@media screen and (max-width: 321px) {
  main .row .left .block2 .form-gr .line {
    top: calc(30/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block2 .range {
    height: calc(6/750*100vw);
  }
  main .row .left .block2 .range::after, main .row .left .block2 .range::before {
    width: calc(12/750*100vw);
    height: calc(12/750*100vw);
    top: calc(-3/750*100vw);
  }
  main .row .left .block2 .range::-webkit-slider-thumb {
    appearance: none;
    width: calc(30/750*100vw);
    height: calc(30/750*100vw);
    background: #ff0000;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #ffffff;
    z-index: 999999999;
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block2 .value {
    order: 2;
    max-width: calc(300/750*100vw);
  }
  main .row .left .block2 .value .number {
    font-size: calc(36/750*100vw);
    max-width: calc(200/750*100vw);
  }
  main .row .left .block2 .value span {
    font-size: calc(32/750*100vw);
  }
}
main .row .left .block3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 {
    flex-wrap: wrap;
    padding: calc(35/750*100vw) 0;
  }
}
main .row .left .block3.pt-15 {
  padding-top: 15px;
}
@media screen and (max-width: 769px) {
  main .row .left .block3.pt-15 {
    display: none;
  }
}
main .row .left .block3 .txt-left {
  max-width: 65px;
  width: 100%;
  font-size: 16px;
  padding-right: 6px;
  color: #439de3;
  box-sizing: border-box;
  line-height: calc(31/16);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .txt-left {
    font-size: calc(26/750*100vw);
    max-width: 100%;
    text-align: left;
    padding-bottom: calc(20/750*100vw);
  }
  main .row .left .block3 .txt-left br {
    display: none;
  }
}
main .row .left .block3 .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .row .left .block3 .cont .col-3 {
  width: calc(33.33% - 4px);
  font-size: 16px;
  line-height: calc(28/16);
  color: #439de3;
  background: #fff;
  border: 4px solid #23c196;
  text-align: center;
  padding: 45px 12px 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 {
    width: 100%;
    margin-bottom: calc(20/750*100vw);
    border: 4px solid #23c196 !important;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: calc(35/750*100vw) calc(15/750*100vw);
  }
}
main .row .left .block3 .cont .col-3.bg_2 {
  border: 4px solid #9395ed;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3.bg_2 {
    width: 100%;
    margin-bottom: calc(20/750*100vw);
    border: 4px solid #9395ed !important;
    border-radius: 5px;
  }
}
main .row .left .block3 .cont .col-3.bg_3 {
  border: 4px solid #f8ad1f;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3.bg_3 {
    width: 100%;
    margin-bottom: calc(20/750*100vw);
    border: 4px solid #f8ad1f !important;
    border-radius: 5px;
  }
}
main .row .left .block3 .cont .col-3.bdb-none {
  border-bottom: none;
}
main .row .left .block3 .cont .col-3.bdt-none {
  border-top: none;
}
main .row .left .block3 .cont .col-3.bd-radius-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
main .row .left .block3 .cont .col-3.bd-radius-bot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
main .row .left .block3 .cont .col-3 p.txt {
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 p.txt {
    order: 1;
    width: 50%;
    font-size: calc(28/750*100vw);
    text-align: left;
    min-height: auto;
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .value {
    display: none;
    margin-top: 0 !important;
  }
}
main .row .left .block3 .cont .col-3 .value .number {
  max-width: 85px;
}
main .row .left .block3 .cont .col-3 .form-gr {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .form-gr {
    order: 3;
    max-width: 100%;
    margin-top: calc(65/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .form-gr .txt {
    font-size: calc(20/750*100vw);
    top: calc(-20/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .form-gr .line {
    top: calc(9/750*100vw);
    height: calc(8/750*100vw);
  }
}
@media screen and (max-width: 541px) {
  main .row .left .block3 .cont .col-3 .form-gr .line {
    top: calc(16/750*100vw);
  }
}
@media screen and (max-width: 415px) {
  main .row .left .block3 .cont .col-3 .form-gr .line {
    top: calc(22/750*100vw);
  }
}
@media screen and (max-width: 376px) {
  main .row .left .block3 .cont .col-3 .form-gr .line {
    top: calc(25/750*100vw);
  }
}
@media screen and (max-width: 321px) {
  main .row .left .block3 .cont .col-3 .form-gr .line {
    top: calc(32/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .bubble {
    font-size: calc(22/750*100vw);
    top: calc(-55/750*100vw);
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .range {
    height: calc(6/750*100vw);
  }
  main .row .left .block3 .cont .col-3 .range::after, main .row .left .block3 .cont .col-3 .range::before {
    width: calc(12/750*100vw);
    height: calc(12/750*100vw);
    top: calc(-3/750*100vw);
  }
  main .row .left .block3 .cont .col-3 .range::-webkit-slider-thumb {
    appearance: none;
    width: calc(30/750*100vw);
    height: calc(30/750*100vw);
    background: #ff0000;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #ffffff;
    z-index: 999999999;
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .col-3 .value {
    order: 2;
    max-width: calc(290/750*100vw);
  }
  main .row .left .block3 .cont .col-3 .value .number {
    font-size: calc(36/750*100vw);
    max-width: calc(200/750*100vw);
  }
  main .row .left .block3 .cont .col-3 .value span {
    font-size: calc(32/750*100vw);
  }
}
main .row .left .block3 .cont .col-12 {
  width: 100%;
}
main .row .left .block3 .cont .inner-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main .row .left .block3 .cont .inner-cont .col-3 {
  padding: 3px 12px;
}
main .row .left .block3 .cont .click_all {
  font-size: 8px;
  margin-top: 7px;
  display: inline-block;
  border: 1px solid #ffffff;
  background: #459ee3;
  text-align: center;
  color: #ffffff;
  padding: 2px 5px;
  transition: all 0.3s;
  cursor: pointer;
  text-align: left;
  width: 90%;
}
@media all and (-ms-high-contrast: none) {
  main .row .left .block3 .cont .click_all {
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  main .row .left .block3 .cont .click_all {
    width: auto;
    font-size: calc(26/750*100vw);
    margin-top: calc(22/750*100vw);
    padding: calc(5/750*100vw) calc(10/750*100vw);
  }
  main .row .left .block3 .cont .click_all br {
    display: none;
  }
}
main .row .left .block4 .cont .col-3 {
  padding-top: 60px;
  padding-bottom: 30px;
}
main .row .right {
  position: relative;
  padding: 18px 0;
}
@media screen and (max-width: 769px) {
  main .row .right {
    padding: calc(20/750*100vw) 0 0;
  }
}
main .row .right:after {
  content: "";
  background: url(../images/ico3.png) no-repeat;
  width: 13px;
  height: 26px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 953px) {
  main .row .right:after {
    visibility: hidden;
  }
}
main .row .right .note {
  border-radius: 10px;
  background: #ededed;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  main .row .right .note {
    height: 11.5%;
  }
}
@media all and (-ms-high-contrast: none) {
  main .row .right .note {
    height: 14%;
  }
}
@media screen and (max-width: 769px) {
  main .row .right .note {
    position: static;
    margin-top: calc(25/750*100vw);
    padding: calc(30/750*100vw) calc(40/750*100vw);
  }
}
main .row .right .note div {
  font-size: 14px;
  color: #646464;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  main .row .right .note div {
    font-size: calc(26/750*100vw);
  }
}
main .row .right .note div p:not(.txt) {
  width: 26px;
  height: 13px;
  display: inline-block;
  background-color: #22c196;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  main .row .right .note div p:not(.txt) {
    width: calc(36/750*100vw);
    height: calc(18/750*100vw);
  }
}
main .row .right .note div:nth-child(2) p {
  background-color: #9495ed;
}
main .row .right .note div:nth-child(3) p {
  background-color: #f8ad1e;
}
main .row .right .note div span.cl_red {
  color: #ed1c24;
  display: inline;
  padding-left: 10px;
  min-width: 36px;
}
main .row .right .note div .number {
  min-width: 36px;
  display: inline-block;
}
main .row .right .note div span {
  padding-left: 20px;
}
main .row .right .note .btn {
  position: absolute;
  right: -32px;
  top: 25px;
  max-height: 68px;
}
@media screen and (max-width: 769px) {
  main .row .right .note .btn {
    display: none;
  }
}

body .irs-line {
  background-color: #b4ebfa !important;
}
body .irs-line:after, body .irs-line::before {
  background-color: #439de3 !important;
}
body .irs-min,
body .irs-max {
  color: #439de3 !important;
}
body .irs-single {
  background-color: #b4ebfa !important;
}
body .irs-single:before {
  border-color: transparent transparent #b4ebfa transparent !important;
}