@charset "utf-8";
/* CSS Document */

.m-grid[data-type="dp"] .m-grid__content__inner {
	display: flex;
	flex-direction: column;
}
.m-grid[data-type="dp"] .m-grid__content__inner .m-list-btn {
	margin-top: auto;
	padding-top: 25px;
}
.a-fc-blue {
  color: #003399;
}

.m-slideshow + .m-hdg-ctg-lv1 {
  padding-top: 22px !important;
}
@media screen and (max-width: 767px) {
  .m-slideshow {
    margin: 0px -10px 0 !important;
  }
  .m-slideshow + .m-hdg-ctg-lv1 {
    padding-top: 17px !important;
  }
}