/* 共通スタイル */
.report-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */
}

.report-container {
    width: 210mm;
    min-width: 210mm;
    margin: 0 auto;
    font-family: 'Yu Gothic','游ゴシック', sans-serif;
    font-size: 14pt;
    background-color: white;
    color: black;
    border: 1px solid #ccc;
}

.report-base-font {
    font-family: 'Yu Gothic', '游ゴシック', sans-serif;
    font-size: 14pt;
}

.report-body-inner {
    margin: 1.8cm 1.9cm;
}

.report-title-row {
    text-align: center;
}

.report-title {
    font-size: 24pt;
    font-weight: bold;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 4px;
}

.header-name,
.header-date {
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}

.header-name {
    flex: 4;
    text-align: left;
}

.header-date {
    flex: 2;
    text-align: center;
}

.header-space {
    flex: 1;
}

.label-bold {
    font-weight: bold;
}

.label-bold-14pt {
    font-size: 14pt;
    font-weight: bold;
    line-height: 1;
}

.label-14px {
    font-size: 14px;
    line-height: 1;
}

.font-12pt {
    font-size: 12pt;
}

.font-10pt {
    font-size: 10pt;
}

.font-16pt {
    font-size: 16pt;
}

.pre {
    white-space: pre;
}

.pre-wrap {
    white-space: pre-wrap;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.padding-10 {
    padding: 10px;
}

.report-info-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: 11pt;
}

.report-info-left {
    flex: 4;
}

.report-info-space {
    flex: 1;
}

.report-info-right {
    flex: 2;
}

.info-message {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.info-name-box {
    border: 1px solid black;
    padding: 10px;
}

.info-total-box {
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-top: none;
    padding: 10px;
}

.info-total-label {
    flex-grow: 1;
}

.info-total-value {
    text-align: right;
}

.info-company {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.report-table {
    width: 100%;
    font-size: 11pt;
    margin-top: 40px;
    border-collapse: collapse;
    border: 1px solid black;
}

    .report-table th,
    .report-table td {
        border: 1px solid black;
        padding: 5px;
    }

.w-8 {
    width: 8%;
}

.w-15 {
    width: 15%;
}

.w-54 {
    width: 54%;
}

.td-left {
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
}

.td-center {
    text-align: center;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

.report-comment {
    border: 1px solid black;
    padding: 5px;
    font-size: 10pt;
    text-align: left;
    height: 25px;
}

.report-total-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.report-total-block {
    width: 100%;
    font-size: 11pt;
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    flex-wrap: wrap;
}

.total-label {
    text-align: right;
    flex: 1;
    min-width: 150px;
}

.total-value {
    text-align: right;
    flex: 0 0 auto;
    min-width: 100px;
}

.total-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    flex-wrap: wrap;
}

.bottom-line {
    width: 50%;
    margin-left: auto;
    border-bottom: 1px solid black;
    margin-top: -5px;
}

.note-block {
    border: 1px solid black;
}
