@charset "UTF-8";
/* CSS Document */
img {
vertical-align: bottom; /* または vertical-align: top; */

}

.contents {
    max-width: 1100px;
width: 100%;
margin: 0 auto;
height: auto;
text-align: center;
}

.spcontents {
width: 100%;
margin: 0px;
height: auto;
text-align: center;
}

.about_main {
    padding: 0 30px;
    
max-width: 1100px;
height: 100%;
margin: auto;
background-image: url("../about/pc_about_1.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}