/*--------------------------------------------
kv
--------------------------------------------*/
.b-simulation-kv {
  display: flex;
  height: 162px;
  background: #004da0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .b-simulation-kv {
    height: 27.05vw;
  }
}
.b-simulation-kv__ttl {
  font-size: var(--fz-32);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

/*--------------------------------------------
simulation
--------------------------------------------*/
.b-simulation__container {
  padding: 80px;
  background: #f2f2f2;
}
@media screen and (max-width: 599px) {
  .b-simulation__container {
    padding: 0;
  }
}
.b-simulation__container h2 {
  font-size: var(--fz-28);
  font-weight: 700;
  line-height: 1.286;
  width: var(--contentWidth);
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  color: #004da0;
}
@media screen and (max-width: 599px) {
  .b-simulation__container h2 {
    max-width: none;
    padding-top: 13.36vw;
  }
}
.b-simulation__container .b-simulation-flow {
  margin: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .b-simulation__container .b-simulation-flow {
    margin: 6.68vw;
  }
}
.b-simulation__container .b-simulation-flow img {
  width: 60px;
}
@media screen and (max-width: 599px) {
  .b-simulation__container .b-simulation-flow img {
    width: 10.02vw;
  }
}

.b-simulation {
  width: var(--contentWidth);
  max-width: 800px;
  margin: 80px auto 0;
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .b-simulation {
    width: 100%;
    max-width: none;
    margin: 6.68vw auto 0;
    padding: 6.68vw;
  }
}
.b-simulation__ttl {
  font-size: var(--fz-16);
  font-weight: 700;
  line-height: 1.625;
  width: var(--contentWidth);
  max-width: 500px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .b-simulation__ttl {
    font-size: var(--fz-24);
    width: 100%;
    max-width: none;
    margin: 6.68vw auto 0 auto;
  }
}
.b-simulation__ttl:nth-of-type(1) {
  margin-top: 0;
}
.b-simulation select,
.b-simulation input[type=checkbox] {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .b-simulation select,
  .b-simulation input[type=checkbox] {
    margin-top: 1.67vw;
  }
}
.b-simulation select {
  font-size: var(--fz-16);
  font-weight: 700;
  display: block;
  width: var(--contentWidth);
  max-width: 500px;
  height: 56px;
  margin: 10px auto 0 auto;
  padding: 15px 20px;
  border: 1px solid #1e1e1e;
  border-radius: 5px;
  background: #f2f2f2;
}
@media screen and (max-width: 599px) {
  .b-simulation select {
    font-size: var(--fz-24);
    width: 100%;
    max-width: none;
    height: 14.933vw;
    margin: 1.67vw auto 0 auto;
    padding: 2.5vw 3.34vw;
  }
}
.b-simulation select:invalid {
  color: #bbb;
}
.b-simulation .b-simulation__checkbox {
  width: var(--contentWidth);
  max-width: 500px;
  margin: 3px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .b-simulation .b-simulation__checkbox {
    width: 100%;
    max-width: none;
  }
}
.b-simulation .b-simulation__checkbox label {
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .b-simulation .b-simulation__checkbox label {
    margin-right: 1.67vw;
  }
}
.b-simulation a {
  font-size: var(--fz-13);
  font-weight: 700;
  display: flex;
  width: var(--contentWidth);
  max-width: 305px;
  height: 56px;
  margin: 50px auto 0;
  color: #fff;
  background: #004da0 url(/kumamoto/assets/img/arrow-d_wh.svg) no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .b-simulation a {
    font-size: var(--fz-24);
    width: 100%;
    max-width: none;
    height: 14.933vw;
    margin: 8.35vw auto 0;
    background-position: right 4.01vw center;
    background-size: 4.01vw;
  }
}
.b-simulation__result {
  width: var(--contentWidth);
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #004da0;
}
@media screen and (max-width: 599px) {
  .b-simulation__result {
    width: 100%;
    max-width: none;
    padding: 4.01vw;
  }
}
.b-simulation__result ul {
  padding-bottom: 8px;
  border-bottom: 1px solid #004da0;
}
@media screen and (max-width: 599px) {
  .b-simulation__result ul {
    padding-bottom: 1.34vw;
  }
}
.b-simulation__result ul li {
  font-size: var(--fz-16);
  font-weight: 700;
  line-height: 1.625;
  padding-bottom: 8px;
  color: #004da0;
}
@media screen and (max-width: 599px) {
  .b-simulation__result ul li {
    font-size: var(--fz-24);
    padding-bottom: 1.34vw;
  }
}
.b-simulation__result__value {
  font-size: var(--fz-40);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
  text-align: right;
  color: #004da0;
}
@media screen and (max-width: 599px) {
  .b-simulation__result__value {
    font-size: var(--fz-48);
    margin-top: 0.83vw;
  }
}
.b-simulation__result__value small {
  font-size: var(--fz-16);
  font-weight: 700;
  line-height: 1.625;
  margin-right: 5px;
}
@media screen and (max-width: 599px) {
  .b-simulation__result__value small {
    font-size: var(--fz-24);
    margin-right: 0.83vw;
  }
}
.b-simulation.-result {
  margin-top: 0;
}
.b-simulation.-result p {
  font-size: var(--fz-20);
  font-weight: 700;
  line-height: 1.6;
  width: var(--contentWidth);
  max-width: 460px;
  margin: 35px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .b-simulation.-result p {
    font-size: var(--fz-28);
    width: 100%;
    max-width: none;
    margin: 5.84vw auto 0 auto;
  }
}
.b-simulation.-result a {
  margin-top: 20px;
  background: #000 url(/kumamoto/assets/img/arrow-lt_wh.svg) no-repeat;
  background-position: right 15px center;
}
@media screen and (max-width: 599px) {
  .b-simulation.-result a {
    margin-top: 3.34vw;
    background-position: right 4.01vw center;
  }
}
.b-simulation.-result a span {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .b-simulation.-result a span {
    margin-left: 3.34vw;
  }
}
.b-simulation.-result a span::before {
  position: absolute;
  left: -24px;
  width: 18px;
  height: 15px;
  content: "";
  background: url(/kumamoto/assets/img/ic_mail.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .b-simulation.-result a span::before {
    top: 0.33vw;
    left: -6.01vw;
    width: 4.67vw;
    height: 3.84vw;
  }
}
/*# sourceMappingURL=simulation.css.map */
