<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe {
    height: 400px;
    margin-bottom: 30px;
    width: 100%;
}

.outline-box dl {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}

.outline-box dt,
.outline-box dd {
    display: table-cell;
    vertical-align: top;
}

.outline-box dt {
    width: 100px;
}

.branch-box ul {
    width: 435px;
}

.branch-box ul:nth-child(odd) {
    float: left;
}

.branch-box ul:nth-child(even) {
    float: right;
}

.branch-box ul li {
    margin-bottom: 20px;
}

.branch-img {
    float: left;
    width: 150px;
}

.branch-txt {
    float: right;
    width: 270px;
}

.branch-name {
    border-bottom: 1px solid #270707;
    margin-bottom: 10px;
}

/* 蠑薙Ω豬懷ｷ･蝣ｴ */
.yumigahama-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yumigahama-wrap .img {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc( 100% - 270px - 10px );
}
.yumigahama-wrap .branch-img img {
    vertical-align: middle;
}
.yumigahama-wrap .txt {
    width: 270px;
}
.yumigahama-wrap .txt .name {
    border-bottom: 1px solid #270707;
    margin-bottom: 10px;
}
</pre></body></html>