/*
    # Variables

    `core/_variables.scss`
*/
/*
    ## Default
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Structure
*/
/*
    # Colors

    `core/_colors.scss`
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Fonts

    `core/_fonts.scss`
*/
body .simulator {
  font-family: "font_name";
  font-weight: 400;
}

body .simulator {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 600px;
  border-top: 1px solid #eee;
  margin: 20px auto;
}

body .simulator input, body .simulator label, body .simulator .noUi-handle, body .simulator button {
  cursor: pointer;
}

body .simulator .simulator-title {
  padding: 20px;
  color: #f08d18;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px dotted #333;
}

body .simulator .simulator-title span {
  font-size: 14px;
  background-color: #f08d18;
  padding: 6px 10px;
  margin-right: 10px;
  color: white;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  top: -4px;
}

body .simulator .steps {
  padding: 20px;
}

body .simulator .steps label {
  font-size: 20px;
}

body .simulator .steps > div {
  margin-bottom: 40px;
}

body .simulator .steps > div .step-label {
  font-size: 28px;
  margin-bottom: 20px;
}

body .simulator .steps > div .step-label > span {
  font-size: 22px;
  border-bottom: 1px solid #f08d18;
}

body .simulator .steps > div .step-label > span > span {
  font-size: 14px;
}

body .simulator .steps > div .sougaku, body .simulator .steps > div .others-num {
  font-size: 13px;
  margin: 10px 0;
}

body .simulator .steps > div .sougaku > div, body .simulator .steps > div .others-num > div {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #eee;
  background-color: #f5f5dc;
}

body .simulator .steps > div .sougaku > div span, body .simulator .steps > div .others-num > div span {
  font-size: 26px;
  font-weight: bold;
}

body .simulator .steps > div .notice {
  font-size: 11px;
}

body .simulator .steps > div .partner .step-label-sub, body .simulator .steps > div .sozokunin-type .step-label-sub, body .simulator .steps > div .others .step-label-sub {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0px;
}

body .simulator .steps > div .others .step-label-sub {
  margin-top: 10px;
  font-size: 14px;
}

body .simulator .steps > div .partner-radio, body .simulator .steps > div .sozokunin-type-radio {
  font-size: 16px;
  margin: 10px 0;
}

body .simulator .sim_disclaimer {
  font-size: 12px;
  text-align: center;
  color: #666;
}

body .simulator .sim_disclaimer a {
  color: #666;
}

body .simulator button {
  background-color: #f08d18;
  padding: 20px;
  color: white;
  border: none;
  border-radius: 10px;
  width: 80%;
  margin: 20px auto;
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

body .simulator .sim-slider {
  margin: 20px 0;
}

body .simulator .result {
  display: none;
}

body .simulator .result .result-title {
  color: #f08d18;
  border-bottom: 1px dotted #333;
  padding: 20px;
  color: #f08d18;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

body .simulator .result .result-calc {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  margin: 40px auto;
  width: 90%;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-calc {
    font-size: 12px;
  }
}

body .simulator .result .result-calc .result-calc-left {
  display: flex;
  flex-direction: row;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 70%;
}

body .simulator .result .result-calc .result-calc-left > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body .simulator .result .result-calc .result-calc-left > div.result-calc-left-1, body .simulator .result .result-calc .result-calc-left > div.result-calc-left-3 {
  width: 40%;
}

body .simulator .result .result-calc .result-calc-left > div.result-calc-left-2, body .simulator .result .result-calc .result-calc-left > div.result-calc-left-4 {
  width: 10%;
}

body .simulator .result .result-calc .result-calc-left > div .result-calc-left-1-num, body .simulator .result .result-calc .result-calc-left > div .result-calc-left-2-num {
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-calc .result-calc-left > div .result-calc-left-1-num, body .simulator .result .result-calc .result-calc-left > div .result-calc-left-2-num {
    font-size: 16px;
  }
}

body .simulator .result .result-calc .result-calc-right {
  padding: 20px;
  border: 1px solid #ccc;
  width: 30%;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-calc .result-calc-right {
    font-size: 12px;
  }
}

body .simulator .result .result-calc .result-calc-right > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .simulator .result .result-calc .result-calc-right .result-calc-right-num {
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-calc .result-calc-right .result-calc-right-num {
    font-size: 16px;
  }
}

body .simulator .result .result-box {
  display: flex;
  flex-direction: row;
  background-color: #f08d18;
  padding: 20px 0;
  color: white;
  margin: 40px auto;
  width: 100%;
}

body .simulator .result .result-box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

body .simulator .result .result-box > div:first-child {
  font-size: 18px;
  text-align: right;
  padding-right: 20px;
  width: 44%;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-box > div:first-child {
    font-size: 12px;
  }
}

body .simulator .result .result-box > div:last-child {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: left;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-box > div:last-child {
    font-size: 16px;
  }
}

body .simulator .result .result-box > div:last-child span {
  font-size: 48px;
  margin-right: 6px;
  font-weight: bold;
  border-bottom: 4px solid #ffffff;
}

@media screen and (max-width: 640px) {
  body .simulator .result .result-box > div:last-child span {
    font-size: 30px;
  }
}

body .simulator .result .kazei-notice {
  display: none;
  text-align: center;
  margin-bottom: 30px;
  color: white;
  background: #d24040;
  padding: 10px;
  border-radius: 22px;
}

body .simulator .cv-navi {
  text-align: center;
}

body .simulator .cv-navi > div:first-child {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

@media screen and (max-width: 640px) {
  body .simulator .cv-navi > div:first-child {
    font-size: 16px;
  }
}

body .simulator .cv-navi > div:first-child span {
  color: #f08d18;
}

body .simulator .cv-navi > div:last-child {
  font-size: 30px;
  color: #f08d18;
  margin: 20px;
}

@media screen and (max-width: 640px) {
  body .simulator .cv-navi > div:last-child {
    font-size: 20px;
  }
}

body .simulator .result-box-2 {
  border: 1px solid #f08d18;
  padding: 20px;
  text-align: center;
}

body .simulator .result-box-2 .result {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

body .simulator .result-box-2 .result span {
  font-size: 48px;
  color: #f08d18;
  font-weight: bold;
}

body .simulator .result-box-2 .result-option {
  font-size: 16px;
  color: #333;
}

body .simulator .result-box-2 .result-option span {
  color: #000;
  font-weight: bold;
}

body .simulator .result-warning {
  margin-top: 40px;
  padding: 20px;
}

body .simulator .result-warning h4 {
  color: #ea5e1f;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

body .simulator .result-warning h4 span {
  background-color: #ea5e1f;
  color: white;
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

body .simulator .result-warning h5 {
  border-left: 6px solid #ea5e1f;
  padding-left: 6px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .simulator .result-warning > div {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 30px;
}

body .simulator .result-warning > div span {
  font-weight: bold;
}
