/*
 Theme Name:     Twenty Twenty-Four Child Theme
 Theme URI:      
 Description:    TOYA Smart Valley
 Author:         SSF
 Author URI:     https://smartsociety.jp
 Template:       twentytwentyfour
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    background-color: var(--color-card-bg); /* Use light background for body */
    color: var(--color-dark-text); /* Default text color for light backgrounds */
    line-height: 1.6;
}
.container {
    width: 100%;
}
a.text-link{
    text-decoration: underline;
    color: #3B82F6;
    white-space: nowrap;
    display:inline!important;
}
ul li {
    text-indent: -1em;
    padding-left: 1em;
}
@media (min-width: 1024px) {
    .logo {
        display:flex;
    }
    nav{
    display:flex;
    justify-content: space-between;
    }
    .container {
        max-width: 1024px;
    }
    .section-card {
    padding: 2rem;
    }
}

@media (min-width: 1280px) {
.container {
    max-width: 1024px!important;
}
}
.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    max-height: 50vh;
}
@media (max-width: 768px) {
    .chart-container {
        height: 300px;
        max-height: 40vh;
    }
}


.logo{
    display:block;
    
}
.section-card {
    background-color: var(--color-card-bg);
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gradient-text {
    background: linear-gradient(90deg, var(--color-primary-orange), var(--color-secondary-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-content-wrapper {
    max-width: 1024px; /* Changed as per user request */
    margin: 0 auto; /* Changed as per user request */
    padding: 0; /* Changed as per user request */
    display: flex;
    flex-direction: column;
}


/*トップページと揃える*/
a {
    color: inherit;
    text-decoration: inherit;
}

h1, h2, h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.text-xl, h4 {
    font-size: 1.0rem;
    line-height: 1.5rem;
}

.text-xl, h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-3xl,h2  {
    font-size: 1.5rem;
    line-height: 2rem;
}


.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-bold {
    font-weight: 700;
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-300, .text-blue-300 a {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.justify-between {
    justify-content: space-between;
}

/* Desktop styles */
@media (min-width: 768px) {
    .text-xl, h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .text-2xl, h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .text-3xl,h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
}

/* Contact Form 7*/
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 0.5rem;
}

.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}

/* Easy Table of Content */
ul.ez-toc-list li {
    text-indent: 0;
}