.mainContents {
  position: relative;
}

.btn.-primary-light {
  background: #00a7ea;
  color: #fff18f;
}
.btn.-back {
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
}

.simBottom {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 91px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 167, 234, 0)), to(rgba(0, 167, 234, 0.07)));
  background: linear-gradient(rgba(0, 167, 234, 0) 0%, rgba(0, 167, 234, 0.07) 100%);
}
.simBottom::before, .simBottom::after {
  display: block;
  position: absolute;
  width: 100%;
  content: "";
}
.simBottom::before {
  bottom: 6px;
  height: 2px;
  background: #00a7ea;
}
.simBottom::after {
  bottom: 0;
  height: 4px;
  background: #0b318f;
}

.pageHeader_title {
  margin-bottom: 16px;
}
.pageHeader_logo {
  margin-bottom: 11px;
  text-align: center;
}
.pageHeader_logo img {
  max-width: 232px;
}

.inputBox.-dark {
  background: #00a7ea;
}
.inputBox.-dark .inputBox_title,
.inputBox.-dark .inputBox_desc,
.inputBox.-dark .inputBox_notes,
.inputBox.-dark .selectUnit_label,
.inputBox.-dark .selectUnit_guide {
  color: #fff;
}
.inputBox.-light {
  background: #e3f5fd;
}
.inputBox.-light .inputBox_title,
.inputBox.-light .inputBox_desc,
.inputBox.-light .inputBox_notes > li,
.inputBox.-light .selectUnit_label,
.inputBox.-light .selectUnit_guide {
  color: #0b318f;
}
.inputBox.-light .inputBox_desc,
.inputBox.-light .inputBox_notes {
  font-size: 1.2rem;
}
.inputBox_number {
  background: #0b318f;
}
.inputBox_card {
  margin: 25px 0;
  text-align: center;
}
.inputBox_card img {
  max-width: 162px;
  height: auto;
}

.radioWrap input:checked + .radioWrap_label {
  border-color: #0b318f;
}
.radioWrap_label::after {
  background: #0b318f;
}
.radioWrap.-hasNotes .radioWrap_label .notes {
  color: #0b318f;
}

.valueRow {
  background-color: #0b318f;
}
.valueRow::before {
  background-color: #0b318f;
}

.btn.-primary {
  background-color: #0b318f;
}

.topHeading {
  color: #0b318f;
}

.bgBox {
  background: #e3f5fd;
}

.secResult {
  margin-bottom: 36px;
}

.resultBox {
  background: #00a7ea url(/denki/assets/img/simulation/bg_box_ana.png) no-repeat center bottom/contain;
}
.resultBox_title {
  color: #fff;
  text-shadow: none;
}

.resultCurrent_shoulder {
  padding: 0;
  border: none;
  background-color: transparent;
}

.resultBox .toggle {
  color: #0b318f;
}
.resultBox .toggle[aria-expanded=false]::before {
  background-image: url(/denki/assets/img/simulation/icon_accordion_plus_ana.svg);
}
.resultBox .toggle[aria-expanded=true]::before {
  background-image: url(/denki/assets/img/simulation/icon_accordion_minus_ana.svg);
}
.resultBox_close {
  color: #0b318f;
}

.selectBox {
  background-image: url(/denki/assets/img/simulation/icon_select_ana.svg) !important;
}

.iconHeading::before {
  background: #0b318f;
}
.iconHeading::after {
  background: #00a7ea;
}

.secCv {
  margin-top: 44px;
  text-align: center;
}
.secCv_img {
  margin-bottom: 36px;
}
.secCv_img img {
  max-width: 174px;
  height: auto;
}
.secCv_btn img {
  max-width: 341px;
  height: auto;
}
.secCv_back {
  margin-top: 10px;
}
.secCv_back .btn {
  margin: 0 auto;
  max-width: 340px;
  font-size: 1.9rem;
}

.secCp {
  margin-bottom: 44px;
}
.secCp_img {
  margin-bottom: 36px;
}
.secCp_img img {
  max-width: 174px;
  height: auto;
}

.cpBox {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cpBox {
    padding: 20px 2.05vw 2.05vw;
  }
}
.cpBox_title {
  margin-bottom: 17px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b318f;
}
.cpBox_bnr {
  text-align: center;
}
.cpBox_bnr a {
  display: inline-block;
}
.cpBox_bnr img {
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}