@charset "UTF-8";

/*
Theme Name: BASARA_child
Theme URI: 
Description:「BASARA」の子テーマです。
Template:basara_tcd100
Author: 
Author URI: https://tcd-theme.com/
Version: 1.4.2
Text Domain: tcd-basara
Requires at least: 6.0
Requires PHP: 7.4
*/


/* billing_address_2 のラベルを強制表示 */
.woocommerce-billing-fields label[for="billing_address_2"] {
    position: static !important;
    clip: auto !important;
    clip-path: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #111 !important;
    display: block !important;
}
.woocommerce-billing-fields label[for="billing_address_2"] .optional {display: none;}
