/* ===============================================================

 project / point check-qira

=============================================================== */
.p-lh {
  line-height: 5.7em;
}
@media screen and (min-width: 768px) {
  .p-tl {
    text-align: left;
  }
  .c-appdlbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-appdlbox__inner {
    margin: 0;
  }
}
