#captcha{
    margin-bottom: -8px;
}
input[type="text"]#sticky_input { display: none; }
.red{
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (min-width:990px){
                #top_menu{
                    width: 100%;
                    /*background-color: rgba(255,255,255,.9);*/
                    background-color: rgba(0,0,0,.85);
                    height: 50px;
                    position: absolute;
                    top: 0px;
                    z-index: 10;
                }
                #div_logo{
                    width: 48%;
                    float: left;
                    margin-left: 2%;
                    margin-top: 5px;
                }
                #div_logo img{
                     width:250px;
                     max-width: 250px;
                     margin-top:5px;
                }
                #left_menu{
                    width: 49%;
                    float: left;
                }
                .menu{
                    float: right;
                    margin-right: 30px;
                    margin-top: 15px;
                }
                 .menu a{
                    color:white;
                    text-decoration: none;
                 }
                 .menu a:hover{
                    color:white;
                    text-decoration: none;
                 }
                #wrapper{
                    min-height: 100vh/*800px*/;
                    max-width:100%;
                }
                #footer{
                    /*background-color: rgba(100,100,100,0.1);*/
                    background-color: black;
                    position:relative;
                    /*position:absolute;*/
                    /*position: fixed;*/
                    z-index:10;
                    left:0;
                    bottom: 0;
                    width:100%;
                    /*color:darkgray;*/
                    color:white;
                    margin-bottom: unset;
                    border:none;
                    height:auto;
                }
                #copy{
                    text-align: left;
                    position: relative;
                    width: calc(33% - 20px);
                    padding-left: 20px;
                    float: left;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    /*color:grey;*/
                }
                #powered{
                    width:33%;
                    float: left;
                }
                #policies{
                    text-align: right;
                    position: relative;
                    width: 33%;
                    /*padding-left: 20px;*/
                    float: left;
                    bottom:unset;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }
                #policies a:hover{
                    /*color:grey;*/
                    color:white;
                    text-decoration: none;
                }
                #policies a{
                    color:white;
                }
                #div_cookies{
                    background-color: white;
                    color:gray;
                    padding-left:25px;
                    padding-right:25px;
                    padding-top:10px;
                    padding-bottom:10px;
                    margin-left:15px;
                    margin-right:15px;
                }
                #btn_cookie{
                    width: 105px;
                    font-size: 19px;
                    border:none;
                    padding:10px;
                    font-size: 16px;
                    /*margin-top: 30px;*/
                    background-color:black;
                    color:white;
                    border-radius: 5px;
                }
                #btn_cookie:hover{
                    cursor: pointer;
                }
                #txt_cookie{
                    width:calc(100% - 105px);
                    float:left;
                    min-width: 200px;
                    text-align: left;
                }
                #SNS{
                    margin-top:10px; 
                    /*margin-bottom:150px; */
                    text-align:center;
                    margin-left:auto;
                    /*bottom: 100px;*/
                    width:100%;
                    /*position:absolute;*/
                    position:relative;
                }
                #SNS img{
                    width: 43px;
                }
    
                #div_title{
                    margin-top:100px;
                }
                #title{
                    Font-size:70px;
                    font-weight:lighter;
                    color:red;
                    text-align: center;
                    width: 100%;
                }
                #subtitle{
                    font-size:32px;
                    font-weight: initial;
                    text-align: center;
                    width: 100%;
                }
                #container{
                    max-width:100%;
                    /*margin-bottom: 150px;*/
                }
                #div_contents{
                    max-width: 700px;
                    margin:auto;
                    text-align: justify;
                }
                .menu_order{
                    background: #D1110E;
                    height: 35px;
                    display: inline-block;
                    margin-top: -20px;
                    padding-top: 20px;
                    padding-left: 15px;
                    padding-right: 15px;
                }
                body{
                    /*padding-bottom: 100px;*/
                }
            }
            
