
body .products_detail_box.layout_pc_left .detail_left .follow_us_list{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;margin-top: 20px;}
body .products_detail_box.layout_pc_left .detail_left .follow_us_list .follow_us_text{font-size: 20px;font-weight: bold;}
@media screen and (max-width: 768px){
body .products_detail_box.layout_pc_left .detail_left .follow_us_list{flex-direction: column;align-items: flex-start;}
body .products_detail_box.layout_pc_left .detail_left .follow_us_list .follow_us_text{font-size: 16px;}
}
