/* print時はこのCSSが優先される */
/* 縦向き印刷 */
@page {
    size: portrait;
}
/* 横向き印刷 */
/* @page {
    size: landscape;
} */

body {
    background-color: #ffffff;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.no-print {
    display: none;
}
.only-print {
    display: block;
}
.only-print--table {
    display: table-cell;
}

img.radarChart--print {
    width: 80dvw;
}

.content_parent--w96{
    height: 100dvh;
}
.readingResult__area {
    background-color: unset;
    border: none;
    height: auto;
    width: 100%;
    text-align: center;
}

.readingResult__table, .quote__table {
    font-size: 0.7rem;
}


[class^="content_parent--"] {
    overflow: visible;
    margin-inline: auto;
    margin-block-start: 6dvh;
    padding-bottom: 1rem;
    width: 100dvw;
    height: 94dvh;
}