.h2-section {
    padding: 10px 0;
}

.h2-section.h2-section-padding {
    padding: 5% 0% 2% 0%;
}

.h2-section.h2-no-footer-padding {
    padding-bottom: 0;
}

.h2-section.h2-fullwidth {
    width: 100%;
}

.h2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.h2-column {
    width: 100%;
}

.h2-widget-wrap {
    /* デフォルトは左寄せ */
}

.h2-align-left {
    text-align: left;
}

.h2-align-center {
    text-align: center;
}

.h2-align-right {
    text-align: right;
}

.h2-widget {
    margin-bottom: 10px;
}

.h2-widget:last-child {
    margin-bottom: 0;
}

.h2-widget-container {
    display: block;
}

.h2-widget-container.h2-last-padding {
    padding: 0% 0% 3% 0%;
}

.h2-heading-title {
    font-family: "Mulish", Sans-serif;
    font-size: var(--h2-heading-size, 65px);
    font-weight: 900;
    color: #00516D;
    line-height: 1.2;
    margin: 0;
}

.h2-subtitle {
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #00516D;
    line-height: 1.2;
    margin: 0;
    display: block;
    margin-bottom: 15px;
}

/* モバイル専用の改行（セクション内どこでも有効） */
.h2-section .mobile-br {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .h2-heading-title.h2-longtitle {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .h2-section {
        padding: 10px 0;
    }
    
    .h2-container {
        padding: 0 15px;
    }
    
    .h2-heading-title {
        font-size: var(--h2-heading-size-sp, 25px);
    }
    
    .h2-subtitle {
        font-size: 13px;
    }
    
    .h2-section .mobile-br {
        display: inline;
    }
}
