<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*cryptoãƒšãƒ¼ã‚¸ç”¨css*/
html:focus-within {
    scroll-behavior: smooth;
}
.bg-yellow .w-full {
    display: none;
}
.cryptopage__whole {
    display: block;
}
.cryptopage__main {
    margin: 0 20px;
}
.cryptopage__side {
    background-color: #f1f5fb;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
/*SP å¿…ãšæŠ¼ã•ãˆã¦ãŠããŸã„å–å¼•æ‰€*/
.exchange__must-wrapper {
    display: none;
}
/*SP ãŠã™ã™ã‚ã®ä»®æƒ³é€šè²¨å–å¼•æ‰€TOP3*/
.exchange__ranking-wrapper {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin: 0 20px;
}
.exchange__ranking {
    background-color: #fec300;
    position: relative;
    padding: 80px 0 30px;
}
.exchange__ranking-list {
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.exchange__ranking-list--item {
    width: 90px;
    position: relative;
    margin-top: 45px;
    text-align: center;
}
.exchange__ranking-list--item---coinchek::before {
    content: "";
    /* object-fit: cover; */
    background-image: url('../img/crypto/ranking-1.png');
    background-repeat: no-repeat;
    background-size: 45px;
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.exchange__ranking-list--item---sbivctrade::before {
    content: "";
    /* object-fit: cover; */
    background-image: url('../img/crypto/ranking-2.png');
    background-repeat: no-repeat;
    background-size: 45px;
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.exchange__ranking-list--item---bittrade::before {
    content: "";
    /* object-fit: cover; */
    background-image: url('../img/crypto/ranking-3.png');
    background-repeat: no-repeat;
    background-size: 45px;
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.exchange__ranking-title {
    color: #fff;
    font-size: 16px;
    background-color: #151d34;
    margin: 0;
    display: inline-block;
    padding: 15px 20px;
    position: absolute;
    top: 15px;
    left: -15px;
}
.exchange__ranking-list--sentence {
    display: none;
}
.exchange__ranking-image {
    border: 6px solid #f6df9b;
    box-shadow: 3px 3px 15px -10px;
}
.exchange__ranking-name {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
}
/*SP æš—å·è³‡ç”£ï¼ˆä»®æƒ³é€šè²¨ï¼‰ãƒ‹ãƒ¥ãƒ¼ã‚¹*/
.cryptolatest__news {
    padding-top: 10px;
}
.cryptolatest__news-title {
    background-image: url('../img/crypto/cryptoarticles_bgimg.png');
    background-repeat: repeat-x;
    background-size: 60px;
    padding: 50px 0px 50px;
    /* margin: 0px; */
}
.cryptolatest__news-title--inner {
    margin-top: 0px;
}
.cryptolatest__news-list {
    margin: 0 15px;
}
.cryptolatest__news-item {
    list-style-type: none;
    border-bottom: 1px solid #eff3f9;
    background: linear-gradient(to right, #eff3f9 0%, #eff3f9 40%, #fff 40%, #fff 100%);
    margin-bottom: 35px;
    padding: 10px;
}
.cryptolatest__news-item--info {
    position: relative;
}
.cryptolatest__news-item--title {
    margin: 0;
    font-size: 16px;
    padding: 0px 0px 10px;
}
.cryptolatest__news-category {
    color: #fff;
    background-color: #151d34;
    padding: 1px 5px;
    position: absolute;
    top: -30px;
}
.cryptopage__news-author {
    margin: 0px;
}
.cryptolatest__news-detail--top {
    display: none;
}
.cryptolatest__news-detail--bottom {
    display: flex;
    align-items: baseline;
}
.cryptolatest__news-button--link {
    width: 105px;
    margin: 0 auto;
    border-color: #151d34;
}
.cryptolatest__news-button--link span {
    color: #151d34;
}

/*SP æš—å·è³‡ç”£è¨˜äº‹ãƒ©ãƒ³ã‚­ãƒ³ã‚°*/
.exchange__articleranking-wrapper {
    margin: 20px 20px 20px;
}
.exchange__articleranking-title {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
.exchange__articleranking-title:before{
    content:"â–&nbsp;";
    color: #fec300;
    position: absolute;
    font-size: 20px;
    display: block;
}
.exchange__articleranking-title--inner {
    margin: 0px 0px 0px 25px;
}
/*SP ãƒ¡ãƒ¼ãƒ«ãƒžã‚¬ã‚¸ãƒ³ç™»éŒ²ã¯ã“ã¡ã‚‰*/
.form__button {
    margin: 0 20px 50px;
}
.form__link {
    border: 1px solid #c4c4c4;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.form__text {
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.form__text:before {
    content: "";
    object-fit: cover;
    background-image: url('../img/crypto/mail-icon.png');
    background-repeat: no-repeat;
    background-size: 35px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 240px;
    top: -7px
}
/*SP ä»®æƒ³é€šè²¨ï¼ãƒ“ãƒƒãƒˆã‚³ã‚¤ãƒ³ã®åŸºæœ¬ã‚’ç†è§£ã™ã‚‹*/
.exchange__learn {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 5px 5px 30px 5px;
    background-color: #f6f6f6;
}
.exchange__learn-wrapper {
    background-color: #f1f5fb;
    margin: 0 20px;
}
.exchange__learn-title {
    font-size: 18px;
    color: #151d34;
    background-color: #fec300;
    border-bottom: 1px solid #425069;
    margin-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    padding: 10px 10px 10px 50px;
    line-height: 1.3;
}
.exchange__learn-title:before {
    content: "";
    object-fit: cover;
    background-image: url('../img/crypto/book-icon.png');
    background-repeat: no-repeat;
    background-size: 55px;
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 7px;
}
.exchange__learn-paragraph {
    color: #151d34;
    padding: 0px 10px 0px 10px;
}
.exchange__learn-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.exchange__learn-item {
    border: 1px solid #c4c4c4;
    padding: 5px;
    background-color: #fff;
}
.exchange__learn-link {
    display: flex;
    align-items: center;
    gap: 5px;
}
.exchange__learn-item--image {
    width: 120px;
    height: auto;
}
.exchange__learn-item--title {
    font-weight: 600;
    margin-bottom: 0px;
}
/*æš—å·è³‡ç”£(ä»®æƒ³é€šè²¨)ãƒªã‚¢ãƒ«ã‚¿ã‚¤ãƒ&nbsp;ãƒ¬ãƒ¼ãƒˆ*/
.o-navChartFilter {
    display: none;
}
.o-marketCenterTable_thead .sorting-icon {
    display: none;
}
/*1024pxä»¥ä¸Š*/
@media screen and (min-width: 1024px) {
    .cryptopage__whole {
        display: flex;
        flex-direction: row-reverse;
        width: 1230px;
        margin: 0 auto;
        gap: 20px;
    }
    .cryptopage__main {
        margin-left: auto;
        margin-right: auto;
        flex: 1 1 0%;
        width: 100%;
    }
    .cryptopage__side {
        width: 370px;
        margin: 0 auto;
    }
    /*PC å¿…ãšæŠ¼ã•ãˆã¦ãŠããŸã„å–å¼•æ‰€*/
    .exchange__must-wrapper {
        width: 1230px;
        margin: 0 auto;
        background-color: #d0d8e8;
        display: block;
    }
    .exchange__must {
        background-color: #d0d8e8;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 30px;
        height: 215px;
        position: relative;
    }
    .exchange__must-inner {
        background-color: #141f35;
        width: 1100px;
        margin: 0 auto;
        position: absolute;
        height: 150px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .exchange__must-title {
        background-color: #fec300;
        color: #141f35;
        display: inline-block;
        margin: 0px;
        padding: 8px 25px;
        font-size: 16px;
        position: absolute;
        top: 15px;
        left: -15px;
    }
    .exchange__must-info {
        display: flex;
    }
    .exchange__must-detail {
        display: flex;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        justify-content: space-between;
        align-items: center;
        width: 570px;
    }
    .exchange__must-image {
        width: auto;
        height: 100px;
    }
    .exchange__must-info--sentence {
        margin-bottom: 0px;
        font-size: 17px;
    }
    .exchange__must-link {
        position: absolute;
        background-color: #fec300;
        color: #141f35;
        font-size: 16px;
        border: 1px solid #fec300;
        border-radius: 10px;
        padding: 6px 6px 6px 30px;
        font-weight: 600;
        bottom: 15px;
        right: 20px;
        box-shadow: 2px 2px #9095a3;
    }
    .exchange__must-link::before {
        content: "";
        object-fit: cover;
        background-image: url('../img/crypto/i-mark.svg');
        background-repeat: no-repeat;
        background-size: 20px;
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 5px;
        top: 8px;
    }
    /*PC æš—å·è³‡ç”£è¨˜äº‹ãƒ©ãƒ³ã‚­ãƒ³ã‚°*/
    .exchange__articleranking-title--inner {
        font-size: 24px;
    }
    /*PC ä»®æƒ³é€šè²¨ï¼ãƒ“ãƒƒãƒˆã‚³ã‚¤ãƒ³ã®åŸºæœ¬ã‚’ç†è§£ã™ã‚‹*/
    .exchange__learn-title {
        margin-bottom: 10px;
    }
    .exchange__learn-item--title {
        font-size: 13px;
    }
    .exchange__learn-paragraph {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    /*PC ãŠã™ã™ã‚ã®ä»®æƒ³é€šè²¨å–å¼•æ‰€TOP3*/
    .exchange__ranking-wrapper {
        border-bottom: none;
        margin-top: 50px;
    }
    .exchange__ranking-title {
        padding: 10px 15px;
        top: -20px;
        left: 15px;
    }
    .exchange__ranking-list--sentence {
        display: block;
    }
    .exchange__ranking-list--link {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-evenly;
    }
    .exchange__ranking {
        padding: 50px 0 25px;
    }
    .exchange__ranking-list {
        gap: 10px;
        padding: 0 10px;
    }
    .exchange__ranking-list--item {
        width: 100%;
        margin-top: 15px;
    }
    .exchange__ranking-list--item---coinchek::before {
        left: 58px;
    }
    .exchange__ranking-list--item---sbivctrade::before {
        left: 59px;
    }
    .exchange__ranking-list--item---bittrade::before {
        left: 54px;
    }
    .exchange__ranking-image {
        width: 100px;
    }
    .exchange__ranking-list--sentence {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .exchange__ranking-name {
        font-size: 16px;
        margin-top: 0px;
    }
    /*PC æš—å·è³‡ç”£ï¼ˆä»®æƒ³é€šè²¨ï¼‰ãƒ‹ãƒ¥ãƒ¼ã‚¹*/
    .cryptolatest__news-wrapper {
        margin: 0 25px;
    }
    .cryptolatest__news-title--inner {
        font-size: 42px;
        color: #ffffff;
        letter-spacing: 2px;
        padding-left: 25px;
        text-shadow: 1px  1px 0px #151d34, -1px  1px 0px #151d34, 1px -1px 0px #151d34, -1px -1px 0px #151d34, 1px  0px 0px #151d34, 0px  1px 0px #151d34, -1px  0px 0px #151d34, 0px -1px 0px #151d34;
    }
    .cryptolatest__news-title {
        background-image: url('../img/crypto/cryptoarticles_bgimg-pc.png');
        background-size: 130px;
        padding: 40px 0px 20px;
    }
    .cryptolatest__news-list {
        margin: 0;
    }
    .cryptolatest__news-item {
        background: none;
        border-bottom: none;
        margin-bottom: 20px;
    }
    .cryptolatest__news-detail--bottom {
        display: none;
    }
    .cryptolatest__news-detail--top {
        display: flex;
        margin-left: 10px;
        align-items: baseline;
    }
    .cryptolatest__news-item--info {
        display: flex;
    }
    .cryptolatest__news-item--title {
        font-size: 22px;
    }
    .cryptolatest__news-category {
        position: inherit;
        top: auto;
    }
    .cryptopage__news-author {
        margin-left: 10px;
    }
    .cryptolatest__news-item--link {
        margin-top: 15px;
        display: block;
    }
    .cryptolatest__news-button--link {
        width: 110px;
    }
}

.o-marketInterestHeading .cell, .o-marketCenterTable_thead table th span {
    color: black;
}

.yahoo__link{
    background-color: #efefef;
    text-align: right;
}
.yahoo__link a {
    display: inline-block;
    color: #6995bf;
    margin: 8px 10px 8px 0;
}
.yahoo__ad-billboard-top{
    background: #172135;
    padding: 20px 0;
}
.exchange__comparison-table {
    width: 100%;
}
</pre></body></html>