/* ==========================================================================
   .c5-cautionArea
   ========================================================================== */

.c5-cautionArea{
  margin: 0 0 40px 0;
}
.c5-cautionArea .c5-cautionArea__gray{
  padding:10px;
  background: #e4e7ec; 
}
.c5-cautionArea section.s5-inStoreFeaturesItem1{
      margin: 30px 0  !important;
}
.c5-cautionArea .c5-cautionArea__table{
  display: table;
} 
.c5-cautionArea .c5-cautionArea__tableCell{
  display: table-cell;
} 
.c5-cautionArea .c5-cautionArea__tableCell .s5-icon-warning-sign:before{
  font-size: 50px;
} 
.c5-cautionArea .c5-cautionArea__tableCell:first-child{
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

/* ==========================================================================
   .c5-form
   ========================================================================== */
.c5-form{
  padding:20px 20px 5px 20px ;
  background: #e4e7ec; 
}
.c5-form .c5-form__contents{
  /*padding:10px;*/
  /*background: #fff;*/
}
.c5-form .s5-formInput__img{
  max-width: 400px;
  width: 100%;
}
.c5-form .s5-formInput td{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-form .s5-formConfig__textInput{
  padding: 0 20px 20px 20px ;
}
.c5-form .c5-form__input{
  width: 50%;
  /*margin: 0;*/
}

.c5-form .c5-form__inputError{
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 639px){
  .c5-form .c5-form__input{
    width: 100%;
    margin: 0;
  }
  .s5-formConfig__textInput{
    padding-bottom:0 !important; 
    margin-bottom:0 !important; 
  }
}

/* ==========================================================================
   .c5-info
   ========================================================================== */
.c5-info{
  padding:20px;
  border: 1px solid #e4e7ec;
}


