@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*トップに人気記事を設置*/
/*タイトル*/
.rate-title {
    text-align: center;
}

.rate-box {
    margin-left: auto;
    margin-right: auto;
}

.top-title {
    margin-top: 0;
    font-size: 1.45em;
    font-weight: bold;
    color: #0b3a32;
}

/*余白調整など*/
.popular-posts .cardtype__article-info {
    padding-top: 0.5em;
}

.popular-posts .cardtype__link {
    padding-bottom: 0px;
}

.cardtype__article-info {
    display: none;
}

@media only screen and (max-width: 480px) {
    /*スマホでも2列横並びに*/
    .cardtype {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popular-posts .cardtype__article {
        width: 48%;
    }

    .popular-posts .cardtype__article:nth-child(odd) {
        margin-right: 4%;
    }

    .popular-posts.cardtype h2 {
        margin: 0 5px;
        font-size: 15px;
    }
}

/*END トップに人気記事を設置*/

#logo img {
    height: 100px !important;
    line-height: 100px !important;
}

/* 本文の画像を枠線で囲む */
.entry-content img {
    border: 4px double #ddd;
}

/* 本文の画像を枠線囲みなし */
.entry-content img.noborder {
    border: none;
}

/*目次余白*/
#toc_container .toc_title:before {
    left: -30px;
}

#toc_container p.toc_title {
    padding-left: 25px;
}

/*モバイルヘッダーメニューをアフィンガーみたいにする*/
.mobile-nav ul {
    animation: none;
}

.mobile-nav li {
    display: inline;

}

.mobile-nav {
    height: 120px;
    background: rgba(91, 91, 91, 0.5); /*メニューの背景色*/

}

.mobile-nav li a {
    display: block;
    font-weight: bold;

    line-height: 25px;
    font-size: 12px; /*文字サイズ*/
    width: 33.3333%; /*33.3333%で3等分*/
    border-bottom: 1px solid #c0c0c0; /*枠線の色*/
    border-right: 1px solid #c0c0c0; /*枠線の色*/
    list-style: none;
    text-align: center;
    color: #ffffff; /*文字の色変更*/
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-decoration: none;
}

.mobile-nav li, .mobile-nav li a {
    height: 60px;
}

/*トップ記事リンク*/

/*タイトルロゴ*/
@media screen and (max-width: 820px) {
    #logo a {
        font-size: 15px;
    }

    #divheader {
        display: none;
    }
}

.widget .textwidget {
    text-align: center;
    margin: 10px;
}

.entry-content ul,
.entry-content ol {
    border: none;
}

.like_img:after {
    background: none;
}

#logo, #logo img, .desktop-nav li a, #drawer__open {
    height: 50px;
    line-height: 50px;
}

.entry-content {
    padding: 0 15px;
}

/*見出し*/
.entry-content h2 {
    position: relative;
    background: #666;
    padding: 5px 5px 5px 50px;
    color: #fff;
    border-radius: 0 10px 10px 0;

}

.entry-content h2:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f15a";
    display: inline-block;

    position: absolute;
    padding: 0em;
    color: white;
    background: #12598f;
    font-weight: normal;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    left: -0.7em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 1px white;
    border-radius: 50%;
}

.entry-content h3 {
    padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #494949; /*文字色*/
    background: #f4f4f4; /*背景色*/
    border-left: solid 5px #1a86bd; /*左線*/
    border-bottom: solid 3px #d7d7d7; /*下線*/
}

/*アプリ*/
#appreach-box {
    max-width: 500px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    line-height: 1.4;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
}

#appreach-box br {
    display: none;
}

#appreach-image {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}

#appreach-appname {
    color: #3a3a3a;
    font-size: 1.35em;
    font-weight: bold;
}

#appreach-developer, #appreach-price, .appreach-powered {
    color: #888;
    font-size: 11px !important;
}

#appreach-box .appreach-links {
    margin-top: 10px;
}

#appreach-itunes-link {
    margin-right: 10px;
}

#appreach-box .appreach-links img:hover {
    opacity: 0.8;
}

/*リンク*/
.emphasize-link {
    position: relative;
    margin: 36px 0 36px;
    padding: 16px 10px;
    border: 2px solid #12598f;
    background-color: #fffbf5;
}

.emphasize-link p:last-child {
    margin-bottom: 0;
}

.emphasize-link::before {
    position: absolute;
    top: -12px;
    left: 3px;
    padding: 0 10px 0 10px;
    content: "あわせて読みたい";
    background-color: #12598f;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

/*point*/
.point {
    position: relative;
    margin: 20px 0 10px;
    padding: 8px 5px;
    border: 2px solid #12598f;
    background-color: #fffbf5;
}

.point a:last-child {
    margin-bottom: 0;
}

.point ul {
    margin: 0 !important;

    padding-left: 40px !important;

}

.point li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
}

