@charset "UTF-8";
.mv__ctaWrap .m-GridColumn--default--12 .richtext {
  margin-top: 0.3rem;
}
.bq-layout-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 1.5rem; 
  box-sizing: border-box;
}
.bq-layout-inner {
  position: relative;
  width: 100%;
}
.bq-layout-img {
  display: block;
  width: 100%;
  height: auto;
}
.bq-layout-box {
  position: absolute;
  box-sizing: border-box;
}
.bq-layout-box .mv__accText02-item .m-Grid.m-Grid--default--12 > .m-GridColumn.m-GridColumn--default--12 {
  float: none;
  clear: none;
  width: auto;
}
/* ----------------------------
mv__titleWrap
------------------------------- */
.mv__titleWrap {
  top: 3rem; 
  left: 6rem; 
}
.mv__titleWrap .m-Grid .comp-title {
  float: none;
  clear: none;
  width: auto;
}
.mv__titleWrap .m-Grid .comp-title .o-heading {
  margin-bottom: 0px;
}
.mv__titleWrap .m-Grid .comp-title .a-heading1  {
  border-left: none;
  padding-left: 0;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  color: #e60000;
}
.mv__titleInner .m-Grid {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 48em) {
.mv__titleInner .m-Grid {
margin-top: 0.6rem;
}
}
.mv__titleInner .m-Grid::before {
  content: none;
}
.mv__titleInner .m-Grid .comp-image img {
  width: 12rem;
  height: auto;
  object-fit: contain;
}
.mv__titleInner .m-Grid .m-GridColumn--default--12 {
  float: none !important;
  clear: none !important;
  width: auto !important;
}
.mv__titleInner .m-Grid .comp-richtext .richtext p .a-fz-m  {
  font-size: 1.6rem;
  font-weight: 700;
}
.mv__imgWrap {
  top: 25%;
  left: 6rem; 
  width: calc(495 / 900 * 100%);
  aspect-ratio: 495 / 189;
}

/* ----------------------------
mv__ctaWrap
------------------------------- */
.mv__ctaWrap {
  background-color: #fff;
  padding: 1.5rem 1.8rem;
  top: auto;
  bottom: 1.5rem; 
  left: 6rem; 
  width: calc(468 / 900 * 100%);
  aspect-ratio: 468 / 112;
}
.mv__ctaWrap .m-GridColumn--default--12 .richtext {
  margin-top: 0.3rem;
}
.mv__ctaText {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 0.6rem;
}

