<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*施設の特徴3→2対応*/
.introduction{
    display: flex;
}
.sisetu_box_con5 #sisetu ul li {
    float: left;
    width: 100%;
    margin-right: 31px;
    margin-top: 30px;
    font-size: 14px;
}

/*式場タイトル上下中央寄せ*/
.sisetu_box_con5 .explanation {
    display: flex;
    margin-top: 20px;
    align-items: center;
}</pre></body></html>