.c-update{
  background-color: #F8F8F8;
  border-radius: 12px;
}
@media print, screen and (min-width: 769px) {
  .c-update{
    padding: 30px 45px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .c-update{
    padding: 26px 10px;
  }
}
.c-update__lb{
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .c-update__lb{
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-update__lb{
    padding: 0 0 14px;
    text-align: center;
    border-bottom: 1px solid #BBBBBB;
  }
}
.c-update__rb{
}
@media print, screen and (min-width: 769px) {
  .c-update__rb{
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-update__rb{
    padding: 14px 8px;
  }
}
h3.c-update__ttl{
  font-size: 2.4rem;
  font-weight: 400;
  background-color: $transparent;
}

@media screen and (max-width: 768px) {
  h3.c-update__ttl{
    font-size: 1.9rem;
    }
}
.c-update__ttl::before{
  display: none;
}