@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
*/

/* pager */
.secPager{

}
.secPager__txtBtn{
  text-align: center;
  margin-bottom: 40px;
}
.secPager__txtBtn a{
  border: solid 1px #000;
  background: #000;
  color: #fff;
  line-height: 1;
  min-width: 500px;
  padding: 20px;
  display: inline-block;
  justify-content: center;
  align-items: center;

}
.secPager__txtBtn a:hover{
  background: #fff;
  color: #000;
}
.secPager__txtBtn__txt1{
  font-size: 14px;
  margin-right: 10px;
}
.secPager__txtBtn__txt2{
  font-size: 17px;
}

.secPager ol{
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.secPager li{
  margin: 0 12px;
}
.secPager ol a{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  background: #000;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 20px;
}
.secPager a.-cr{
  pointer-events: none;
}
.secPager a.-cr,.secPager a:hover{
  background: #fff;
  color: #000;
}