.kv-cta {
  background: linear-gradient(#08881B 0%, #389D17 100%);
  margin-top: 60px;
}

.question-span {
  background: #BBEBDC;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.answer-span {
  background: #FAA0A8;
  color: #fff;
  min-width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqList__item {
  border: none;
}

.faqList__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.faqList__item .faqList__aBox {
  border: none;
}

.faqList__item .faqList__q {
  background: url(/upload/daily-trial/202512/img_202512_acc_plus.png) no-repeat right 10px center;
  background-size: 25px;
  align-items: center;
}

.faqList__item.faqList--open .faqList__q {
  background: url(/upload/daily-trial/202512/img_202512_acc_minus.png) no-repeat right 10px center;
  background-size: 25px;
}

/* モーダル */
#modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  margin: 0;
  max-width: unset;
  max-height: unset;
  border: none;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  display: initial;
  padding: 0;
  background: none;
  border: none;
  outline: none !important;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 80vw;
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
}

@media screen and (min-width: 769px) {
  .modal-body {
    width: auto;
    height: 80vh;
  }
}
