/* ------------------------------
 PORT */

#add_customizer_1_wrapper {
  margin-top: -83px;
}

/* 説明本文 */
#add_customizer_1_wrapper .sentence {
  margin: 8% 0;
}
#add_customizer_1_wrapper .sentence > .sentence_content {
  display: flex;
  justify-content: space-between;
  margin: 16% 0 8%;
}
#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;
  align-self: center;
}
#add_customizer_1_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text {
  display: flex;
  margin-bottom: 1em;
  font-size: 2rem;
  position: relative;
}
#add_customizer_1_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #337db9;
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 80px !important;
  opacity: 0.3;
  z-index: -1;
}
#add_customizer_1_wrapper
  .sentence
  > .sentence_content
  > .box.text
  > .sentence_text_wrap
  > .sentence_text.left::after {
  left: 0;
}
