/*全体レイアウトCSS*/
main article .p-content .p-body {
    font-feature-settings: "palt" 1;
    letter-spacing: .01em;
    -webkit-text-size-adjust: 100%;
}
main article section.p-content {
    margin-top: -2em;
    position: relative;
    right: 2em;
    width: 110%;
}
span.sub {
    font-size: .8em;
}
article .p-content .p-body h2 {
    font-feature-settings: "palt" 1;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 1.5em 0 1em;
}
article .p-content .p-body h3 {
    color: #19284d;
    font-feature-settings: "palt" 1;
    font-size: 1.15rem;
    margin: 0 0 .3em;
    position: relative;
    z-index: 100;
}
article .p-content .p-body h4 {
    font-feature-settings: "palt" 1;
    font-size: initial;
    margin: 1em 0 .3em;
}
article .p-content .p-body span.dot:before {
    color: #ddd;
    content: "•";
    font-size: 1.5em;
    padding: 0 .3em 0 0;
}
article .p-content .p-body small {
    display: block;
}
article .p-content .p-body .wp-block-table {
    font-size: 90%;
}
main article .p-content .p-body p {
    line-height: 1.6;
}
figcaption {
    padding: 0 1em;
}
figcaption.mu1 {
    margin: 0 0 3em 0;
}
.mu0 {
    display: block;
    margin-bottom: -3em;
}
article .p-content .p-body p.mb0 {
    display: block;
    margin-bottom: 0;
}
.m0 {
    display: block;
    margin: 1em 0 -2.5em 0;
}
.mt1 {
    display: block;
    margin: 1.5em 0 -1em 0;
}
.case {
    display: block;
    margin: 0 0 -.8em 0;
    text-decoration-line: underline;
}
.br::before {
    content: "\A";
    white-space: pre;
}
.small {
    font-size: smaller;
}
@media screen and (max-width: 950px) {
    article section.p-content {
        margin-left: -1.6em;
        margin-top: -2em;
        width: 108%;
    }
}
@media screen and (max-width: 560px) {
    .page article .p-content {
        left: 0;
        margin: auto;
        width: 90%;
    }
    article .p-content .p-body h1.p-title {
        margin: 1em 0 1.5em 0;
        top: .5em;
    }
    article .p-content .p-body h2 {
        font-size: 1.3rem;
    }
    article .p-content .p-body h3 {
        line-height: 1.2;
        margin: 1em 0 0;
    }
    article .p-content .p-body figure.wp-block-image {
        display: contents;
        margin: auto;
        width: 100%;
    }
    main article .p-content .p-body .wp-block-table {
        display: block;
        margin-top: .5em;
    }
    article .p-content .p-body p {
        line-height: 1.5;
        margin: 0 0 1em;
    }
    .sp_none {
        display: none;
    }
    strong.m0 {
        margin: 1em 0 -2em 0;
    }
    .mt1 {
        margin-bottom: -.3em;
    }
    main article .p-content .p-body p.mb0 {
        margin-bottom: -.3em;
    }
}
/*全体レイアウトCSSここまで*/

/*おすすめここから*/
article section.p-content section.p-body article .p-content .p-body .recommend {
    background-color: #f4c347;
    display: flex;
    justify-content: center;
    margin: .5em 0 .5em 0;
    padding: .5em;
    width: auto;
}
article .p-content .p-body .recommend h3 {
    color: #354b42;
    font-size: x-large;
    margin: .3em auto;
    position: absolute;
}
article .p-content .p-body .recommend span.bi {
    display: block;
}
article .p-content .p-body .recommend span.bi img {
    border: .5em #fbdfa3 solid;
    box-shadow: 5px 5px rgba(0, 0, 0, .3);
    margin: 0;
}
article .p-content .p-body .recommend .ranking {
    margin-top: 3em;
    text-align: center;
}
article .p-content .p-body .recommend .ranking img {
    margin-bottom: 1em;
    transition: filter .3s ease;
    width: 75%;
}
article .p-content .p-body .recommend .ranking a img:hover {
    filter: opacity(70%);
    filter: contrast(.5);
    margin: 1px 0 0 2px;
}
article .p-content .p-body .recommend .ranking span.ri {
    display: block;
    margin: auto;
    margin-bottom: -2.5em;
    position: relative;
    width: 40%;
    z-index: 1;
}
article .p-content .p-body .recommend p {
    color: #354b42;
    font-size: .7em;
}
article .p-content .p-body .recommend .ranking a {
    text-decoration: none;
}
article .p-content .p-body .recommend p.brand {
    font-size: .8em;
    margin: auto;
    margin-top: -1.2em;
}
@media screen and (max-width: 560px) {
    body main article section.p-content section.p-body article .p-content .p-body .recommend {
        flex-wrap: wrap;
        margin: 1em 0 .5em 0;
        padding: .2em .2em 1.5em .2em;
        width: auto;
    }
    article .p-content .p-body .recommend h3 {
        font-size: inherit;
        margin-top: .5em;
    }
    .p-content .p-body article .p-content .p-body .recommend .ranking {
        margin: 1.6em 0 -1.8em 0;
        width: 30%;
    }
    .p-content .p-body article .p-content .p-body .recommend .ranking img {
        margin-bottom: .8em;
        width: 90%;
    }
    .p-content .p-body article .p-content .p-body .recommend span.bi {
        margin-bottom: -.8em;
    }
    main article .p-content .p-body .recommend span.bi img {
        border: .2em #fbdfa3 solid;
        box-shadow: 3px 3px rgba(0, 0, 0, .3);
    }
    article .p-content .p-body .recommend .ranking p.ex {
        display: none;
    }
    article .p-content .p-body .recommend p.brand {
        font-feature-settings: "palt" 1;
        font-size: xx-small;
        letter-spacing: -.1em;
        margin-top: 0;
        padding-bottom: .8em;
        position: relative;
    }
}
/*おすすめここまで*/

