/* Foundation */
*, /* 基本リセットはテーマ全体で適用される想定のため削除 */
*::before,
*::after {
    /* box-sizing: border-box; */ /* テーマ全体で適用 */
    /* margin: 0; */ /* テーマ全体で適用 */
    /* padding: 0; */ /* テーマ全体で適用 */
}

/* html, body のスタイルはテーマ全体で適用されるため削除 */

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

/* Layout */
.b-evshare-support { /* ブロック固有のスタイルを適用 */
    /* .l-container のスタイルはテンプレート側で適用 */
    /* max-width: 87.5rem; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* padding: 3.75rem 8.125rem 7.5rem; */

    /* .l-stack のスタイルはテンプレート側で適用 */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* gap: 4rem; */
}

.b-evshare-support .l-grid { /* ブロックスコープ内 */
    display: grid;
    gap: 2rem; /* spacing: 32px */
    width: 100%; /* Takes full width of parent */
}

.b-evshare-support .l-grid--2col { /* ブロックスコープ内 */
     grid-template-columns: repeat(2, 1fr);
}

 /* Utilities */
 /* ユーティリティクラスはグローバルに定義されている想定。 */
 /* 必要であればブロックスコープで再定義 */
 /* .b-evshare-support .u-text_center { text-align: center; } */
 /* .b-evshare-support .u-text_left { text-align: left; } */
 /* .b-evshare-support .u-mb_md { margin-bottom: 1.5rem; } */


/* Component */
.b-evshare-support .c-evshare-section_header { /* ブロックスコープ内 */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; /* spacing: 24px */
}

.b-evshare-support .c-evshare-section_header__label_wrapper { /* ブロックスコープ内 */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem; /* spacing: 12px */
}

.b-evshare-support .c-evshare-section_header__label { /* ブロックスコープ内 */
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9375rem; /* fontSize: 15 */
    font-weight: 400; /* fontWeight: 400 */
    letter-spacing: 0.05em; /* letterSpacing: 5% */
    line-height: 1.7; /* lineHeight: 170% */
    color: #0b88e3; /* rgb(11, 136, 227) approx */
    text-align: center;
}

.b-evshare-support .c-evshare-section_header__title { /* ブロックスコープ内 */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem; /* fontSize: 32 */
    font-weight: 400; /* fontWeight: 400 */
    letter-spacing: 0.1em; /* letterSpacing: 10% */
    line-height: 1.5; /* lineHeight: 150% */
    color: #333333; /* rgb(51, 51, 51) */
    text-align: center;
}

.b-evshare-support .c-evshare-section_header__subtitle { /* ブロックスコープ内 */
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 1.25rem; /* fontSize: 20 */
     font-weight: 400; /* fontWeight: 400 */
     letter-spacing: 0.1em; /* letterSpacing: 10% */
     line-height: 1.5; /* lineHeight: 150% */
     color: #333333; /* rgb(51, 51, 51) */
     text-align: center;
}

.b-evshare-support .c-evshare-section { /* ブロックスコープ内 */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* spacing: 24px */
}

.b-evshare-support .c-evshare-section__title { /* ブロックスコープ内 */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.75rem; /* fontSize: 28 */
    font-weight: 400; /* fontWeight: 400 */
    letter-spacing: 0.1em; /* letterSpacing: 10% */
    line-height: 1.5; /* lineHeight: 150% */
    color: #0b88e3; /* rgb(11, 136, 227) approx */
    text-align: left;
}

.b-evshare-support .c-evshare-card { /* ブロックスコープ内 */
    display: flex;
    align-items: center;
    gap: 2rem; /* spacing: 32px */
    padding: 1.25rem 2rem; /* padding: 20px 32px */
    background-color: #ffffff; /* rgb(255, 255, 255) */
    border: 1px solid #e0e2ea; /* rgb(224, 226, 234) */
}

