header .branding {
	background:url(../img/local/local_branding.jpg) no-repeat center;
	position:relative;
}

#video {
    width: 100%;
    padding:20px 0 60px;
    margin: 0 auto;
    text-align: center;
}
.videoHead {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.video h3 {
    margin-bottom: 0px;
    /* background-color: #f29149!important; */
}
.videobody {
    width: 100%;
    max-width: 900px;
    padding:0 0 60px;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;/* これを指定する */
    align-items: center;
    justify-content: center;
	/* flex-direction: column; 追加：フレックスアイテムを縦並びに変更 */
}
.videobody p.lead {
    margin: 0 auto 48px;
    text-align: center;
    font-size: 1.2rem;
}
.videobody .vbox {
    width:368px;
    height:auto;
	margin:0 41px 50px;
    text-align: center;
    /* background-color: #f29149; */
}
.videobody .vtxt {
  overflow: hidden;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}