/*** Tablet ***/
@media only screen and (max-width:990px) and (min-width:750px){
                #top_menu{
                    width: 100%;
                    /*background-color: rgba(255,255,255,.9);*/
                    background-color: rgba(0,0,0,.85);
                    height: 50px;
                    position: absolute;
                    top: 0px;
                    z-index: 10;
                }
                #div_logo{
                    width: 48%;
                    float: left;
                    margin-left: 2%;
                    margin-top: 5px;
                }
                #div_logo img{
                     width:250px;
                     max-width: 250px;
                     margin-top:5px;
                 }
                #left_menu{
                    width: 49%;
                    float: left;
                    font-size: small;
                }
                .menu{
                    float: right;
                    margin-right: 15px;
                    margin-top: 15px;
                }
                 .menu a{
                    color:white;
                    text-decoration: none;
                 }
                 .menu a:hover{
                    color:white;
                    text-decoration: none;
                 }
                #wrapper{
                    min-height: 100vh/*800px*/;
                    max-width:100%;
                }
                #footer{
                    /*background-color: rgba(100,100,100,0.1);*/
                    background-color: black;
                    /*position:absolute;*/
                    position:relative;
                    /*position: fixed;*/
                    z-index:10;
                    left:0;
                    bottom: 0;
                    width:100%;
                    color:darkgray;
                    margin-bottom: unset;
                    border:none;
                    height:auto;
                }
                #copy{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*padding-left: 20px;*/
                    /*float: left;*/
                    margin-top: 45px;
                    color:white;
                    font-size:small;
                }
                #powered{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*padding-left: 20px;*/
                    float: left;
                    margin-bottom: 10px;
                    font-size: small;     
                }
                #policies{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*padding-left: 20px;*/
                    /*float: left;*/
                    bottom:unset;
                    margin-top: -45px;
                    margin-bottom: 35px;
                    font-size: small;
                }
                #policies a:hover{
                    color:white;
                    text-decoration: none;
                }
                #policies a{
                    color:white;
                }
                a:hover{
                    color:grey;
                    text-decoration: none;
                }
                a{
                    color:gray;
                }
                #div_cookies{
                    background-color: white;
                    color:gray;
                    padding-left:15px;
                    padding-right:15px;
                    padding-top:10px;
                    padding-bottom:10px;
                    margin-left:15px;
                    margin-right:15px;
                    overflow: auto;
                }
                #btn_cookie{
                    width: 105px;
                    max-width:calc(30% - 20px);
                    font-size: 19px;
                    border:none;
                    padding:10px;
                    /*font-size: 16px;*/
                    font-size:initial;
                    /*margin-top: 30px;*/
                    background-color:black;
                    color:white;
                    border-radius: 5px;
                    margin-top:13px;
                }
                #btn_cookie:hover{
                    cursor: pointer;
                }
                #txt_cookie{
                    width:calc(100% - 105px);
                    float:left;
                    min-width: 200px;
                    font-size:small;
                    text-align: left;
                }
                #SNS{
                    margin-top:10px; 
                    /*margin-bottom:200px; */
                    text-align:center;
                    margin-left: auto;
                    bottom: 200px;
                    width: 100%;
                    position: absolute;
                }
                #SNS img{
                    width: 43px;
                }
                #div_title{
                    margin-top:100px;
                }
                #title{
                    Font-size:70px;
                    font-weight:lighter;
                    color:red;
                    text-align: center;
                    width: 100%;
                }
                #subtitle{
                    font-size:32px;
                    font-weight: initial;
                    text-align: center;
                    width: 100%;
                }
                #container{
                    max-width:100%;
                    margin-bottom:250px;
                }
                #div_contents{
                    max-width: 480px;
                    margin:auto;
                    text-align: justify;
                }
                .menu_order{
                    background: #D1110E;
                    height: 35px;
                    display: inline-block;
                    margin-top: -20px;
                    padding-top: 20px;
                    padding-left: 15px;
                    padding-right: 15px;
                }
                body{
                    /*padding-bottom: 125px;*/
                }
    
                #SNS{
                    position:relative;
                    margin-top:37px;
                    bottom:100px;
                }
            } 

