@media screen and (min-width: 768px), print {
    a[id] {
        padding-top: 56px;
        margin-top: -56px;
        display: block;
    }

    #con01 {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto 50px;
        padding-top: 102px;
        background: url(../images/sell/con01-bg01.png) no-repeat center top;
    }

    #con01 .inner-Box {
        width: 1100px;
        margin: 0 auto 48px;
    }

    #con01 .nagare {
        width: 2826px;
        height: 80px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    #con01 element {
        backface-visibility: visible;
        /*åˆæœŸå€¤ èƒŒé¢ãŒå¯è¦–ã«ãªã‚‹*/
        backface-visibility: hidden;
        /*èƒŒé¢ãŒéžè¡¨ç¤ºã«ãªã‚‹*/
    }

    #con01 .nagare img {
        backface-visibility: hidden;
        /*è¿½åŠ */
    }

    #con02 {
        width: 1200px;
        margin: 0 auto 142px;
    }

    #con02 .btn-box {
        width: 790px;
        margin: 0 auto;
    }

    #con02 .btn-box .list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 98px;
    }

    #con02 .btn-box .list li {
        width: 380px;
        height: 148px;
        border-radius: 45px;
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
    }

    #con02 .btn-box .list li:hover {
        height: 143px;
        transform: translate(0px, 5px);
        transition: 0.25s ease-in-out;
    }

    :root {
        --gap: 24px;
        --toc-w: 220px;
        --accent: #0249AD;
        /* ã‚¢ã‚¯ãƒ†ã‚£ãƒ–è‰²ï¼šãŠå¥½ã¿ã§ */
        --accent2: #252525;
        /* ã‚¢ã‚¯ãƒ†ã‚£ãƒ–è‰²ï¼šãŠå¥½ã¿ã§ */
        --top-offset: 80px;
        /* sticky ã®é–‹å§‹ä½ç½® */
        --header-h: 0px;
        /* ã‚‚ã—å›ºå®šãƒ˜ãƒƒãƒ€ãƒ¼ãŒã‚ã‚Œã°é«˜ã•ã‚’å…¥ã‚Œã‚‹ï¼ˆä¾‹: 72pxï¼‰*/
    }

    /* å…¨ä½“ */
    #con02 .wrap {
        width: 1200px;
        margin: 0 auto;
        background-color: #F2F0EB;
        border-radius: 20px;
        padding: 58px 50px 50px 80px;
        position: relative;
    }

    #con02 .wrap .sell-icon {
        width: 83px;
        height: 83px;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -42px;
    }

    #con02 .wrap .sell-ttl {
        font-weight: 900;
        font-size: 38px;
        letter-spacing: 0.05em;
        line-height: 40px;
        text-align: center;
        color: #252525;
        margin-bottom: 20px;
        /* margin-left: 339px; */
        margin-left: 3px;
    }

    #con02 .wrap .sell-ttl .ss1 {
        margin-right: -5px;
    }

    #con02 .wrap .sell-ttl .ss2 {
        font-weight: 900;
        font-size: 64px;
        letter-spacing: 0.03em;
        line-height: 89px;
        text-align: left;
        color: #252525;
        margin-right: -4px;
        position: relative;
        top: -2px;
    }

    #con02 .wrap .sell-ttl .ss3 {
        /* margin-right: 8px; */
    }

    #con02 .wrap .sell-txt {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: center;
        color: #252525;
        margin-bottom: 27px;
    }

    /* å·¦ï¼šTOCï¼ˆç›®æ¬¡ï¼‰ */
    #con02 .toc {
        position: sticky;
        top: calc(var(--top-offset) + var(--header-h));
        width: 100px;
        float: left;
    }

    #con02 .toc ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #con02 .toc ul::before {
        content: url(../images/sell/con02-line01.png);
        position: absolute;
        top: 25px;
        left: -16px;
    }

    #con02 .toc a {
        display: block;
        padding: 10px 0 10px 0;
        margin-bottom: 35px;
        text-decoration: none;
        color: #9EBCE6;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 0.8px;
        line-height: 32px;
    }

    #con02 .toc a:hover {
    }

    #con02 .toc a.is-active {
        color: var(--accent);
        font-weight: 900;
    }

    #con02 .toc a span {
        color: #BABABA;
        font-size: 17px;
    }

    #con02 .toc a.is-active span {
        color: var(--accent2);
        font-weight: 900;
    }

    /* å³ï¼šæœ¬æ–‡ */
    #con02 .content {
        min-height: 100vh;
        width: 940px;
        float: right;
    }

    #con02 .section {
        min-height: 330px;
        background-color: #fff;
        border-radius: 11px;
        border: 1px solid #252525;
        margin-bottom: 53px;
        position: relative;
        padding: 23px 40px 0;
    }

    #con02 #step01.section {
        min-height: 212px;
    }

    #con02 #step01.section .txt1 {
        top: 24px;
    }

    #con02 #step02.section {
        min-height: 212px;
    }

    #con02 #step02.section .txt1 {
        top: 24px;
    }

    #con02 #step03.section {
        min-height: 243px;
    }

    #con02 #step03.section .txt1 {
        top: 24px;
    }

    #con02 #step04.section {
        min-height: 244px;
    }

    #con02 #step04.section .txt1 {
        top: 26px;
    }

    #con02 #step05.section {
        min-height: 276px;
    }

    #con02 #step05.section .txt1 {
        top: 26px;
    }

    #con02 #step06.section {
        min-height: 276px;
    }

    #con02 #step06.section .txt1 {
        top: 25px;
    }

    #con02 .section::before {
        content: url(../images/sell/con02-arrow01.png);
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #con02 .section:last-child {
        margin-bottom: 0;
    }

    #con02 .section:last-child::before {
        content: '';
    }

    #con02 .section .num {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.8px;
        margin-bottom: 6px;
    }

    #con02 .section .num span {
        font-size: 30px;
        font-weight: 700;
        color: #0249AD;
        line-height: 1.5;
    }

    #con02 .section h3 {
        position: relative;
    }

    #con02 .section h3 .ttl2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 1.5px;
        position: relative;
    }

    #con02 .section .txt1 {
        width: 560px;
        position: absolute;
        top: 50px;
        right: 40px;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.8px;
    }

    /* å›ºå®šãƒ˜ãƒƒãƒ€ãƒ¼ãŒã‚ã‚‹å ´åˆã®ãšã‚Œå¯¾ç­–ï¼ˆã‚¢ãƒ³ã‚«ãƒ¼åˆ°é”ä½ç½®ã®ä½™ç™½ï¼‰ */
    #con02ã€€.section {
        scroll-margin-top: calc(var(--header-h) + var(--top-offset) + 8px);
    }

    #sell .buy-box {
        width: 1200px;
        margin: 0 auto;
        background-color: #F2F0EB;
        padding: 55px 5px 50px 5px;
        position: relative;
        border-radius: 10px;
    }

    #sell .buy-box .buy-icon {
        width: 83px;
        height: 83px;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -42px;
    }

    #sell .buy-box .buy-ttl {
        font-weight: 900;
        font-size: 38px;
        letter-spacing: 0.05em;
        line-height: 40px;
        text-align: center;
        color: #252525;
        margin-bottom: 20px;
        /* margin-left: 339px; */
        margin-left: 3px;
    }

    #sell .buy-box .buy-ttl .ss1 {
        margin-right: -5px;
    }

    #sell .buy-box .buy-ttl .ss2 {
        font-weight: 900;
        font-size: 64px;
        letter-spacing: 0.03em;
        line-height: 89px;
        text-align: left;
        color: #252525;
        margin-right: -4px;
        position: relative;
        top: -2px;
    }

    #sell .buy-box .buy-ttl .ss3 {
        /* margin-right: 8px; */
    }

    #sell .buy-box .buy-sttl {
        margin-bottom: 16px;
        text-align: left;
        margin-left: 97px;
    }

    #sell .buy-box .buy-sttl .ss1 {
        font-weight: bold;
        font-size: 32px;
        letter-spacing: 0.05em;
        line-height: 46px;
        color: #252525;
    }

    #sell .buy-box .buy-sttl .ss2 {
        font-weight: 900;
        font-size: 32px;
        letter-spacing: 0.05em;
        line-height: 46px;
        color: #fff;
        background-image: url(../images/sell/buy-line.svg);
        background-repeat: repeat-x;
        background-position: center bottom;
        padding: 0px 7px;
        position: relative;
        left: -7px;
        top: -1px;
        margin-right: -10px;
    }

    #sell .buy-box .buy-sttl .ss3 {
        font-weight: bold;
        font-size: 32px;
        letter-spacing: 0.05em;
        line-height: 46px;
        color: #252525;
    }

    #sell .buy-box .buy-txt1 {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: center;
        color: #252525;
        margin-bottom: 27px;
    }

    #sell .suumo-box {
        margin-top: 68px;
        margin-bottom: 18px;
    }

    #sell .suumo-box .suumo-txt {
        text-align: center;
    }

    #sell .suumo-box .suumo-txt .ss1 {
        display: block;
        font-weight: bold;
        font-size: 46px;
        letter-spacing: 0.05em;
        line-height: 70px;
        text-align: center;
        color: #252525;
        margin-bottom: -6px;
    }

    #sell .suumo-box .suumo-txt .ss2 {
        font-weight: 900;
        font-size: 60px;
        letter-spacing: 0.05em;
        line-height: 70px;
        text-align: left;
        color: #72bf44;
        left: 4px;
        position: relative;
    }

    #sell .suumo-box .suumo-txt .ss3 {
        font-weight: bold;
        font-size: 46px;
        letter-spacing: 0.05em;
        line-height: 70px;
        text-align: right;
        color: #252525;
    }

    #sell .suumo-box .suumo-btn-wap {
        height: 90px;
    }

    #sell .suumo-box .suumo-btn-wap a:hover img {
        opacity: 1.0;
    }

    #sell .suumo-box .suumo-btn-wap .suumo-btn {
        width: 660px;
        margin: 0 auto;
        height: 90px;
        margin-top: 22px;
        border-radius: 40px;
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
    }

    #sell .suumo-box .suumo-btn-wap .suumo-btn:hover {
        height: 85px;
        transform: translate(0px, 5px);
        transition: 0.25s ease-in-out;
    }

    #sell .system-sell-list {
        background: #fff;
        border: 1px solid #252525;
        width: 1100px;
        margin: 0 auto;
        padding: 59px 49px 48px;
    }

    #sell .system-sell-item {
        margin-bottom: 45px;
    }

    #sell .system-sell-item a:hover {
        text-decoration: none;
    }

    #sell .system-sell-item a:hover .oshi-btn img {
        opacity: 1;
    }

    #sell .system-sell-item a:hover .sy-ttl {
        text-decoration: underline;
    }

    #sell .system-sell-item .sy-flex {
        display: flex;
        flex-wrap: wrap;
    }

    #sell .system-sell-item .sy-flex .sy-box-l {
        width: 448px;
        margin-right: 48px;
        position: relative;
    }

    #sell .system-sell-item .sy-flex .sy-box-l .system-category {
        background: #0249ad;
        padding: 6px 22px 5px 25px;
        line-height: normal;
        display: inline-block;
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 0.1em;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    #sell .system-sell-item .sy-flex .system-pic img {
        aspect-ratio: 29/20;
        max-width: 100%;
        height: auto;
    }

    #sell .system-sell-item .sy-flex .sy-box-r {
        width: 504px;
    }

    #sell .system-sell-item .sy-flex .sy-box-r .sy-ttl {
        font-weight: bold;
        font-size: 23px;
        letter-spacing: 0.05em;
        line-height: 36px;
        text-align: left;
        color: #252525;
        padding-bottom: 12px;
        margin-bottom: 15px;
        border-bottom: 1px solid #252525;
    }

    #sell .property-list {
        margin: 0;
        padding: 0;
    }

    #sell .property-list .item {
        display: flex;
        /* align-items: center; */
        width: 100%;
        margin-bottom: 6px;
    }

    #sell .property-list .item.kakaku {
        font-weight: bold;
        font-size: 29px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #252525;
        margin-bottom: 3px;
    }

    #sell .property-list dt {
        background: #F7F6F3;
        width: 87px;
        height: 33px;
        border-radius: 6px;
        flex-shrink: 0;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: center;
        color: #252525;
        padding-top: 0px;
        padding-left: 2px;
    }

    #sell .property-list dd {
        font-family: "Noto Sans CJK JP";
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 26px;
        text-align: left;
        color: #252525;
        padding-left: 12px;
        padding-top: 3px;
    }

    #sell .property-list .item.kakaku dd {
        font-weight: bold;
        font-size: 19px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #252525;
        padding-top: 0px;
        width: 100%;
    }

    #sell .property-list dd strong {
        font-size: 29px;
        letter-spacing: 2px;
        margin-right: -2px;
    }

    #sell .oshi-btn {
        width: 280px;
        height: 70px;
        margin-top: 30px;
        border-radius: 29px;
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
    }

    #sell .oshi-btn:hover {
        height: 60px;
        margin-bottom: 10px;
        transform: translate(0px, 5px);
        transition: 0.25s ease-in-out;
    }
}

