/* ------------------------------
 こんな企業様におすすめ */
#add_customizer_4_wrapper {
  width: 100%;
  color: #000;
}
#add_customizer_4_wrapper > .background {
  width: 100%;
  background-color: #84cdbf;
  /* section_2と繋げる場合はコメント */
  margin-top: -12px;
}
#add_customizer_4_wrapper .content {
  /* width: 85%; */
  margin: auto;
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  #add_customizer_4_wrapper .content {
    padding-top: 4em;
  }
}
#add_customizer_4_wrapper .sentence {
  position: relative;
  width: 100%;
}
/* 下部テキスト */
#add_customizer_4_wrapper .sentence > .sentence_content.sentence_1 {
  width: 100%;
  margin: auto;
  min-height: 200px; /* ここ（ul）の min-height が子要素（li）の min-height より小さくなるとshadowが見切れるので注意 */
}
#add_customizer_4_wrapper .sentence > .sentence_content.sentence_1 > .problems {
  position: relative;
  padding: 3% 4% 3% 0;
  list-style: none;
  height: 100%;
}
@media all and (max-width: 767px) {
  #add_customizer_4_wrapper
    .sentence
    > .sentence_content.sentence_1
    > .problems {
    padding-bottom: 2em;
  }
}
#add_customizer_4_wrapper
  .sentence
  > .sentence_content.sentence_1
  > .problems
  > .texts {
  box-shadow: 0 2px 8px 0px #a8a8a8;
  background-color: #ffffff;
  padding: 6% 3%;
  min-height: 200px;
  border-radius: 5px;
  position: relative;
}
/* 一つずつ縦積みになったらmin-heightを設定しない */
@media all and (max-width: 767px) {
  #add_customizer_4_wrapper
    .sentence
    > .sentence_content.sentence_1
    > .problems
    > .texts {
    min-height: auto;
  }
}

#add_customizer_4_wrapper
  .sentence
  > .sentence_content.sentence_1
  > .problems
  > .texts
  .title-text {
  vertical-align: middle;
  width: 86%;
  margin: auto;
}
#add_customizer_4_wrapper
  .sentence
  > .sentence_content.sentence_1
  > .problems
  > .texts
  .numbers {
  display: inline-block;
  position: absolute;
  top: -34px;
  left: -25px;
}
@media all and (max-width: 480px) {
  #add_customizer_4_wrapper
    .sentence
    > .sentence_content.sentence_1
    > .problems
    > .texts
    .numbers {
    top: -22px;
    left: -18px;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  #add_customizer_4_wrapper
    .sentence
    > .sentence_content.sentence_1
    > .problems
    > .texts
    .numbers {
    top: -8px;
    left: -18px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #add_customizer_4_wrapper
    .sentence
    > .sentence_content.sentence_1
    > .problems
    > .texts
    .numbers {
    top: -30px;
    left: -18px;
  }
}

#add_customizer_4_wrapper .serif {
  color: #6e91c4;
  font-family: "Merriweather", serif;
  font-weight: 200;
}
#add_customizer_4_wrapper .num {
  font-size: 2.4em;
}
#add_customizer_4_wrapper .largeNum {
  font-size: 3em;
  margin-left: -6px;
}

#add_customizer_4_wrapper
  .sentence
  > .sentence_content.sentence_1
  > .problems
  > .texts
  > .text {
  margin-left: 28px;
  width: 90%;
}

#add_customizer_4_wrapper .sentence::-webkit-scrollbar {
  display: block;
}

#add_customizer_4_wrapper .icon {
  color: #6e91c4;
}

/* 下部画像 */
/* #add_customizer_4_wrapper .sentence_content.sentence_2 {
  background-image: url(/wp-content/themes/Sydney-child/images/people.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
  height: 375px;
  align-content: center;
} */
