/* mainタグの上書き */
.static-main-contents {
  padding: 24px 24px 8px;
}

/* fotterタグの上書き */
.static-footer {
  margin-top: 40px;
}

.questionary-title {
  font-size: 26px;
  line-height: 1.57;
  font-weight: 700;
  color: #181A24;
}

.questionary-subtitle {
  font-size: 18px;
  line-height: 1.57;
  font-weight: 500;
  color: #181A24;
}

/* 共通パーツの上書き */
.mtg-bullets.is-caption li {
  font-size: 14px;
}

.mtg-white-box-text {
  font-size: 14px;
  line-height: 1.57;
  color: #181A24;
}

.mtg-white-box-note {
  font-size: 12px;
  line-height: 1.57;
  color: #181A24;
}

.mtg-white-box-text-bullet {
  position: relative;
  padding-left: 20px;
}

.mtg-white-box-text-bullet::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--mtg-midnight);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
}

.mtg-accordion-label {
  display: flex;
}

.mtg-accordion-label-desc {
  margin-right: 5px;
}

.mtg-accordion-folding-text {
  position: relative;
  padding-left: 20px;
}

.mtg-accordion-folding-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mtg-midnight);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
}

.mtg-accordion-folding-desc {
  font-size: 12px;
  color: #181A24;
  line-height: 1.57;
  padding-left: 20px;
  margin-bottom: 11px;
}

/* アンケートの背景色上書き */
._karte-g__9T8E_ ._SurveyEditor_Template__9T8E_ {
  background: #ffffff !important;
}

/* モーダル時の背景色上書き */
.karte-widget__container {
  background-color: rgb(0, 0, 0, 0.8) !important;
}
