/* ===============================================================

 project / point simulation

=============================================================== */
.c-input {
  display: inline-block;
  margin-right: 8px;
  width: 133px;
}

.c-formbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-radiobox__text {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.c-stepflow--colbox__item img {
  height: 60px;
}

#exec-wrap {
  display: none;
}

#exec-wrap_qira {
  display: none;
}

.exec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-radiobox i {
  width: 28px;
  height: 28px;
}

.c-cardbox__linkwrap {
  display: inline-block;
}

.c-cardbox__linkwrap .c-cardbox__image img {
  pointer-events: none;
}

.number_input input {
  text-align: right;
}

.error {
  color: #E61728;
}

@media screen and (min-width: 768px) {
  .exec-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .exec-inner img {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-input {
    width: calc(100% - 4em - 8px);
  }
  .c-formbox__item span {
    width: 4em;
  }
  .exec-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exec-inner img {
    margin: 0 auto 16px auto;
  }
}
