@charset "UTF-8";
html {
    scroll-behavior:auto;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";    
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

#setmatch_00205 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#setmatch_00205 {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
    background-color: #fee7eb;
    margin-bottom: 50px;
}
#setmatch_00205 .setmatch_00205_inner {
    text-align: center;
    width: 600px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    #setmatch_00205 {
        width: 100%;
        padding: 0;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    #setmatch_00205 .setmatch_00205_inner {
        width: 100%;
    }
}