

#buy h2 {
  font-size: 140%;
  border-bottom:1px solid #fff;
}


#buy ul {
	margin: 5rem 0;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  
}

@media (max-width: 575px){
  #biz01 {
  height: 100%;
  transition: .6s 0s ease-out;
  transform: translateY(40px);
  opacity: 0;
}
#biz02 {
  height: 100%;
  transition: .6s 0s ease-out;
  transform: translateY(40px);
  opacity: 0;
}
#biz03 {
  height: 100%;
  transition: .6s 0s ease-out;
  transform: translateY(40px);
  opacity: 0;
}
#biz04 {
  height: 100%;
  transition: .6s 0s ease-out;
  transform: translateY(40px);
  opacity: 0;
}
}


