/* ============================
 *
 *     Menu
 *
 * ============================ */
.menu-title {
  margin: 20px;
  border: 1px solid #DDD;
  background: #FFF;
}
.menu-title b {
  padding: 0.75em 1em;
}
.menu-title .step {
  display: inline-block;
  border-right: 1px solid #DDD;
  color: #0079DC;
}
.menu-title .label {
  display: inline-block;
}

.info-box {
  display: block;
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #FFF0BC;
  border-radius: 3px;
  background: #FFFEEB;
  text-decoration: none;
}

.info-list-no-date {
  overflow: auto;
  height: 8em;
  margin: 20px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 140%;
  -webkit-overflow-scrolling: touch;
}
.info-list-no-date li {
  margin-top: 1em;
  padding-top: 1em;
  background: url(../img/dottedline_666.png) repeat-x 0 0;
}
.info-list-no-date li:first-child {
  margin-top: 0;
  padding-top: 0;
  background: none;
}

.status-section {
  margin: 2em 0;
  padding: 0 50px;
}

.status-table td {
  padding: 2em 1em;
  background: #FDF9C5;
  /*font-size: 16px;*/
  font-size: 1em;
  font-size: 1rem;
  line-height: 140%;
}

/* add */
.status-message-area {
  font-size: 0.875em;
  font-size: 0.875rem;
}
.status-message-area > div:nth-child(n+2) {
  margin-top: 0.5em;
}
.status-message-area .status-kind {
  color: #000000;
}
.status-message-area .status-message {
  color: #ff0000;
}

.step-wrapper {
  margin-bottom: 0;
  padding-bottom: 2em;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABR0RVh0Q3JlYXRpb24gVGltZQAxNi40LjQDaxD+AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABVJREFUCJljPHPmzH8GNMCELkAFQQBdXANt8Ce4GAAAAABJRU5ErkJggg==") repeat-y 1.6em 0;
}
.step-wrapper:last-child {
  background: transparent;
}
.step-wrapper:last-child .step-header {
  cursor: default;
}

.step-header {
  position: relative;
}

.step-header-btn {
  /*width: 140px;*/
  width: 190px;
}

.step-header-body {
  float: left;
}

.step-header-status {
  display: inline-block;
  min-width: 130px;
  background: #0054B8;
  color: #FFF;
  font-family: "HelveticaNeue", Arial, sans-serif;
  vertical-align: -0.5em;
}

.step-header-status-no {
  display: table-cell;
  min-width: 2.5em;
  padding: 0.5em;
  text-align: center;
  border-right: 1px solid #FFF;
  vertical-align: middle;
}

.step-header-status-label {
  display: table-cell;
  width: 60%;
  text-align: center;
  vertical-align: middle;
}

.step-header-status-icon {
  display: inline-block;
  width: 3.1em;
  margin: 0.25em 0.5em;
  padding: 0.25em 0.75em;
  line-height: 1.6em;
  border: 1px solid #FFF;
  text-align: center;
  /*font-size: 13px;*/
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 140%;
  font-weight: bold;
}
.step-header-status-icon-complete {
  background: #666;
}
.step-header-status-icon-progress {
  background: #FFF;
  color: #0051BA;
}
.step-header-status-icon-outdate {
  /*background: #FFC926;*/
  background: #CCC0DA;
  color: #000;
}

.step-header-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.step-header-actions > * {
  margin-left: 10px;
}

.step-header-actions-period {
  display: inline-block;
  padding: 0.5em 0.75em;
  border: 1px solid #CCC;
  background: #FDF8C7;
  vertical-align: middle;
}
.step-header-actions-period strong {
  margin-left: 0.5em;
  color: #F00;
  font-weight: normal;
}

.step-header-title {
  margin-top: 0.25em;
  padding-left: 150px;
  padding-right: 35%;
  /*font-size: 22px;*/
  font-size: 1.375em;
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: bold;
}

.step-header-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 2.5em;
  background: rgba(255, 0, 0, 0);
  cursor: pointer;
}

.step-contents {
  margin-top: -0.5em;
  padding-left: 150px;
}

.step-contents-box {
  background: #EEF1F9;
}

.step-contents-table {
  width: 100%;
  margin: 1em 0;
}
.step-contents-table th, .step-contents-table td {
  padding: 0.2em;
  border-bottom: 1px solid #CCC;
  /*font-size: 14px;*/
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 140%;
}
.step-contents-table th[scope=col] {
  color: #0051BB;
}
.step-contents-table td.price {
  width: 20%;
  color: #F00;
}
.step-contents-table td.status {
  width: 20%;
}

.last-step .step-header-status {
  display: block;
}
.last-step .step-header-status-no {
  line-height: 400%;
}
.last-step .step-header-status-label {
  width: 100%;
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
}
.last-step .step-header-body {
  width: 100%;
}

.bottom-menu-section {
  padding: 0 50px;
}

.bottom-menu-box .put-left {
  float: left;
  line-height: 200%;
}
.bottom-menu-box .put-right {
  float: right;
}

.bottom-menu-box-title {
  font-size: 1.25em;
  line-height: 140%;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .info-box {
    margin: 20px;
  }

  .step-header-title {
    margin: 0.25em 0;
    padding-right: 40%;
  }

  .step-header-actions {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .info-box {
    margin: 10px;
  }

  .info-list {
    height: 10em;
    margin: 10px;
    font-size: 0.625em;
    font-size: 0.625rem;
    line-height: 130%;
  }

  .status-section {
    padding: 0 1em;
  }

  .status-table td {
    padding: 1em;
    /*font-size: 14px;*/
    font-size: 0.875em;
    font-size: 0.875rem;
    line-height: 140%;
  }

  .step-header-btn {
    /*width: 120px;*/
    width: 190px;
  }

  .step-header-body {
    float: none;
  }

  .step-header-status {
    display: block;
    margin-bottom: 0.5em;
  }

  .step-header-title {
    padding-left: 50px;
    padding-right: 0;
    /*font-size: 18px;*/
    font-size: 1.125em;
    font-size: 1.125rem;
    line-height: 140%;
  }

  .step-header-actions {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 50px;
  }
  .step-header-actions > * {
    margin-left: 0;
    margin-right: 10px;
  }

  .step-header-actions-period {
    padding: 0.5em 0.25em;
    font-size: 11px;
    line-height: 140%;
  }

  .step-contents {
    padding-left: 35px;
  }

  .step-header-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .last-step .step-header-status-label {
    font-size: 18px;
    line-height: 140%;
  }

  .bottom-menu-section {
    padding: 0;
  }

  .bottom-menu-box {
    margin: 1em;
  }
  .bottom-menu-box .put-left {
    float: none;
    margin-bottom: 0.5em;
  }
  .bottom-menu-box .put-right {
    float: none;
    text-align: center;
  }

  .bottom-menu-btn {
    width: 200px;
  }
}
