@charset "UTF-8";

#link_button_parts +div .inner_item:nth-child(2){
  display: none;
}

#link_button_parts +div .inner_item:nth-child(1){
  margin-bottom: 0 !important;
  min-width: 280px;
}

#link_button_parts + div .wrapper_item{
  justify-content: center;
}

#link_button_parts +div .inner_item:nth-child(1) p span{
  font-size: 3rem !important;
}

@media screen and (max-width: 1000px){
#link_button_parts +div .inner_item:nth-child(1) p span{
  font-size: max(1.8rem, 3vw) !important;
}
}



