
/* 選ばれる理由 */
#reason {
  padding: 0px 7px 0px 7px;
  margin: 12px 0px 0px 0px;
}
#reason1 {
  border-bottom: 1px dotted #CCCCCC;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 10px 0px;
}
#reason2 {
  border-bottom: 1px dotted #CCCCCC;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 10px 0px;
}
#reason3 {
  border-bottom: 1px dotted #CCCCCC;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 15px 0px;
}

/* キャッチ */
#writing_catch_left {
  text-align: center;
}
#writing_catch_right {
  padding: 15px 7px 0px 7px;
}

/* お客様の声 */
.voice {
  border: 10px solid #EEF9E5;
  padding: 15px 7px 20px 10px;
}
.voice_green {
  color: #5CC900;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
