@charset "utf-8";
.el_new_box{
  margin: 0 10px 5px;
}

.el_new_box__text{
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 16px!important;
  line-height: 150%!important;
  color: #1A1A1A!important;
}
.el_new_box__text > a{
  color: #1A1A1A!important;
}

.el_ml15{
margin-left:15px;
}
.sugu-ruled-list li:first-child {
    border-top: #dfdfdf solid 0px;
}

/* LIST */
.container{
  width: 998px;
  margin: 50px auto 0;
}
.container .midashi{
  display: flex;
  justify-content: space-between;
}
.list_title{
  display: flex;
  justify-content: space-between;
}
.list_title small{
  margin-top: 5px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 600;
}
.container .box{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #ccc solid;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.container .box img{
  width: 160px;
  height: auto;
  margin-left: 15px;
}
h2.li_midashi{
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 130%;
  color: #1A1A1A;
}
.el_text{
  display: flex;
  justify-content: space-between;
}
.el_text p{
  font-size: 16px;
  line-height: 150%;
  color: #1A1A1A;
}

.pagenation{
  text-align: center;
}

/* ITEM */
h1.item_title{
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 30px!important;
  color: #1A1A1A;
  text-align: center;
}
.el_date{
  font-size: 16px;
  text-align: right;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-bottom: 20px;
  margin-top: 50px;
}

.bl_item .el_img img{
  width: 100%;
  height: auto;
}
.bl_item--textarea{
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-bottom: 40px;
}
.bl_item--textarea h2{
  font-size: 20px;
  line-height: 120%;
}
.bl_item--textarea h3{
  font-size: 18px;
  line-height: 120%;
}
.bl_item--textarea h4{
  font-size: 16px;
  line-height: 120%;
}
.bl_item--textarea h5{
  font-size: 16px;
  line-height: 120%;
}
.bl_item--textarea p {
  font-size: 16px;
  line-height: 150%;
  color: #1A1A1A;
}
.bl_link{
  position: relative;
}
.bl_link div{
  position: absolute;
}
.bl_link div.l_next{
  top: 0;
  right: 0;  background-color: #ececec;
}
.bl_link div.l_back{
  background-color: #ececec;
}
.bl_link div.l_back span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(45deg) translateX(-50%);
}
.bl_link div.l_ind{
  top:0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8BD77D;
}
.bl_link a{
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 14px;
  line-height: 150%;
  color: #1A1A1A;
}