/*固定通貨レイアウト*/
main article .p-content .p-body h1.p-title {
    border-bottom: solid 1px #161f36;
    border-top: solid 1px #161f36;
    color: #161f36;
    font-feature-settings: "palt" 1;
    font-size: 1.8rem;
    font-weight: initial;
    letter-spacing: .01em;
    margin: 0 auto .5em;
    padding: .5em 0 .5em;
    position: relative;
    text-align: center;
    width: auto;
}
main article .p-content .p-body .wp-block-table {
    font-size: 90%;
    margin: 0 0 1em;
    width: 100%;
}
article .p-content .p-body .campaign {
    background-color: #f4f9fa;
    padding: 1em;
}
article .p-content .p-body .campaign p {
    margin: .3em;
}
article .p-content .p-body .em {
    display: block;
    font-weight: bold;
    margin-top: 1em;
    position: relative;
}
article .p-content .p-body p.line {
    border-bottom: dotted 1px #19284d;
    border-top: dotted 1px #19284d;
    padding: .5em;
}
article .p-content .p-body h4:before {
    color: #ddd;
    content: "•";
    font-size: 1.5em;
    padding: 0 .3em 0 0;
}
article .p-content .p-body .commission p {
    margin: 0 0 0 1em;
}
article .p-content .p-body a.btn-border-bottom {
    color: #4c6ed8;
    display: inline-block;
    font-size: large;
    font-weight: 500;
    padding: .25em 0;
    position: relative;
    text-decoration: none;
}
article .p-content .p-body a.btn-border-bottom:before {
    background: #4c6ed8;
    border-radius: 2px;
    content: "";
    height: 2px;
    margin-top: 0;
    position: absolute;
    top: 100%;
    transition: .2s;
    width: 100%;
}
article .p-content .p-body a.btn-border-bottom:hover {
    opacity: .7;
}
article .p-content .p-body a.btn-flat-border {
    border: solid 2px #4c6ed8;
    border-radius: 3px;
    color: #4c6ed8;
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 0 -.5em;
    padding: .45em 1.2em .5em 1.2em;
    text-decoration: none;
    transition: .4s;
}
article .p-content .p-body a.btn-flat-border:hover {
    background: #4c6ed8;
    color: white;
    text-decoration: none;
}
@media screen and (max-width: 560px) {
    main article .p-content .p-body h1.p-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    #secondary {
        /*width: 90%;*/
    }
}
/*固定通貨レイアウトここまで*/

/*Contents*/
main article .p-content .p-body #toc {
    margin-bottom: -.5em;
    margin-top: .5em;
    width: 98%;
}
#toc br.sp {
    display: none;
}
#toc p.co {
    color: #f3f4f5;
    font-size: xx-large;
    font-weight: bolder;
    margin: -.3em 0 -.4em 0;
}
#toc ul {
    display: flex;
    left: -2.5em;
    margin: 1px;
    position: relative;
    text-align: center;
    width: 105%;
}
#toc ul li {
    background-color: #f3f4f5;
    color: #28314b;
    display: inline-block;
    font-size: small;
    margin: 0 1px 0 0;
    padding: .5em;
    width: 30%;
}
#toc ul li a {
    display: block;
}
#toc ul li a:hover {
    background-color: #28314b;
    color: #fcc116;
    cursor: pointer;
    margin: -.5em;
    padding: .5em;
    text-decoration: none;
    transition: .4s;
}
@media screen and (max-width: 560px) {
    main article .p-content .p-body #toc {
        margin-top: -.5em;
    }
    #toc p.co {
        margin: -.3em 0 -.45em 0;
    }
    #toc ul {
        width: 100%;
    }
    #toc br.sp {
        display: block;
    }
    #toc ul li {
        display: inline-block;
        height: 3em;
        line-height: 2.6em;
        margin: 0 1px 0 0;
        width: 30%;
    }
    #toc ul li a {
        display: inline-grid;
        line-height: 1.2;
        vertical-align: middle;
        white-space: inherit;
    }
    #toc ul li:hover {
        background-color: #28314b;
        color: #fcc116;
    }
    #toc ul li a:active {
        color: #fcc116;
    }
}
/*Contentsここまで*/

