@charset "utf-8";


@media screen and (max-width: 834px) {

    .fortune-area {
        width: 94%;
        margin: 1rem auto 0;
        padding: 0;
    }

    .fortune-area-title {
        margin: 1rem auto 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 4px solid #d60011;
        display: flex;
        align-items: center;
    }

    .fortune-area-title-icon {
        width: 24px;
        margin-right: 0.25rem;
    }

    .fortune-area-title-text {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .top-caution {
        width: 100%;
    }

    .top-caution a {
        color: #2091b1;
    }

    .fortune-con {
        width: 100%;
        margin: 1rem 0 0;
        display: flex;
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .fotune-box {
        width: 100%;
        margin-bottom: 1rem;
        padding: 0 3vw 0.5rem;
        flex-grow: 0;
        flex-shrink: 0;
        border: 2px solid #ccc;
    }

    @media screen and (min-width: 641px) and (max-width: 834px) {

        .fortune-con {
            justify-content: space-between;
        }

        .fotune-box {
            width: 48.5%;
        }
    }

    /*#jan.fotune-box {
        border: 2px solid #6aaacc;
    }

    #feb.fotune-box {
        border: 2px solid #5eb7d9;
    }

    #mar.fotune-box {
        border: 2px solid #df91cc;
    }

    #apr.fotune-box {
        border: 2px solid #bfe384;
    }

    #may.fotune-box {
        border: 2px solid #5cc9d1;
    }

    #jun.fotune-box {
        border: 2px solid #659fcf;
    }

    #jul.fotune-box {
        border: 2px solid #e48baa;
    }

    #aug.fotune-box {
        border: 2px solid #f2be44;
    }

    #sep.fotune-box {
        border: 2px solid #c4c03e;
    }

    #oct.fotune-box {
        border: 2px solid #fab782;
    }

    #nov.fotune-box {
        border: 2px solid #f0a300;
    }

    #dec.fotune-box {
        border: 2px solid #49bb46;
    }*/

    .text-month {
        margin: 3vw 0 0.5rem;
        padding: 0.25rem 0 0.25rem;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

    .text-month span {
        padding-right: 0.25rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

    #jan .text-month {
        background-color: #6aaacc;
    }

    #feb .text-month {
        background-color: #5eb7d9;
    }

    #mar .text-month {
        background-color: #df91cc;
    }

    #apr .text-month {
        background-color: #add669;
    }

    #may .text-month {
        background-color: #5cc9d1;
    }

    #jun .text-month {
        background-color: #659fcf;
    }

    #jul .text-month {
        background-color: #e48baa;
    }

    #aug .text-month {
        background-color: #f2be44;
    }

    #sep .text-month {
        background-color: #c4c03e;
    }

    #oct .text-month {
        background-color: #fbaa69;
    }

    #nov .text-month {
        background-color: #f0a300;
    }

    #dec .text-month {
        background-color: #49bb46;
    }

    .cat-love,
    .cat-money,
    .cat-health,
    .cat-total {
        text-align: center;
    }

    .rate {
        position: relative;
        z-index: 0;
        display: inline-block;
        white-space: nowrap;
        color: #dedede;
        font-size: 24px;
    }

    .rate:before,
    .rate:after {
        content: '★★★★★';
    }

    .rate:after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
    }

    .cat-love .rate:after {
        color: #eb5da5;
    }

    .cat-money .rate:after {
        color: #fab221;
    }

    .cat-health .rate:after {
        color: #66ba46;
    }

    .cat-total .rate:after {
        color: #2980b8;
    }

    .rate.star5:after {
        width: 100%;
    }

    .rate.star4:after {
        width: 80%;
    }

    .rate.star3:after {
        width: 60%;
    }

    .rate.star2:after {
        width: 40%;
    }

    .rate.star1:after {
        width: 20%;
    }

    .rate.star0:after {
        width: 0%;
    }

    .item-card {
        margin: 0.5rem 0;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }

    .text-item-tit,
    .text-color-tit {
        width: 135px;
        text-align: center;
        margin: 0 auto 0;
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        font-weight: 600;
        background-color: #f8f8f8;
    }

    .text-item,
    .text-color {
        width: calc(100% - 120px);
        padding: 0.25rem 0 0 0.5rem;
    }

    .text-comment {
        padding-top: 0.5rem;
        border-top: 1px dotted #333;
    }


}


@media print,
screen and (min-width: 835px) {

    .fortune-area {
        width: 100%;
        margin: 2rem auto 0;
    }

    .fortune-area-title {
        width: calc(100% - 40px);
        margin: 1rem auto 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 4px solid #d60011;
        display: flex;
        align-items: center;
    }

    .fortune-area-title-icon {
        width: 28px;
        margin-right: 0.5rem;
    }

    .fortune-area-title-text {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .top-caution {
        width: 100%;
        padding: 0 20px;
    }

    .top-caution a {
        color: #2091b1;
    }

    .top-caution a:hover {
        text-decoration: underline;
    }

    .fortune-con {
        width: 100%;
        margin: 1rem 0 0;
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .fotune-box {
        width: calc((100% - 60px) / 3);
        margin: 0 10px 20px;
        padding: 0.5rem 0.5rem;
        border: 2px solid #ccc;
    }

    .text-month {
        margin: 0 0 0.5rem;
        padding: 0.25rem 0 0.25rem;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

    .text-month span {
        padding-right: 0.25rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

    #jan .text-month {
        background-color: #6aaacc;
    }

    #feb .text-month {
        background-color: #5eb7d9;
    }

    #mar .text-month {
        background-color: #df91cc;
    }

    #apr .text-month {
        background-color: #add669;
    }

    #may .text-month {
        background-color: #5cc9d1;
    }

    #jun .text-month {
        background-color: #659fcf;
    }

    #jul .text-month {
        background-color: #e48baa;
    }

    #aug .text-month {
        background-color: #f2be44;
    }

    #sep .text-month {
        background-color: #c4c03e;
    }

    #oct .text-month {
        background-color: #fbaa69;
    }

    #nov .text-month {
        background-color: #f0a300;
    }

    #dec .text-month {
        background-color: #49bb46;
    }

    .cat-love,
    .cat-money,
    .cat-health,
    .cat-total {
        text-align: center;
    }

    .rate {
        position: relative;
        z-index: 0;
        display: inline-block;
        white-space: nowrap;
        color: #dedede;
        font-size: 24px;
    }

    .rate:before,
    .rate:after {
        content: '★★★★★';
    }

    .rate:after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
    }

    .cat-love .rate:after {
        color: #eb5da5;
    }

    .cat-money .rate:after {
        color: #fab221;
    }

    .cat-health .rate:after {
        color: #66ba46;
    }

    .cat-total .rate:after {
        color: #2980b8;
    }

    .rate.star5:after {
        width: 100%;
    }

    .rate.star4:after {
        width: 80%;
    }

    .rate.star3:after {
        width: 60%;
    }

    .rate.star2:after {
        width: 40%;
    }

    .rate.star1:after {
        width: 20%;
    }

    .rate.star0:after {
        width: 0%;
    }

    .item-card {
        margin: 0.5rem 0;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }

    .text-item-tit,
    .text-color-tit {
        width: 120px;
        text-align: center;
        margin: 0 auto 0;
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        font-weight: 600;
        background-color: #f8f8f8;
    }

    .text-item,
    .text-color {
        width: calc(100% - 120px);
        padding: 0.25rem 0 0 0.5rem;
    }

    .text-comment {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px dotted #333;
    }


}
