@import url("/denki/assets/css/simulation/odometer-theme-default.css");
footer#cmn_foot {
  padding-bottom: 90px;
}
@media (min-width: 980px) {
  footer#cmn_foot {
    padding-bottom: 120px;
  }
}

.m-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: all 0.3s ease;
}
@media (min-width: 980px) {
  .m-cv {
    height: 120px;
  }
}
.m-cv.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.m-cv * {
  box-sizing: border-box;
}
.m-cv__inner {
  height: 100%;
  padding: 12px 20px 12px;
  background: rgba(255, 250, 234, 0.8);
  text-align: center;
}
@media (min-width: 980px) {
  .m-cv__inner {
    padding-top: 15px;
    padding-bottom: 18px;
  }
}
.m-cv__btn {
  display: inline-block;
  width: 290px;
  padding: 10px 20px 12px;
  border-radius: 60px;
  background: #eb5402;
  line-height: 1.222;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  color: #fff !important;
}
@media (min-width: 980px) {
  .m-cv__btn {
    width: 390px;
    padding-top: 14px;
    padding-bottom: 16px;
    font-size: 20px;
    transition: all 0.1s ease;
  }
  .m-cv__btn:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}
.m-cv__text {
  margin-bottom: 5px;
  color: #d92323;
  font-size: 11px;
}
@media (min-width: 980px) {
  .m-cv__text {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

body {
  background-color: #fff;
}

.mainContents {
  padding: 22px 0 32px;
  background: url(/denki/assets/img/common/bg_page-header.svg) no-repeat right top/100% auto;
}
@media screen and (min-width: 769px) {
  .mainContents {
    background-size: 723px auto;
  }
}

.pageHeader_logo img {
  height: auto;
}

@media screen and (min-width: 769px) {
  .simContainer {
    max-width: 765px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .secInner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.topHeading {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3181818182;
  font-size: 2.2rem;
  font-weight: 700;
  color: #eb5402;
}
@media screen and (min-width: 769px) {
  .topHeading {
    margin-bottom: 24px;
    line-height: 1.4230769231;
    font-size: 2.6rem;
  }
}
.topHeading.-icon {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .topHeading.-icon {
    margin-bottom: 50px;
  }
}
.topHeading_icon {
  display: block;
  text-align: center;
  margin-bottom: 13px;
}

@media screen and (min-width: 769px) {
  .simMv {
    margin-bottom: -16px;
  }
}
.simMv img {
  display: block;
  margin: 0 auto;
  width: 65.641025641vw;
  height: 28.2051282051vw;
}
@media screen and (min-width: 769px) {
  .simMv img {
    width: 512px;
    height: auto;
  }
}

.inputBox {
  position: relative;
  padding: 20px 20px 20px 57px;
}
.inputBox + .inputBox {
  margin-top: 12px;
}
.inputBox.-dark {
  background: linear-gradient(#fff68e 0%, #ffd217 100%);
}
.inputBox.-light {
  background: linear-gradient(rgba(255, 246, 142, 0.31) 0%, rgba(255, 210, 23, 0.31) 100%);
}
.inputBox_title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.inputBox_desc {
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  font-weight: 500;
}
.inputBox_desc.textPrimary {
  font-size: 1.2rem;
}
.inputBox_desc .textSmall {
  font-size: 1rem;
}
.inputBox_number {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  padding: 6px;
  border-radius: 0 16px 16px 0;
  background: #eb5402;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
.inputBox_notes {
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
}
.inputBox_notes > li {
  line-height: 1.5;
  font-weight: 500;
}
.inputBox_notes > li a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .inputBox_notes > li a:hover {
    text-decoration: none;
  }
}

.selectBox {
  display: inline-block;
  width: 100%;
  height: 52px;
  padding: 14px 36px 14px 18px;
  border-radius: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  background-image: url(/denki/assets/img/simulation/icon_select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 10px 17px !important;
  background-position: right 14px center !important;
  background-color: #fafaf8;
  color: inherit;
}
.selectBox::-ms-expand {
  display: none;
}

.selectUnit {
  margin-top: 14px;
}
.selectUnit_label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}
.selectUnit_guide {
  margin-bottom: 13px;
  font-size: 1.1rem;
  font-weight: 500;
}
.selectUnit .iconLink {
  margin-top: -2px;
  vertical-align: middle;
}

.inputWrap {
  position: relative;
}
.inputWrap_unit {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
input + .inputWrap_unit {
  right: 11px;
}
select + .inputWrap_unit {
  right: 34px;
}
.inputWrap input {
  padding-right: 35px;
}
.inputWrap select {
  padding-right: 50px;
}

.textBox {
  display: inline-block;
  width: 100%;
  height: 52px;
  padding: 14px 11px;
  border-radius: 9px;
  background-color: #fff;
  font: inherit;
  font-weight: 700;
}

input[type=number].textBox::-webkit-outer-spin-button,
input[type=number].textBox::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].textBox {
  -moz-appearance: textfield;
}

.radioWrap {
  display: inline-block;
  margin: 3px 0;
  line-height: 1;
  cursor: pointer;
}
.radioWrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}
.radioWrap input:checked + .radioWrap_label {
  border-color: #eb5402;
}
.radioWrap input:checked + .radioWrap_label::after {
  opacity: 1;
}
.radioWrap_label {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 13px 15px 35px;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #fff;
  font-weight: 700;
  transition: border-color 0.15s ease-out;
}
.radioWrap_label::before, .radioWrap_label::after {
  top: 50%;
  display: block;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  content: "";
}
.radioWrap_label::before {
  left: 13px;
  width: 14px;
  height: 14px;
  background: #f0f0f0;
}
.radioWrap_label::before {
  border-radius: 100%;
}
.radioWrap_label::after {
  left: 16px;
  width: 8px;
  height: 8px;
  background: #eb5402;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.radioWrap_label .number {
  margin-right: 3px;
  vertical-align: baseline;
  font-size: 2rem;
}
.radioWrap.-panel {
  border-radius: 7px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.radioWrap.-panel .radioWrap_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 11px 11px;
  text-align: center;
  font-size: 1.2rem;
}
.radioWrap.-panel .radioWrap_label::before, .radioWrap.-panel .radioWrap_label::after {
  left: 50%;
  transform: translateX(-50%);
}
.radioWrap.-panel .radioWrap_label::before {
  top: 6px;
  width: 15px;
  height: 15px;
}
.radioWrap.-panel .radioWrap_label::after {
  top: 9px;
  width: 9px;
  height: 9px;
}
.radioWrap.-panel .radioWrap_label .imgCard {
  display: block;
  margin-bottom: 6px;
}
.radioWrap.-panel .radioWrap_label .imgCard img {
  width: 37px;
  height: 23px;
}
.radioWrap.-panel .radioWrap_label .textNotes small {
  transform: scale(0.9);
}
.radioWrap.-hasNotes .radioWrap_label {
  padding: 14px 14px 14px 38px;
  padding-bottom: 14px;
}
.radioWrap.-hasNotes .radioWrap_label .notes {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
}

/*=================================
+-----+// secInput
===================================*/
.secInput {
  margin-bottom: 92px;
}
@media screen and (min-width: 769px) {
  .secInput {
    margin-bottom: 100px;
  }
}
.secInput_footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}
.secInput_footer .btn {
  justify-content: center;
  width: 100%;
  max-width: 324px;
  font-size: 1.9rem;
}
.secInput_error {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #d92323;
}

.methodRow {
  display: flex;
  margin: 20px -5px 0;
}
.methodRow > .radioWrap {
  flex: 1;
  margin: 0 5px;
  white-space: nowrap;
}

.methodCol {
  display: flex;
  flex-direction: column;
}
.methodCol > .radioWrap {
  flex: 1;
  white-space: nowrap;
}

.valueRow {
  position: relative;
  display: flex;
  margin-top: 12px;
  padding: 4px;
  border-radius: 13px;
  background-color: #eb5402;
}
.valueRow::before {
  display: block;
  position: absolute;
  top: -12px;
  left: calc((100% - 10px) / 4);
  margin-left: -12px;
  background-color: #eb5402;
  width: 24px;
  height: 14px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
}
.valueRow.kwh::before {
  left: calc((100% - 10px) / 4 * 3);
  margin-left: 0;
}
.valueRow_month {
  min-width: 96px;
  width: 34.2857142857%;
  margin-right: 4px;
}
.valueRow > .inputWrap:not(.valueRow_month) {
  flex: 1;
}

/*=================================
+-----+// secResult
===================================*/
.secResult {
  margin-bottom: 57px;
}
@media screen and (min-width: 769px) {
  .secResult {
    margin-bottom: 80px;
  }
}

.resultBox {
  position: relative;
  background: linear-gradient(#fff68e 0%, #ffd217 100%);
}
.resultBox_inner {
  position: relative;
}
.resultBox_title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4444444444;
  text-shadow: 1px 1px 0px #fff;
}
@media screen and (min-width: 769px) {
  .resultBox_title {
    text-shadow: 2px 2px 0px #fff;
  }
}
.resultBox_bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed #000;
}
.resultBox_yearly, .resultBox_monthly {
  border-radius: 13px;
  background-color: #fff;
}
.resultBox_yearly {
  padding: 13px 12px 12px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #eb5402;
}
.resultBox_yearly + .resultBox_yearly {
  margin-top: 13px;
}
.resultBox_yearly .number {
  margin-right: 4px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
}
.resultBox_yearly .point {
  display: inline-block;
  margin-left: 7px;
  line-height: 0.9;
  text-align: left;
}
.resultBox_yearly .small {
  font-size: 1.25rem;
  letter-spacing: normal;
}
.resultBox_yearly .mark {
  font-size: 1.3rem;
}
.resultBox .toggle {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  border: none;
  line-height: 1.5384615385;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #eb5402;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.resultBox .toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  content: "";
}
.resultBox .toggle[aria-expanded=false]::before {
  background-image: url(/denki/assets/img/common/icon_accordion_plus.svg);
}
.resultBox .toggle[aria-expanded=true]::before {
  background-image: url(/denki/assets/img/common/icon_accordion_minus.svg);
}
.resultBox_detail[aria-hidden=true] {
  display: none;
}
.resultBox_close {
  display: block;
  width: 100%;
  padding: 10px 12px 14px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-align: center;
  text-decoration: underline;
  color: #eb5402;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.resultBox_close:hover {
  text-decoration: none;
}

.tableNotes {
  margin-top: 7px;
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .tableNotes {
    margin-top: 9px;
  }
}

.resultTable {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #000;
  border-collapse: separate;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .resultTable {
    font-size: 1.3rem;
  }
}
.resultTable th, .resultTable td {
  font: inherit;
  vertical-align: middle;
  text-align: center;
}
.resultTable th .textSup, .resultTable td .textSup {
  top: -0.2em;
}
.resultTable th div, .resultTable td div {
  font: inherit;
}
.resultTable th:not(:first-child), .resultTable td:not(:first-child) {
  border-left-width: 1px;
  border-left-style: solid;
}
.resultTable thead th {
  padding: 5px 10px 7px;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.resultTable tbody th, .resultTable tbody td {
  border-bottom: 1px solid #efefef;
}
.resultTable tbody tr:last-child th, .resultTable tbody tr:last-child td {
  border-bottom-color: #000;
}
.resultTable tbody th, .resultTable tbody td {
  padding: 13px 5px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .resultTable tbody th, .resultTable tbody td {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .resultTable tbody th, .resultTable tbody td {
    padding: 17px 10px;
  }
}
.resultTable_col.month {
  width: 11.1111111111%;
}
.resultTable_col.price {
  width: 22.2222222222%;
  border-left-color: #efefef;
}
.resultTable_col.point {
  border-left-color: #000;
  background-color: #fffbda;
  color: #eb5402;
}
.resultTable_cell.price, .resultTable_cell.point {
  text-align: right;
}
.resultTable_cell.price {
  border-left-color: #efefef;
}
.resultTable_cell.point {
  border-left-color: #000;
  background-color: #fffbda;
  color: #eb5402;
}
.resultTable_cell .value {
  margin-right: 2px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .resultTable_cell .value {
    margin-right: 5px;
    font-size: 1.6rem;
  }
}

/*=================================
+-----+// secService
===================================*/
.secService {
  margin-bottom: 57px;
}
@media screen and (min-width: 769px) {
  .secService {
    margin-bottom: 80px;
  }
}
.secService .guideText {
  font-size: 1.4rem;
}
.secService .guideImg {
  margin: 20px 0 35px;
  text-align: center;
}
.secService .guideImg img {
  max-width: 320px;
  height: auto;
}

.combiBox {
  padding-bottom: 0;
  font-size: 1.2rem;
}
.combiBox_shoulder, .combiBox_title {
  text-align: center;
}
.combiBox_shoulder {
  line-height: 1.4285714286;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .combiBox_shoulder {
    font-size: 1.7rem;
  }
}
.combiBox_title {
  margin-bottom: 30px;
  line-height: 1.4444444444;
  font-size: 1.8rem;
  font-weight: 700;
  color: #eb5402;
}
@media screen and (min-width: 769px) {
  .combiBox_title {
    font-size: 2.2rem;
  }
}
.combiBox_link {
  margin-top: 6px;
  font-size: 1.2rem;
  text-align: right;
}
.combiBox .textNotes {
  margin-top: 9px;
}

.resultCurrent {
  padding: 28px 5.1282051282vw;
  font-weight: 700;
  text-align: center;
}
.resultCurrent_shoulder {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.4rem;
}
.resultCurrent_title {
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 1.2rem;
  font-weight: 700;
}
.resultCurrent_title .summary {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
}
.resultCurrent_price {
  font-weight: 900;
}
.resultCurrent_price .number {
  margin-right: 7px;
  font-size: 2.4rem;
}

.currentBox {
  padding: 0;
}

.resultNotes {
  margin-top: 16px;
  font-size: 1.1rem;
}
.resultNotes_link {
  margin-top: 7px;
  font-size: 1.2rem;
}
.topHeading + .resultNotes {
  margin-top: 0;
  margin-bottom: 16px;
}

.exchangeBox {
  position: relative;
  margin-top: 42px;
  padding: 13px 9px 10px;
  background-color: #ffe971;
}
@media screen and (min-width: 769px) {
  .exchangeBox {
    max-width: 480px;
    margin: 0 auto;
  }
}
.exchangeBox::before {
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  background-color: #ffe971;
  width: 48px;
  height: 15px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
  content: "";
}
.exchangeBox_inner {
  padding: 15px 12px 13px;
  border-radius: 7px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
.exchangeBox_img {
  margin-bottom: 9px;
  text-align: center;
}
.exchangeBox_img img {
  height: auto;
}
.exchangeBox .link {
  text-align: right;
  font-size: inherit;
}
.exchangeBox .textNotes {
  margin-top: 10px;
}

.serviceBox {
  position: relative;
  border: 2px solid transparent;
  border-radius: 14px;
  background-color: #fff;
}
.serviceBox:not(:first-child) {
  margin-top: 20px;
}
.serviceBox:not(.-au):not(.checked) .serviceBox_body {
  opacity: 0.4;
}
.serviceBox:not(.-au):not(.checked) .serviceBox_header .text {
  opacity: 0.4;
}
.serviceBox:not(.-au):not(.checked) .radioWrap {
  pointer-events: none;
}
.serviceBox:not(.-au):not(.checked) .checkWrap::before {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.serviceBox_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 10px 15px;
  border-radius: 13px 13px 0 0;
  background-color: rgba(221, 221, 221, 0.13);
}
.serviceBox_header .imgLogo img {
  display: block;
  height: auto;
}
.serviceBox:not(.-au):not(.checked) .serviceBox_header .imgLogo img {
  opacity: 0.4;
}
.serviceBox_header .text {
  font-size: 1rem;
  color: #6f6f6f;
}
.serviceBox_body {
  padding: 15px 12px;
}
.serviceBox_point {
  color: #eb5402;
  font-weight: 900;
  text-align: center;
}
.serviceBox_point .number {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}
.serviceBox_point .point {
  margin-left: 9px;
  font-size: 1.3rem;
  text-align: left;
}
.serviceBox_card {
  display: flex;
  margin: 0 -2.5px 15px;
}
.serviceBox_card > .radioWrap {
  flex: 1;
  margin: 0 2.5px;
}
.serviceBox.-au .imgLogo img {
  width: 105px;
}
.serviceBox.-aupay {
  border-color: #f2a81d;
}
.serviceBox.-aupay:not(.checked) {
  border-color: #fdf2de;
}
.serviceBox.-aupay .serviceBox_header {
  background-color: rgba(242, 168, 29, 0.13);
}
.serviceBox.-aupay .imgLogo img {
  width: 107px;
}
.serviceBox.-gas {
  border-color: #00baff;
}
.serviceBox.-gas:not(.checked) {
  border-color: #ccf1ff;
}
.serviceBox.-gas .serviceBox_header {
  background-color: #f4fcff;
}
.serviceBox.-gas .imgLogo img {
  width: 92px;
}
.serviceBox ~ .serviceBox {
  margin-top: 22px;
}
.serviceBox ~ .serviceBox::after {
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: url(/denki/assets/img/simulation/icon_plus.svg) no-repeat center center;
  background-size: 28px 28px;
  transform: translateX(-50%);
  content: "";
}

.sumBox {
  position: relative;
  margin: 50px -5.1282051282vw 0;
  padding-bottom: 15px;
  background: linear-gradient(#fff68e 0%, #ffd217 100%);
}
@media screen and (min-width: 769px) {
  .sumBox {
    margin: 50px -20px;
  }
}
.sumBox::before {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.38;
  mix-blend-mode: soft-light;
  background: url(/denki/assets/img/simulation/bg_result_sum.png) no-repeat center center;
  background-size: 750px 100%;
  content: "";
}
.sumBox::after {
  display: block;
  position: absolute;
  top: -44px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: url(/denki/assets/img/simulation/icon_equal.svg) no-repeat center center;
  background-size: 28px 28px;
  transform: translateX(-50%);
  content: "";
}
.sumBox_title {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.sumBox_point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 13px 16px;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 900;
  color: #eb5402;
}
@media screen and (min-width: 769px) {
  .sumBox_point {
    max-width: 480px;
    margin: 0 auto;
  }
}
.sumBox_point .number {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.sumBox_point .point {
  display: block;
  margin-left: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .sumBox_point .point {
    margin-left: 10px;
  }
}
.sumBox_img {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.sumBox_img img {
  max-width: 209px;
  max-height: 198px;
  width: 53.5897435897vw;
  height: 50.7692307692vw;
}

.checkWrap {
  display: inline-block;
  margin: 3px 0;
  line-height: 1;
  cursor: pointer;
}
.checkWrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}
.checkWrap input:checked + .checkWrap_label {
  border-color: #eb5402;
}
.checkWrap input:checked + .checkWrap_label::after {
  opacity: 1;
}
.checkWrap_label {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 10px 10px 28px;
  font-weight: 700;
}
.checkWrap_label::before, .checkWrap_label::after {
  top: 50%;
  display: block;
  position: absolute;
  content: "";
}
.checkWrap_label::before {
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 2px solid #bababa;
  background-color: #fff;
  transform: translateY(-50%);
}
.checkWrap_label::after {
  left: 7px;
  width: 8px;
  height: 12px;
  margin-top: -1px;
  border-right: 2px solid #eb5402;
  border-bottom: 2px solid #eb5402;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-out;
}

[v-cloak] {
  opacity: 0;
  visibility: hidden;
}

/*=================================
+-----+// secNotes
===================================*/
.secNotes ul {
  font-size: 1.2rem;
}
.secNotes ul li {
  margin-top: 16px;
}
.secNotes .dotList > li:not(:first-child) {
  margin-top: 16px;
}

/*=================================
+-----+// modal
===================================*/
#modal_ampare .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 500;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

#modal_ampare .modal_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#modal_ampare .sec_inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 15px;
}

#modal_ampare .close {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

#modal_ampare .form_box {
  padding: 20px;
  border-radius: 9px;
  background: #fff;
}

#modal_ampare .form_box p {
  line-height: 1.8333333333;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3c3c3c;
}

#modal_ampare .form_btn {
  display: block;
  width: 100%;
  margin: 27px 0 7px;
  text-align: center;
  text-decoration: underline;
  color: #eb5402;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
}
#modal_ampare .form_btn:hover {
  text-decoration: none;
}

.m-cv.is-active:not(.is-result) {
  opacity: 0;
  visibility: hidden;
}

/*=================================
+-----+// odometer
===================================*/
.odometer span,
.odometer div {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: baseline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}