.point li:before { /*リストのアイコン*/
    font-family: FontAwesome;
    content: "\f00c" !important;
    position: absolute;
    left: 1em; /*左端からのアイコンまでの距離*/
    color: #12598f !important; /*アイコン色*/
}

.point::before {
    position: absolute;
    top: -12px;
    left: 10px;
    padding: 0 10px 0 10px;
    content: "ポイント";
    background-color: #12598f;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.cta h3 {
    text-align: center;
}

/*CTAボタン*/
.cta-btn a {
    width: 95%;
    font-size: 1.2em
}

.cta-btn a::after {
    font-family: FontAwesome;
    content: '\f138';
    margin-left: 0.5em;
}

/*アフィリエイト用ボタンリンク*/
.article-btn {
    text-align: center; /*中央寄せ*/
}

.article-btn a {
    width: 85%;

    margin: .5em;
    text-decoration: none;
    display: inline-block;
    padding: 1.3em .5em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2), 0 2px 3px -2px rgba(0, 0, 0, .15);
    background-color: #1a86bd; /*#1a86bd;背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold; /*文字の太さ*/

    text-decoration: none !important;
}

.article-btn a:hover {
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0, 0, 0, .24);
    -webkit-tap-highlight-color: transparent;
}

.article-btn a::after {
    font-family: FontAwesome;
    content: '\f138';
    margin-left: 0.5em;
}

/*サイドバーボタン*/
.article-btn2 {
    padding: 10px 10px;

}

.article-btn2 a {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;

    display: block;
    text-decoration: none;

    border-radius: 4px;
    font-weight: bold;
    color: #e3f2fb; /* ボタンの文字色 */
    background-color: #04B431; /* ボタンの背景色 */

    transition: transform 0.3s;
}

.article-btn2 a:hover {
    opacity: 0.6;
}

/*おすすめ商品*/
.item-box {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ccc;
}

.item-box:after {
    content: '';
    display: block;
    clear: both;
}

.item-box img {

    max-width: 100%;
}

.item-box > div {
    float: left;
    width: 50%;
}

.item-box-left {
    margin-top: 10%;
    padding-left: 0;
    text-align: center;
}

.item-box-right {
    position: relative;
}

.entry-content h4 {
    border-bottom: double 5px #bfe2f2;
    font-size: 17px;
}

.item-box-right p {
    font-size: 14px;
    text-align: center;
}

.item-box-right .item-btn {
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #4CAF50;
    border: 1px solid #009b46;
    border-radius: 5px;
    box-shadow: 0 3px 5px #e9e9e9, 0 3px rgba(45, 45, 45, 0.08);
    transition: all .3s;
}

.item-box-right .item-btn:hover {

    box-shadow: 0 1px 3px #e9e9e9, 0 3px rgba(45, 45, 45, 0.08);
    transition: all .3s;
}

.item-box-right .item-btn a {
    width: 100%;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 0;
    transition: all .3s;
}

.item-box-right .item-btn a:hover {
    background-color: #fff;
    border-color: #009b46;
    border-radius: 5px;
    color: #4CAF50;
    transition: all .3s;
}

@media screen and (max-width: 820px) {
    .item-box > div {
        width: 100%;
    }

    .item-box-right {
        margin-top: 0;
    }

    .item-box-right > h3 {
        margin-top: 0;
    }

    .item-box-right .item-label {
        right: -20px;
    }

    .item-box-left {
        margin-top: 0;
    }
}

/*トップページボタン
.button {
  display: inline-block;
  width: 80％;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #fff;

}
.button:hover {
  border-bottom :solid 5px #1a86bd;
}*/

/* step bar */

.stepBar {
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}

.stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 40px;
    padding: 0 40px 0 20px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 20px;
}

.stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}

.stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}

.stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
}

.stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stepBar .step.current {
    color: #FFF;
    background-color: #26bfa1;
}

.stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #26bfa1;
}

.stepBar.step2 .step {
    width: 50%;
}

.stepBar.step3 .step {
    width: 33.333%;
}

.stepBar.step4 .step {
    width: 25%;
}

.stepBar.step5 .step {
    width: 20%;
}

@media (max-width: 768px) {
    .entry-content .stepBar {
        padding: 1.5em 1em;
    }

    .stepBar.step3 .step,
    .stepBar.step4 .step,
    .stepBar.step5 .step {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }

    .stepBar .step:before, .stepBar .step:after {
        border: none;
    }

    .stepBar .step:before {
        content: none;
    }

    .stepBar .step:after,
    .stepBar .step:first-child:after {
        content: ">";
        left: 95%;
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
        color: #fff;

    }

}

/* end step bar*/

.cardtype__article-info {
    display: block;
}

.footer-pages ul li {
    text-align: left;
}

.external-source,
.external-source a {
    color: #aaa;
    font-size: 10px;
}

.cta-red {
    color: red;
}

