
body{
    -webkit-text-size-adjust: 100%;
    
}

h1{
    font-size: 1em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
}

.myhide{
    display: none;
    /*
    visibility:hidden;
    */
}

#form_kind{
    float: right;
}

#clear_panel {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;


    width: 8em;
    height: 3.3em;

    font-size: 2em;
    line-height: 1.5em;
    font-family: "Yu Gothic M";
    color: #333333;

    background-color: #ff8ce8;
    border: #fff solid 3px;
    border-radius: 0.7em;
    
    cursor : pointer;
    background-image: url("img/ico_close.png");
    background-repeat:no-repeat;
    background-position: 97% 7%;
}

#text_cnt{
    margin-bottom: 5px;
}

.myline{
    display: flex;
    justify-content: center;
    font-size: 2.5em;
    width: 98%;
    margin: auto ;
    
    padding: 5px;
    background-color: #e8f3f8;
}
#text_Q_a,#text_Q_b{

    width: 3em;
}
#text_Q_o,#text_Q_e{

    width: 1em;
}


#text_A{

    width: 4.5em;
    text-align: left;
    padding-left: 0.5em;
}


#status_panel{
    display: flex;
    font-size: 1.5em;
}
#next_panel{
    display: none;
    justify-content: center;
    
    margin-top: 2em;
}
.mylistA{
    width: 30%;
}
.mylistB{
    width: 70%;
}

#text_result{
    text-align: left;
   
}
#next_1{
    text-align: left;
}
#next_2{
    
    text-align: left;
    margin-top: 1em;
}

.mybtn{
    font-size: 2.5em;
    width: 3em;
    height: 1.2em;
    line-height: 1.2em;
    max-height: 100%;
    border: #639ef7 solid 3px;
    border-radius: 0.7em;
    cursor : pointer;

    margin: 0.2em 0.2em;
    
    background: #e8f3f8;

    user-select: none;
}

.btns_sign .mybtn{
    width: 6em;
}

#btn_start {
    font-size: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    width: 5em;
    margin: 5px auto;
}

.btn_on{
    background: #fde038;
}
.btn_off{
    background: gray;
}

.btn_normal{
    background: #e8f3f8;
}

#main_panel{
    display: flex;
    margin-top: 5px;  
    width: 100%;
    margin: auto ;
    flex-direction: column;
}


#btns_panel{
    width: 90%;
    align-items: center;
    margin: 10px auto;
}

.btns_sign{
    display: flex;
    justify-content: center;
}



.btns_num{
    display: flex;
    justify-content: center;
}



#Q_panel{
    width: 100%;
    margin-top: 5px;
}








