.salarycalc_col {
  position: relative;
}
.salarycalc_col .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 104px;
}
.salarycalc_col._result .content {
  padding-top: 94px;
}

.salarycalc_arw {
  position: absolute;
  top: -28px;
  width: 100%;
  text-align: center;
}
.salarycalc_arw img {
  width: 131px;
}

.salarycalc_target {
  position: absolute;
  top: -80px;
  left: 0;
}

.salarycalc_error {
  margin-top: 20px;
  padding: 20px 0;
  background-color: #ffb9b9;
}
.salarycalc_error p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: red;
}

.salarycalc_box {
  padding-bottom: 70px;
}

.salarycalc_head h3 {
  border-bottom: 3px solid #0a5c9d;
}
.salarycalc_head h3 span {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  display: inline-block;
  width: 53px;
  height: 55px;
  text-align: center;
  color: #fff;
  background-color: #0a5c9d;
}
.salarycalc_head h3 strong {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  top: -5px;
  margin-left: 10px;
  color: #0a5c9d;
}
.salarycalc_head h3 small {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -5px;
  color: #0a5c9d;
}

.salarycalc_body {
  padding-top: 50px;
}
.salarycalc_body select {
  font-size: 16px;
  width: 210px;
  padding: 12px;
  border: none;
  background-color: #f5f5f5;
}
.salarycalc_body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.salarycalc_body ul._jc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.salarycalc_body ul li {
  display: block;
  list-style: none;
}
.salarycalc_body ul li span {
  font-size: 16px;
  margin-left: 14px;
}
.salarycalc_body ul li strong {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 21px;
  color: #0a5c9d;
}

.salarycalc_btn {
  padding-top: 40px;
  text-align: center;
}
.salarycalc_btn button {
  font-weight: 700;
  cursor: pointer;
  border: none;
}

.salarycalc_result {
  margin-top: 32px;
}
.salarycalc_result dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.salarycalc_result dl:last-child {
  margin-bottom: 0;
}
.salarycalc_result dl dt, .salarycalc_result dl dd {
  line-height: 1.4;
  width: 50%;
}
.salarycalc_result dl dt {
  font-size: 30px;
  font-weight: 700;
  padding: 18px 0 14px;
  text-align: center;
  color: #fff;
  background-color: #0a5c9d;
}
.salarycalc_result dl dd {
  font-size: 30px;
  font-weight: 700;
  padding: 18px 16px 14px;
  text-align: right;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #c3c3c3;
  background-color: #fff;
}

.salarycalc_resultc {
  padding: 73px 0 20px;
}
.salarycalc_resultc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.salarycalc_resultc ul li {
  display: block;
  width: 250px;
}
.salarycalc_resultc ul li strong {
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding-bottom: 16px;
  text-align: center;
  color: #0a5c9d;
  border-bottom: 2px solid #0a5c9d;
}
.salarycalc_resultc ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #0a5c9d;
}
.salarycalc_resultc ul li dl dt {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0;
  color: #0a5c9d;
}
.salarycalc_resultc ul li dl dd {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 5px 14px 0;
  text-align: right;
}

@media (max-width: 1024px) {
  .salarycalc_col .content {
    width: 95%;
  }
  .salarycalc_body select {
    width: 22vw;
  }
  .salarycalc_resultc ul li {
    width: 28vw;
  }
}
@media (max-width: 767px) {
  .salarycalc_col .content {
    padding-bottom: 104px;
  }
  .salarycalc_col._result .content {
    padding-top: 105px;
  }
  .salarycalc_col._result .content .main_title {
    text-align: center;
  }
  .salarycalc_box {
    padding-bottom: 70px;
  }
  .salarycalc_head h3 {
    border-bottom: 2px solid #0a5c9d;
  }
  .salarycalc_head h3 span {
    font-size: 20px;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .salarycalc_head h3 strong {
    font-size: 18px;
    top: -1px;
    margin-left: 5px;
  }
  .salarycalc_head h3 small {
    font-size: 14px;
    top: -1px;
  }
  .salarycalc_body {
    padding-top: 50px;
  }
  .salarycalc_body select {
    width: 210px;
  }
  .salarycalc_body ul {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .salarycalc_body ul._jc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .salarycalc_body ul li {
    display: block;
    margin-bottom: 40px;
    list-style: none;
  }
  .salarycalc_body ul li:last-child {
    margin-bottom: 0;
  }
  .salarycalc_body ul li span {
    font-size: 16px;
    margin-left: 10px;
  }
  .salarycalc_body ul li strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    color: #0a5c9d;
  }
  .salarycalc_btn {
    padding-top: 40px;
    text-align: center;
  }
  .salarycalc_btn button {
    font-weight: 700;
    cursor: pointer;
    border: none;
  }
  .salarycalc_result {
    margin-top: 32px;
  }
  .salarycalc_result dl {
    display: block;
    width: 250px;
    margin-bottom: 20px;
  }
  .salarycalc_result dl:last-child {
    margin-bottom: 0;
  }
  .salarycalc_result dl dt, .salarycalc_result dl dd {
    line-height: 1.4;
    width: 100%;
  }
  .salarycalc_result dl dt {
    font-size: 20px;
    padding: 14px 0 10px;
  }
  .salarycalc_result dl dd {
    font-size: 20px;
    padding: 14px 0 10px;
    text-align: center;
    border-width: 1px;
  }
  .salarycalc_resultc {
    padding: 50px 0 0;
  }
  .salarycalc_resultc ul {
    display: block;
  }
  .salarycalc_resultc ul li {
    width: 250px;
    margin: 0 auto 44px;
  }
  .salarycalc_resultc ul li:last-child {
    margin-bottom: 0;
  }
  .salarycalc_resultc ul li strong {
    font-size: 18px;
  }
  .salarycalc_resultc ul li dl dt {
    font-size: 16px;
    padding: 12px 0;
  }
  .salarycalc_resultc ul li dl dd {
    padding: 12px 5px 12px 0;
  }
}/*# sourceMappingURL=salarycalc.css.map */