:root {
  --semantic-text-link: #6fb3ff;
  --semantic-text-sub: #bbc6e0;
  --semantic-bg-header: #132145;
  --semantic-bg-body: #151e35;
  --General-IconColor-White: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  background: var(
    --web_body,
    linear-gradient(180deg, #132145 0, #161b26 47.12%),
    #161b26
  );
  color: var(--General-IconColor-White, #ffffff);
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

.wrapper-questions-answers {
  width: 100%;
  padding: 12px 18px 28px 18px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.wrapper-questions-answers .wrapper-title {
  display: flex;
  align-items: center;
  gap: var(--radius_large, 12px);
  flex: 1 0 0;
}

.wrapper-questions-answers .wrapper-title .title {
  color: var(--semantic-text-dark_text, #fff);
  text-overflow: ellipsis;
  /* YT/Heading/h1/bold,1.2 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  word-break: break-all;
  margin: 0;
}

#wrapper-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.wrapper-parent-collapse {
  width: 100%;
}

.wrapper-title-parent {
  display: flex;
  padding: 10px 16px;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  background: var(--semantic-bg-selector, #253861);
}

.wrapper-title-parent .box-title {
  flex: 1 0 0;
}

.wrapper-title-parent .box-title .title-parent {
  color: #fff;
  /* YT/List/list2 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  word-break: break-all;
  margin: 0;
}

.icon-expand {
  width: 20px;
  height: 20px;
}

.wrapper-body-parent {
  width: 100%;
}

.wrapper-children-collapse {
  width: 100%;
  border-bottom: 1px solid var(--semantic-border-border_sub, #32446a);
}

.wrapper-children-collapse .wrapper-title-children {
  display: flex;
  min-height: 40px;
  padding: 10px 16px 10px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.wrapper-children-collapse .wrapper-title-children .title-children {
  color: #fff;
  /* YT/List/list3 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  word-break: break-all;
  margin: 0;
}

.wrapper-body-children {
  width: 100%;
  padding: 0px 16px 12px 32px;
}

.content-children {
  color: #fff;

  /* YT/Body/body4 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 18.2px */
  word-break: break-all;
  margin: 0;
}

.content-children > * {
  color: #fff;

  /* YT/Body/body4 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 18.2px */
  word-break: break-all;
  margin: 0;
}
