@charset "UTF-8";

/*#insta_btn + .contents_btn01 a span,
#X_btn + .contents_btn01 a span {
    margin: 16px 0;
    padding-left: 40px;
}

#insta_btn + .contents_btn01 a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    margin: 20px;
    background: url(/common/upload_data/espressivo-usedjp/image/20260731145109.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

#X_btn + .contents_btn01 a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    margin: 20px;
    background: url(/common/upload_data/espressivo-usedjp/image/20260731143544.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}*/

/*---------- SNSアイコン調整(2026/08/03) ----------*/
#insta_title + section .heading.block_header_2 p,
#X_title + section .heading.block_header_2 p {
    display: flex;
    align-items: center;
    justify-content: center;
}
#insta_title + section .heading.block_header_2 p::before,
#X_title + section .heading.block_header_2 p::before {
    position: relative;
    content: "";
    width: 32px;
    height: 32px;
    margin: 16px 16px 16px 0;
    background-size: contain;
    background-repeat: no-repeat;
}
#insta_title + section .heading.block_header_2 p::before {
    background-image: url(/common/upload_data/espressivo-usedjp/image/icon-insta.png);
}
#X_title + section .heading.block_header_2 p::before {
    background-image: url(/common/upload_data/espressivo-usedjp/image/icon-x-white.png);
}