@charset "utf-8";

@media screen and (min-width:1140px) {

    /* ----------------------
     * result 
     * 	for PC (横幅1140以上)
     *---------------------- */
    .mainArea{
        width:90%;
        /* min-height:600px; */
        /* border: 5px solid #000000; */
        margin:0 auto;
    }
    .answerArea{
        width:90%;
        margin:0 auto;
    }
    .ans__button , .ans__button:hover{
        margin-top:1rem !important;
    }

    .resultSummaryArea{
        width:100%;
    }

    .formBirthday{
        margin:0.5rem;
        font-size:150%;
        margin-left: 1rem;
    }


    .button__goResult , .button__goResult:hover{
        width:50% !important; 
        padding:0.5rem !important;
        min-height:2rem;
    }

}

@media screen and (max-width:1140px) {

    /* ----------------------
     * result 
     * 	for smartphone (横幅1140未満)
     *---------------------- */
    .mainArea{
        width:100%;
        min-height:600px;
        /* border: 5px solid #000000; */
        margin:0 auto;
    }
    .answerArea{
        width:100%;
        margin:0 auto;
    }
    .ans__button , .ans__button:hover{
        margin-top:1rem !important;
        width:90% !important;
        min-height:4rem !important;
    }
    .resultSummaryArea{
        width:95%;
    }
    .formBirthday{
        margin:0.5rem;
        font-size:125%;
        margin-left: 1rem;
    }

    .button__goResult , .button__goResult:hover{
        /* width:60% !important;  */
        padding:0.5rem !important;
        min-height:2rem;
    }

}



.questionTitle{
    width:100%;
    border-top:3px solid #002060;
    border-bottom:3px solid #002060;
    margin:1rem 0 ;
    min-height: 4rem;
    background: #f2f2f2;
    color:#002060;
    font-size:115%;
    font-weight:bold;
    letter-spacing: 0px;
    display:flex;
    align-items: center;
}
.questionNumber{
    color: #e35b90 !important;
    margin-right:0.5rem;
}

.ans__button , .ans__button:hover{
    display:block;
    width:80%; 
    min-height:2rem;
    /* background: #002060; */
    background: #deebf7;
    /* color:#ffffff; */
    color:#002060;
    /* border-color:#002060; */
    border-color: #deebf7;
    border-radius:0;
    margin:0.5rem auto;
    padding:0.5rem;
    text-align:left;
}
@media(hover:hover){
    .ans__button:hover{
        background: #8499ff;
    }
}
.formArea{
    /* width:90%; */
    margin:1rem auto;
}

.formTitle{
    /*
    background:#002060;     
    color:#ffffff;
    */
    background: #ecc7d6;
    color:#000000;
    margin:1rem auto;
    text-align:center;
    min-height:2rem;
    width:100%;
    padding:0.5rem;
}

.formParamTitle{
    padding:0.5rem 0;
    font-size:125%;
    font-weight:bold;
}
.formGender{
    /* padding:1rem 0; */
    font-size:125%;
    margin:0.5rem;
    margin-left: 1rem;
}

.goResultArea{
    font-size:150%;
    margin-top:2.5rem ;
}

.button__goResult , .button__goResult:hover{
    
    display:block;
    width:80%; 
    min-height:2rem;
    /*  
    background: #002060;
    border-color:#002060;
    */
    background: #e35b90;
    color:#ffffff;
    border-color:#e35b90;
    border-radius:10px;
    margin:0.5rem auto;
    padding:1rem;
    text-align:center;

}

.resultSummaryArea{
    border:2px solid #ff00ff; 
    display:block; 
    text-align:center;
    /* width:90%; */
    margin:0.5rem auto;
    padding-top:1rem;
    padding-bottom:1rem;
    margin-bottom:1rem;
}
.resultSummaryTitle{
    font-weight:bold;
    margin-bottom: 1rem;
    font-size:125%;
}
.resultSummaryPre{
    color:#ff6699;
    font-weight:bold;
}
.resultSummaryPercent{
    color:#0070c0;
    font-weight:bold;
    font-size:300%;
    margin:2rem auto;
}

.resultSummaryDesc{
    color:#002060;
    font-weight:bold;
    font-size:115%;
}

.percentageArea{
    margin: 1rem;
}

.questionArea{
    position:relative;
    padding:1rem 0;
}

.white-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}


.fade-in-out {
  animation: whiteInOut 1s ease-in-out forwards;
}


@keyframes whiteInOut{

    0%{
        opacity: 1;
        background-color: transparent;
    }
    50%{
        opacity: 1; 
        background-color: white;
    }
    100%{
        opacity: 0;
        background-color: white;
    }

}

.restartButtonArea{
    margin:1rem auto;
    display:none;
    text-align: center;
}
.button__restart, .button__restart:hover{
    display:block;width:50%;
    min-height:2rem;
    background: #002060;
    color:#ffffff;
    border-color:#002060;
    border-radius:10px;
    margin:0.5rem auto;
    padding:1rem;
    text-align:center;
}
.href__restart, .href__restart:hover{
    color:#000000;
}



.ur-diag-eyecatchArea{
    margin:0 auto;
    text-align: center;
}
.ur-diag-eyecatch{
    text-align: center;
}

.resultSpItemTitle{
    color:#ff6699;
    font-size:125%;
    font-weight: bold;
    text-align: center;
    margin:0 auto;
}
.resultSpItemArea{
    background:#f7e9ef;
    display:block;
    width:90%;
    border-radius:20px;
    margin:0 auto;
    padding:20px;
}
.spItemName{
    color:#843c0c;
    font-weight: bold;
}

.button__post_x , .button__post_x:hover{
    fill:#ffffff;  
    background:#000000;
    width:50px;
    height:50px;
    border-radius:25px;
    border:none !important;
    font-size:0px;
}
.button__post_line , .button__post_line:hover{
    fill:#06c755;  
    background:#ffffff;
    width:64px;
    height:64px;
    border-radius:4px;
    border-color:#ffffff;
    font-size:0px;
    border:none !important;
}

.button__post_facebook , .button__post_facebook:hover{
    fill:#0866ff;  
    background:#ffffff;
    width:64px;
    height:64px;
    border-radius:32px;
    border-color:#ffffff;
    font-size:0px;
    border:none !important;
}

.snsShareMain{
    border:1px solid #cccccc;
    text-align:center;
    padding:1rem;
}
.snsShareTitle{
    color:#cc0099;
}
.button__copy , .button__copy:hover{
    background: #444444;
    color:#ffffff;
    width:200px;
    display:block;
    margin:5px auto;
    padding:5px;
    border:none;
    border-radius: 0;
}