@media screen and (max-width: 767px) {
    #con01 {
        margin: 8vw auto 0vw;
        padding-top: 45vw;
        background: url(../images/sell/sp-con01-bg01.png) no-repeat center top;
        background-size: 100%;
    }

    #con01 .inner-Box {
        margin: 0 7vw 10vw;
    }

    #con01 .nagare {
        width: 123.43vw;
        height: 11.353vw;
        overflow: hidden;
        margin-bottom: 5.072vw;
    }

    #con01 element {
        backface-visibility: visible;
        /*åˆæœŸå€¤ èƒŒé¢ãŒå¯è¦–ã«ãªã‚‹*/
        backface-visibility: hidden;
        /*èƒŒé¢ãŒéžè¡¨ç¤ºã«ãªã‚‹*/
    }

    #con01 .nagare img {
        backface-visibility: hidden;
        /*è¿½åŠ */
    }

    #con02 {
        margin: 0 auto 25vw;
    }

    #con02 .btn-box {
        margin: 0 auto;
    }

    #con02 .btn-box .list {
        display: flex;
        justify-content: space-between;
        margin: 0 5vw 18vw;
    }

    #con02 .btn-box .list li {
        width: 49%;
        height: 39vw;
        border-radius: 3vw;
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
    }

    #con02 .btn-box .list li:hover {
        height: 39vw;
        transform: translate(0vw, 1.2vw);
        transition: 0.25s ease-in-out;
    }

    /* å…¨ä½“ */
    #con02 .wrap {
        margin: 0 auto;
        background-color: #F2F0EB;
        padding: 14vw 5vw 12vw;
        position: relative;
    }

    #con02 .wrap .sell-icon {
        width: 18.116vw;
        height: 18.116vw;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -9.662vw;
    }

    #con02 .wrap .sell-ttl {
        font-weight: 900;
        font-size: 9.179vw;
        letter-spacing: 0.05em;
        line-height: 9.662vw;
        /* text-align: center; */
        color: #252525;
        margin-bottom: 3.623vw;
        /* margin-left: 81.884vw; */
        margin-left: 0px;
    }

    #con02 .wrap .sell-ttl .ss1 {
        font-size: 7.246vw;
        letter-spacing: 0.05em;
        line-height: 7.488vw;
        display: block;
        margin-bottom: -1.449vw;
        text-align: center;
    }

    #con02 .wrap .sell-ttl .ss2 {
        font-weight: 900;
        font-size: 15.459vw;
        letter-spacing: 0.03em;
        line-height: 21.498vw;
        text-align: left;
        color: #252525;
        margin-right: -0.966vw;
        position: relative;
        top: -0.483vw;
        font-size: 11.594vw;
        letter-spacing: 0.03em;
        line-height: 17.633vw;
        margin-left: 13.667vw;
    }

    #con02 .wrap .sell-ttl .ss3 {
        /* margin-right: 1.932vw; */
        font-size: 7.246vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
        position: relative;
        top: -0.725vw;
    }

    #con02 .wrap .sell-txt {
        padding: 0 2vw;
        font-weight: bold;
        font-size: 3.8vw;
        letter-spacing: 0.24vw;
        line-height: 1.6;
        color: #252525;
        margin-bottom: 6.52vw;
    }

    /* å·¦ï¼šTOCï¼ˆç›®æ¬¡ï¼‰ */
    #con02 .toc {
        display: none;
    }

    /* å³ï¼šæœ¬æ–‡ */
    #con02 .content {
        min-height: 100vh;
    }

    #con02 .section {
        border-radius: 2vw;
        min-height: 25vw;
        background-color: #fff;
        border: 0.24vw solid #252525;
        margin-bottom: 12.8vw;
        position: relative;
        padding: 2vw 6vw 10vw;
    }

    #con02 .section::before {
        content: url(../images/sell/sp-con02-arrow01.png);
        position: absolute;
        bottom: -14vw;
        left: 50%;
        transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
    }

    #con02 .section:last-child {
        margin-bottom: 0;
    }

    #con02 .section:last-child::before {
        content: '';
    }

    #con02 .section .num {
        font-size: 3.86vw;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.24vw;
        margin-bottom: 1vw;
        text-align: center;
    }

    #con02 .section .num span {
        font-size: 7.24vw;
        font-weight: 700;
        color: #0249AD;
        line-height: 1.6;
    }

    #con02 .section h3 {
        position: relative;
        text-align: center;
        margin-bottom: 5vw;
    }

    #con02 .section h3 .ttl2 {
        font-size: 6.2vw;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.24vw;
        position: relative;
    }

    #con02 .section .txt1 {
        font-size: 3.6vw;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.24vw;
    }

    #sell .buy-box {
        width: 100%;
        margin: 0 auto;
        background-color: #F2F0EB;
        padding: 12.802vw 1.208vw 9.662vw 1.208vw;
        position: relative;
        margin-top: 16.908vw;
    }

    #sell .buy-box .buy-icon {
        width: 18.116vw;
        height: 18.116vw;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -9.662vw;
    }

    #sell .buy-box .buy-ttl {
        font-weight: 900;
        font-size: 9.179vw;
        letter-spacing: 0.05em;
        line-height: 9.662vw;
        /* text-align: center; */
        color: #252525;
        margin-bottom: 3.623vw;
        /* margin-left: 81.884vw; */
        margin-left: 0px;
    }

    #sell .buy-box .buy-ttl .ss1 {
        font-size: 7.246vw;
        letter-spacing: 0.05em;
        line-height: 7.488vw;
        display: block;
        margin-bottom: -1.449vw;
        text-align: center;
    }

    #sell .buy-box .buy-ttl .ss2 {
        font-weight: 900;
        font-size: 15.459vw;
        letter-spacing: 0.03em;
        line-height: 21.498vw;
        text-align: left;
        color: #252525;
        margin-right: -0.966vw;
        position: relative;
        top: -0.483vw;
        font-size: 11.594vw;
        letter-spacing: 0.03em;
        line-height: 17.633vw;
        margin-left: 16.667vw;
    }

    #sell .buy-box .buy-ttl .ss3 {
        /* margin-right: 1.932vw; */
        font-size: 7.246vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
        position: relative;
        top: -0.725vw;
    }

    #sell .buy-box .buy-sttl {
        margin-bottom: 4.348vw;
        text-align: left;
        margin-left: 2.657vw;
    }

    #sell .buy-box .buy-sttl .ss1 {
        font-weight: bold;
        font-size: 5.556vw;
        letter-spacing: 0.05em;
        line-height: 8.213vw;
        /* text-align: center; */
        color: #252525;
        display: block;
        width: 100%;
        margin-left: 4.831vw;
        margin-bottom: 2.415vw;
    }

    #sell .buy-box .buy-sttl .ss2 {
        font-weight: 900;
        color: #fff;
        background-image: url(../images/sell/sp-buy-line.svg);
        background-repeat: repeat-x;
        background-position: center bottom;
        padding: 0px 1.208vw 0.483vw 1.691vw;
        position: relative;
        left: 0px;
        top: -0.725vw;
        margin-right: -0.242vw;
        font-size: 5.556vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
    }

    #sell .buy-box .buy-sttl .ss3 {
        font-weight: bold;
        color: #252525;
        font-size: 5.556vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
        position: relative;
        top: -0.483vw;
    }

    #sell .buy-box .buy-txt1 {
        width: 86.957vw;
        margin: 0 auto;
        font-weight: bold;
        text-align: left;
        color: #252525;
        margin-bottom: 8.696vw;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 7.246vw;
    }

    #sell .suumo-box {
        margin-top: 17.391vw;
        margin-bottom: 4.348vw;
    }

    #sell .suumo-box .suumo-txt {
        text-align: center;
    }

    #sell .suumo-box .suumo-txt .ss1 {
        display: block;
        font-weight: bold;
        text-align: center;
        color: #252525;
        margin-bottom: -1.449vw;
        font-size: 5.556vw;
        letter-spacing: 0.05em;
        line-height: 9.903vw;
    }

    #sell .suumo-box .suumo-txt .ss2 {
        font-weight: 900;
        text-align: left;
        color: #72bf44;
        left: 0.242vw;
        top: 1.449vw;
        position: relative;
        font-size: 9.662vw;
        letter-spacing: 0.05em;
        line-height: 9.903vw;
    }

    #sell .suumo-box .suumo-txt .ss3 {
        font-weight: bold;
        font-size: 11.111vw;
        letter-spacing: 0.05em;
        line-height: 16.908vw;
        text-align: right;
        color: #252525;
        font-size: 5.556vw;
        letter-spacing: 0.05em;
        line-height: 9.903vw;
    }

    #sell .suumo-box .suumo-btn-wap {
        height: 20.531vw;
    }

    #sell .suumo-box .suumo-btn-wap a:hover img {
        opacity: 1.0;
    }

    #sell .suumo-box .suumo-btn-wap .suumo-btn {
        width: 82.126vw;
        margin: 0 auto;
        height: 21.739vw;
        margin-top: 5.314vw;
        border-radius: 9.662vw;
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
    }

    #sell .system-sell-list {
        background: #fff;
        border: 1px solid #252525;
        width: 94.203vw;
        margin: 0 auto;
        padding: 4.589vw 5.072vw 6.039vw;
    }

    #sell .system-sell-item {
        margin-bottom: 10.87vw;
    }

    #sell .system-sell-item a:hover {
        text-decoration: none;
    }

    #sell .system-sell-item a:hover .oshi-btn img {
        opacity: 1;
    }

    #sell .system-sell-item a:hover .sy-ttl {
        text-decoration: underline;
    }

    #sell .system-sell-item .sy-flex {
        /* display: flex; */
        /* flex-wrap: wrap; */
    }

    #sell .system-sell-item .sy-flex .sy-box-l {
        width: 100%;
        /* margin-right: 11.594vw; */
        position: relative;
    }

    #sell .system-sell-item .sy-flex .sy-box-l .system-category {
        background: #0249ad;
        padding: 1.449vw 5.314vw 1.208vw 6.039vw;
        line-height: normal;
        display: inline-block;
        font-weight: 500;
        font-size: 4.106vw;
        letter-spacing: 0.1em;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    #sell .system-sell-item .sy-flex .system-pic img {
        aspect-ratio: 29 / 20;
        max-width: 100%;
        height: auto;
    }

    #sell .system-sell-item .sy-flex .sy-box-r {
        width: 100%;
        margin-top: 2.657vw;
    }

    #sell .system-sell-item .sy-flex .sy-box-r .sy-ttl {
        font-weight: bold;
        text-align: left;
        color: #252525;
        padding-bottom: 3.14vw;
        margin-bottom: 3.623vw;
        border-bottom: 1px solid #252525;
        font-size: 4.831vw;
        letter-spacing: 0.05em;
        line-height: 8.696vw;
    }

    #sell .property-list {
        margin: 0;
        padding: 0;
    }

    #sell .property-list .item {
        display: flex;
        /* align-items: center; */
        width: 100%;
        margin-bottom: 1.449vw;
    }

    #sell .property-list .item.kakaku {
        font-weight: bold;
        font-size: 7.005vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
        text-align: left;
        color: #252525;
        margin-bottom: 0.725vw;
    }

    #sell .property-list dt {
        background: #F7F6F3;
        width: 21.014vw;
        height: 7.971vw;
        border-radius: 1.449vw;
        flex-shrink: 0;
        font-weight: 500;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
        text-align: center;
        color: #252525;
        padding-top: 0px;
        padding-left: 0.483vw;
    }

    #sell .property-list dd {
        font-weight: 500;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 6.28vw;
        text-align: left;
        color: #252525;
        padding-left: 2.899vw;
        padding-top: 0.725vw;
    }

    #sell .property-list .item.kakaku dd {
        font-weight: bold;
        font-size: 4.589vw;
        letter-spacing: 0.05em;
        line-height: 7.729vw;
        text-align: left;
        color: #252525;
        padding-top: 0px;
        width: 100%;
    }

    #sell .property-list dd strong {
        font-size: 7.005vw;
        letter-spacing: 0.483vw;
        margin-right: -0.483vw;
    }

    #sell .oshi-btn {
        width: 67.633vw;
        margin: 0 auto;
        height: 16.908vw;
        margin-top: 6.522vw;
        border-radius: 7.005vw;
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
    }
}

/*# sourceMappingURL=page-sell.css.map */
