.col-lg-4 {
  height:280px;
}
@media (max-width:767px) {
.col-lg-4 {
  height:auto;
}
}
.p_name {
  display: block;
  font-weight:bold;
}
.sy-box {
  margin-bottom:20px;
}
ul#news {
  margin:10px;
}
ul#news li {
  list-style: none;
  margin:10px auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
a#lineup_btn {
  font-size:14px;
  float:right;
  line-height: 400%;
  position:relative;
  text-decoration:none;
}
@media (max-width:767px) {
  a#lineup_btn {
    display:none;
  }
}
a:hover#lineup_btn {
  opacity:0.7;
}
#lineup_btn:before {
  content: "";
  display:inline-block;
  background-image:url(https://file003.shop-pro.jp/PA01409/608/images/all_icon.png);
  	width:20px;
	height:20px;
	background-repeat: no-repeat;
	background-size:contain;
position: absolute;
  top: 18px;
  left: -25px;
}