@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;
}


#information{
    padding: 80px 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 40px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;s
    border-bottom: 4px solid #222;
  }
  
  #information article {
    margin-bottom: 40px;
    padding: 40px 40px 35px;
    text-align: left;
    border-radius: 20px;
    background-color: #fff;
  }
  
  #information article .text_date {
    font-size: 0.85rem;
  }
  
  #information article h2 {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.8em;
    border-bottom: 2px solid #79a1b1;
  }
  
  #information article .text_content {
    line-height: 2.0em;
    font-size: 0.85rem;
  }

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