@charset "UTF-8";

/* 共通部分
---------------------------------- */

html{
    font-size: 100%;
}
body{
    font-family: "normal normal normal 14px/21px Meiryo";
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    background-color: #e9f4fc;
}
#header h2 {
    padding-top: 45px ;
    padding-bottom: 45px;
    font-size: 32px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 14px;
}
#header {
  text-align: center;  
  padding-bottom: 30px;
  border-bottom: 2px solid;
  margin-bottom: 60px;
}


.contents img{
    width: 300px;
    
}
.contents #contentsinner {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 90px;
    flex-wrap: wrap;
}

.box{
    margin-bottom: 50px;
}

#footer{
    text-align: center;
}