@charset "utf-8";

.section-page-title {
  background: url("/corp/set/data/technology/research/story-event/033/img/p/img-mv.jpg") no-repeat center center;
  background-size: cover;
}
.title-lv1 .-sub{
  font-size: calc(6.13vw* .7);
  display: inline-block;
}

h2,h3{
  font-weight: normal;
}
.-tac{
  text-align: center;
}

/*
  og
*/
.og-box-link{
  margin-top: 10vw;
  margin-bottom: 10vw;
  display: block;
}
.og-box-link + .og-box-link{
  margin-top: 0;
}
.og-box{
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin: 0;
}
.og-box .og-box-image{
  min-width: auto;
  width: 44%;
}
.og-box .og-box-image .image-item{
  width: auto;
  height: auto;
}
.og-box-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  gap: 10px;
  border: none;
  width: 55%;
}
.og-box .og-title{
  padding-bottom: 0;
}
.og-box .og-tag{
  color: #757575 !important;
  /* font-size: 14px; */
  font-size: 3.47vw;
}
.og-box-head{
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1em;
}
.og-box-date{
  color: #757575 !important;
  /* font-size: 14px; */
  font-size: 3.47vw;
}
.og-box-cat{
  background: #000;
  color: #fff !important;
  border-radius: 100px;
  padding:5px 10px;
  /* font-size: 12px; */
  font-size: 3vw;
}
/*
  /og
*/