/* ------------------------------
 Siimで出来ること */
/* 区分戸建一棟.. */
#add_customizer_1_wrapper .sub_title {
  width: 100%;
  text-align: center;
  margin: 4% 0;
}

/* 販売資料がたった1分で.. / REINSやビックデータとの..のタイトル */
#add_customizer_1_wrapper .sentence > .sentence_title {
  margin-top: 6em;
}
#add_customizer_1_wrapper .sentence > .sentence_title.title_1 {
  text-align: right;
}
#add_customizer_1_wrapper .sentence > .sentence_title.title_2 {
  text-align: left;
}

/* 販売資料がたった1分で.. / REINSやビックデータとの..の本文 */
#add_customizer_1_wrapper .sentence {
  margin: 8% 0;
}
#add_customizer_1_wrapper .sentence > .sentence_content {
  display: flex;
  justify-content: space-between;
  margin: 4% 0;
}
#add_customizer_1_wrapper .sentence > .sentence_content > .box.img {
  width: 58%;
  align-content: center;
}
#add_customizer_1_wrapper .sentence > .sentence_content > .box.img > img {
  width: 100%;
}
#add_customizer_1_wrapper .sentence > .sentence_content > .box.text {
  width: 42%;
  padding: 1% 3%;
  white-space: normal;
}
#add_customizer_1_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text {
  display: flex;
  margin-bottom: 1em;
}
#add_customizer_1_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text
  > .icon {
  font-family: "FontAwesome", "Font Awesome 5 Free";
  color: cadetblue;
  margin: 0 2%;
}
