@charset "UTF-8";

body{
    font-size:15px;
    border-top: 10px solid #79a1b1;
}
a{
    text-decoration: none;
    color:#333;
}
.logo{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.logo img{
    display: inline-block;
    width:100px;
    height: auto;
    margin-bottom: 5px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.header ul{
    display: flex;
    margin-bottom: 30px;
}
.header ul li{
    width: 240px;
    text-align: center;
    list-style: none;
    border-right:1px solid #ddd;
}
.header ul li :first-child{
    border-left:1px solid #ddd;
}
.header ul li a{
    display: block;
}
.header_img img{
    width:1200px;
    height: auto;
    margin-bottom: 50px;
}

#information{
    padding: 50px 0 100px;
    color:#222;
    text-align: center;
    background-color: #79a1b1;
}
#information .wrapper{
    margin:0 auto;
    width: 100%;
    max-width: 1200px;
}

#information h1 {
    display: inline-block;
    margin: 0 auto 10px;
    padding-bottom: 5px;
    font-size: 1.25rem;
    font-weight: 700;s
    border-bottom: 1px solid #222;
  }
  
 #information img{
    width: 550px;
    height: auto;
 }

 #information p{
    margin-top: 10px;
    font-size: 20px;
 }

.footer{
    padding-top: 50px;
    clear: both;
}
.footer p{
    text-align: center;
    color: black;
    font-size:12px;
}