.typical-block {
    padding-top: 40px;
}

.cafe-page {
    max-width: 800px;
    margin: 0 auto;
}

.cafe-page p {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cafe-page p:last-child {
    margin-bottom: 0;
}

.cafe-page h3.q-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0;
}

.cafe-page .q-block {
    margin-bottom: 36px;
}

.cafe-page .q-block:last-child {
    margin-bottom: 0;
}

.cafe-page .section-label {
    text-decoration: underline;
    margin-bottom: 14px;
    margin-top: 0;
    line-height: 1.6;
    color: #333333;
}

.cafe-page .label-value-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cafe-page .bullet-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.cafe-page .bullet-list .bullet-row {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #3f74ff;
}

.cafe-page .bullet-list .bullet-row:last-child {
    margin-bottom: 0;
}

.cafe-page .bullet-list .bullet-row > span,
.cafe-page .bullet-list .bullet-row > div {
    color: #333333;
}

.cafe-page .sub-bullet-list {
    margin-top: 10px;
    margin-bottom: 0;
}

.cafe-page .sub-bullet-list .bullet-row {
    list-style-type: circle;
}

.cafe-page .img-wrap {
    margin: 20px 0;
}

.cafe-page .img-wrap img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: block;
}

.cafe-page .italic-note {
    font-style: italic;
}
