/* ------------------------------
 よくあるご質問 */
#add_customizer_7_wrapper {
  width: 100%;
  color: #000;
}
#add_customizer_7_wrapper > .background {
  width: 100%;
  background-color: #84cdbf;
  margin-top: -12px;
}
#add_customizer_7_wrapper > .content.container {
  width: 90%;
  margin: auto;
  padding-top: 2em;
}
#add_customizer_7_wrapper .content {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  #add_customizer_7_wrapper > .content.container {
    padding-top: 4em;
  }
}
#add_customizer_7_wrapper .button {
  text-align: right;
}
#add_customizer_7_wrapper .sentence {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: -2em;
}
/* 下部テキスト */
#add_customizer_7_wrapper .sentence > .sentence_content.sentence_1 {
  /* width: 100%;
  display: flex; */
  margin: auto;
  min-height: 230px; /* ここ（ul）の min-height が子要素（li）の min-height より小さくなるとshadowが見切れるので注意 */
  padding: 0;
}
#add_customizer_7_wrapper .sentence > .sentence_content.sentence_1 > a {
  /* width: 30%;
  margin-right: 1em; */
  display: block;
  padding-bottom: 1em;
}
#add_customizer_7_wrapper .sentence > .sentence_content.sentence_1 .problems {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 2em;
  box-shadow: 0 2px 8px 0px #a8a8a8;
  list-style: none;
  min-height: 246px;
  border-radius: 5px;
}
@media all and (max-width: 480px) {
  #add_customizer_7_wrapper .sentence > .sentence_content.sentence_1 .problems {
    padding: 1em;
    min-height: 176px;
  }
}
#add_customizer_7_wrapper
  .sentence
  > .sentence_content.sentence_1
  .problems:hover {
  transform: translate(0px, -8px);
  transition: all 0.3s;
}
#add_customizer_7_wrapper .sentence::-webkit-scrollbar {
  display: block;
}

#add_customizer_7_wrapper
  .sentence
  > .sentence_content.sentence_1
  .problems
  h5 {
  font-weight: 400;
  margin-bottom: 0;
}
#add_customizer_7_wrapper
  .sentence
  > .sentence_content.sentence_1
  .problems
  .link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 0.8em;
  color: #1e7dcf;
}
#add_customizer_7_wrapper
  .sentence
  > .sentence_content.sentence_1
  .problems
  .link
  > text {
  text-decoration: underline;
}

/* 下部画像 */
#add_customizer_7_wrapper .sentence_content.sentence_2 {
  text-align: center;
  padding-top: 2em;
}
