/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1779428337
Updated: 2026-05-22 14:38:57

*/

/* ==========================================================================
   お知らせリスト用スタイル v2
   Elementor Loop Grid内で [ait_notice] ショートコードと併用
   ========================================================================== */

/* --------------------------------------------------------------------------
   各アイテム（日付＋本文 のセット）
   -------------------------------------------------------------------------- */
.ait-notice-item {
    padding: 14px 0 18px;
    border-bottom: 1px dashed #d4d4d4;
}

/* --------------------------------------------------------------------------
   日付
   -------------------------------------------------------------------------- */
.ait-notice-date {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   本体（タイトル or 本文）
   -------------------------------------------------------------------------- */
.ait-notice-body {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

/* タイトル表示時：黒文字・リンクなし */
.ait-notice-body--title {
    color: #333;
    font-weight: 400;
}

/* 本文表示時：本文内のpタグの余白をリセット */
.ait-notice-body--content p {
    margin: 0;
}

.ait-notice-body--content p + p {
    margin-top: 0.4em;
}

/* 本文内のリンクスタイル */
.ait-notice-body--content a,
.ait-notice-body--content a:visited {
    color: #2c64c4;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.ait-notice-body--content a:hover {
    color: #1a4d8c;
    opacity: 0.85;
}

/* --------------------------------------------------------------------------
   レスポンシブ：タブレット
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .ait-notice-item {
        padding: 12px 0 16px;
    }
}

/* --------------------------------------------------------------------------
   レスポンシブ：スマホ
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .ait-notice-date {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .ait-notice-body {
        font-size: 14px;
        line-height: 1.65;
    }
    .ait-notice-item {
        padding: 10px 0 14px;
    }
}

/* ==========================================================================
   開示情報セクション 用スタイル（ショートコード [ait_disclosure] 対応版）
   ========================================================================== */

/* --------------------------------------------------------------------------
   全体ラッパー
   -------------------------------------------------------------------------- */
.ait-disclosure {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
}

.ait-disclosure *,
.ait-disclosure *::before,
.ait-disclosure *::after {
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   ヘッダー「開示情報」
   -------------------------------------------------------------------------- */
.ait-disclosure__header {
    background: #2378c4;
    color: #ffffff;
    padding: 14px 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

/* --------------------------------------------------------------------------
   リスト
   -------------------------------------------------------------------------- */
.ait-disclosure__list {
    display: flex;
    flex-direction: column;
}

/* --------------------------------------------------------------------------
   各行
   -------------------------------------------------------------------------- */
.ait-disclosure__row {
    padding: 14px 20px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
}

.ait-disclosure__row:last-child {
    border-bottom: none;
}



/* --------------------------------------------------------------------------
   タイトル＆リンク
   -------------------------------------------------------------------------- */
.ait-disclosure__title {
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
}

.ait-disclosure__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2c64c4;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.ait-disclosure__link:hover {
    color: #1a4d8c;
    opacity: 0.85;
}

.ait-disclosure__link .ait-disclosure__title {
    color: inherit;
}

/* --------------------------------------------------------------------------
   PDFアイコン（SVGデータURLで埋め込み）
   -------------------------------------------------------------------------- */
.ait-disclosure__pdf-icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23d14545' d='M0,0v16h14V4l-4-4H0z M9,1l3,3H9V1z'/%3E%3Ctext x='1.5' y='13' font-family='Arial,sans-serif' font-size='5' font-weight='bold' fill='white'%3EPDF%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* --------------------------------------------------------------------------
   空表示
   -------------------------------------------------------------------------- */
.ait-disclosure--empty {
    padding: 20px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

/* --------------------------------------------------------------------------
   レスポンシブ：スマホ
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .ait-disclosure__header {
        font-size: 15px;
        padding: 12px 14px;
    }
    .ait-disclosure__row {
        padding: 12px 14px;
    }
    .ait-disclosure__title,
    .ait-disclosure__link {
        font-size: 14px;
    }
}