#footer-fixed-banner {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: footer-fixed-image-fade-in;
    animation-duration: 3s;
    margin: 0 auto;
    text-align: center;
}

#footer-fixed-banner img {
    display: block;
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
}

@keyframes footer-fixed-image-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.entry-content table.tb-responsive {
    width: 100% !important;
    max-width: 100% !important;
}

/* article header ranking cta */
.ranking-cta-wrap {
    border: 1px solid #c0c0c0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.ranking-cta-wrap .ranking-cta {
    border: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.ranking-cta tr {
    border-bottom: none !important;
}

.ranking-cta td {
    border: none;
}

.ranking-cta td p {
    margin: 0 0 0;
}

.ranking-cta td ul {
    margin-top: 0;
    margin-bottom: 0em;
    padding-top: 0em;
}

.ranking-cta .add-gt-left {
    position: relative;
    padding-right: 25px;
}

.ranking-cta .add-gt-left:before {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 10px;
    vertical-align: middle;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: scale(1, 1.4);
    color: #c0c0c0;
}

/* feed fisco */

#fisco-feed {
    background: #fff;
    padding: 1px 8px;
    border: 2px solid #1a86bd;
    /*  border-radius: */
}

#fisco-feed hr {
    border: solid 1px #dadada;
}

#fisco-feed ul {
    position: relative;
    padding: 1em .5em 1em 2.5em;
    border-radius: 5px;
    margin: 0;
}

#fisco-feed ul li {
    border-bottom: 1px solid #dadada;
    padding: 3px 0;
    line-height: 1.5;
}

#fisco-feed ul li:last-child {
    border: none;
}

#fisco-feed ul li:before {
    position: absolute;
    left: 1em;
    color: #1a86bd;
    font-family: FontAwesome;
    content: "\f138";
}

@media (max-width: 480px) {
    #fisco-header-title {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .kodawari-td {
        padding: 10px;
        display: block;
        width: auto;
        border: none;
    }

    .kodawari-tr,
    .kodawari-td-last {
        border-bottom: none;
    }

    #tb-zeroselect-koredake {
        padding: 7px;
    }

    .zeroselect-title {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        vertical-align: middle;
    }

    .zeroselect-select {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        vertical-align: middle;
        background: white;
    }

    .zeroselect-result {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        vertical-align: middle;
        background: white;
    }

    #zerokara_search_btn {
        cursor: pointer;
    }
}

@media screen and (min-width: 640px) and (max-width: 2000px) {
    .kodawari-tr,
    .tb-zeroselect-koredake {
        padding: 7px;
    }

    .kodawari-td {
        padding: 7px;
        border: none;
    }

    .tb-zeroselect-koredake td:last-child {
        border: none;
    }

    .tb-zeroselect-koredake tr:not(:last-child) {
        border: none;
    }

    .zeroselect-title {
        padding-left: 30px;
        padding-right: 30px;
        display: table-cell;
        width: 25%;
        vertical-align: middle;
    }

    .zeroselect-select {
        padding-left: 30px;
        padding-right: 30px;
        display: table-cell;
        width: 45%;
        vertical-align: middle;
        background: white;
    }

    .zeroselect-result {
        padding-left: 30px;
        padding-right: 30px;
        display: table-cell;
        width: 30%;
        vertical-align: middle;
        background: white;
    }
}

.zeroselect-div {
    width: 90%;
    margin: 30px auto 45px;
}

.tb-zeroselect-koredake {
    padding: 10px;
    width: 100%;
    border-color: #0a001f;
    border-collapse: collapse;
}

.zeroselect-koredake-textwidget {
    background: #fff;
    padding: 1px 8px;
    border: 2px solid #1a86bd;
}

#td_kodawari_ripple {
    background: #1291C3;
}

#td_kodawari_nem {
    background: #17C4B3;
}

#td_kodawari_bitcoincache {
    background: #51C853;
}

#td_kodawari_litecoin {
    background: #888888;
    color: #ffffff;
}

#td_kodawari_ethereum {
    background: #E9999A;
}

#td_kodawari_monacoin {
    background: #B4A790;
}

#td_kodawari_ethereumclassic {
    background: #47884D;
    color: #ffffff;
}

#td_kodawari_token {
    background: #ffffff;
}

/*
ぜろはじセレクト用
*/

#zerokara_search_btn {
    font-size: 18px;
    font-weight: bold;
    background: #bfe2f2;
    width: 230px;
    text-align: center;
}

.zerohazi-sindan {
    color: #bfe2f2;
}

.zerohazi-sindan-text {
    color: #bfe2f2;
    font-size: 25px;
}

#zerohazi-body {
    background-image: url('2f6016ab56cf7375.png');
    background-size: 80px;
    width: 100%;
}

.zerohazi-banners {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#zerohazi-list {
    width: 100%;
}

#zerohazi-result-row {
    display: none;
}

.swiper-container {
    vertical-align: middle;
    width: auto;
    height: auto;
    display: inherit;
}

