@charset "utf-8";

#top-section {
  background: #f0f0f0;
}

/*
  og
*/
.og-box-link{
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 60px;
  margin-bottom: 60px;
}
.og-box-link + .og-box-link{
  margin-top: 0;
}
.og-box .og-box-image{
  min-width: auto;
}
.og-box .og-box-image .image-item{
  width: 270px;
  height: auto;
}
.og-box-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  gap: 5px;
  width: calc(100% - 270px);
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-left: 1px solid #e5e5e5;
}
.og-box .og-title{
  padding-bottom: 0;
  line-height: 1.4;
}
.og-box .og-tag{
  color: #757575 !important;
  font-size: 14px;
}
.og-box-head{
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}
.og-box-date{
  color: #757575 !important;
  font-size: 14px;
}
.og-box-cat{
  background: #000;
  color: #fff !important;
  border-radius: 10px;
  padding:0 10px;
  font-size: 12px;
}

.slick-next, .slick-prev {
    bottom: -55px;
}

/*
  /og
*/