@charset "UTF-8";

/**********************************************
 * sorry.css
 * sorryページのCSS
 * base, stractureで定義されている記述のオーバーライド
 *********************************************/

@media all {
  body {
    background-color: #ffffff;
  }
  .l_container {
    padding: 8px 8px 0 !important;
  }
  .m_qoo_sorry {
    max-width: 466px;
    margin-left: auto;
    margin-right: auto;
  }
  .m_qoo_txt__img {
    line-height: 25px;
  }
  .m_qoo_txt__img img {
    margin: auto 2px;
  }
  .m_qoo_txt__img + .m_list {
    text-align: center;
    margin-top: 4px;
  }
  .m_qoo_txt__img + .m_list li {
    display: inline-block;
  }
}

@media all and (min-width: 769px) {
  .l_container {
    padding: 16px 16px 0 !important;
  }

  .l_container_inner {
    display: block;
    min-height: 0;
    position: static;
    width: auto;
  }

  .m_qoo_img.m_qoo_imgSorry img {
    max-width: none;
  }
}
