.l-container{
  width: 1120px;
  margin: 0 auto;

}
.feature {
  margin: 0 0 120px;
}
.feature__pulldown {
  margin-bottom: 20px;
  text-align: right;
}
.feature__pulldown .m-form-select select {
  width: 250px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.feature__wrap.selected {
  display: block;
}
.feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature__box li {
  width: 265px;
  margin: 0 20px 40px 0;
}
.feature__box li:nth-child(4n) {
  margin-right: 0;
}
.feature__box li a {
  display: block;
  text-decoration: none;
}
.feature__box--img {
  height: 220px;
  margin-bottom: 15px;
}
.feature__box--lmk {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.feature__box--desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.feature__box--ttl{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.feature__paging {
  width: 100%;
  text-align: right;
  letter-spacing: -.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.feature__paging a {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-decoration: none;
  cursor: pointer;
}
.feature__paging .jp-previous.jp-disabled,
.feature__paging .jp-next.jp-disabled {
  display: none;
}
.feature__paging > li:first-child > a,
.feature__paging > li:last-child > a{
  text-indent: -9999px;
}
.feature__paging > li:first-child > a {
  background: url("/res/p/common/img/arrow/arrow_pager_prev.png") no-repeat center center;
}
.feature__paging > li:last-child > a {
  background: url("/res/p/common/img/arrow/arrow_pager_next.png") no-repeat center center;
}
.feature__paging .paging_item.active {
  background: #f5f5f5;
}
.feature #search-btn {
  display: none;
}
.feature .selectbox {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
.feature .selectbox__inr {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.feature .selectbox .selectbox__select {
  width: 250px;
  height: 40px;
  border: solid #ddd 1px;
  display: inline-block;
  zoom: 1;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 10px 10px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.feature .selectbox .selectbox__select .selectbox__select__text {
  padding: 0 20px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.feature .selectbox .selectbox__pulldown {
  border: solid #ddd 1px;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 39px;
  background: #fff;
  overflow: auto;
  padding: 0;
  z-index: 3;
  display: none;
}
.feature .selectbox .selectbox__pulldown.is-show{
  display: block;
}
.feature .selectbox .selectbox__pulldown .selectbox__pulldown__list {
  width: 248px;
  height: auto;
  padding: 5px 10px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.feature .selectbox .selectbox__pulldown .selectbox__pulldown__list.last-child {
  border: none;
}
.feature .selectbox .selectbox__pulldown .selectbox__pulldown__list:hover {
  color: #666;
  background: #eee;
  text-decoration: none;
}
.feature .selectbox .selectbox__pulldown .selectbox__pulldown__list.selected {
  display: none;
}
.feature .selectbox::after {
  content: "";
  width: 16px;
  height: 8px;
  margin: -4px 0 0 0;
  display: inline-block;
  background: url(/res/p/common/img/form/form_select.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
}
