@charset 'UTF-8';

.cmp-checkArea.cmp-checkArea-02 .stepBlock {
  padding: 0;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step {
  float: none;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step + .step {
  margin-top: 20px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step > dt,
.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step > dd {
  display: table-cell;
  vertical-align: middle;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step > dt {
  width: 400px;
  padding-right: 50px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title {
  font-size: 1.6rem;
  margin-bottom: 0;
  position: relative;
  padding-right: 50px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title > .num {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  padding-top: 4px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #333;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title > .text {
  padding-left: 40px;
  display: inline-block;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title > .label {
  position: absolute;
  right: 0;
  background-color: #e95504;
  color: #fff;
  display: inline-block;
  padding: 0 5px 0;
  font-size: 1.4rem;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title > .label.label-02 {
  background-color: #686868;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step:nth-child(2n) {
  border-left: none;
  margin-left: 0;
  background-color: #f4f4f4;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .listRadio {
  margin-bottom: 0;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .listRadio .mod-formRadio {
  max-width: none;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .box {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel {
display: inline-block;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .icon {
display: inline-block;
margin-right: 20px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .icon img {
vertical-align: middle;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .txt {
display: inline-block;
margin-right: 4px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .txt:last-child {
margin-right: 0;
margin-left: 6px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel label {
position: relative;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel label > span {
position: absolute;
z-index: 0;
top: 0;
display: block;
overflow: hidden;
width: 40px;
height: 10px;
margin-bottom: 2px;
text-align: center;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel [type='tel'] {
position: relative;
z-index: 1;
width: 80px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .tel {
  display: inline-block;
  margin-right: 4px;
  margin-left: 6px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .tel:first-child {
  margin-right: 4px;
  margin-left: 0;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .tel:last-child {
    margin-right: 0;
    margin-left: 6px;
}

.cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .tel .tel [type='tel'] {
    width: 80px;
    font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
    font-size: 100%;
    box-sizing: border-box;
    min-width: 0;
    height: 30px;
    padding: 0 10px 0 10px;
    border: 1px solid #666;
}

@media only screen and (max-width: 767px) {
  .cmp-checkArea.cmp-checkArea-02 .stepBlock > .step {
    display: block;
    padding: 10px 12px;
  }
  .cmp-checkArea.cmp-checkArea-02 .stepBlock > .step > dt,
  .cmp-checkArea.cmp-checkArea-02 .stepBlock > .step > dd {
    display: block;
  }

  .cmp-checkArea.cmp-checkArea-02 .stepBlock > .step > dt {
    width: auto;
    padding-right: 0;
  }
  .cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title {
    margin-bottom: 10px;
  }
  .cmp-checkArea.cmp-checkArea-02 .stepBlock > .step .title > .label {
    bottom: 0;
  }
}