#swiper-slide {
    width: auto;
}

.banner_url:link {
    color: #ffffff;
}

.banner_url:visited {
    color: #ffffff;
}

.banner_url:hover {
    color: #ffffff;
}

.banner_url:active {
    color: #ffffff;
}

/* SP */
@media only screen and (max-width: 767px) {
    #zerohazi-logo-pc {
        display: none !important;
    }

    #zerohazi-logo-sp {
        display: block !important;
    }

    #zerohazi-br-nara::after {
        content: "\A";
        white-space: pre;
    }

    .trader_name {
        text-align: center;
    }

    #zerohazi-logo {
        padding-top: 10px;
    }

    .zerohazi-title {
        color: #ffffff;
        text-shadow: 2px 3px 15px #000;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        font-size: large;
    }

    #zerohazi-left {
        text-align: center;
    }

    .zerohazi-box-white {
        background-color: #ffffff;
        border-radius: 10px;
        border: 5px solid #ccccccf2;
        vertical-align: top;
        box-shadow: 0px 0px 10px 3px #968d8d;
    }

    .zerohazi-row {
        width: 100%;
        padding: 20px;
    }

    #zerohazi-select-title {
        text-align: center;
        padding: 5px;
        font-size: small;
    }

    #zerohazi-select-box {
        text-align: center;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0;
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        box-sizing: content-box;
    }

    .zerohazi-select-item {
        background-color: #ffffff;
        border-radius: 5px;
        border: 2px solid #ccccccf2;
        padding-left: 40px;
        width: 250px;
    }

    .zerohazi-select-sel:before {
        position: absolute;
        left: 15px;
        content: "\f078";
        transition: all 0.2s ease;
        color: #12598f;
        font-size: 20px;
        font-family: FontAwesome;
        top: 35px;
    }

    .zerohazi-select-sel {
        position: relative;
        display: inline-block;
        text-align: left;
    }

    .zerohazi-select-sel::after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    }

    #zerohazi-btn-search {
        text-align: center;
    }

    #zerohazi-result {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-top: 30px;
        display: block;
    }

    #zerohazi-result-banner {
        width: 30%;
        display: table-cell;
        vertical-align: middle;
    }

    #zerohazi-result-buttons {
        clear: both;
        vertical-align: middle;
    }

    .zerokara_search_btn {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    #zerohazi-traders {
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }

    #zerohazi-traders-text {
        color: #145d8f;
        font-weight: bold;
        text-align: center;
        font-size: small;
    }

    .zerohazi-traders {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }

    .zerohazi-traders-banner {
        position: relative;
        overflow: hidden;
        flex: 1;
        display: inline-block;
    }

    .zerohazi-traders-img {
        width: 151px;
        padding-left: 30px;
        padding-top: 20px;
        height: auto;
        padding-right: 20px;
    }
}

/* iPad */
@media only screen and (min-width: 768px) and (max-width: 1310px) {
    #zerohazi-logo-pc {
        display: none !important;
    }

    #zerohazi-logo-sp {
        display: block !important;
    }

    .trader_name {
        text-align: center;
    }

    #zerohazi-logo {
        padding-top: 10px;
    }

    .zerohazi-title {
        color: #ffffff;
        text-shadow: 2px 3px 15px #000;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        font-size: large;
    }

    #zerohazi-left {
        text-align: center;
    }

    .zerohazi-box-white {
        background-color: #ffffff;
        border-radius: 10px;
        border: 5px solid #ccccccf2;
        vertical-align: top;
        box-shadow: 0px 0px 10px 3px #968d8dad;
    }

    .zerohazi-row {
        width: 100%;
        padding: 20px;
    }

    #zerohazi-select-title {
        text-align: center;
        padding: 5px;
        font-size: large;
    }

    #zerohazi-select-box {
        text-align: center;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0;
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        box-sizing: content-box;
    }

    .zerohazi-select-item {
        background-color: #ffffff;
        border-radius: 5px;
        border: 2px solid #ccccccf2;
        padding-left: 40px;
        width: 250px;
    }

    .zerohazi-select-sel:before {
        position: absolute;
        left: 15px;
        content: "\f078";
        transition: all 0.2s ease;
        color: #12598f;
        font-size: 20px;
        font-family: FontAwesome;
        top: 35px;
    }

    .zerohazi-select-sel {
        position: relative;
        display: inline-block;
        text-align: left;
        margin-bottom: 30px;
        margin-left: 30px;
        width: 30%;
        margin-right: 100px;
    }

    .zerohazi-select-label {
        display: block;
        width: 300px;
    }

    .zerohazi-select-sel::after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    }

    #zerohazi-btn-search {
        text-align: center;
    }

    #zerohazi-result {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-top: 30px;
        display: block;
    }

    #zerohazi-result-banner {
        width: 30%;
        display: table-cell;
        vertical-align: middle;
    }

    #zerohazi-result-buttons {
        clear: both;
        vertical-align: middle;
    }

    .zerokara_search_btn {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    #zerohazi-traders {
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }

    #zerohazi-traders-text {
        color: #145d8f;
        font-weight: bold;
        text-align: center;
    }

    .zerohazi-traders {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }

    .zerohazi-traders-banner {
        position: relative;
        overflow: hidden;
        flex: 1;
        display: inline-block;
    }

    .zerohazi-traders-img {
        width: 350px;
        padding-left: 30px;
        padding-top: 20px;
        height: auto;
        padding-right: 20px;
    }
}

