@charset "UTF-8";

/* あ */

.estimation_each_header{
  margin-bottom: 10px;
  color: #330;
}

/* PC */
@media screen and (min-width:960px){
  .estimation_each_header{
    font-size: 1.2em;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .estimation_each_header{
    font-size: 1.1em;
  }
}

span.estimation_num{
  padding: 0 5px;
  color: #fff;
  background-color: #360;
}

div.estimation_each_contents{
  min-height: 120px;
  padding-top: 15px;
  padding-left: 140px;
  line-height: 1.8em;
  background-repeat: no-repeat;
}

.estimation_each_contents:not(:last-child){
  padding-bottom: 50px;
  background-position: left top, center bottom;
}

.estimation_each_contents_ask{
  background-image: url("../../../images/repair/ask.png"), url("../../../images/repair/flow/estimation_arrow.png");
}

.estimation_each_contents_inspection{
  background-image: url("../../../images/repair/inspection.png"),url("../../../images/repair/flow/estimation_arrow.png");
}

.estimation_each_contents_design{
  background-image: url("../../../images/repair/design.png"),url("../../../images/repair/flow/estimation_arrow.png");
}

.estimation_each_contents_open{
  background-image: url("../../../images/repair/open.png"),url("../../../images/repair/flow/estimation_arrow.png");
}

.estimation_each_contents_presentation{
  margin-bottom:30px;
  background-image: url("../../../images/repair/support.png");
}