@charset "UTF-8";
.flex-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.font-xs {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.font-sm {
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.font-base {
  font-size: 1rem;
  line-height: 1.6rem;
}

.font-lg {
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.font-xl {
  font-size: 1.25rem;
  line-height: 2rem;
}

.font-2xl {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.font-3xl {
  font-size: 1.875rem;
  line-height: 3rem;
}

.font-4xl {
  font-size: 2.25rem;
  line-height: 3.6rem;
}

.font-5xl {
  font-size: 3rem;
  line-height: 4.8rem;
}

.font-6xl {
  font-size: 3.75rem;
  line-height: 6rem;
}

.font-7xl {
  font-size: 4.5rem;
  line-height: 7.2rem;
}

.font-8xl {
  font-size: 6rem;
  line-height: 9.6rem;
}

.font-9xl {
  font-size: 8rem;
  line-height: 12.8rem;
}

.gradient-text {
  color: transparent;
  background-image: linear-gradient(60deg, rgb(154, 123, 45) 5%, rgb(201, 178, 96) 19.89%, #fce57e 32.8%, rgb(240, 232, 161) 52.4%, rgb(228, 209, 125) 72.98%, rgb(154, 123, 45) 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

.align-right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes subttl-light {
  0% {
    opacity: 0;
    left: 40%;
  }
  50% {
    opacity: 1;
    left: 50%;
  }
  100% {
    opacity: 0;
    left: 60%;
  }
}

@keyframes subttl-light {
  0% {
    opacity: 0;
    left: 40%;
  }
  50% {
    opacity: 1;
    left: 50%;
  }
  100% {
    opacity: 0;
    left: 60%;
  }
}
@-webkit-keyframes point {
  0% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes point {
  0% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.5;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 1;
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
  }
}
@keyframes cloud {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.5;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 1;
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shake2 {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@keyframes shake2 {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@keyframes shake2 {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@-webkit-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container > iframe, .video-container > object, .video-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	使用方式
 * .video-container
 * iframe(src="https://www.youtube.com/embed/YygVVvuIWm4", frameborder="0", allowfullscreen) */
#topbar .logos a.logo img {
  width: 110px;
  height: 80px;
}
#topbar .logos a.logo:nth-child(1) {
  margin-right: 20px;
}
#topbar .item a {
  padding-bottom: 2px;
}
#topbar .item a:hover {
  color: #FFC759;
}
@media screen and (max-width: 1024px) {
  #topbar .burger-trigger {
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 40px;
    height: 40px;
    outline: 0;
  }
  #topbar .burger-trigger, #topbar .burger-trigger span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  #topbar .burger-trigger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  #topbar .burger-trigger.active .first, #topbar .burger-trigger.active .last {
    background: #fff;
  }
  #topbar .burger-trigger.active .middle {
    opacity: 0;
  }
  #topbar .burger-trigger.active .first {
    top: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #topbar .burger-trigger.active .last {
    bottom: 13px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #topbar .nav-wrap {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    background-color: #009944;
  }
  #topbar .nav-wrap.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #topbar .nav-wrap .nav {
    z-index: 99;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topbar .nav-wrap .item {
    min-width: 300px;
  }
  #topbar .nav-wrap .item a {
    display: block;
    text-align: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #topbar .nav-wrap .item a:hover {
    background: #FFC759;
    color: #009944;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
@media screen and (max-width: 540px) {
  #topbar .logos a.logo img {
    width: 83px;
    height: 60px;
  }
  #topbar .logos a.logo:nth-child(1) {
    margin-right: 10px;
  }
  #topbar .burger-trigger {
    width: 30px;
    height: 30px;
  }
  #topbar .burger-trigger.active .first {
    top: 10px;
  }
  #topbar .burger-trigger.active .last {
    bottom: 10px;
  }
}

footer {
  width: 100%;
  padding: 30px 0;
  background: #FC8200;
  border-top: solid 20px #FFA84B;
}

footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

footer ul li {
  font-size: 15px;
  line-height: 15px;
  border-right: 1px solid #ffffff;
  padding: 0 10px 0 0;
  margin: 0 10px 10px 0;
}

footer ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  color: #ffffff;
  line-height: 15px;
}

footer ul.buttom li a {
  color: #ffffff;
  line-height: 15px;
}

footer ul:last-child {
  margin: 0;
}

