@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: normal;
}
/* 全ての要素に border-box を適用する呪文 */
body{
    background-color:  #f3f3f3;
    height: 100%;
    margin-bottom: 20%;
}



header{
    background-color:#000000;
    padding: 1em;
    justify-content: space-between;
    height: 100px;
}
.ue{
    display: flex;
    justify-content: flex-end;
    color: #005b60;
}
.ue ul{
    font-weight: bold;
    list-style: none;
    display: flex;
}
.ue ul li{
    margin: 20px 10px;
}
header h2{
    font-size:25px;
    color:#005b60;
    justify-content: flex-end;
}
header nav ul{
    color: white;
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    align-items: center;
}
header nav ul a{
    margin: auto 10px;
    text-decoration: none;
    color: #f3f3f3;
}
.logo{
    color: blue;
    margin-right: 10px;
    font-size: 20px;
    font-family: sans-serif;
}
.x-logo{
    object-fit: contain;
    width: 20px;
    height: 20px;
}
nav ul a:hover{
    color: gray;
}


 .hyou{
    width: 80%;
    margin: auto;
    margin-top: 10px;
  }
  .hyou h2{
    line-height: 1.5;
  }
  .wan img{
    height: 160px;
    width: 164px;
  }
  .yonyon{
    display: block;
  }
 .yonwan img{
    height: 160px;
    width: 164px;
 }
 .yontwo img{
    width: 206px;
    height: 127px;
 }
 .matubunn{
  margin-bottom: 60px;
}