/* imgƒ^ƒO‚É’¼ÚŽw’è */
.responsive-img {
width: 300px !important; /* •‚ð300px‚ÉŒÅ’è */
height: auto !important; /* ‚‚³‚ðŽ©“®’²® */
object-fit: contain !important; /* c‰¡”ä‚ðˆÛŽ */
}

body {
       background-position: calc(50% - 300px)  center !important;
}

@media (max-width: 600px) {

.responsive-img {
width: 240px !important; /* •‚ð120px‚ÉŒÅ’è */
height: auto !important; /* ‚‚³‚ðŽ©“®’²® */
object-fit: contain !important; /* c‰¡”ä‚ðˆÛŽ */
}

.navi01 {

display: flex;
justify-content: space-between;
width: 100% !important;

}

.foot01 {

display: flex;
justify-content: space-between;
width: 116% !important;

}

body {
       background-position: calc(50% - 0px)  center !important;
}




}
