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

header#popup-header {
    background: none;
    position: relative;
}
header#popup-header.executive {
    background: none;
}
header#popup-header:after {
    content: url(../../plan/image/popup/bg-header-print.png);
    width: 100%;
    height: 168px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
header#popup-header.executive:after {
    content: url(../../plan/image/popup/bg-header-executive-print.png);
}
header#popup-header h1 {
    background: none;
}
header#popup-header h1 span {
    background: none;
}
header#popup-header.executive h1 span:after {
    content: url(../../plan/image/popup/icon-executive.png);
    background: none;
    width: 112px;
    height: 10px;
    position: absolute;
    left: 10px;
    bottom: -25px;
}
.contents #plan-detail {
    padding-bottom: 0;
}
.contents ul#btn-popup {
    display: none;
}
</pre></body></html>