/*口コミここから*/
main article .p-content .p-body a.detail {
    background: #19284d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: small;
    font-weight: bold;
    height: fit-content;
    line-height: revert;
    margin: .5em 0 1em auto;
    padding: .5em .4em .6em .8em;
    position: relative;
    right: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    transition: .5s;
    width: fit-content;
}
main article .p-content .p-body a.detail:hover {
    opacity: .7;
}
.reviews {
    background-color: #fff;
    margin-bottom: .5em;
    padding: .5em .5em 0 .5em;
}
.reviews section {
    display: flex;
    margin-top: 1em;
    width: auto;
}
.reviews div.review {
    display: flex;
    justify-content: space-between;
    margin-bottom: -20px;
}
.reviews .review p {
    font-size: 1.1em;
    font-weight: bold;
    margin: .3em 0 .5em .5em;
}
.reviews button {
    background: #848080; /*色*/
    border: solid 1px #848080; /*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    color: #fff;
    display: inline-block;
    font-size: small;
    font-weight: bold;
    height: fit-content;
    line-height: 1.5;
    padding: .25em .5em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    top: 1em;
    width: auto;
}
.reviews button:hover {
    cursor: pointer;
    opacity: .8;
    transition: .4s;
}
.reviews button:active {
    border: solid 1px #848080;
    box-shadow: none;
    text-shadow: none;
}
.reviews .score {
    margin: .5em;
    margin-bottom: 0;
}
.reviews div.score p.star {
    margin-bottom: -2px;
}
.score p {
    font-size: smaller;
}
.reviews .star span {
    color: #ffe933;
}
.reviews span.era {
    display: block;
    font-size: small;
    margin-top: -.2em;
    text-align: right;
}
@media screen and (max-width: 560px) {
    .reviews {
        padding-bottom: .5em;
    }
    .reviews section {
        display: block;
        width: auto;
    }
    .reviews div.review {
        display: block;
        margin-bottom: 0;
        text-align: end;
    }
    .reviews button {
        box-shadow: none;
        right: 33%;
        top: .35em;
    }
    .reviews .review p {
        font-size: large;
        line-height: 1;
        text-align: center;
    }
    reviews .score {
        margin: .3em;
    }
    /*口コミここまで*/

    /*取引所一覧ここから*/
    article .p-content .p-body .exc_list_div {
        background-color: #fafafa;
        border: 1px solid #e7e8e9;
        border-radius: 10px;
        margin-top: 20px;
        padding: 15px;
    }
    .exc_list_div h3.coincheck-ranking::before {
        background: url(/wp-content/uploads/2020/03/ranking01.gif) no-repeat;
        background-size: contain;
    }
    .exc_list_div h3.bitflyer-ranking::before {
        background: url(/wp-content/uploads/2020/03/ranking03.gif) no-repeat;
        background-size: contain;
    }
    .exc_list_div h3.dmm-ranking::before {
        background: url(/wp-content/uploads/2020/03/ranking02.gif) no-repeat;
        background-size: contain;
    }
    .exc_list_div h3.gmo-ranking::before {
        background: url(/wp-content/uploads/2020/03/ranking04.gif) no-repeat;
        background-size: contain;
    }
    .exc_list_div h3.taotao-ranking::before {
        background: url(/wp-content/uploads/2020/03/ranking05.gif) no-repeat;
        background-size: contain;
    }
    #basic div.crypto-g-div {
        padding-bottom: 1px;
        width: auto;
    }
    .exc_list_div .bf_ex {
        float: left;
        width: 17.2%;
    }
    .exc_list_div .bf_ex a img {
        border: 1px solid rgb(204, 204, 204);
        display: inline;
        height: 100%;
        width: 90%;
    }
    .exc_list_div .bf_ex noscript figure img {
        border: 1px solid #ccc;
        height: 100%;
        width: 100%;
    }
    .exc_list_div span.official {
        display: block;
        font-size: small;
    }
    main article .p-content .p-body .wp-block-table {
        border-bottom: none;
        border-collapse: collapse;
        border-left: solid 1px #d8d8d8;
        display: grid;
        font-size: 90%;
        margin-bottom: 15px;
        overflow: auto;
    }
    .exc_list_div div p a.detail:hover {
        opacity: .7;
    }
    .exc_list_div span.official {
        display: block;
        font-size: small;
    }
    .exc_list_div .wp-block-table.is-style-stripes tbody tr td {
        padding: .3em 1em .3em 1em;
    }
    .exc_list_div p.btn {
        height: 55px;
        margin-top: 0;
    }
    main article .p-content .p-body p.btn a {
        background: linear-gradient(180deg, #f7bf1e 0%, #ecb003 50%, rgb(97 97 97 / 10%) 50%, rgb(136 135 135 / 10%) 100%);
        background-color: #ecb003;
        background-color: #ecb003;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
        color: #fff;
        float: left;
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
        transition: .5s;
        width: 96.5%;
    }
    main article .p-content .p-body a {
        display: revert;
    }
    main article .p-content .p-body a:hover {
        opacity: .5;
    }
    span.official {
        display: block;
        font-size: small;
    }
    article .p-content .p-body .exc_list_div {
        background-color: #fafafa;
        border: 1px solid #161f365e;
        margin-top: 20px;
        padding: 15px;
    }
}
@media screen and (max-width: 560px) {
    main article .p-content .p-body .exc_list_div {
        padding: 15px 15px 25px 15px;
    }
    .exc_list_div .bf_ex {
        display: none;
    }
    .exc_list_div .bf_ex a img {
        display: none;
    }
    body main article .p-content .p-body p.btn a {
        width: 93.5%;
    }
}
/*取引所一覧ここまで*/