.b-evshare-support .c-evshare-card__icon_wrapper { /* ブロックスコープ内 */
    flex-shrink: 0;
    width: 6.4375rem; /* width: 103px */
    height: 6.375rem; /* height: 102px */
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-evshare-support .c-evshare-card__icon_wrapper--support { /* ブロックスコープ内 */
     background-color: rgba(184, 191, 211, 0.2);
}
.b-evshare-support .c-evshare-card__icon_wrapper--system { /* ブロックスコープ内 */
     background-color: #f7f7f7;
     padding: 10px;
}

.b-evshare-support .c-evshare-card__icon { /* ブロックスコープ内 */
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.b-evshare-support .c-evshare-card__content { /* ブロックスコープ内 */
    display: flex;
    flex-direction: column;
    gap: 0.4375rem; /* spacing: 7px */
    flex-grow: 1;
}

.b-evshare-support .c-evshare-card__title { /* ブロックスコープ内 */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.125rem; /* fontSize: 18 */
    font-weight: 400; /* fontWeight: 400 */
    letter-spacing: 0.1em; /* letterSpacing: 10% */
    line-height: 1.5; /* lineHeight: 150% */
    color: #0053b5; /* rgb(0, 83, 181) */
}

.b-evshare-support .c-evshare-card__description { /* ブロックスコープ内 */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.875rem; /* fontSize: 14 */
    font-weight: 400; /* fontWeight: 400 */
    letter-spacing: 0.05em; /* letterSpacing: 5% */
    line-height: 1.7; /* lineHeight: 170% */
    color: #333333; /* rgb(51, 51, 51) */
}

/* Responsive */
@media (max-width: 1024px) {
    /* .b-evshare-support .l-container ... は不要 */
    .b-evshare-support .l-grid--2col {
         gap: 1.5rem; /* spacing: 24px */
    }
     .b-evshare-support .c-evshare-section_header__title {
         font-size: 1.75rem; /* fontSize: 28 */
     }
     .b-evshare-support .c-evshare-section_header__subtitle {
          font-size: 1.125rem; /* fontSize: 18 */
     }
     .b-evshare-support .c-evshare-section__title {
         font-size: 1.5rem; /* fontSize: 24 */
     }
    .b-evshare-support .c-evshare-card {
        gap: 1.5rem; /* spacing: 24px */
        padding: 1rem 1.5rem; /* padding: 16px 24px */
    }
    .b-evshare-support .c-evshare-card__icon_wrapper {
        width: 5rem; /* width: 80px */
        height: 5rem; /* height: 80px */
    }
    .b-evshare-support .c-evshare-card__title {
         font-size: 1rem; /* fontSize: 16 */
    }
    .b-evshare-support .c-evshare-card__description {
        font-size: 0.8125rem; /* fontSize: 13 */
    }
}

@media (max-width: 767px) {
    /* .b-evshare-support .l-container ... は不要 */
    .b-evshare-support .l-stack {
        /* gap: 3rem; */ /* .b-evshare-support に適用済み */
    }
     .b-evshare-support .l-grid--2col {
          grid-template-columns: 1fr; /* Stack columns */
          gap: 1.25rem; /* spacing: 20px */
     }

     .b-evshare-support .c-evshare-section_header__label {
        font-size: 0.875rem; /* fontSize: 14 */
    }
     .b-evshare-support .c-evshare-section_header__title {
         font-size: 1.5rem; /* fontSize: 24 */
     }
      .b-evshare-support .c-evshare-section_header__subtitle {
           font-size: 1rem; /* fontSize: 16 */
      }
     .b-evshare-support .c-evshare-section__title {
         font-size: 1.375rem; /* fontSize: 22 */
         text-align: center;
     }
     .b-evshare-support .c-evshare-card {
         flex-direction: column; /* Stack icon and text */
         text-align: center;
         gap: 1rem; /* spacing: 16px */
         padding: 1.25rem; /* padding: 20px */
     }
     .b-evshare-support .c-evshare-card__icon_wrapper {
         width: 5.625rem; /* Adjust icon size (90px) */
         height: 5.625rem; /* Adjust icon size (90px) */
         margin-bottom: 0.625rem; /* spacing: 10px */
     }
      .b-evshare-support .c-evshare-card__content {
          gap: 0.3125rem; /* spacing: 5px */
          align-items: center;
      }
     .b-evshare-support .c-evshare-card__title {
         font-size: 1.0625rem; /* fontSize: 17 */
     }
     .b-evshare-support .c-evshare-card__description {
         font-size: 0.875rem; /* fontSize: 14 */
     }
} 