/* PC */
@media only screen and (min-width: 1311px) {
    #zerohazi-logo-pc {
        display: block !important;
    }

    #zerohazi-logo-sp {
        display: none !important;
    }

    .zerohazi-br::after {
        content: "\A";
        white-space: pre;
    }

    #zerohazi-logo {
        padding-left: 30px;
    }

    #zerohazi-title {
        margin-top: 30px;
        margin-left: 35px;
    }

    .zerohazi-title {
        color: #ffffff;
        text-shadow: 2px 3px 15px #000;
        font-weight: bold;
        margin-bottom: 20px;

        margin-left: 10px;
        font-size: x-large;
        padding-left: 30px;
    }

    #zerohazi-left {
        margin-left: 30px;
        width: 40%;
    }

    #zerohazi-right {
        width: 50%;
        box-shadow: 0px 0px 10px 3px #968d8dad;
    }

    .zerohazi-box-white {
        background-color: #ffffff;
        border-radius: 10px;
        border: 5px solid #ccccccf2;
        vertical-align: top;
    }

    .zerohazi-box {
        display: table-cell;
    }

    .zerohazi-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 30px 100px 40px 30px;
    }

    #zerohazi-select-title {
        text-align: center;
    }

    .zerohazi-select-sel {
        width: 70%;
    }

    .zerohazi-select-box {
        display: table-cell;
    }

    #zerohazi-select-box {
        text-align: center;
    }

    .zerohazi-select-label-pc-left {
        margin-right: 100px;
        margin-left: -40px;
    }

    .zerohazi-select-label {
        text-align: left;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0;
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        box-sizing: content-box;
    }

    .zerohazi-select-item {
        background-color: #ffffff;
        border-radius: 5px;
        border: 2px solid #ccccccf2;
        padding-left: 40px;
    }

    .zerohazi-select-sel:before {
        position: absolute;
        left: 15px;
        content: "\f078";
        transition: all 0.2s ease;
        color: #12598f;
        font-size: 20px;
        top: 33px;
        font-family: FontAwesome;
    }

    .zerohazi-select-sel {
        position: relative;
        display: inline-block;
        margin-top: 20px;
        width: 30%;
    }

    .zerohazi-select-sel::after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    }

    .zerohazi-select-label {
        float: left;
        width: 300px;
    }

    #zerohazi-btn-search {
        text-align: center;
    }

    #zerohazi-result {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-top: 30px;
        display: block;
    }

    #zerohazi-result-banner {
        width: 30%;
        display: table-cell;
        vertical-align: middle;
    }

    #zerohazi-result-text {
        width: 40%;
        padding-left: 50px;
        padding-right: 50px;
    }

    #zerohazi-result-buttons {
        width: 20%;
        clear: both;
        vertical-align: middle;
    }

    .zerokara_search_btn {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    #zerohazi-traders {
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }

    #zerohazi-traders-text {
        color: #145d8f;
        padding-left: 100px;
        width: 400px;
        font-weight: bold
    }

    .zerohazi-traders {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }

    .zerohazi-traders-banner {
        position: relative;
        overflow: hidden;
        flex: 1;
        display: inline-block;
    }

    .zerohazi-traders-img {
        width: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        height: 90px;
    }
}

/* SP */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

}

/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

iframe.wp-embedded-content {
	display: none;
}

/* ============================================================
   Editorial skin: 深緑 × ゴールドの高級感デザイン(指定スクリーンショット準拠)
   ============================================================ */
