/* 共通 */

*{
  margin:0;
  padding:0;
vertical-align: bottom;

}

body {
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #444;
font-size: 16px;
line-height: 24px;
}

#contaier{
margin:0px auto;
width:100%;
height:auto;
text-align:center;
}

#Des{
margin:0px;
padding:0px;
}


#Des .infoh2{
margin:0px 0px 10px 0px;
padding:0px;
font-size:10px;
font-weight:normal;
float:left;
}



h1.logo{
clear:both;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}

.logo-text{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}

#main{
clear:both;
overflow:hidden;
padding:0px;
margin-top:100px;
}


#infomain{
clear:both;
overflow:hidden;
padding:0px;
margin-top:60px;
}


 #dammy-container {
  height: 2000px;
  width: 100%;
  background-color: red;
}





@media screen and (max-width: 1024px) {

h1.logo{
float: left;
width:300px;
}

.logo-text{
float: left;
width:255px;
}

#Des{
margin:0px;
padding:5px 0px;
}


#Des h2 .infoh2{
margin:0px 0px 10px 0px;
padding:0px;
font-size:10px;
font-weight:normal;
float:left;
}

}



@media screen and (max-width: 500px) {

h1.logo img{
width:260px;
height: auto;
margin-top:7px;

}

#Des{
margin:0px;
padding:5px 0px;
}


#Des h2{
margin:0px 0px 10px 0px;
padding:0px;
font-size:8px;
font-weight:normal;
float:left;
}

}


/*--------footer-----------*/
#footer{
margin:0px auto;
padding:20px 0px;
background-color:#c21c1e;
color:#fff;
}

.footer-logo{
width:100%;
text-align:center;
margin:20px 0px;
padding:0px;
}

.footerbox{
width:100%;
height:auto;
}

#footer ul {
    	list-style-type: none;
    	padding-left: 0;
margin:0 auto;
    }
#footer li {
    	width: 50%;
    	height:  auto;
    	padding: 0px;
    	margin: 0px 30px;
text-align:center;
    }

#footer li img{
    	width: 100%;
height:auto;
    }

#footer .flex {
    	display: flex;
    	justify-content: center;
    }

#footer li.footermenu{
text-align:left;
}

li p.menulist{
display:inline-block;
background-image:url(http://fc-judgement.com/img/common/ft-listmark.png);
background-repeat:no-repeat;
background-position:left center;
padding:0px 20px 0px 15px;
margin:0px;
font-size:15px;
}


li p.menulist a:link{
color:#fff;
text-decoration:none;
}

li p.menulist a:visited{
color:#fff;
text-decoration:none;
}

li p.menulist a:active{
color:#fff;
text-decoration:none;
}

li p.menulist a:hover{
color:#fff;
text-decoration: underline;
}

#copyright{
background-color:#000;
padding:10px 0px;
color:#999;
text-align:center;
font-size:10px;
}


/*------------タブレット用------------------*/

@media screen and (max-width: 767px) {

#footer .flex {
    	display: inline;
    	justify-content: center;
    }

#footer li {
    	width: 100%;
    	height:  auto;
    	padding: 0px;
    	margin: 0px 0px;
text-align:center;
    }

#footer li img{
    	width: 70%;
height:auto;
    }

#footer li.footermenu{
margin:40px 0px 0px 0px;
text-align: center;
}
}