@charset "UTF-8";

.each_choice_header{
  box-sizing: border-box;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  border-top: 1px solid #69f;
  border-bottom: 1px solid #69f;
}

/* PC */
@media screen and (min-width:960px){
  .each_choice_header{
    min-height: 130px;
    padding-top: 20px;
    padding-right: 130px;
    font-size: 1.4em;
   }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .each_choice_header{
    min-height: 90px;
    padding-right: 100px;
    font-size: 1.3em;
    background-size: 80px 80px;
   }
}


.each_choice_header_ask{
  background-image: url("../../../images/repair/ask.png");
}

.each_choice_header_inspection{
  background-image: url("../../../images/repair/inspection.png");
}

.each_choice_header_open{
  background-image: url("../../../images/repair/open.png");
}

.each_choice_header_presentaion{
  background-image: url("../../../images/repair/support.png");
}

.simple_table{
  font-size: 0.9em;
}

.simple_table th.company{
  width: 70px;
}

.simple_table td.company{
  background-color: #f0f0f0;
}

/* PC */
@media screen and (min-width:960px){
  .simple_table th.price{
    width: 170px;
  }

  .simple_table th.content{
    width: 280px;
  }
}

span.good{
  color: #390;
}

span.bad{
  color: #f00;
}