/* ------------------------------
 導入 */
#add_customizer_4_wrapper {
  width: 100%;
  color: #000;
}

/* 説明本文 */
#add_customizer_4_wrapper .sentence {
  margin: 8% 0;
}
#add_customizer_4_wrapper .sentence > .sentence_content {
  display: flex;
  justify-content: space-between;
  margin: 2% 0;
}
#add_customizer_4_wrapper .sentence > .sentence_content > .box.img {
  width: 58%;
  align-content: center;
}
#add_customizer_4_wrapper .sentence > .sentence_content > .box.img > img {
  width: 80%;
}
#add_customizer_4_wrapper .sentence > .sentence_content > .box.text {
  width: 42%;
  padding: 1% 3%;
  white-space: normal;
  align-self: center;
}
#add_customizer_4_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text {
  display: flex;
  margin-bottom: 1em;
}
#add_customizer_4_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text
  > .icon {
  font-family: "FontAwesome", "Font Awesome 5 Free";
  color: cadetblue;
  margin: 0 2%;
}

#add_customizer_4_wrapper .sentence > .sentence_content + .next_arrow {
  width: 40%;
  margin-left: auto;
  text-align: center;
}
#add_customizer_4_wrapper .sentence > .sentence_content + .next_arrow > .icon {
  font-size: 6rem;
  color: #a9dbfd;
  transform: rotate(90deg);
}
