.ast-sub-menu li a {
padding: 12px 20px;
margin-bottom: 5px;
display: block;
line-height: 50px;
}
.ast-sub-menu a {
font-size: 12px !important;
} @media (max-width: 921px) {
.ast-sub-menu a,
.ast-mobile-menu .ast-sub-menu a {
font-size: 12px !important;
}
} .unified-table {
width: 100%;
border-collapse: collapse;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #333;
}
.unified-table th,
.unified-table td {
border: 1px solid #ddd !important;
padding: 12px;
text-align: left;
}
.unified-table th {
background-color: #f4f4f4;
font-weight: bold;
}
.unified-table td b {
font-weight: bold;
font-family: inherit;
} .unified-table tbody tr:nth-child(odd) {
background-color: #ffffff !important; }
.unified-table tbody tr:nth-child(even) {
background-color: #f9f9f9 !important; } .unified-table thead,
.unified-table thead tr,
.unified-table thead th {
border-bottom: 1px solid #ddd !important; border-top: 1px solid #ddd !important; } table.unified-table.has-fixed-layout thead,
table.unified-table.has-fixed-layout thead tr,
table.unified-table.has-fixed-layout thead th {
border-bottom: 1px solid #ddd !important; } @media (max-width: 600px) {
.unified-table {
font-size: 14px;
}
} add_action( 'wp_head', function() {
if ( is_front_page() ) {
echo '<link rel="preload" as="image" href="https://tsurube-gyosei.tokyo/wp-content/uploads/2024/03/hero.jpg" fetchpriority="high">' . "\n";
}
}, 1 );