@charset "UTF-8";

a#con_01+section {
    position: relative;
}
a#con_01+section:before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    background: url(/common/upload_data/tkc-paintjp/image/20250908161606.png) no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}
@media screen and (max-width: 600px) {
    a#con_01+section:before {
        width: 220px;
        height: 220px;
    }
}
/*サイズ調整 250912*/
a#con_01 + section:before {
    width: 150px;
    height: 150px;
    left: 15%;
}
@media screen and (max-width: 900px) {
    a#con_01 + section:before {
        width: 100px;
        height: 100px;
        left: 10px;
    }
}