@media only screen and (max-width:750px) and (min-width:500px){
                #top_menu{
                    width: 100%;
                    /*background-color: rgba(255,255,255,.9);*/
                    background-color: rgba(0,0,0,.85);
                    height: 50px;
                    position: absolute;
                    top: 0px;
                    z-index: 10;
                }
                #div_logo{
                    width: 44%;
                    float: left;
                    margin-left: 2%;
                    margin-top: 5px;
                }
                #div_logo img{
                     width:160px;
                     max-width: 200px;
                     margin-top:5px;
                 }
                #left_menu{
                    width: 54%;
                    float: left;
                    font-size: 12px;
                }
                .menu{
                    float: right;
                    margin-right: 15px;
                    margin-top: 15px;
                }
                 .menu a{
                    color:white;
                    text-decoration: none;
                 }
                 .menu a:hover{
                    color:white;
                    text-decoration: none;
                 }
                #wrapper{
                    min-height: 100vh/*800px*/;
                    max-width:100%;
                }
                #footer{
                    /*background-color: rgba(100,100,100,0.1);*/
                    background-color: black;
                    /*position:absolute;*/
                    position:relative;
                    /*position: fixed;*/
                    z-index:10;
                    left:0;
                    bottom: 0;
                    width:100%;
                    color:darkgray;
                    margin-bottom: unset;
                    border:none;
                    height:auto;
                }
                #copy{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*padding-left: 20px;*/
                    /*float: left;*/
                    margin-top: 45px;
                    color:white;
                    font-size:small;
                }
                #powered{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*padding-left: 20px;*/
                    float: left;
                    margin-bottom: 10px;
                    font-size: small;     
                }
                #policies{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*padding-left: 20px;*/
                    /*float: left;*/
                    bottom:unset;
                    margin-top: -45px;
                    margin-bottom: 35px;
                    font-size: small;
                }
                #policies a:hover{
                    color:white;
                    text-decoration: none;
                }
                #policies a{
                    color:white;
                }
                a:hover{
                    color:grey;
                    text-decoration: none;
                }
                a{
                    color:gray;
                }
                #div_cookies{
                    background-color: white;
                    color:gray;
                    padding-left:15px;
                    padding-right:15px;
                    padding-top:10px;
                    padding-bottom:10px;
                    margin-left:15px;
                    margin-right:15px;
                    overflow: auto;
                }
                #btn_cookie{
                    width: 105px;
                    max-width:calc(30% - 20px);
                    font-size: 19px;
                    border:none;
                    padding:10px;
                    /*font-size: 16px;*/
                    font-size:initial;
                    /*margin-top: 30px;*/
                    background-color:black;
                    color:white;
                    border-radius: 5px;
                    margin-top:13px;
                }
                #btn_cookie:hover{
                    cursor: pointer;
                }
                #txt_cookie{
                    width:calc(100% - 105px);
                    float:left;
                    min-width: 200px;
                    font-size:small;
                    text-align: left;
                }
                #SNS{
                    margin-top:10px; 
                    /*margin-bottom:200px; */
                    text-align:center;
                    margin-left: auto;
                    bottom: 200px;
                    width: 100%;
                    position: absolute;
                }
                #SNS img{
                    width: 43px;
                }
                #div_title{
                    margin-top:100px;
                }
                #title{
                    Font-size:70px;
                    font-weight:lighter;
                    color:red;
                    text-align: center;
                    width: 100%;
                }
                #subtitle{
                    font-size:32px;
                    font-weight: initial;
                    text-align: center;
                    width: 100%;
                }
                #container{
                    max-width:100%;
                    margin-bottom:150px;
                    /*margin-bottom:250px;*/
                }
                #div_contents{
                    max-width: 480px;
                    margin:auto;
                    text-align: justify;
                }
                .menu_order{
                    background: #D1110E;
                    height: 35px;
                    display: inline-block;
                    margin-top: -20px;
                    padding-top: 20px;
                    padding-left: 15px;
                    padding-right: 15px;
                }
                body{
                    /*padding-bottom: 125px;*/
                }
                #SNS{
                    position:relative;
                    margin-top:37px;
                    bottom:100px;
                }
            } 


