.notice-confirmed__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px; }

.notice-confirmed__media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((8/28) * 100%); }
  .notice-confirmed__media img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 80px;
    max-width: 80%; }

.notice-confirmed__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((18/28) * 100%); }

.notice-confirmed__text {
  width: calc((13/18) * 100%); }
  .notice-confirmed__text p:last-child {
    margin-bottom: 0; }

.notice-confirmed__close {
  margin-left: auto;
  text-align: right;
  width: calc((3/18) * 100%); }
  .notice-confirmed__close button {
    position: relative;
    top: 5px; }

.notice-confirmed__text,
.notice-confirmed__text p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px; }
  @media (min-width: 941px) {
    .notice-confirmed__text,
    .notice-confirmed__text p {
      font-size: 40px;
      letter-spacing: -2px;
      line-height: 45px; } }

.notice-confirmed.bg-brand--off-white .icon {
  color: #6c738d; }

@media (min-width: 941px) {
  .notice-confirmed__wrapper {
    padding-bottom: 40px;
    padding-top: 40px; }
  .notice-confirmed__media {
    width: calc((8/58) * 100%); }
    .notice-confirmed__media img {
      max-height: 100px; }
  .notice-confirmed__content {
    width: calc((48/58) * 100%); }
  .notice-confirmed__text {
    width: calc((43/48) * 100%); }
  .notice-confirmed__close {
    width: calc((3/48) * 100%); }
    .notice-confirmed__close button {
      top: 10px; }
    .notice-confirmed__close .icon {
      height: 30px;
      width: 30px; } }

/*# sourceMappingURL=confirmed.css.map */
