/*パソコンやタブレット用のCSS*/
@media screen and (min-width: 601px) {
    body{
        position: relative;
        width: auto;
        min-width: 1300px;
    }

    label {
        display: block;
        position: relative;
    }

    .koukoku{
        position: absolute;
        top: 0%;
        right: 0%;
    }
    .center{
        text-align: center;
        top: 0%;
        
    }
    .result_text{
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1px;
        box-sizing: border-box;
    }
    .left_text{
        text-align: left;
        flex: 1;
    }
    .center_text{
        text-align: center;
        flex: 1;
    }
    .right_text{
        text-align: right;
        flex: 1;
    }
    .weak{
        color: red;
    }
    p{
        margin-top: 5px;
        margin-bottom: 0px;
    }

    progress{
        display: block;
        height: 7px;
        width: 100%;
        border: none;
        border-radius: 10px;
        overflow: hidden;
    }
    ::-webkit-progress-bar{
        background-color: none;

    }

    progress::-webkit-progress-value{
        background-color: green;
    }
    
    
    .数値入力{
        width: 40px;
    }
    .ランク補正{
        width: 48px;
        position: relative;
        left: 51px;
    }
    .btn_252,.btn_0{
        width: 48px;
        position: relative;
        left: 51px;
    }
    .btn_result{
        position: relative;
        width: 100%;
        top: 100%;
        margin-top: 2px;
        margin-bottom: 3px;
    }
    

    #l_checkbox,#r_checkbox,#left_ability_radio,#left_tool_radio,#right_ability_radio,#right_tool_radio{
        display: none;
    }


    .位置揃え{
        left: 64px;
        letter-spacing: 5.5px;
        width: 300px
    }
    .title1{
        background-color: rgba(0,255,0,0.5);
        border-radius: 10px;
        width: 100%;
        margin-top: 3px;
        margin-bottom: 3px;
        
    }
    .left{
        width: calc(95%/3);
        position: absolute;
        top: 100%;
        left: 0%;

    }
    .title2{
        background-color: rgba(0,0,255,0.5);
        border-radius: 10px;
        width: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align: center;
    }
    .right{
        width: calc(95%/3);
        position: absolute;
        top: 100%;
        right: 0%;
        
    }
    .title3{
        background-color: rgba(255,0,0,0.5);
        border-radius: 10px;
        width: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align: center;
    }
    .result{
        width: calc(100%/3);
        position: absolute;
        top:100%;
        left: calc(100%/3);
        text-align: center;
    }
    .result_check{
        top: 0%;
        right: 0%;
        position: absolute;
    }
    .advanced_settings{
        width: 400px;
    }
    .title4{
        background-color: rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-top: 3px;
        margin-bottom: 3px;
        text-align: center;
        position: absolute;
        top: 385%;
        width: 100%;
    }
    .hyper-link{
        position: absolute;
        top: 400%;
        left: 0%;
    }
    .title5{
        background-color: rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-top: 3px;
        margin-bottom: 3px;
        text-align: center;
        position: absolute;
        top: 455%;
        width: 100%;
    }
    .報告事項{
        position: absolute;
        top: 470%;
        left: 0%;
    }
}
/*スマホ用のCSS*/
@media screen and (max-width: 600px) {
    body {
        width: auto;
        min-width: 410px;
        position: relative;
    }
    label {
        display: block;
        position: relative;
    }
    .koukoku {
        position: static;
        margin-bottom: 1%;
    }
    .center {
        text-align: center;
        top: 0%;
    }
    p{
        margin-top: 1%;
        margin-bottom: 0%;
    }

    progress{
        display: block;
        height: 7px;
        width: 100%;
        border: none;
        border-radius: 10px;
        overflow: hidden;
    }
    ::-webkit-progress-bar{
        background-color: none;

    }

    progress::-webkit-progress-value{
        background-color: green;
    }
    .title1 {
        background-color: rgba(0,255,0,0.5);
        border-radius: 10px;
        width: 100%;
        margin-top: 1%;
        margin-bottom: 1%;
        font-size: 100%;
    }
    .left {
        width: 100%;
        position: static;
        margin-bottom: 4%;
        display: block;
    }
    .title2 {
        background-color: rgba(0,0,255,0.5);
        border-radius: 10px;
        width: 100%;
        margin-top: 1%;
        margin-bottom: 1%;
        text-align: center;
        font-size: 100%;
    }
    .right {
        width: 100%;
        position: static;
        margin-bottom: 4%;
        display: block;
    }
    .title3 {
        background-color: rgba(255,0,0,0.5);
        border-radius: 10px;
        width: 100%;
        margin-top: 1%;
        margin-bottom: 1%;
        text-align: center;
        font-size: 100%;
    }

    .result {
        width: 100%;
        position: static;
        margin-bottom: 4%;
        text-align: center;
        display: block;
    }
    
    .位置揃え{
        left: 14%;
        letter-spacing: 3px;
        width: 100%;
    }
    .数値入力 {
        width: 7.8%;
    }
    .btn_252, .btn_0 {
        left: 12.5%;
        width: 9.7%;
        position: relative;
    }
    .ランク補正 {
        width: 9.7%;
        position: relative;
        left: 10.5%;
    }
    .btn_result {
        position: static;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 3px;
    }
    .result_text{
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1px;
        box-sizing: border-box;
    }
    .left_text{
        text-align: left;
        flex: 1;
    }
    .center_text{
        text-align: center;
        flex: 1;
    }
    .right_text{
        text-align: right;
        flex: 1;
    }
    #l_checkbox, #r_checkbox, #left_ability_radio, #left_tool_radio, #right_ability_radio, #right_tool_radio {
        display: none;
    }
    .result_check {
        top: 0%;
        right: 0%;
        position: static;
    }
    .advanced_settings {
        width: 100%;
    }
    .weak{
        color: red;
    }
    p{
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .title4 {
        background-color: rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: center;
        position: static;
        width: 100%;
        font-size: 16px;
    }
    .hyper-link {
        position: static;
        width: 100%;
        margin-top: 8px;
        
    }
    .title5 {
        background-color: rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: center;
        position: static;
        width: 100%;
        font-size: 16px;
    }
    .報告事項 {
        position: static;
        width: 100%;
        margin-top: 8px;
    }
    input[type="number"] {
        -moz-appearance: textfield;
        appearance: none;            /* Safari/Chrome用 */
        box-sizing: border-box;
        padding: 0%;
        width: 9.7%;
        font-size: 1rem;
    }
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;    
    }
    /*改行*/
    #weather4:before {
        white-space: pre;
        content:"\A";
    }

}