
body {
    background-color:antiquewhite;
    margin: 0 ;
    padding: 0 ;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.disp-fig {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.disp-fig img {
    max-width: 100%; /* Optional: Ensures the image scales responsively */
    height: 110px;
}

.hyo {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 10px;
}

.pbase {
    width:60%;
    background-color:antiquewhite;
    height:auto;
    margin:auto;
}

.pwhite {
    background-color:#FFFF;
    border-left:#B0B0B0 1px solid;
    border-right:#B0B0B0 1px solid;
    border-top:#B0B0B0 1px groove;
    border-bottom:#B0B0B0 1px solid;
    padding: 15px;
    margin: 6px;
    height:auto;
 
}


.pwhite img {
    width: 100%;
}

.flex {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.driver {
    display: flex;
    width: 100%;
}

.intro1 {
    width: 120px;
    margin-left: 10px;
    font-weight: bold;
}

.intro2 {
    width: 110px;
    margin-left: 10px;
    font-weight: bold;
}

.intro3 {
    width: 100%;
}

.intro4 {
    width: 92%;
}

@media screen and (max-width : 835px){

  .hyo {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
}

.pbase {
    width:90%;
    background-color:antiquewhite;
    height:auto;
    margin:auto;
}

}


@media screen and (max-width : 480px){

  .hyo {
    text-align: center;
    width: 450px;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding-top: 10px;
}

.pbase {
    width:90%;
    background-color:antiquewhite;
    height:auto;
    margin:auto;
}

}




