:root {
  --bg-p: #ffe4da;
  --bg: #e3ddd0;
}

@media (width > 768px) {
  .u-lg-none {
    display: none !important;
  }
}
@media (width < 768px) {
  .u-sm-none {
    display: none !important;
  }
}
.l-page-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}
@media (width < 768px) {
  .l-page-head {
    justify-content: unset;
    gap: 17px;
  }
}

@media (width < 768px) {
  .m-heading1 {
    margin: 0;
  }
}

h1 {
  line-height: 1.3;
}

@media (width < 768px) {
  .l-section-inner:has(.l-page-head) {
    padding: 12px;
  }
}

.l-mbd-box {
  display: flex;
  width: 100%;
}
@media (width < 768px) {
  .l-mbd-box {
    display: grid;
  }
}
.l-mbd-box dt {
  display: grid;
  align-items: center;
  padding: 47px 23px 43px 23px;
  background-color: var(--bg-p);
  border-radius: 10px 0px 0px 10px;
  flex-shrink: 0;
}
@media (width < 768px) {
  .l-mbd-box dt {
    justify-content: center;
    padding: 18px 18px 14px;
    border-radius: 5px 5px 0px 0px;
  }
}
.l-mbd-box dd {
  display: grid;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 17px 28px;
  border: 1px solid var(--bg);
  border-left: none;
  border-radius: 0px 10px 10px 0px;
}
@media (width < 768px) {
  .l-mbd-box dd {
    justify-content: center;
    padding: 14px 8px 20px;
    border-radius: 0px 0px 5px 5px;
    border-left: 1px solid var(--bg);
    border-top: none;
  }
}
.l-mbd-box .m-list {
  margin: 0;
}

.l-schedule {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 230px;
  background: url(/corporate/open_innovation/mbd/assets/img/schedule1.svg) top/contain no-repeat;
}
@media (width < 768px) {
  .l-schedule {
    grid-template-columns: repeat(1, 1fr);
    max-width: 345px;
    min-height: 545px;
    margin: auto;
    background: url(/corporate/open_innovation/mbd/assets/img/schedule1_sm.svg) left/contain no-repeat;
  }
}

.l-schedule li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.m-schedule {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media (width < 768px) {
  .m-schedule {
    display: flex;
    gap: 4%;
  }
}

.m-schedule p {
  display: grid;
  gap: 0;
  margin: 0;
}

.m-schedule p:first-child {
  align-items: center;
  margin: 25% 0;
  text-align: center;
}
@media (width < 1046px) {
  .m-schedule p:first-child {
    margin: 22% 0;
  }
}
@media (width < 860px) {
  .m-schedule p:first-child {
    margin: 20% 0;
  }
}
@media (width < 768px) {
  .m-schedule p:first-child {
    margin: 0;
    flex-shrink: 0;
    width: 38%;
    min-width: 136px;
  }
}

.m-schedule p:last-child {
  margin: 8% 14% 0;
}
@media (width < 768px) {
  .m-schedule p:last-child {
    align-items: center;
    margin: 0;
  }
}

.l-schedule li:last-child p {
  margin-left: 0;
  margin-right: 14%;
}
@media (width < 768px) {
  .l-schedule li:last-child p {
    margin: 0;
  }
}/*# sourceMappingURL=local.css.map */