.exchange-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    text-align: center;
}
.exchange-list a {
    background: #fff;
    border: solid 1px #a2acc4;
    box-sizing: border-box;
    color: #19284d;
    display: block;
    height: 100%;
    width: 100%;
}
.exchange-list img {
    height: 80px;
    width: 80px;
}
.exchange-list p {
    font-size: 12px;
    margin: 0;
}
.ranking-min {
    background: url(/upload-data/assets/data/img/background.webp) no-repeat;
    background-size: cover;
    position: relative;
}
.ranking-min:before {
    background: #19284d;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
}
.ranking-min-list {
    display: block;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.ranking-min-list li {
    width: 100%;
}
.ranking-min li:last-child {
    margin: 0;
}
.ranking-list a,
.ranking-min-list a {
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
    color: #19284d;
    position: relative;
}
.ranking-exchange-logo img {
    height: 100%;
    width: 100%;
}
.ranking-text {
    font-weight: 500;
}
.ranking-min-list p {
    font-size: 10px;
    margin-top: 10px;
}
.ranking-list a:after,
.ranking-min-list a:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: -30px;
    width: 54px;
}
.ranking-list li:nth-child(1) a:after,
.ranking-min-list li:nth-child(1) a:after {
    background-image: url(/upload-data/assets/data/img/number1.png);
}
.ranking-list li:nth-child(2) a:after,
.ranking-min-list li:nth-child(2) a:after {
    background-image: url(/upload-data/assets/data/img/number2.png);
}
.ranking-list li:nth-child(3) a:after,
.ranking-min-list li:nth-child(3) a:after {
    background-image: url(/upload-data/assets/data/img/number3.png);
}
.widget h2 {
    align-items: center;
    border-bottom: solid 1px #d8d8d8;
    display: flex;
    font-size: 18px;
    margin-bottom: 1.25rem;
    margin-top: 0;
}
.widget h2 :before {
    color: #fcc117;
    content: "■";
    font-size: 1rem;
    margin-right: 15px;
}
@media screen and (min-width: 769px) {
    .exchange-list {
        font-size: 12px;
    }
    .exchange-list li {
        margin-top: 20px;
        width: calc(50% - 10px);
    }
    .exchange-list li:nth-child(-n + 2) {
        margin: 0;
    }
    .exchange-list a {
        padding: 15px;
    }
    .ranking-min {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 20px;
    }
    .ranking-min li {
        margin-bottom: 20px;
    }
    .ranking-list a,
    .ranking-min-list a {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }
    .ranking-exchange-logo {
        height: 60px;
        width: 60px;
    }
    .ranking-text {
        width: calc(100% - 80px);
    }
    .ranking-exchange-name {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .exchange-list {
        font-size: 9px;
    }
    .exchange-list li {
        margin-top: 15px;
        width: calc((100% - 30px) / 3);
    }
    .exchange-list li:nth-child(-n + 3) {
        margin: 0;
    }
    .exchange-list a {
        padding: 10px 0;
    }
    .exchange-list .brand {
        margin-top: 15px;
    }
    .ranking-min {
        padding: 20px 15px 15px;
    }
    .ranking-min-list li {
        margin-bottom: 15px;
    }
    .ranking-min-list a {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        text-align: left;
    }
    .ranking-exchange-logo {
        margin: 0 auto;
        max-width: 85px;
    }
    .ranking-min-list .ranking-exchange-logo {
        margin: 0;
    }
    .ranking-min-list .ranking-text {
        width: calc(100% - 100px);
    }
}