footer p {
  color: #FFE5C9;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.code {
  color: #48485B;
  font-size: 12px;
  opacity: 0.3;
}

.source-from {
  color: #009944;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}

.source-from.d-green {
  color: #fff;
  background: #009944;
}

.source-from.green {
  background: #DAFFF8;
}

.source-from.purple {
  background: #D9E3FF;
}

@media (max-width: 768px) {
  footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer ul li {
    padding: 0 5px 0 0;
    margin: 0 5px 10px 0;
  }
}
@font-face {
  font-family: "GenSenRounded-B";
  src: url("../fonts/GenSenRounded-B.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GenSenRounded-H";
  src: url("../fonts/GenSenRounded-H.ttc") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jf-openhuninn";
  src: url("../fonts/jf-openhuninn-1.1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
input[type=number], input[type=text], .spartan {
  font-family: Spartan, sans-serif;
  font-weight: 500;
}

#calculate .calculate-bg .area-ttl h3, #calculate .calculate-bg .tag-b span, #calculate .card-wrapper .card .tag-s span, #calculate .calculate-note, #calculate .status-bar .text, #calculate .status-bar .step-icon, .btn, .big-ttl, .gensen-b {
  font-family: "GenSenRounded-B", sans-serif;
}

.gensen-h {
  font-family: "GenSenRounded-H", sans-serif;
}

#calculate .input-all, .btn.order-btn, body, .jf {
  font-family: "jf-openhuninn", sans-serif;
}

body {
  color: #48485B;
  background: #FCEFE8;
}
body * {
  position: relative;
}
.big-ttl {
  display: inline-block;
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  min-width: 400px;
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
@media screen and (max-width: 540px) {
  .big-ttl {
    min-width: 220px;
  }
}
.big-ttl h2 {
  width: 100%;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 1px solid #C0B180;
  display: inline-block;
  border-radius: 100px;
  z-index: 4;
}
.big-ttl .arrow {
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.big-ttl::before {
  content: "";
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-radius: 100px;
  background: #fff;
  border: 3px solid #CFBC87;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.big-ttl::after {
  content: "";
  display: block;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.shadow {
  -webkit-box-shadow: 0 10px 10px rgba(72, 72, 91, 0.1);
          box-shadow: 0 10px 10px rgba(72, 72, 91, 0.1);
}

.icon-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 30px;
      -ms-flex: 30px 0 0px;
          flex: 30px 0 0;
  background: #FEDC5E;
  color: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
}
.icon-note .word {
  display: inline-block;
  font-size: 24px;
}
.icon-note.s1 .warning-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F6FCFF;
  color: #48485B;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  white-space: normal;
  word-wrap: break-word;
  width: 250px;
  height: auto;
}
.icon-note.s1:hover .warning-tooltip {
  display: block;
}

input[type=number], input[type=text] {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  border: solid 1px;
  border-color: #FC8200;
  text-align: center;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
input[type=number]:valid, input[type=text]:valid {
  border-color: #FC8200;
}
input[type=number]:invalid, input[type=text]:invalid {
  border-color: #FF636D;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 24px;
}

input::-moz-placeholder {
  color: #ccc;
  font-size: 24px;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 24px;
}

input::-ms-input-placeholder {
  color: #ccc;
  font-size: 24px;
}

input::placeholder {
  color: #ccc;
  font-size: 24px;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 24px;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 24px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #F5F5F5;
  border-radius: 30px;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 53px;
  height: 33px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DAF1FF), to(#BBE6FF));
  background: linear-gradient(180deg, #DAF1FF 0%, #BBE6FF 100%);
  border-radius: 30px;
  cursor: pointer;
  border: solid 3px #F6FCFF;
}
input[type=range]::-moz-range-thumb {
  width: 53px;
  height: 33px;
  background: linear-gradient(180deg, #DAF1FF 0%, #BBE6FF 100%);
  border-radius: 30px;
  cursor: pointer;
  border: solid 3px #F6FCFF;
}
input[type=range]::-ms-thumb {
  width: 53px;
  height: 33px;
  background: linear-gradient(180deg, #DAF1FF 0%, #BBE6FF 100%);
  border-radius: 30px;
  cursor: pointer;
  border: solid 3px #F6FCFF;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  background: none;
  border: none;
  padding: 0.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #fff;
  border-radius: 100px;
  overflow: hidden;
}
.btn:before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.btn:hover span img {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.btn.gray-btn {
  background: #999999 !important;
  cursor: not-allowed;
}
.btn.orange-btn {
  background: #FC8200;
}
.btn.orange-btn:hover {
  background: #FF9E36;
}
.btn.blue-btn {
  width: 100%;
  max-width: 180px;
  background: #68BAE9;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  font-size: 20px;
}
.btn.blue-btn:hover {
  background: #80CAF4;
}
.btn.order-btn {
  border: solid 1px #FC8200;
  border-radius: 10px;
  color: #48485B;
  padding: 0.5rem 1rem;
  height: 80px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn.order-btn h5, .btn.order-btn p {
  z-index: 2;
}
.btn.order-btn h5 {
  width: 100%;
}
.btn.order-btn:before {
  background: #FBF6F3;
  bottom: -45px;
  z-index: 1;
}
.btn.order-btn:hover, .btn.order-btn.active {
  background: #FC8200;
  color: #fff;
}
.btn.order-btn:hover:before, .btn.order-btn.active:before {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .btn.order-btn {
    width: 25%;
    height: 70px;
  }
  .btn.order-btn:before {
    bottom: -60px;
  }
}
@media screen and (max-width: 640px) {
  .btn.order-btn {
    padding: 0.5rem 0rem;
  }
}
@media screen and (max-width: 480px) {
  .btn.order-btn {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .btn.order-btn:before {
    bottom: -70px;
  }
}

.title-note {
  padding-left: 1.25rem;
  display: inline-block;
}
.title-note::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 20px;
  border-radius: 30px;
  background: #FC8200;
}

#home {
  background: url(../../dist/img/kv-bg-right.png), url(../../dist/img/kv-bg-left.png);
  background-size: 15% auto, 15% auto;
  background-position: 90% top, 10% top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  #home {
    background-size: 18% auto, 18% auto;
    background-position: 100% top, 0% top;
  }
}
@media screen and (max-width: 990px) {
  #home {
    background-size: 25% auto, 25% auto;
    background-position: 100% bottom, 0% bottom;
  }
}
@media screen and (max-width: 540px) {
  #home {
    background-size: 28% auto, 28% auto;
  }
}
#home .kv-pic {
  max-width: 365px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1024px) {
  #home .kv-pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 640px) {
  #home .kv-pic {
    max-width: 300px;
  }
}
#home .kv-word {
  background: url(../../dist/img/kv-word-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 585px;
  min-height: 574px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  #home .kv-word {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 640px) {
  #home .kv-word {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #home .kv-word {
    min-height: auto;
  }
}

#calculate {
  background: url(../../dist/img/main-bg-right.png), url(../../dist/img/main-bg-left.png);
  background-size: 10% auto, 20% auto;
  background-position: 90% bottom, 10% bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  #calculate {
    background-position: 100% bottom, 0% bottom;
  }
}
#calculate .status-bar .status-item {
  background: #FFC88D;
  width: 33%;
  height: 70px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#calculate .status-bar .status-item.active {
  height: 80px;
  background: #FC8200;
}
@media screen and (max-width: 990px) {
  #calculate .status-bar .status-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 140px;
  }
  #calculate .status-bar .status-item.active {
    height: 160px;
  }
}
#calculate .status-bar .step-icon {
  background: rgba(233, 85, 32, 0.3);
  color: #fff;
  z-index: 2;
}
#calculate .status-bar .step-icon.active {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 990px) {
  #calculate .status-bar .step-icon {
    width: 100%;
  }
}
#calculate .status-bar .text {
  font-size: 24px;
  width: 100%;
}
#calculate .status-bar .text .icon {
  width: 50px;
  height: 50px;
  padding: 0.25rem;
}
@media screen and (max-width: 990px) {
  #calculate .status-bar .text {
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #calculate .status-bar .text .icon {
    width: 40px;
    height: 40px;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  #calculate .status-bar .text {
    font-size: 18px;
  }
  #calculate .status-bar .text h3 {
    height: 60px;
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  #calculate .status-bar .text {
    font-size: 14px;
  }
  #calculate .status-bar .text h3 {
    height: 40px;
  }
}
#calculate .step-container {
  border: solid 3px #FC8200;
}
#calculate .step-container .step-1, #calculate .step-container .step-2 {
  padding: 5rem;
}
@media screen and (max-width: 990px) {
  #calculate .step-container .step-1, #calculate .step-container .step-2 {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #calculate .step-container .step-1, #calculate .step-container .step-2 {
    padding: 2rem 1rem;
  }
}
#calculate .step-container .step-3 {
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  #calculate .step-container .step-3 {
    padding: 2rem 1rem;
  }
}
#calculate .input-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-center;
      -ms-flex-align: flex-center;
          align-items: flex-center;
  width: 100%;
  font-weight: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
