@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* ===================================================
   Beds24外枠の余白消し
   =================================================== */
.plist_propdesc {
    padding-bottom: 0px !important;
}

/* ===================================================
   規約・ルール本文のデザインスタイル
   =================================================== */
.terms-container {
    font-family: 'Zen Kaku Gothic New', "Helvetica Neue", Arial, sans-serif !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
    color: #292a2f !important;
}

.terms-main-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #292a2f !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.terms-update-date {
    font-size: 11px !important;
    color: #666666 !important;
    text-align: right;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

.terms-container strong.section-title {
    display: block;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #292a2f !important;
    margin-top: 14px;
    margin-bottom: 4px;
}

.terms-container p {
    margin-bottom: 6px;
    font-size: 13px !important;
    color: #292a2f !important;
}

.terms-container p.indent {
    padding-left: 1.0em !important;
    text-indent: -1.0em !important;
    margin-bottom: 6px;
}

.terms-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 4px;
    margin-bottom: 12px;
}

.terms-list li {
    position: relative;
    padding-left: 1.0em !important;
    text-indent: -1.0em !important;
    margin-bottom: 4px;
    font-size: 13px !important;
    color: #292a2f !important;
}

.terms-list li::before {
    content: "・";
    font-weight: bold;
}

/* キャンセルポリシー用の補足注記スタイル */
.terms-container p.note {
    font-size: 12px !important;
    color: #555555 !important;
    margin-top: 4px;
    margin-bottom: 8px;
}

/* ハウスルール末尾のメッセージボックス用 */
.terms-footer-msg {
    margin-top: 20px;
    padding: 12px 14px;
    background-color: #f8f8f8;
    border-radius: 6px;
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
}