body {
    background: #e6ece9 !important;
    background-image: radial-gradient(ellipse at top left, #c7ddd3, transparent 65%) !important;
    color: #213831;
}
#container > .header {
    position: sticky;
    top: 0;
    z-index: 500;
    background: linear-gradient(115deg, #092f30, #135b51) !important;
    box-shadow: 0 5px 0 #b59a63, 0 15px 35px #092f3026 !important;
}
.desktop-nav a, .mobile-nav a, #drawer__open {
    color: #fff !important;
}
.desktop-nav a:hover, .mobile-nav a:hover {
    background: #ffffff18 !important;
}
.mobile-nav {
    background: #103f3a !important;
}
#main, .widget, .archive-header, .cardtype__article {
    border-radius: 18px;
    box-shadow: 0 12px 35px #183d3012;
}
#main { background: #fffefa; }
.article-header h1, .entry-title {
    color: #123e35;
    text-shadow: 0 1px 0 #fff;
}
#breadcrumb, #breadcrumb a { color: #416958 !important; }
.widgettitle, .widget-title, #sidebar .widget h4 {
    background: linear-gradient(110deg, #123e35, #22634f) !important;
    color: #fffefa !important;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0 -3px #b59a63;
}
.widget { background: #fffefa; }
.entry-content h2 {
    background: linear-gradient(110deg, #123e35, #21634f) !important;
    color: #fffefa !important;
    border-radius: 12px !important;
    box-shadow: inset 4px 0 #b59a63, 0 8px 20px #123e351a;
}
.entry-content h2:before {
    background: #b59a63;
    color: #123e35;
    border-color: #fffefa;
    border-radius: 12px;
}
.entry-content h3 {
    color: #123e35;
    background: #eaf1eb;
    border-left-color: #b59a63 !important;
    border-bottom-color: #cfddd3;
    border-radius: 0 10px 10px 0;
}
.entry-content table {
    border-color: #cfddd3;
    border-radius: 12px;
    box-shadow: 0 6px 22px #123e3510;
}
.entry-content th, .entry-content td { border-color: #d4ded7; }
.entry-content tr[bgcolor] { background: #eaf1eb; }
.entry-content tr[bgcolor]:not(:first-child) td {
    background: #eaf1eb;
    color: #123e35;
    font-weight: bold;
}
.entry-content tr[bgcolor]:first-child,
.entry-content tr[bgcolor]:first-child td {
    background: #123e35;
    color: #fffefa;
}
.entry-content table img { border-color: transparent; }
.entry-content a { color: #0f4a3d; }
#breadcrumb a { color: #0f4a3d !important; }
.article-btn a {
    background: linear-gradient(115deg, #0b4f46, #18715a);
    color: #fff !important;
    border-radius: 50px;
    box-shadow: inset 0 0 0 1px #ffffff30, 0 8px 0 #082f2c, 0 14px 25px #0b4f462b;
}
.article-btn a:hover {
    background: #093e37;
    box-shadow: inset 0 0 0 1px #b59a63, 0 8px 0 #082f2c, 0 14px 25px #0b4f463d;
}
.article-btn a::after {
    content: "→";
    font-family: inherit;
}
#ez-toc-container {
    background: #edf3ed !important;
    border-color: #a9c0b1 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}
.sng-box, .emphasize-link, .point {
    position: relative;
    border-color: #7b9d86 !important;
    background-color: #f0f5ee !important;
    border-radius: 12px;
    padding-left: 1.8em !important;
    overflow: hidden;
}
.sng-box::before, .emphasize-link::before, .point::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 8px;
    background: linear-gradient(#b59a63, #1c6e5b);
}
.sng-box .box-title, .emphasize-link::before {
    background: #123e35 !important;
    color: #fffefa !important;
}
.emphasize-link::before {
    width: auto;
    height: auto;
    position: absolute;
    top: -12px;
    left: 12px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    content: "あわせて読みたい";
}
#footer, .footer, #footer-menu {
    background: #103b34 !important;
    color: #fffefa !important;
}
#footer a, .footer a, #footer-menu a { color: #fffefa !important; }
.article-btn a:focus-visible {
    outline: 3px solid #b59a63;
    outline-offset: 5px;
}

/* 旧テーマ由来のアクセント(緑マーカー・タイムライン点)を統一 */
.entry-content .keiko_green,
.entry-content .keiko_yellow {
    background: linear-gradient(transparent 55%, #cfe3da 55%) !important;
}
.tl_marker.main-bc, .tl_marker.main-bdr {
    background-color: #123e35 !important;
    border-color: #123e35 !important;
}
.widget.widget_block,
.widget.popular-posts:not(:has(li)) {
    background: none;
    border: none;
    box-shadow: none;
}

/* ============================================================
   Refinement layer — タイポグラフィ階調・余白リズム・細部の作り込み
   ベースライン 8px グリッド / 見出し比 1.25 / 深緑 × ゴールド
   ============================================================ */
:root {
    --g-ink:      #1b2d27;
    --g-ink-soft: #55706a;
    --g-deep:     #0b3a32;
    --g-mid:      #175f52;
    --g-gold:     #b59a63;
    --g-gold-lt:  #d8bd7c;
    --g-line:     #dbe5df;
    --g-paper:    #fffefa;
    --g-tint:     #f1f6f2;
    --g-r-l: 18px;
    --g-r-m: 12px;
}

/* --- 面と奥行きを整理(影を1段に統一) --- */
#main {
    border: 1px solid var(--g-line);
    box-shadow: 0 1px 2px rgba(11, 58, 50, .04), 0 18px 44px rgba(11, 58, 50, .07);
    padding-bottom: 48px;
    overflow: hidden;
}
.widget, .archive-header, .cardtype__article {
    border: 1px solid var(--g-line);
    border-radius: var(--g-r-m);
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(11, 58, 50, .04), 0 10px 26px rgba(11, 58, 50, .05);
}
.sidebar > * + * { margin-top: 24px; }

/* --- 記事ヘッダー:金の細線で格を出す --- */
.article-header {
    padding: 40px 40px 28px;
    border-bottom: 1px solid var(--g-line);
    background: linear-gradient(180deg, var(--g-tint), var(--g-paper));
}
.article-header::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--g-gold), rgba(181, 154, 99, 0));
}
.article-header h1, .entry-title {
    margin: 0;
    font-size: 1.9em;
    line-height: 1.52;
    letter-spacing: -.005em;
    color: var(--g-ink);
    text-shadow: none;
}
#breadcrumb {
    margin: 0 0 12px;
    padding: 0;
    background: none !important;
    box-shadow: none;
    font-size: .8em;
}
.article-header .entry-meta, .article-header time { color: var(--g-ink-soft) !important; }

/* --- 本文:行送りと段落リズム --- */
.entry-content {
    padding: 32px 40px 0;
    line-height: 1.95;
    letter-spacing: .012em;
    color: var(--g-ink);
}
.entry-content p { margin: 0 0 1.6em; }
.entry-content > ul, .entry-content > ol { margin: 0 0 1.8em; line-height: 1.9; }
.entry-content img { border: none !important; border-radius: var(--g-r-m); }

/* --- 見出し階調 h2 : h3 : 本文 = 1.32 : 1.14 : 1 --- */
.entry-content h2 {
    margin: 3.2em 0 1.3em !important;
    padding: 20px 24px 20px 62px !important;
    background: linear-gradient(110deg, var(--g-deep), var(--g-mid)) !important;
    border-radius: var(--g-r-m) !important;
    box-shadow: inset 4px 0 var(--g-gold), 0 8px 22px rgba(11, 58, 50, .12);
    font-size: 1.32em;
    line-height: 1.5;
    letter-spacing: .015em;
}
.entry-content h2:before {
    left: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .78em;
    background: linear-gradient(160deg, var(--g-gold-lt), var(--g-gold));
    color: var(--g-deep);
    border: none;
    border-radius: 9px;
}
.entry-content h3 {
    margin: 2.6em 0 1.1em !important;
    padding: 4px 0 4px 18px !important;
    background: none !important;
    border-left: 4px solid var(--g-gold) !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--g-ink);
    font-size: 1.14em;
    line-height: 1.65;
    letter-spacing: .01em;
}
.entry-content h4 { color: var(--g-ink); letter-spacing: .01em; }

