@charset "utf-8";

.ss_contents address{
  width:450px;
}

tr.company select{
  width: 290px;
}

/* 2018/07/09.shanon. */
.ss_form table tr.back_pink   .ss_enq{ background-color: #CF6D85; }
.ss_form table tr.back_green  .ss_enq{ background-color: #70B073; }
.ss_form table tr.back_blue   .ss_enq{ background-color: #4B77BB; }
.ss_form table tr.back_yellow .ss_enq{ background-color: #FFC000; }

#ss_header img{
  width: 100%;
  margin-top: 20px;
}


.sb_custom_index input[type="checkbox"]{
  vertical-align: bottom;
}

.sb_custom_index input[type="radio"]{
  vertical-align: text-bottom;
}

.wrap_label{
  display: inline-block;
  margin-right: 20px;
}

.enq_answer ul{
  margin-left: 10px;
}

.vertical_one_row + tr ul{
  margin-left: 20px;
}

.vertical_one_row + tr .wrap_label{
  margin-top: 10px;
}

.move_err_position + tr ul:first-child{
  margin-bottom: 0;
}

.sb_custom_index .itw_300 + tr input[type="text"]{
  width: 300px;
}

@media screen and (max-width: 767px){
.sb_custom_index .itw_300 + tr input[type="text"]{
  width: 95%;
}
}
