{
    margin: 0;
    padding: 0;
}    

#header{
  width: 100%;
  overflow: hidden;
  background:#ffffcc;    
  padding:6px 0px;
    position: fixed;
    z-index: 2;
    height:100px;
}

body{
     width: 100%;
    margin: 0px;
}
img{
    width: 90%;
    height: 300px;
    margin:5px;
}
h1{
    font-size: 25px;
    padding-left: 58px; 
    margin-bottom: 1px;
    color: #555;
    font-weight: 400;
    font-family:inherit;
}
h2{
    color: #e63c35;
    
}
a{
    margin-top: 16px;
    font-size: 16px;
    padding: 8px 32px;
    color: black;
    text-decoration: none;
}
a:hover{
 background-color:#00ffff; 
}



p{
    margin-right: 10px; 
}

.top-tytle{
 font-size: 36px;   
 padding-left: 8px;
 margin-bottom: 16px;
 color: #555;   
 font-weight: 400px;
}
.top-tytle-right{
 font-size: 36px;   
 padding-left: 8px;
 margin-bottom: 16px;
 color: #555;   
 font-weight: 400;
 width:190px;   
}
.left-box{
  float: left;  
  width:400px; 
  margin-left: 18px;  
}
.right-box{
  float: left;  
  width: 288px; 
  margin-right: 18px;  
}
.container{
 width: 608px;
 background: #fff;
 padding: 16px;
margin: 0 auto;
}
.body{
 width:100%;
 background: #f9f9f9;    
}
.content:last-child{
 border-bottom: 0;   
}


#header h1{
 float: left;   
 color: bl;    
 margin-right: 48px;  
}
 
 
nav{
 overflow: hidden;  
}
nav li{
  list-style-type: none;
  float: left;  
  margin-top: 30px;  
}
nav h1{
   font-size: 32px; 
   padding:8px 16px ;
    color: #f9f9f9;
    text-shadow: 1px 1px 1px #000;
}
nav a{
  font-size: 16px;
  display: block;  
  text-decoration: none;  
  color: black;
  margin:14px 16px 0px;
  transition:0.8s;
}
#header a{
    background:#ffffcc; }   
    
#header a:hover
{
    text-decoration:underline;
}
.main-visual{
    width: 100%;
    height:500px;
    background: #fff url(../../images/hero.png) 0 0 no-repeat;  
    background-size: cover;
    margin-bottom:32px;
    padding-top: 60px;
}
.main-visual p{
   position: absolute;
    color:white;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
}
#main{ 
    float: left;
    margin-bottom: 50px;
}

#contents1{
    position: relative;
}

#list{
    margin-left:-250px;
   
    
}
.space1 {
    display: inline-block;
    padding: 44px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.space2 {
    display: inline-block;
    padding: 44px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#list li{
    background: #A7f1ff;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 10px;
    width:200px;
    height: 90px; 
    text-align: center;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
     
}

#list ul li a{
    margin-top: 0;
   font-size: 14px;
    display: inline-block;
   
    
}  
.top-box{
width:660px;
padding:17px;
margin-left: 70px;
margin-top:-740px;
}
.top-box p{
    font-size:14px;
}

.top-box img{
    width:450px;
}
.left-pre {
    margin-left: -122px;
}
.bottom-box{
width:660px;
padding:17px;
margin-left: 70px;
margin-top:-50px;
}
.bottom-box img{
    width:450px;
}
.top-box2{
width:660px;
padding:17px;
margin-left: 70px;
margin-top:10px;
}
.top-box2 p{
    font-size:14px;
}

.top-box2 img{
    width:450px;
}
.bottom-box2{
width:660px;
padding:17px;
margin-left: 70px;
margin-top:-50px;
}
.bottom-box2 img{
    width:450px;
}
#aikonn {
    width: 100%;
    height: 70px;
    background-color: antiquewhite;
    margin-top:50px;
    clear:both;
}

#aikonn img {

    width: 20px;
    height: 20px;
    position: relative;
    top: 10px;
}

