@charset "UTF-8";

/* =========================================================
   出戻り案内 リニューアルテスト
   /major/ のカードレイアウトを再利用したページ固有調整
========================================================= */
.comeBackTestPage .comeBackIntroLink {
  display: flex;
  justify-content: center;
}

.comeBackTestPage .majorClosing__actions {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.comeBackTestPage .majorFaqList .majorTextLink {
  margin-top: 14px;
}

@media screen and (max-width: 680px) {
  .comeBackTestPage .majorSectionLead {
    text-align: left;
  }
}