/* --- サイドバー見出し --- */
.widgettitle, .widget-title, #sidebar .widget h4 {
    margin: 0 !important;
    padding: 15px 18px !important;
    background: linear-gradient(110deg, var(--g-deep), var(--g-mid)) !important;
    border-radius: var(--g-r-l) var(--g-r-l) 0 0;
    box-shadow: inset 0 -2px var(--g-gold);
    font-size: .95em;
    letter-spacing: .03em;
}
.widget ul { padding: 8px 18px 16px; }
.widget li a:hover { color: var(--g-mid) !important; }

/* --- 比較表:罫線を締め、階層を3段に --- */
.entry-content table {
    border: 1px solid var(--g-line);
    border-collapse: collapse;
    border-radius: var(--g-r-m);
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(11, 58, 50, .04), 0 10px 26px rgba(11, 58, 50, .05);
    font-size: .95em;
}
.entry-content th, .entry-content td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid var(--g-line);
    vertical-align: middle;
}
.entry-content tr:last-child td { border-bottom: none; }
.entry-content tr[bgcolor] { background: var(--g-paper); }
.entry-content tr:nth-child(even) td { background: #fbfdfb; }
.entry-content tr[bgcolor]:not(:first-child) td {
    background: var(--g-tint);
    color: var(--g-deep);
    font-weight: bold;
}
.entry-content tr[bgcolor]:first-child {
    background: linear-gradient(110deg, var(--g-deep), var(--g-mid));
}
.entry-content tr[bgcolor]:first-child td {
    background: transparent;
    color: var(--g-paper);
    letter-spacing: .03em;
}
.entry-content table img { border-radius: 0; }

/* --- CTA:余白と当たり判定を最適化 --- */
.article-btn { margin: 2.6em 0; }
.article-btn a {
    box-sizing: border-box;
    width: 100%;
    max-width: 440px;
    margin: 8px auto !important;
    padding: 20px 28px !important;
    font-size: 1.04em;
    letter-spacing: .03em;
    border-radius: 999px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.article-btn a:hover { transform: translateY(-2px); }
.article-btn a:active { transform: translateY(2px); box-shadow: inset 0 0 0 1px #ffffff30, 0 4px 0 #082f2c; }
.article-btn a::after { margin-left: .7em; }

/* --- 目次・囲み --- */
#ez-toc-container {
    margin: 2.4em 0 !important;
    padding: 22px 26px !important;
    background: var(--g-tint) !important;
    border: 1px solid var(--g-line) !important;
    border-radius: var(--g-r-m) !important;
}
#ez-toc-container .ez-toc-title { color: var(--g-deep); letter-spacing: .03em; }
#ez-toc-container a { color: var(--g-ink) !important; }
#ez-toc-container a:hover { color: var(--g-mid) !important; }
.sng-box, .emphasize-link, .point {
    margin: 2.4em 0 !important;
    padding: 24px 26px 24px 30px !important;
    background: var(--g-paper) !important;
    border: 1px solid var(--g-line) !important;
    border-radius: var(--g-r-m);
    box-shadow: 0 1px 2px rgba(11, 58, 50, .04), 0 10px 26px rgba(11, 58, 50, .05);
}

/* --- フッター --- */
#footer, .footer, #footer-menu {
    margin-top: 56px;
    padding-top: 44px !important;
    background: linear-gradient(180deg, #124239, #0a2c26) !important;
    border-top: 1px solid var(--g-gold);
}
#footer a:hover, .footer a:hover, #footer-menu a:hover { color: var(--g-gold-lt) !important; }
#footer-menu ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; }

/* --- ヘッダーのナビ間隔 --- */
#inner-header {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 32px;
}
#logo {
    order: -1;
    margin-right: auto !important;
    flex: 0 0 auto;
}
.desktop-nav ul#menu-header { display: flex; gap: 2px; }
.desktop-nav li a {
    padding: 10px 16px !important;
    border-radius: 999px;
    font-size: .92em;
    letter-spacing: .015em;
}