/* Mobile */
@media only screen and (max-width:500px){
                #top_menu{
                    width: 100%;
                    /*background-color: rgba(255,255,255,.9);*/
                    background-color: rgba(0,0,0,.85);
                    height: 50px;
                    position: absolute;
                    top: 0px;
                    z-index: 10;
                }
                #div_logo{
                    width: 160px;
                    float: left;
                    margin-left: 2%;
                    margin-top: 10px;
                }
                 #div_logo img{
                     /*width:200px;*/
                     width:160px;
                     max-width: 200px;
                     margin-top:5px;
                 }
                #left_menu{
                    /*width: 49%;*/
                    width:calc(97% - 160px);
                    float: left;
                    /*font-size: small;*/
                    /*font-size:12px;*/
                    font-size:9px;
                    margin-top:5px;
                }
                .menu{
                    float: right;
                    margin-right: 15px;
                    margin-top: 15px;
                }
                 .menu a{
                    color:white;
                    text-decoration: none;
                 }
                 .menu a:hover{
                    color:white;
                    text-decoration: none;
                 }
                #wrapper{
                    min-height: 100vh/*800px*/;
                    max-width:100%;
                }
                #footer{
                    /*background-color: rgba(100,100,100,0.1);*/
                    background-color: black;
                    position:relative;
                    /*position:absolute;*/
                    /*position: fixed;*/
                    z-index:10;
                    left:0;
                    bottom: 0;
                    width:100%;
                    color:darkgray;
                    margin-bottom: unset;
                    border:none;
                    height:auto;
                }
                #copy{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*float: left;*/
                    margin-top: 45px;
                    color:white;
                    font-size:small;
                }
                #powered{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    float: left;
                    margin-bottom: 10px;
                    font-size: small;     
                }
                #policies{
                    text-align: center;
                    position: relative;
                    width: 100%;
                    /*float: left;*/
                    bottom:unset;
                    margin-top: -45px;
                    margin-bottom: 35px;
                    font-size: small;
                }
                #policies a:hover{
                    color:white;
                    text-decoration: none;
                }
                #policies a{
                    color:white;
                }
                a:hover{
                    color:grey;
                    text-decoration: none;
                }
                a{
                    color:gray;
                }
                #div_cookies{
                    background-color: white;
                    color:gray;
                    padding-left:15px;
                    padding-right:15px;
                    padding-top:10px;
                    padding-bottom:10px;
                    margin-left:15px;
                    margin-right:5px;
                    overflow: auto;
                    max-width: calc(100% - 60px);
                }
                #btn_cookie{
                    /*width: 105px;*/
                    max-width:calc(30% - 20px);
                    font-size: 14px;
                    border:none;
                    padding:10px;
                    /*font-size: 16px;*/
                    font-size:initial;
                    /*margin-top: 30px;*/
                    background-color:black;
                    color:white;
                    border-radius: 5px;
                    /*margin-top:13px;*/
                }
                #btn_cookie:hover{
                    cursor: pointer;
                }
                #txt_cookie{
                    width:calc(69%);
                    float:left;
                    min-width: 200px;
                    font-size:small;
                    text-align: left;
                }
                #SNS{
                    margin-top:10px; 
                    /*margin-bottom:250px; */
                    text-align:center;
                    margin-left:auto;
                    /*bottom: 260px;*/
                    width:100%;
                    /*position: absolute;*/
                    position: relative;
                }
                #SNS img{
                    width: 38px;
                }
                #div_title{
                    margin-top:75px;
                }
                #title{
                    font-size:45px;
                    font-weight:lighter;
                    color:red;
                    text-align: center;
                    width: 100%;
                }
                #subtitle{
                    font-size:22px;
                    font-weight: initial;
                    text-align: center;
                    width: 100%;
                }
                #container{
                    max-width:100%;
                    /*margin-bottom:300px;*/
                }
                #div_contents{
                    max-width: 90%;
                    margin:auto;
                    text-align: justify;
                }
                .menu_order{
                    background: #D1110E;
                    height: 30px;
                    display: inline-block;
                    margin-top: -20px;
                    padding-top: 20px;
                    padding-left: 15px;
                    padding-right: 15px;
                }
                body{
                    /*padding-bottom: 125px;*/
                }
    
            }