#calculate .input-all label {
  font-size: 24px;
  padding-left: 1.25rem;
  text-align: left;
}
#calculate .input-all label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 20px;
  border-radius: 30px;
  background: #48485B;
}
#calculate .input-all label span {
  font-size: 14px;
}
#calculate .input-all.error {
  text-align: right;
  color: #FF636D;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -2rem;
  padding-right: 3rem;
}
@media screen and (max-width: 640px) {
  #calculate .input-all.error {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0rem;
  }
}
#calculate .input-all .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
#calculate .input-all .input-wrap input {
  width: 300px;
  font-size: 30px;
  color: #FC8200;
}
#calculate .input-all .input-wrap input.show-error {
  border-color: #FF636D;
  -webkit-box-shadow: 0 0 0 1px #ff636d;
          box-shadow: 0 0 0 1px #ff636d;
}
#calculate .input-all .input-wrap input:focus {
  border-color: #FC8200;
  -webkit-box-shadow: 0 0 0 1px #fc8200;
          box-shadow: 0 0 0 1px #fc8200;
}
#calculate .input-all .input-wrap input span {
  font-size: 14px;
}
#calculate .input-all .input-wrap .word {
  width: 50px;
  font-size: 24px;
}
#calculate .input-all .input-care {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#calculate .input-all .input-care .care-item {
  width: 100%;
  height: 80px;
  border: solid 1px #FC8200;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
}
#calculate .input-all .input-care .care-item p {
  font-size: 24px;
  line-height: 1.8rem;
  z-index: 2;
}
#calculate .input-all .input-care .care-item:before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #FBF6F3;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #calculate .input-all .input-care .care-item:before {
    bottom: -60px;
  }
}
@media screen and (max-width: 480px) {
  #calculate .input-all .input-care .care-item:before {
    bottom: -70px;
  }
}
#calculate .input-all .input-care .care-item:hover {
  cursor: pointer;
}
#calculate .input-all .input-care .care-item:hover, #calculate .input-all .input-care .care-item.active {
  background: #FC8200;
  color: #fff;
}
#calculate .input-all .input-care .care-item:hover p, #calculate .input-all .input-care .care-item.active p {
  color: #fff;
}
#calculate .input-all .input-care .care-item:hover:before, #calculate .input-all .input-care .care-item.active:before {
  background: rgba(255, 255, 255, 0.2);
}
#calculate .input-all .sub-care {
  background: #F5F5F5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  font-size: 24px;
}
#calculate .input-all .sub-care .sub-item {
  width: 100%;
  height: 80px;
  border: solid 1px #FC8200;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 0.25rem 0.5rem;
}
#calculate .input-all .sub-care .sub-item p {
  font-size: 24px;
  line-height: 1.8rem;
  z-index: 2;
}
#calculate .input-all .sub-care .sub-item:before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #FBF6F3;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #calculate .input-all .sub-care .sub-item:before {
    bottom: -70px;
  }
}
@media screen and (max-width: 480px) {
  #calculate .input-all .sub-care .sub-item:before {
    bottom: -80px;
  }
}
#calculate .input-all .sub-care .sub-item:hover {
  cursor: pointer;
}
#calculate .input-all .sub-care .sub-item:hover, #calculate .input-all .sub-care .sub-item.active {
  background: #FC8200;
  color: #fff;
}
#calculate .input-all .sub-care .sub-item:hover p, #calculate .input-all .sub-care .sub-item.active p {
  color: #fff;
}
#calculate .input-all .sub-care .sub-item:hover:before, #calculate .input-all .sub-care .sub-item.active:before {
  background: rgba(255, 255, 255, 0.2);
}
#calculate .input-all .sub-care .sub-item.disabled {
  border: solid 1px #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