/* --- レスポンシブ:小画面の余白と文字サイズ --- */
@media (max-width: 680px) {
    .article-header { padding: 24px 20px 20px; }
    .article-header h1, .entry-title { font-size: 1.42em; line-height: 1.6; }
    .article-header::after { margin-top: 16px; }
    .entry-content { padding: 24px 20px 0; line-height: 1.88; }
    .entry-content h2 {
        margin: 2.4em 0 1.1em !important;
        padding: 15px 16px 15px 54px !important;
        font-size: 1.12em;
    }
    .entry-content h2:before { left: 12px; }
    .entry-content h3 { font-size: 1.06em; }
    .entry-content table { font-size: .88em; }
    .entry-content th, .entry-content td { padding: 11px 8px; }
    .article-btn a { padding: 17px 20px !important; font-size: .98em; }
    #main { padding-bottom: 32px; }
}

/* --- 差し替えたアイキャッチ/サムネイルの表示比率を整える --- */
.post-thumbnail {
    margin: 0 0 8px;
    padding: 0 40px;
}
.post-thumbnail img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--g-r-m);
    border: 1px solid var(--g-line) !important;
}
.cardtype__thumb img, .cardtype__article img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0 !important;
}
.widget li img, .my-widget__img img, .popular-posts img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 680px) {
    .post-thumbnail { padding: 0 20px; }
}

/* --- テーマ既定のアクセント色(青)をブランドの深緑×ゴールドに統一 --- */
.accent-bc, .has-sango-accent-background-color {
    background-color: var(--g-mid) !important;
}
.accent-c, .has-sango-accent-color { color: var(--g-mid) !important; }
.main-bc, .main-bc-before li:before, .has-sango-main-background-color {
    background-color: var(--g-deep) !important;
}
.main-c, .main-c-b, .main-c-before li:before, .has-sango-main-color {
    color: var(--g-deep) !important;
}
.fab-btn {
    background-color: var(--g-deep) !important;
    box-shadow: 0 6px 18px rgba(11, 58, 50, .3);
}
.sns-btn__title { color: var(--g-ink-soft); letter-spacing: .06em; }
.cat-name, .pre_tag > span, .withtag_list > span {
    background-color: var(--g-deep) !important;
}
.pagination .current, .post-page-numbers.current, #submit, .searchform__submit {
    background-color: var(--g-deep) !important;
}
.pagination a:hover { border-color: var(--g-gold) !important; color: var(--g-deep) !important; }
#toc_container, #ez-toc-container, .li-mainbdr ul, .li-mainbdr ol {
    border-color: var(--g-line) !important;
}
.search-title i, .acc-bc-before li:before { background: var(--g-gold) !important; }

/* --- 本文カードとサイドバーカードの間に確実な余白を確保 --- */
#main {
    box-sizing: border-box;
    width: calc(69% - 28px) !important;
    margin-right: 28px !important;
}
@media (max-width: 900px) {
    #main {
        width: calc(66.66% - 20px) !important;
        margin-right: 20px !important;
    }
}
@media (max-width: 768px) {
    #main {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