/*メリットここから*/
#merit .merit,
#demerit {
    display: block;
}
.point {
    background-color: #fcf9f0;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    margin: .3em;
    padding: 3px 30px 10px;
    text-align: left;
}
#demerit .point {
    background-color: #f2f2f2;
}
.point h3 {
    border-bottom: 1px solid #f3c347;
    color: #19284d;
    display: inline-block;
    font-size: 1em;
    margin: .2em auto .5em;
    width: fit-content;
}
.point h3 span {
    color: #f3c347;
    color: #f3c347;
    display: inline;
    font-size: 3em;
    font-size: 2em;
    line-height: 1.3;
    margin-right: .5rem;
    text-align: center;
    text-align: center;
    vertical-align: -2px;
}
.sp {
    display: none;
}
@media screen and (max-width: 560px) {
    #merit .merit,
    #demerit {
        display: block;
    }
    article .p-content .p-body .point h3 span {
        display: block;
        font-size: 2em;
        margin-right: 10px;
    }
    article .p-content .p-body .point h3 {
        border-bottom: 1px solid #f3c347;
        color: #19284d;
        display: block;
        font-size: 1em;
        margin: 0 auto 10px auto;
        width: fit-content;
    }
    .sp {
        display: block;
    }
}
/*メリットここまで*/

/*取扱通貨*/
article .p-content .p-body #hc {
    margin: -1.5rem auto 3rem .5rem;
}
main article .p-content .p-body #hc h3 {
    color: #19284d;
    font-size: 1.15rem;
    margin: 2.5em auto -1em;
}
article .p-content .p-body #hc figure.wp-block-image {
    display: inline-grid;
    margin-bottom: -2rem;
    padding: 1em;
    width: 6em;
}
article .p-content .p-body #hc figure.wp-block-image figcaption {
    font-feature-settings: "palt" 1;
    font-size: xx-small;
    letter-spacing: -.04em;
    line-height: 1.2;
    margin: 1em auto;
    width: 100%;
}
@media screen and (max-width: 560px) {
    main article .p-content .p-body #hc {
        margin: 0 0 2.5rem .2rem;
    }
    main article .p-content .p-body #hc h3 {
        margin: 1.5em auto 0;
    }
    article .p-content .p-body #hc figure.wp-block-image {
        padding: 1em 1em 1em .5em;
        width: 5em;
    }
    article .p-content .p-body #hc figure.wp-block-image figcaption {
        margin: .5em 0 1em 0;
        position: relative;
        right: 1em;
        text-align: center;
    }
}
/*取扱通貨ここまで*/

/*口コミここから*/
article .p-content .p-body p.voice01 {
    display: none;
}
article .p-content .p-body .voice {
    border: 3px solid #eee;
    border-radius: 5px;
    color: #444;
    margin: .5em 0 .5em 0;
    padding: .8em 1em 0 1em;
    width: 93%;
}
article .p-content .p-body .voice .vo {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    height: auto;
    margin: 0 0 0 0;
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
}
article .p-content .p-body .voice figure.wp-block-image.is-resized.voice_men {
    display: contents;
    margin: 0;
}
main article .p-content .p-body .voice figure img {
    background-color: #f4c347;
    border-radius: 50%;
    margin-right: .5em;
    width: 2rem;
}
.voice .score {
    bottom: .2em;
    display: inline-block;
    position: relative;
}
.voice .score p {
    display: inline-block;
    font-size: smaller;
}
.voice .star span {
    color: #f4c347;
    margin: 0 .5em 0 0;
}
.voice span.era {
    font-size: small;
    margin: 0 1em 0;
}
@media screen and (max-width: 560px) {
    article .p-content .p-body .voice {
        margin: 1em 0 1em 0;
        width: 88%;
    }
    main article .p-content .p-body .voice .vo  {
        margin-bottom: .3em;
    }
}
/*口コミここまで*/