body {
font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
font-size: 1em;
}
p{line-height: 1.2em}
/* -----width------------------------*/

.widTop{
    width:100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
  
}
.widheader{
    width:100%;
    padding: 50px 0;
    background-color: white;
    text-align: center ;
    position: fixed ;
    top:0;
}
.widSec{
    width:100%;
    padding: 50px 0;
    background-color: white;
        text-align: center ;
}
.footer{
margin-top: 30px;
  width: 100%;
  text-align: center;
}
/* -----top------------------------*/



.toplogo{
    margin-top: 40vh;
    text-align: center;
    
}
.sechead{
    padding-top: 12vh;
    text-align: center;
    
}