h1 {
  hont-size: 18px;
  line-height: 1;
  color: black;
  width: 100%;
}
h2 {
  hont-size: 18px;
  line-height: 1;
  color: black;
  width: 92%;
}
p {
  hont-size: 18px;
  line-height: 1;
  color: black;
  width: 92%;
}
.layout-subtitle {
    font-size: 1.0vw;
    color: #c2c2c2;
    width: 92%;
    margin: 0 auto 2vw;
}
.layout-ol{
    font-size: 0.9vw;
    color: black;
    width: 92%;
    margin: 0 auto 2vw;
}
.layout-text{
    font-size: 1.0vw;
    color: black;
    width: 92%;
    margin: 0 auto 2vw;
}
.layout-title{
    text-align: center;
    font-size: 2.0vw;
    color: #c2c2c2;
    width: 98%;
    margin: 0 auto 2vw;
}
.layout-footer{
    text-align: center;
    font-size: 1.0vw;
    color: white;
    background-color: black;
    width: 100%;
    margin: 0;
}
.layout-menu{
    text-align: center;
    font-size: 1.5vw;
    color: #c2c2c2;
    width: 100%;
    margin: 0;
}