.mainContents {
  position: relative;
}

.btn.-primary-light {
  background: #c1d501;
  color: #fff;
}
.btn.-back {
  padding-top: 19px;
  padding-bottom: 19px;
  justify-content: center;
  border-radius: 40px;
}

.simBottom {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 91px;
  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: #c1d501;
}
.simBottom::after {
  bottom: 0;
  height: 4px;
  background: #0f4336;
}

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

.inputBox.-dark {
  background: #c1d501;
}
.inputBox.-dark .inputBox_title,
.inputBox.-dark .inputBox_desc,
.inputBox.-dark .selectUnit_label,
.inputBox.-dark .selectUnit_guide {
  color: #fff;
}
.inputBox.-light {
  background: #f1f5cd;
}
.inputBox.-light .inputBox_title,
.inputBox.-light .inputBox_desc,
.inputBox.-light .selectUnit_label,
.inputBox.-light .selectUnit_guide {
  color: #0f4336;
}
.inputBox_number {
  background: #0f4336;
}

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

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

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

.topHeading {
  color: #0f4336;
}

.bgBox {
  background: #f1f5cd;
}

.resultBox {
  background: #c1d501 url(/denki/assets/img/simulation/bg_box_vpoint.png) no-repeat center bottom/contain;
}

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

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

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

.iconHeading::before {
  background: #0f4336;
}
.iconHeading::after {
  background: #c1d501;
}

.secCv {
  margin-top: 44px;
  text-align: center;
}
.secCv_img img {
  max-width: 137px;
  height: auto;
}
.secCv_btn img {
  max-width: 356px;
  height: auto;
}
.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: #0f4336;
}
.cpBox_bnr {
  text-align: center;
}
.cpBox_bnr a {
  display: inline-block;
}
.cpBox_bnr img {
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}