#calculate .input-all .sub-care .sub-item.disabled:before {
  background: #f5f5f5;
}
#calculate .input-all .sub-care .sub-item.disabled p {
  color: #ccc;
}
@media screen and (max-width: 990px) {
  #calculate .input-all .input-wrap input {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #calculate .input-all .input-wrap {
    width: 100%;
  }
  #calculate .input-all .input-wrap input {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #calculate .input-all label {
    font-size: 20px;
  }
  #calculate .input-all .input-wrap input {
    font-size: 24px;
  }
  #calculate .input-all .input-wrap .word {
    width: 40px;
    font-size: 20px;
  }
  #calculate .input-all .input-care .care-item p {
    font-size: 20px;
    line-height: 1.4rem;
  }
  #calculate .input-all .sub-care {
    padding: 0.5rem;
  }
  #calculate .input-all .sub-care .sub-item p {
    font-size: 20px;
    line-height: 1.4rem;
  }
}
#calculate .input-date .input-wrap input {
  margin-right: 50px;
}
@media screen and (max-width: 480px) {
  #calculate .input-date .input-wrap input {
    margin-right: 40px;
  }
}
#calculate input.range {
  width: 100%;
  margin-bottom: 1rem;
}
#calculate .input-dropdown .input-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #fff;
  width: 300px;
  cursor: pointer;
  margin-right: 50px;
  font-size: 30px;
  text-align: center;
  color: #68BAE9;
  background-image: url("../../dist/img/custom-arrow.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 10px;
}
@media screen and (max-width: 990px) {
  #calculate .input-dropdown .input-wrap select {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #calculate .input-dropdown .input-wrap select {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #calculate .input-dropdown .input-wrap select {
    font-size: 24px;
    margin-right: 40px;
  }
}
#calculate .input-dropdown .input-wrap select:focus {
  border-color: #006FBC;
  outline: none;
}
#calculate .input-dropdown .input-wrap select:hover {
  border-color: #68BAE9;
}
#calculate .calculate-note {
  width: 100%;
  padding: 1rem 0.5rem;
  border-radius: 10px;
  background: #F5F5F5;
}
#calculate .calculate-note .spartan {
  font-weight: 600;
}
#calculate .info-note {
  width: 100%;
  padding: 0.25rem 0.5rem;
}
#calculate .result-container {
  border-top: dashed 2px #FC8200;
}
#calculate .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#calculate .card-wrapper .card {
  background: #F5F5F5;
  padding: 1rem 1rem 2rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  border-radius: 10px;
  width: 32%;
  margin: 0.5%;
}
#calculate .card-wrapper .card .top {
  background: linear-gradient(45deg, #FF9E36 0%, #FFC88D 100%);
  padding: 5px;
  border-radius: 10px;
}
#calculate .card-wrapper .card .tag-s {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url(../../dist/img/blue-tag-s.png);
  width: 70px;
  height: 70px;
  z-index: 3;
}
#calculate .card-wrapper .card .tag-s span {
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 18px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#calculate .card-wrapper .card .body {
  background: linear-gradient(135deg, #fff 0%, #FFF7EF 100%);
  border-radius: 5px;
  height: 350px;
}
#calculate .card-wrapper .card .tag-wrap {
  height: 85px;
}
#calculate .card-wrapper .card .feature-wrap {
  height: 150px;
}
#calculate .card-wrapper .card .list-wrap {
  height: 200px;
}
@media screen and (max-width: 990px) {
  #calculate .card-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #calculate .card-wrapper .card {
    width: 48%;
    margin: 1%;
  }
  #calculate .card-wrapper .card .body {
    height: 320px;
  }
  #calculate .card-wrapper .card .feature-wrap {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  #calculate .card-wrapper .card .feature-wrap {
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  #calculate .card-wrapper .card {
    width: 98%;
  }
  #calculate .card-wrapper .card .tag-wrap, #calculate .card-wrapper .card .feature-wrap, #calculate .card-wrapper .card .list-wrap {
    height: auto;
  }
}
#calculate .warning-message {
  border: solid 3px #68BAE9;
  border-radius: 10px;
  font-size: 14px;
}
#calculate .warning-message p {
  font-size: 14px;
}
#calculate .calculate-bg {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  #calculate .calculate-bg {
    padding: 1rem;
  }
}
#calculate .calculate-bg .tag-b {
  position: absolute;
  top: -6px;
  left: -6px;
  background: url(../../dist/img/blue-tag-b.png);
  width: 100px;
  height: 100px;
  z-index: 3;
}
#calculate .calculate-bg .tag-b span {
  position: absolute;
  top: 18px;
  left: 0px;
  font-size: 24px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#calculate .calculate-bg .area-ttl h3 {
  font-size: 22px;
  color: #48485B;
}
@media screen and (max-width: 990px) {
  #calculate .calculate-bg .area-ttl h3 {
    font-size: 18px;
  }
}
#calculate table.cost-table {
  width: 100%;
  border-collapse: collapse;
}
#calculate table.cost-table .spartan {
  font-weight: 600;
}
#calculate table.cost-table th, #calculate table.cost-table td {
  width: 50%;
  border: 1px solid #ccc;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  #calculate table.cost-table th, #calculate table.cost-table td {
    padding: 20px 2px;
  }
}
#calculate table.cost-table thead th {
  background-color: #555;
  border: 1px solid #555;
  padding: 10px 10px;
  color: #fff;
  font-weight: bold;
}
#calculate .calculate-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #calculate .calculate-result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#calculate .calculate-result .item {
  text-align: left;
  border-radius: 10px;
}
#calculate .calculate-result .item.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#calculate .calculate-result .item.right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  #calculate .calculate-result .item {
    width: calc(50% - 10px);
  }
  #calculate .calculate-result .item.left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #calculate .calculate-result .item.right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#calculate .calculate-result .pie-chart-wrap {
  width: 98%;
  margin: 1%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #calculate .calculate-result .pie-chart-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#svg-container svg g {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#svg-container svg g #Eastern-g.active {
  z-index: 2;
}
#svg-container svg g #Eastern-g.active #Eastern {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg g #Eastern-g.active #Eastern .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg g #Eastern-g.active #text .cls-5 {
  fill: #ffffff;
}
#svg-container svg g #Southern-g.active {
  z-index: 2;
}
#svg-container svg g #Southern-g.active #Southern {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg g #Southern-g.active #Southern .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg g #Southern-g.active #text-2 .cls-5 {
  fill: #ffffff;
}
#svg-container svg g #Central-g.active {
  z-index: 2;
}
#svg-container svg g #Central-g.active #Central {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg g #Central-g.active #Central .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg g #Central-g.active #text-3 .cls-5 {
  fill: #ffffff;
}
#svg-container svg g #Northern-g.active {
  z-index: 2;
}
#svg-container svg g #Northern-g.active #Northern {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg g #Northern-g.active #Northern .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg g #Northern-g.active #text-4 .cls-5 {
  fill: #ffffff;
}
#svg-container svg #Eastern-g:hover {
  z-index: 2;
}
#svg-container svg #Eastern-g:hover #Eastern {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg #Eastern-g:hover #Eastern .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg #Eastern-g:hover #text .cls-5 {
  fill: #ffffff;
}
#svg-container svg #Southern-g:hover {
  z-index: 2;
}
#svg-container svg #Southern-g:hover #Southern {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg #Southern-g:hover #Southern .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg #Southern-g:hover #text-2 .cls-5 {
  fill: #ffffff;
}
#svg-container svg #Central-g:hover {
  z-index: 2;
}
#svg-container svg #Central-g:hover #Central {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg #Central-g:hover #Central .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg #Central-g:hover #text-3 .cls-5 {
  fill: #ffffff;
}
#svg-container svg #Northern-g:hover {
  z-index: 2;
}
#svg-container svg #Northern-g:hover #Northern {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#svg-container svg #Northern-g:hover #Northern .cls-2 {
  fill: #fc8200;
  stroke: #ffa84b;
}
#svg-container svg #Northern-g:hover #text-4 .cls-5 {
  fill: #ffffff;
}
#svg-container .calculate-item {
  border-radius: 10px;
}

p.mb-br span, h3.mb-br span {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  p.mb-br span, h3.mb-br span {
    display: block;
  }
}

h3.pc-show {
  display: block;
}
@media screen and (max-width: 540px) {
  h3.pc-show {
    display: none;
  }
}

h3.mb-show {
  display: none;
}
@media screen and (max-width: 540px) {
  h3.mb-show {
    display: block;
  }
}

.inflation {
  display: inline-block;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 540px) {
  .inflation {
    display: block;
  }
}
.inflation .mb-size {
  font-size: 1.5rem;
}
@media screen and (max-width: 990px) {
  .inflation .mb-size {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .inflation .mb-size {
    font-size: 0.75rem;
  }
}