    /* reset.css---------------- */
    p {
        margin: 0;
        padding: 0;
    }

    ul {
        margin: 0;
        padding: 0;
    }


    /* ------------------------- */

    html {
        height: auto;
    }

    body {
        height: auto;
        margin: 0 0 180px 0;
        background-color: rgb(192, 229, 255);
        text-align: center;
    }

    header {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 2.5rem;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    }

    #control {
        width: 700px;
        margin: 10px auto;
        padding: 20px;
        border-left: double 7px white;
        border-right: double 7px white;
    }

    #control h3 {
        margin: 10px 0 4px 0;
    }

    #inputText {
        display: block;
        width: 230px;
        height: 60px;
        margin: 0 auto;
    }

    p#actionExplain {
        margin-top: 30px;
        color: rgb(80, 80, 80);
        font-size: 1rem;
        font-weight: normal;
    }

    p#actionExplain button {
        margin: 0 3px;
    }

    #input-action-words {
        width: 402.5px;
        height: 30px;
        margin: 10px auto;
        text-align: left;
        background: white;
        transform: scale(1.4);
    }

    .genre-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 1.5mm;
    }

    .genre-wrapper:not(:last-child)::after {
        margin: 2mm 0px;
        content: "";
        border-right: solid 0.5pt rgb(184, 184, 184);
    }

    p.genreName {
        font-size: 10px;
        line-height: normal;
        transform: scale(0.7);
        transform-origin: left;
        white-space: nowrap;
    }

    #howToSetting-wrapper img {
        width: 500px;
    }


    .paper-wrapper {
        width: 257mm;
        height: 181mm;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: white;
        text-align: left;
    }

    #paper2 {
        display: none;
    }

    @media print {
        .no-print {
            display: none;
        }

        body {
            background: white;
        }

        #paper2 {
            display: flex;
        }
    }

    #left-page {
        display: flex;
        align-items: center;
        width: 50%;
        border-right: dashed 0.5pt gray;
    }

    #right-page {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .contents-wrapper {
        width: 108.5mm;
        margin: 0 auto;
    }

    .day {
        width: 108.5mm;
        height: 40.5mm;
        padding: 0 1mm;
        /* border-top: solid 0.6pt gray; */
        border-bottom: solid 0.6pt gray;
        box-sizing: border-box;

    }

    .summary-wrapper {
        border-top: none;
    }

    .summary-wrapper h2 {
        height: 8mm;
        margin: 0;
        font-size: 4mm;
        line-height: 8mm;
        text-align: center;
        color: white;
        background: rgb(100, 100, 100);
    }

    .summary-wrapper .rule {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 35.3mm;
    }

    .summary-wrapper p.name {
        padding: 0;
        text-align: center;
        font-weight: bold;
    }

    .summary-wrapper li p {
        font-size: 0.5rem;
        line-height: 1.3rem;
    }


    .base-info {
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        height: 5.2mm;
        border-bottom: solid 0.25pt gray;
    }

    .base-info div {
        margin-right: 11mm;
    }

    .base-info ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        gap: 3.5mm;
    }

    .base-info li {
        list-style: none;
    }

    .date p {
        color: gray;
        font-size: 10pt;
        white-space: nowrap
    }

    .weather {
        color: gray;
    }

    .weather img,
    .feeling img {
        height: 3.8mm;
    }

    .action-words {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 8mm;
        overflow: hidden;
    }

    .genre-wrapper {
        width: 100%;
    }

    .action-words ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    .action-words li {
        margin-right: 4mm;
        list-style: none;
        font-size: 7pt;
        white-space: nowrap;
    }

    .summary,
    .wanna {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0 1mm;
        height: 18.5mm;
        /* 余白 */
    }

    .summary .content,
    .wanna .content {
        width: calc(100%/3);
    }

    .summary p.name,
    .wanna p.name {
        height: 3.5mm;
        padding-left: 1mm;
        color: white;
        background: gray;
        font-size: 7pt;
    }

    .summary li,
    .wanna li {
        height: 5mm;
        border-bottom: dashed 0.5pt gray;
        list-style: none;
    }

    .summary p,
    .wanna p {
        color: gray;
    }

    .free {
        height: 8.8mm;
    }

    #endMessage {
        font-size: 0.5rem;
        text-align: right;
    }

    #endMessage img {
        height: 2.5mm;
    }