/* ----------------------------
mv__accText01
------------------------------- */
.mv__accText01 {
  top: 3.4rem; 
  right: 6rem; 
  left: auto;
  width: calc(295 / 900 * 100%);
  aspect-ratio: 295 / 216;
}
.-marker {
  background: linear-gradient(transparent 50%, #FFEAAB 50%);
  display: inline;
  font-size: 2.8rem;
}
.bq-layout-human {
  width: 100%;
  height: auto;
  display: block;
}
.mv__accText01-item {
  position: absolute;
  width: calc(160 / 295 * 100%);
  aspect-ratio: 1 / 1;
  border: 3px solid #FBD37B;
  background-color: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__accText01-item .m-Grid::before,
.mv__accText01-item .m-Grid::after {
content: none;
}
.item-top {
  top: 0;
  right: 0;
  z-index: 1;
}
.item-bottom {
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* .mv__accText { */
.mv__accText01-item .m-Grid .comp-richtext .richtext {
  display: inline-block;
  line-height: 1.2;
margin-top: 0.4rem;
}

/* ----------------------------
mv__accText02
------------------------------- */
.mv__accText02 {
  bottom: 1.5rem; 
  right: 6rem; 
  width: calc(232 / 900 * 100%);
}
.mv__accText02 > .m-Grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mv__accText02 .m-Grid::before,
.mv__accText02 .m-Grid::after {
  content: none;
}
.mv__accText02-item {
  flex: 1;
  padding: 1.5rem 1rem 1.5rem 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
.mv__accText02-item > .m-Grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
.accHead .m-Grid {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.accHead .m-Grid::before {
  content: none;
}
.accHead img {
  width: 32px;
  height: 100%;
}
.accBody {
  color: #e60000;
  font-family: "Inter", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.15;
}
.accBody .m-Grid .richtext.a-lh-m {
  line-height: 1.15;
}
.accBody span.num {
  font-size: 2.6rem;
}
.accBody span.-md {
  font-size: 2rem;
}
.accBody span.-sm {
  font-size: 1.4rem;
}

@media screen and (max-width: 48em) {
  .t-main_body {
    padding-top: 0;
  }
  .bq-layout-wrapper {
    padding-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto;
  }
  /* ----------------------------
  mv__titleWrap
  ------------------------------- */
  .mv__titleWrap {
    top: calc(24 / 390 * 100vw);
    left: calc(16 / 390 * 100vw);
  }
  .mv__titleWrap .m-Grid .comp-title .a-heading1 {
    font-size: calc(24 / 390 * 100vw);
  }
  .mv__titleInner {
    gap: calc(8 / 390 * 100vw);
  }
.mv__titleInner .m-Grid .comp-image img {
    width: calc(82 / 390 * 100vw);
  }
  .mv__titleInner .m-Grid .comp-richtext .richtext p .a-fz-m {
    font-size: calc(12 / 390 * 100vw);
  }
  /* ----------------------------
  mv__imgWrap
  ------------------------------- */
  .mv__imgWrap {
    top: calc(95 / 390 * 100vw);
    left: 0;
    width: calc(234 / 390 * 100vw);
    aspect-ratio: auto;
  }
  /* ----------------------------
  mv__ctaWrap
  ------------------------------- */
  .mv__ctaWrap {
    bottom: calc(15 / 390 * 100vw);
    left: 0;
    right: 0;
    width: calc(100% - calc(30 / 390 * 100vw));
    margin: 0 auto;
    aspect-ratio: auto;
    padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw);
  }
  /* ----------------------------
  mv__accText01
  ------------------------------- */
  .mv__accText01 {
    top: calc(60 / 390 * 100vw);
    left: unset;
    right: calc(15 / 390 * 100vw);
    width: 100%;
    height: calc(100 / 390 * 100vw);
  }
  .mv__accText01-item {
    width: calc(100 / 390 * 100vw);
  }
  .item-bottom {
    top: 0;
    right: calc(90 / 390 * 100vw);
    bottom: unset;
    left: unset;
  }
  .mv__accText01-item .m-Grid .comp-richtext .richtext {
    font-size: calc(13 / 390 * 100vw);
  }
  .-marker {
    font-size: calc(18 / 390 * 100vw);
  }
  /* ----------------------------
  mv__accText02
  ------------------------------- */
  .mv__accText02 {
    width: auto;
    right: calc(15 / 390 * 100vw);
    bottom: unset;
    top: calc(180 / 390 * 100vw);
  }
  .mv__accText02 > .m-Grid {
gap: calc(5 / 390 * 100vw);
}

  .mv__accText02-item {
    padding: calc(5 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
  .accHead .richtext .a-fw-bold {
    font-size: calc(12 / 390 * 100vw);
  }
  .accHead img {
    width: calc(24 / 390 * 100vw);
  }
  .accBody {
    font-size: calc(12 / 390 * 100vw);
  }
  .accBody span.num {
    font-size: calc(15 / 390 * 100vw);
  }
  .accBody span.-md {
    font-size: calc(11 / 390 * 100vw);
  }
  .accBody span.-sm {
    font-size: calc(10 / 390 * 100vw);
  }
}
@media screen and (max-width: 48em) {
.accHead .richtext.a-lh-m {
    line-height: 1.3;
  }
}
/* ----------------------------
MV下
------------------------------- */
.scam__alert .m-Grid .comp-box .a-margin-b2 .o-box-border div {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.scam__alert .m-icotitle {
  color: #e60000;
}
.scam__alert .m-Grid--default--12 {
  flex: 1;
}
.ctaWrap > .m-Grid {
  background-color: #FFF9E4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  padding: 1.5rem 1.8rem;
}
.ctaWrap > .m-Grid::before,
.ctaWrap > .m-Grid::after,
.ctaWrap .ctaBtn > .m-Grid::before,
.ctaWrap .ctaBtn > .m-Grid::after {
  content: none;
}
.ctaAnc {
  text-decoration: none;
}
.ctaAnc:hover {
  opacity: 0.7;
}

.login_linkWrap {
  max-width: 43.2rem;
  width: 100%;
  margin: 3rem auto 0;
}

.login_linkWrap .a-btn_bg-white {
  border-width: 2px;
}

.login_linkWrap .js-heightfix_item_inr .a-fz-s {
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 48em) {
  .scam__alert .o-box-border {
    padding: 8px 20px !important;
  }
  .scam__alert .m-Grid .comp-box .a-margin-b2 .o-box-border div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .ctaWrap > .m-Grid {
    margin-left: -15px;
    width: 100vw;
  }
  .login_linkWrap {
    margin: 1rem auto;
    max-width: none;
  }
  .login_linkWrap .a-btn_bg-white {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .login_linkWrap .js-heightfix_item_inr {
    font-size: 1.6rem;
  }
  .login_linkWrap .js-heightfix_item_inr .a-fz-s {
    font-size: 1.4rem;
  }
}

/* ----------------------------
mainarea
------------------------------- */
.mainarea {
  margin-top: 3rem;
  padding: 4.5rem 1.5rem;
  background: #FCF2F2;
}
.mainarea .m-accordion_body {
  background: #fff;
}
.mainarea .a-heading3 {
  background: #FFE1E1;
}
@media screen and (max-width: 48em) {
  .mainarea {
    margin-top: 0;
    margin-left: -15px;
    padding: 2.4rem 1.5rem;
    width: 100vw !important;
  }
}

/* ----------------------------
ankerarea
------------------------------- */
.ankerarea {
  padding: 2.2rem 1.5rem;
  background: #EFEEEE;
}
.ankerarea__block {
  padding: 2.4rem 1.5rem;
  background: #fff;
}
.comp-div-section:has(.ankerarea__block):not(:first-of-type) {
  margin-top: 1.3rem;
}
.comp-div-section:has(.ankerarea__block):first-of-type .comp-title {
  padding-bottom: 8px;
}
.ankerarea__block .o-section {
  margin-top: 0 !important;
}
.ankerarea__block .o-section-s {
  /* margin-top: 0 !important; */
}
.ankerarea__block .a-heading2 {
  font-size: 2.1rem;
}
.bq__parallelTxt {
  flex:1;
  padding: 5px 14px;
}
.ankerarea__item:not(:first-of-type) {
  margin-top: 4rem;
}
.kariire-heading2 {
  margin-bottom: 5rem;
}
.houhou02-heading3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 48em) {
  .ankerarea {
    margin-left: -15px;
    width: 100vw !important;
  }
  .ankerarea__block .a-heading2 {
    font-size: 2rem;
  }
  .ankerarea__item .m-btn-col_ico {
    padding-right: 8px;
  }
  .ankerarea__item .a-btn-newwin {
    padding-right: 34px;
  }
}

/* ----------------------------
newcta
------------------------------- */
.newcta {
  margin-top: 2rem;
  padding: 3rem 1.5rem;
  background: #f2f2f2;
}
@media screen and (max-width: 48em) {
  .newcta {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 48em) {
.newcta .m-Grid .comp-button {
padding: 0 1.8rem;
}
}

/* ----------------------------
chat__btn
------------------------------- */
.chat__btn .a-btn,
.contactarea .a-btn {
  border: 2px solid #e60000;
  background: #fff;
}
.chat__btn::before,
.contactarea .a-btn::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20401%20678%22%20fill%3D%22%23e60000%22%3E%3Cpolygon%20points%3D%2232.5%2C339%200%2C306.8%20136.1%2C169.5%200%2C32.2%2032.5%2C0%20200.5%2C169.5%20%22%2F%3E%3C%2Fsvg%3E') !important;
}
.chat__btn .m-btn-col_ico,
.contactarea .m-btn-col_ico {
  display: block;
  margin-right: 10px;
  border-radius: 50%;
  padding-right: 0;
  background: #e60000;
}
.chat__btn .m-btn-col_text,
.contactarea .m-btn-col_text {
  color: #e60000;
}
@media screen and (max-width: 48em) {
  .chat__btn .a-btn,
.contactarea .a-btn  {
    padding: 12px 20px 12px 30px;
  }
  .chat__btn .m-btn-col_ico,
.contactarea .m-btn-col_ico  {
    margin-right: 8px;
  }
  .chat__btn .m-btn-col_text,
.contactarea .m-btn-col_text {
    font-size: 17px;
  }
  .contactarea .o-section {
    margin-top: 40px !important;
  }

}

/* ----------------------------
web__btn
------------------------------- */
.web__btn  .a-btn{
  border: 2px solid #e60000;
  background: #fff;
}
.web__btn .js-heightfix_item_inr {
  color: #e60000;
}
.web__btn .a-btn::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20401%20678%22%20fill%3D%22%23e60000%22%3E%3Cpolygon%20points%3D%2232.5%2C339%200%2C306.8%20136.1%2C169.5%200%2C32.2%2032.5%2C0%20200.5%2C169.5%20%22%2F%3E%3C%2Fsvg%3E') !important;
}
.web__btn .a-btn-newwin::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2026%22%20style%3D%22enable-background%3Anew%200%200%2018%2013%3B%22%20fill%3D%22%23e60000%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17.8%2C1.2c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.2-0.1-0.3-0.2%20C16.5%2C0.1%2C16.3%2C0%2C16%2C0H5C4.6%2C0%2C4.2%2C0.1%2C3.9%2C0.3C3.7%2C0.5%2C3.5%2C0.7%2C3.3%2C0.9C3.3%2C1%2C3.2%2C1.1%2C3.2%2C1.2C3.1%2C1.5%2C3%2C1.7%2C3%2C2v1v5%20c0%2C1.1%2C0.9%2C2%2C2%2C2h11c1.1%2C0%2C2-0.9%2C2-2V3V2C18%2C1.7%2C17.9%2C1.5%2C17.8%2C1.2%20M17%2C8c0%2C0.6-0.4%2C1-1%2C1H5C4.4%2C9%2C4%2C8.6%2C4%2C8V3h13V8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C13H2.5C1.1%2C13%2C0%2C11.9%2C0%2C10.5V3h1v7.5C1%2C11.3%2C1.7%2C12%2C2.5%2C12H15V13z%22%2F%3E%3C%2Fsvg%3E');
}

/* ----------------------------
hearing
------------------------------- */
@media screen and (max-width: 48em) {
  .hearing {
    margin-top: 4rem;
  }
  .hearing .o-section {
    margin-top: 0 !important;
  }
}

/* ----------------------------
faqarea
------------------------------- */
@media screen and (max-width: 48em) {
  .faqarea {
    margin-top: 3rem;
    margin-left: -15px;
    padding: 2rem 1.5rem;
    width: 100vw !important;
    background: #EFEEEE;
  }
  .faqarea__block {
    padding: 2.2rem 1.5rem;
    background: #fff;
  }
}

/* ----------------------------
process
------------------------------- */
@media screen and (max-width: 48em) {
  .process {
    margin-top: 4rem;
  }
  .process .o-section {
    margin-top: 0 !important;
  }
}

/* ----------------------------
moushikomi
------------------------------- */
@media screen and (max-width: 48em) {
  .moushikomi {
    margin-top: 4rem;
  }
  .moushikomi .o-section {
    margin-top: 0 !important;
  }
}

/* ----------------------------
moushikomi
------------------------------- */
@media screen and (max-width: 48em) {
  .xfarea {
    margin-top: 4rem;
  }
  .xfarea .o-section {
    margin-top: 0 !important;
  }
}

/* ----------------------------
hensai_simulation_link
------------------------------- */
@media screen and (max-width: 48em) {
  .hensai_simulation_link .a-btn {
    padding-right: 1.5rem;
  }
  .hensai_simulation_link .m-btn-col {
    display: flex;
    align-items: center;
  }
  .hensai_simulation_link .m-btn-col_text {
    flex: 1;
  }
  .hensai_simulation_link .m-btn-col_ico {
    padding-right: 8px;
  }
  .hensai_simulation_link .a-fz-s {
    display: block;
    margin-top: 0.3rem;
  }
}

.sticky_ctaWrap .o-grid-left .a-fz-s {
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
@media screen and (min-width: 48.1em) {
  .sticky_ctaWrap .o-grid-left .a-fz-s {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .sticky_ctaWrap .o-grid-left .a-fz-s {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid-left .a-fz-s {
    position: relative;
    top: 0.9rem;
    font-size: 1.1rem;
    font-weight: bold;
  }
.sticky_ctaWrap .o-grid-col-inr .m-Grid::before,
  .sticky_ctaWrap .o-grid-col-inr .m-Grid::after {
    content: none;
  }
}
.sticky_ctaWrap .o-grid-left .a-fz-s::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  /* background-image: url("/kariru/card/banquic/faq/imgs/icon_timer.png"); */
  background-image: url("https://www.bk.mufg.jp/kariru/card/banquic/faq/imgs/icon_timer.png");
  background-size: contain;
  margin-top: -0.1rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48.1em) {
  .sticky_ctaWrap .o-grid-left .a-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid-left .a-btn {
    font-size: 1.5rem;
  }
}
.sticky_ctaWrap .o-grid-left .a-btn {
  line-height: 1.8;
}
.sticky_ctaWrap .o-grid-left .a-btn.a-btn_bg-white {
  padding-top: 8px;
  border-width: 2px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn_bg-white {
    padding-top: 6px;
  }
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn_bg-white {
    padding: 0;
  }
}
@media screen and (min-width: 48.1em) {
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn_bg-white .js-heightfix_item_inr {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn_bg-white .js-heightfix_item_inr {
    line-height: 1.2;
    position: relative;
    top: 0.6rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn_bg-white .js-heightfix_item_inr {
    font-size: 1.4rem;
    line-height: 1.6;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn-newwin::before {
    left: 10px;
  }
  .sticky_ctaWrap .o-grid-left .a-btn.a-btn-newwin::after {
    background-size: 28px 20px;
    right: 6px;
  }
}
.sticky_ctaWrap .layout-zindex {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  z-index: 2;
  padding: 1.2rem 2rem 1.2rem;
}
.sticky_ctaWrap .layout-zindex {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sticky_ctaWrap.is-active .layout-zindex {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sticky_ctaWrap .o-grid {
  max-width: 674px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid {
    max-width: 100%;
    gap: 0.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sticky_ctaWrap .o-grid_col-4 {
  max-width: 240px;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid_col-4 {
    max-width: 40%;
  }
}
.sticky_ctaWrap .o-grid_col-8 {
  padding: 0;
}
@media screen and (min-width: 48.1em) {
  .sticky_ctaWrap .o-grid_col-8 {
    max-width: 424px;
  }
  .sticky_ctaWrap .o-grid_col-8 .js-heightfix_item_inr {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .o-grid_col-8 {
    max-width: 56%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.sticky_ctaWrap .o-grid_col-8 .a-btn.a-btn_bg-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky_ctaWrap .a-btn {
  height: 56px;
  padding: 5px 10px 5px 20px;
}
.sticky_ctaWrap .a-btn::before {
  left: 8px;
}
.sticky_ctaWrap .o-grid_col-12 {
  padding: 0;
}
@media screen and (max-width: 48em) {
  .sticky_ctaWrap .a-btn-newwin {
    padding-left: 0;
    padding-right: 0;
  }
}
button.a-btn_bg-white:focus, a.a-btn_bg-white:focus:focus {
  color: #e60000;
}
.headingWrap__noMargin .o-heading {
margin-bottom: 0;
}
.m-anchor-list > li, .m-anchor-list > div {
margin-bottom: 10px;
}