@media screen and (min-width: 768px)
{
    h1,
    .result_message{
        font-size: 50px;
    }

    h2,h3,h4{
        font-size: 21px;
    }

    .stepflow {
        font-size: 100%;
    }

    .wraper_backNext_btn{
        padding: 20px;
        display: flex;
        justify-content:space-around;
    }

    #login_caption{
        font-size: 15px;
    }

    .backBtn_cation{
        /*戻るボタン注意書き*/
        font-size: 17px;
    }

    .resutl_tilte{
        /*結果タイトル*/
        text-align: left;
        background-color: #a5f5938e;
        width: 90%;
        font-size: 20px;
    }

    .resutl_lank{
        /*結果ランク(高い低い等)*/
        color:#e95464;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px)
{
    /*ウィンドウ幅が最大767pxまでの場合に適用(タブレット)*/
    table , td, th {
        border: 1px solid #000000;
        height: 3em;
        border-collapse: collapse;
        width: 100%;
        font-size: 20px;
    }

    h1,
    .result_message{
        font-size: 45px;
    }

    h2,h3,h4{
        font-size: 17px;
    }

    .stepflow {
        font-size: 100%;
    }

    .wraper_backNext_btn{
        padding: 20px;
        display: flex;
        justify-content:space-around;
    }

    #login_caption{
        font-size: 14px;
    }

    .backBtn_cation{
        /*戻るボタン注意書き*/
        font-size: 14px;
    }

    .resutl_tilte{
        /*結果タイトル*/
        text-align: left;
        background-color: #a5f5938e;
        width: 90%;
        font-size: 17px;
    }

    .resutl_lank{
        /*結果ランク(高い低い等)*/
        color:#e95464;
        font-size: 19px;
    }
}

@media screen and (max-width: 480px){
    /*ウィンドウ幅が最大480pxまでの場合に適用(スマホ)*/
    table , td, th {
        border: 1px solid #000000;
        height: 4em;
        border-collapse: collapse;
        width: 100%;
        font-size: 17px;
    }

    h1,
    .result_message{
        font-size: 30px;
    }

    h2,h3,h4{
        font-size: 16px;
    }

    .stepflow {
        font-size: 60%;
    }

    .wraper_backNext_btn{
        padding: 0px;
        display: flex;
        justify-content:space-around;
    }

    .backBtn_cation{
        /*戻るボタン注意書き*/
        font-size: 11px;
    }

    #login_caption{
        font-size: 14px;
    }

    .resutl_tilte{
        /*結果タイトル*/
        text-align: left;
        background-color: #a5f5938e;
        width: 90%;
        font-size: 14px;
    }

    .resutl_lank{
        /*結果ランク(高い低い等)*/
        color:#e95464;
        font-size: 15px;
    }
}

h1{
    text-align: center;
    /* padding: 21px; */
    width: 100%;
    color: #4fd477;
    text-shadow:0.04em 0.04em 0
    #0a0a0a, -0.05em 0.06em 0
    #0a0a0a, 0.04em -0.04em 0
    #0a0a0a, -0.04em -0.04em 0
    #0a0a0a, 0.08em 0.08em 0
    #0a0a0a, 0.1em 0.1em 0
    #0e71d4, 0.14em 0.13em 0.05em
    rgba(0, 2, 1, 0.2);
}

h2,h3,h4{
    text-align: center;
    padding: 15px;
}

.bg-image{
    /* 背景画像(会社ロゴ) */
    background-image: url('../gifubody_logo.jpg');
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: center;
}

.result_message{
    text-align: center;
}

.emph_string{
    /*文字強調*/
    color: red;
}

#main
{
    margin: 0 auto; /* 上下のマージンをゼロに、左右のマージンを自動に */
    max-width : 1000px; /* サイズの上限を設定する */
}

#wraper_table{
    margin: 0 auto; /* 上下のマージンをゼロに、左右のマージンを自動に */
    max-width : 900px;
}

table , td, th {
    border: 1px solid #000000;
    height: 3em;
    border-collapse: collapse;
    width: 100%;
    padding: 5px 10px;
}

#ans_name{
    /*回答者*/
    text-align: right;
    padding: 14px;
}

#que_table #que_text  {
    padding: 0 10px;
}
.que_no{
    /*回答No*/
    font-weight:800;
    /* color: #7fbe71; */
    text-align: center;
    width: 10%;
}
.que_text{
    /*質問欄*/
    text-align: left;
    background-color: #a5f5938e;
    width: 90%;
}

.que_ans{
    /*回答欄*/
    text-align: left;
    margin-right:3px;
    padding: 0 10px;
}

.result_caption{
    /*結果説明文*/
    text-align: left;
    margin-right:3px;
    padding: 0 10px;
}

.que_ans label {
    /*回答ラベル*/
    margin: 5px 5px;
    background-color: #f0f8ff;
    padding: 3px 5px;
    border: 1px solid #ccc;
    min-width: 90px;
    display: inline-block;
    border-radius: 5px;
}

.next_btn{
    text-align: center;
    padding: 20px;
}

label.check{
    background-color: #ffefd5;
}
