.pageHeader_title {
  margin-bottom: 16px;
}
.pageHeader_logo {
  margin-bottom: 11px;
  text-align: center;
}
.pageHeader_logo img {
  max-width: 180px;
}
@media screen and (min-width: 769px) {
  .pageHeader_logo img {
    max-width: 280px;
  }
}

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

.inputBox.-dark {
  background: #ad011e;
}
.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: #f9d9ce;
}
.inputBox.-light .inputBox_desc,
.inputBox.-light .inputBox_notes {
  font-size: 1.2rem;
}
.inputBox_number {
  background: #dc062b;
}
.inputBox_card {
  margin: 25px 0;
  text-align: center;
}
.inputBox_card img {
  max-width: 162px;
  height: auto;
}

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

.valueRow {
  background-color: #dc062b;
}
.valueRow::before {
  background-color: #dc062b;
}

.topHeading {
  color: #dc062b;
}

.bgBox {
  background: #f9d9ce;
}

.secResult {
  margin-bottom: 36px;
}

.resultBox {
  background: #ad011e url(/denki/assets/img/simulation/bg_box_luvit.png) no-repeat center bottom/contain;
}
.resultBox_title {
  color: #fff;
  text-shadow: none;
}
.resultBox .toggle {
  color: #dc062b;
}
.resultBox .toggle[aria-expanded=false]::before {
  background-image: url(/denki/assets/img/simulation/icon_accordion_plus_luvit.svg);
}
.resultBox .toggle[aria-expanded=true]::before {
  background-image: url(/denki/assets/img/simulation/icon_accordion_minus_luvit.svg);
}
.resultBox_close {
  color: #dc062b;
}

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

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

.iconHeading::before {
  background: #dc062b;
}
.iconHeading::after {
  background: #f9d9ce;
}

.secCv {
  margin-top: 30px;
  text-align: center;
}
.secCv_btn {
  justify-content: center;
  width: 100%;
  border-radius: 50px;
  max-width: 324px;
  margin-inline: auto;
  font-size: 1.9rem;
}

.bonusBox {
  position: relative;
  margin-top: 12px;
  background: #ad011e;
}
.bonusBox_inner {
  position: relative;
}
.bonusBox_title {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4444444444;
  color: #fff;
}
.bonusBox_body {
  padding: 13px 12px 12px;
  border-radius: 13px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #dc062b;
  background-color: #fff;
}
.bonusBox_body .number {
  margin-right: 4px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
}
.bonusBox_body .point {
  display: inline-block;
  margin-left: 7px;
  line-height: 1.2;
  text-align: left;
}
.bonusBox_body .small {
  font-size: 1.25rem;
  letter-spacing: normal;
}
.bonusBox_body .text {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.3;
}
.bonusBox_plus {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.bonusBox_link {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
.bonusBox_link a {
  color: currentColor;
  text-decoration: underline;
}
.bonusBox_link a:hover {
  text-decoration: none;
}