
/* style.cssからの抜粋 */
#kodawari {
  background: url("../../pages/cutting-edge/img/bg-kodawari.png") no-repeat left top / 50vw;
  background-color: #f5efe6;
  padding: 2rem;
}
#kodawari h2.c {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 5vw;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  word-break: keep-all;
}

#kodawari h4 {
  word-break: keep-all;
}

#kodawari h2.c span.small {
    display: inline-block;
    font-size: 0.9rem;
    opacity: 0.6;
    letter-spacing: 0.1rem;
    padding-top: 2rem;
}

.list-half {
    margin: 0;
    padding: 0;
}
.list-half .list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.list-half .list .text {
  flex: 1;
}
.list-half .list h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.list-half .list h4 span {
  display: block;
  opacity: 0.5;
  font-weight: normal;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.list-half .list p {
    margin-left: 0;
    margin-right: 0;
    word-break: keep-all;
}
.list-half .image-l, .list-half .image-r {
    width: 100%;
}
.video-container {
  border-radius: 20px;
  box-shadow: 10px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  line-height: 0;
  /* ▼ 以下の1行を追加 ▼ */
  transform: translateZ(0);
}

/* videoタグ自体のスタイルを修正 */
.list-half .image-l video, .list-half .image-r video {
  width: 100%;
  height: auto;
  /* ここでは角丸や影は指定しない */
}

@media screen and (min-width:900px) {
  .list-half .list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .list-half .image-l, .list-half .image-r {
    width: 50%;
  }
  .list-half .image-r {
    margin-left: 2rem;
  }
  .list-half .image-l {
    order: -1;
    margin-right: 2rem;
  }
  #kodawari {
  padding: 4rem;
}

#kodawari h2.c {
  font-size: 2.4rem;
  word-break: keep-all !important;
}
}
.nobreak {
    display: inline-block;
}