@charset "utf-8";
/* ---------------------------------
  選ばれる理由
------------------------------------*/
#reason .contents h1 {
  background-image: url("../../reason/images/h1_reason.jpg");
}
@media screen and (max-width: 640px) {
  #reason .contents h1 {
    background-image: url("../../reason/images/h1_reason_sp.jpg");
  }
}
#reason .contents h1 b {
  color: #E49500;
}
#reason__box .imgBox {
  margin-bottom: 30px;
  overflow: hidden;
}
#reason__box .imgBox h3 {
  width: 600px;
  height: auto;
  float: left;
}
#reason__box .imgBox h3 img {
  width: 100%;
  height: auto;
  display: block;
}
#reason__box .imgBox .textBox {
  float: left;
  width: 240px;
  padding: 20px;
  min-height: 218px;
  margin-top: 82px;
  border: 10px solid #fceaea;
  background-color: #fdf5f5;
  text-align: left;
  line-height: 1.5;
}
#reason__box .imgBox:nth-child(2) .textBox {
  min-height: 253px;
}
#reason__box .imgBox:nth-child(3) .textBox {
  min-height: 252px;
}
#reason__box .imgBox:nth-child(4) .textBox {
  min-height: 197px;
}
#reason__box .imgBox .textBox p + p {
  margin-top: 20px;
}
#reason__box .imgBox .textBox p strong {
  background-color: #ffeb7e;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #reason__box {
    margin-top: 30px;
  }
  #reason__box .imgBox h3 {
    width: 100%;
    float: none;
  }
  #reason__box .imgBox .textBox {
    float: none;
    width: auto;
    margin-top: 0;
  }
  #reason__box .imgBox .textBox p + p {
    margin-top: 10px;
  }
}
#reason #service {
  padding: 0;
}