@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

#contents {
    width: 100%;
    background: #fff;
}
.l-main {
    width: 1200px;
}
.contents {
    width: 100%;
    background: #fff;
}
