/* ------------------------------------------------
    Base
---------------------------------------------------*/
#str-main {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px 15px 60px;
    color: #333;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    /* ← 基本フォントをpx指定に統一 */
}

#str-main a {}

#str-main a:hover {
    text-decoration: none;
}

/* ------------------------------------------------
    H1 タイトル
---------------------------------------------------*/
.ttl-h1-01 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-bottom: 6px;
    border-bottom: 3px solid #ccc;
    color: #222;
}

/* ------------------------------------------------
    H2 ブロックタイトル
---------------------------------------------------*/
.ttl-h2-01-container {
    margin-top: 48px;
    margin-bottom: 16px;
}

.ttl-h2-01 {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    padding-left: 10px;
    border-left: 4px solid #4682b4;
    line-height: 1.4;
}

/* ------------------------------------------------
    段落
---------------------------------------------------*/
.pgh-plain-01 {
    margin-bottom: 22px;
    font-size: 16px;
    color: #333;
}

/* Privacy content from database */
.privacy-content p {
    margin-bottom: 22px;
    font-size: 16px;
    color: #333;
}

.privacy-content h2 {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    padding-left: 10px;
    border-left: 4px solid #4682b4;
    line-height: 1.4;
    margin-bottom: 16px;
}

.privacy-content ul {
    margin-bottom: 24px;
    padding-left: 18px;
}

.privacy-content ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    list-style: none;
    font-size: 16px;
}

.privacy-content ul li::before {
    content: "●";
    color: #4682b4;
    font-size: 10px;
    position: absolute;
    left: -10px;
    top: 6px;
}

.privacy-content>div>div {
    border-radius: 6px;
}

.privacy-content a {
    color: #0066cc;
}

.privacy-content em {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #222;
}

.lay-space-btm-06 {
    margin-bottom: 32px !important;
}

.lay-space-btm-05 {
    margin-bottom: 24px !important;
}

/* ------------------------------------------------
    ドットリスト
---------------------------------------------------*/
.list-dot-01 {
    margin-bottom: 24px;
    padding-left: 18px;
}

.list-dot-01 li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    list-style: none;
    font-size: 16px;
}

.list-dot-01 li::before {
    content: "●";
    color: #4682b4;
    font-size: 10px;
    position: absolute;
    left: -10px;
    top: 6px;
}

/* ------------------------------------------------
    お問い合わせエリア
---------------------------------------------------*/
.contact-info-01 {
    margin: 32px 0;
    padding: 24px;
    background: #f7f9fc;
    border: 1px solid #e3e6ef;
    border-radius: 6px;
}

.contact-info-01 p {
    margin-bottom: 16px;
    font-size: 16px;
}

.contact-info-01 em {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #222;
}

/* 電話ブロック */
.contact-info-01 .telephone {
    margin-top: 20px;
}

.contact-info-01 .telephone img {
    margin-bottom: 6px;
}

/* ------------------------------------------------
    ページトップへ戻る
---------------------------------------------------*/
.nav-pagetop {
    margin-top: 40px;
    text-align: right;
}

.nav-pagetop a {
    font-size: 14px;
    color: #0066cc;
}

.nav-pagetop a:hover {
    text-decoration: none;
}

/* ------------------------------------------------
    画像整列調整
---------------------------------------------------*/
#str-main img {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------
    Responsive (Tablet & Smartphone)
---------------------------------------------------*/

/* タブレット（768〜991px） */
@media (max-width: 991px) {

    #str-main {
        font-size: 15px;
        padding: 20px 12px 50px;
    }

    .ttl-h1-01 {
        font-size: 26px;
    }

    .ttl-h2-01 {
        font-size: 20px;
    }

    .pgh-plain-01 {
        font-size: 15px;
    }

    .list-dot-01 li {
        font-size: 15px;
    }

    .contact-info-01 em {
        font-size: 18px;
    }
}

/* スマホ（〜767px） */
@media (max-width: 767px) {

    #str-main {
        font-size: 15px;
        padding: 18px 10px 40px;
    }

    .ttl-h1-01 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .ttl-h2-01 {
        font-size: 18px;
        padding-left: 8px;
    }

    .pgh-plain-01 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .list-dot-01 {
        padding-left: 16px;
    }

    .list-dot-01 li {
        font-size: 15px;
        padding-left: 8px;
    }

    /* スマホで長文テキストを読みやすく */
    #str-main {
        line-height: 1.9;
    }

    .contact-info-01 {
        padding: 18px;
    }

    .contact-info-01 em {
        font-size: 18px;
    }

    /* テーブルは横スクロール対応 */
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
