@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');



/* dauからの引き継ぎ */
.dau-twitter {
    padding: 14px 16px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    max-width: 320px;
    border: 2px solid #EAEAEA;
    border-radius: 8px;
    background-color: #fdfdfd;
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.dau-twitter__header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 12px 6px;
}

.dau-twitter__header .image-wrapper {
    padding: 0;
    background-color: #EAEAEA;
    border-radius: 50%;
}

.dau-twitter__header .image-wrapper img {
    display: block;
    width: 40px;
    height: 40px;
}

.dau-twitter__header p {
    padding: 2px 0 0 0.4em;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #1CA0F2;
}

.dau-twitter__content {
    margin: 0;
    padding: 0 0 15px;
    font-size: 16px;
    text-align: justify;
    border-bottom: 2.5px solid #EAEAEA;
}

.dau-twitter__footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 15px 0 0;
}

.dau-twitter__footer .image-wrapper img {
    display: block;
    width: 18px;
    height: 18px;
}

.dau-twitter__footer a {
    display: block;
    padding-top: 1px;
    font-size: 13px;
    text-decoration: none;
    color: #777777;
}

.dau-twitter__footer a:hover {
    color: #111111;
    text-decoration: underline;
}

.dau-2ch {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    padding: 20px 26px 12px;
    max-width: 320px;
    border-radius: 8px;
    background-color: #F4F4F4;
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.dau-2ch__header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 8px;
}

.dau-2ch__header .image-wrapper {
    padding: 0;
    background-color: #EAEAEA;
    border-radius: 50%;
}

.dau-2ch__header .image-wrapper span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #F6201F;
}

.dau-2ch__header p {
    padding: 2px 0 0 0.4em;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #198718;
}

.dau-2ch__content {
    margin: 0;
    padding: 0 0 8px;
    text-align: justify;
    font-size: 16px;
}

.dau-2ch__footer {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 16px;
}

.dau-2ch__footer a {
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
    text-decoration: none;
    color: #777777;
}

.dau-2ch__footer a:hover {
    color: #111111;
    text-decoration: underline;
}

.dau-web {
    padding: 22px 16px 16px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    max-width: 320px;
    border: 2px solid #EAEAEA;
    border-radius: 8px;
    background-color: #fdfdfd;
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.dau-web__header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 12px 3px;
}

.dau-web__header .image-wrapper {
    padding: 0;
}

.dau-web__header .image-wrapper img {
    display: block;
    width: 24px;
    height: 24px;
}

.dau-web__header p {
    padding: 2px 0 0 0.4em;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #F48C2C;
}

.dau-web__content {
    margin: 0;
    padding: 0 0 12px;
    text-align: justify;
    font-size: 16px;
}

.dau-web__footer {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
}

.dau-web__footer a {
    padding-top: 1px;
    font-size: 14px;
    color: #66A7F7;
    text-decoration: underline;
}

.dau-web__footer a:hover {
    text-decoration: none;
}

.dau-button {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    position: relative;
}

.dau-button__header {
    text-align: center;
}

.dau-button__header .dau-button-copy {
    display: inline-block;
    position: relative;
    padding: 8px 14px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    word-break: break-all;
}

.dau-button__header .dau-button-copy.is-bar::before,
.dau-button__header .dau-button-copy.is-bar::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    width: 3px;
    height: 14px;
    background-color: #222;
}

.dau-button__header .dau-button-copy.is-bar::before {
    left: 0;
    transform: skewX(35deg);
}

.dau-button__header .dau-button-copy.is-bar::after {
    right: 0;
    transform: skewX(-35deg);
}

.dau-button .dau-button-link {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 15px 40px 10px;
    max-width: 480px;
    min-height: 85px;
    line-height: 1.2;
    border-radius: 999px;
    border-bottom: 5px solid #00000066;
    background-color: #ec6e2b;
    color: #fdfdfd;
    text-decoration: none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dau-button .dau-button-link.is-note {
    padding-top: 15px;
}

.dau-button .dau-button-link:hover {
    transform: translateY(2px);
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid #00000000;
}

.dau-button .dau-button-link__inner {
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dau-button .dau-button-content {
    font-size: 22px;
    font-weight: bold;
    word-break: break-all;
}

.dau-button .dau-button-note {
    margin-top: 0;
    line-height: 1.2;
    font-size: 16px;
}


/* 参考ブロック */
.reference .refttl:before {
    display: none;
}

.reference .refttl>i {
    display: block;
    color: #ffb36b;
    font-family: FontAwesome;
    font-size: 1.5em;
    content: "\f02e";
}

/* SANGOタイトルつきブロック */
.sgb-box-simple__title {
    background: #333;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 35px;
    word-break: break-all;
}

.sgb-box-simple__body {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid;
    padding: 16px 35px;
}

/* 丸つきリスト */
.ol-circle ol {
    border: solid 0px #e8e8e8;
    padding: 0em 0.7em;
    list-style-type: none;
    counter-reset: number;
}

.ol-circle li {
    position: relative;
    padding: 0.5em 0 0.5em 34px;
    line-height: 1.5em;
}

.ol-circle li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    content: counter(number);
    counter-increment: number;
}

/* めもブロック */
.wp-block-sgb-message .sng-box-msg__title {
    display: inline-block;
    vertical-align: middle;
}

.wp-block-sgb-message .sng-box-msg__contents {
    color: #545454;
}

.wp-block-sgb-message .sng-box-msg__contents p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}


/* メリットデメリットブロックパターン */
.dau-merit-block-pattern .ol-circle ol,
.dau-demerit-block-pattern .ol-circle ol {
    border: solid 0px #e8e8e8;
    padding: 0em 0.7em;
}

/* ここまで：メリットデメリットブロックパターン */

/* 監修者ブロック */
.dau-supervisor-block-pattern {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.dau-supervisor-block-pattern .dau-supervisor-header {
    display: flex;
    align-items: center !important;
    margin-bottom: 0;
    gap: 10px !important;
}

.dau-supervisor-block-pattern .dau-supervisor-header .wp-block-column:nth-of-type(1) {
    width: 72px;
    flex-basis: 72px;
    flex-grow: 0;
    flex-shrink: 0;
}

.dau-supervisor-block-pattern .dau-supervisor-header .wp-block-column:nth-of-type(1) a {
    display: block;
}

.dau-supervisor-block-pattern .dau-supervisor-image {
    margin: 0 !important;
    width: 72px;
    height: 72px;
}

.dau-supervisor-block-pattern .dau-supervisor-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.dau-supervisor-block-pattern .dau-supervisor-image img {
    display: block;
    padding: 2px;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    object-fit: cover;
}

.dau-supervisor-block-pattern .dau-supervisor-header .wp-block-column:nth-of-type(2) {
    margin: 0 0 0 16px;
    width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}

.dau-supervisor-block-pattern .dau-supervisor-title {
    margin: 0;
    line-height: 1.5;
    font-size: 0.9375rem;
    color: #1a4a85;
}

.dau-supervisor-block-pattern .dau-supervisor-title a {
    color: #1a4a85;
    text-decoration: none;
}

.dau-supervisor-block-pattern .dau-supervisor-title a:hover {
    text-decoration: underline;
}

.dau-supervisor-block-pattern .dau-supervisor-name {
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
    color: #252525;
}

.dau-supervisor-block-pattern .dau-supervisor-name a {
    text-decoration: none;
    color: #252525;
}

.dau-supervisor-block-pattern .dau-supervisor-name a:hover {
    text-decoration: underline;
}

.dau-supervisor-block-pattern .dau-supervisor-main {
    position: relative;
    display: block;
    margin: 20px auto 1em 0;
    padding: 1em 1.4em;
    border-radius: 8px;
    font-size: 14px;
    color: #555;
    background: #EFF0F4;
}

.dau-supervisor-block-pattern .dau-supervisor-main p {
    margin: 0;
}

.dau-supervisor-block-pattern .dau-supervisor-main::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -12px;
    left: 52px;
    right: auto;
    bottom: auto;
    border: 6px solid transparent;

}

.dau-supervisor-block-pattern .dau-supervisor-main::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 50px;
    right: auto;
    bottom: auto;
    border: 8px solid transparent;
    border-bottom: 8px solid #EFF0F4;
    border-left: 8px solid #EFF0F4;
}

@media (max-width: 599px) {
    .dau-supervisor-block-pattern .wp-block-column:nth-of-type(1) {
        width: 64px !important;
        flex-basis: 64px !important;
    }

    .dau-supervisor-block-pattern .dau-supervisor-image {
        width: 64px;
        height: 64px;
    }

    .dau-supervisor-block-pattern .wp-block-column:nth-of-type(2) {
        width: calc(100% - 80px) !important;
        flex-basis: calc(100% - 80px) !important;
    }
}

/* ここまで：監修者ブロック */



/* カスタム関連記事ブロック */
.custom_related_articles {
    margin: 15px 0;
}

.custom_related_articles>p:not([class])>a {
    color: #0000ee;
    text-decoration: underline;
}

.custom_related_articles>p:not([class])>a::before {
    content: "関連記事";
    display: inline-block;
    background: #252525;
    color: #FFF;
    font-size: 95%;
    padding: 2px 8px;
    text-decoration: none;
    margin: 0 10px 0 0;
}



/* 評判ブロック */
.review-block {
    border: 10px solid #EFF0F4;
    padding: 15px 20px;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 782px) {
    .review-block {
        padding: 15px;
    }
}

#entry .review-block.wp-block-group h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
}

.review-block.wp-block-group h4 em {
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
}

.review-block.wp-block-group h4 .sgb-label-accent-c {
    font-weight: normal;
    font-size: 12px;
    background: #FF895B;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0.5em 0;
    color: #FFF;
    vertical-align: 3px;
}

#entry .review-block.wp-block-group h5 {
    margin: 2em 0 0.25em 0;
}

.review-block.wp-block-group p {
    font-size: 14px;
    margin: 0.5em 0;
}

.review-block .rate-box {
    border: none;
    border-top: 1px solid #272D44;
    border-bottom: 1px solid #272D44;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.review-block .rate-box .wp-block-columns {
    padding: 0.75em 1em;
    margin: 0 !important;
}

.review-block .rate-box .wp-block-columns:nth-child(even) {
    background: #eee;
}

.review-block .ark-block-dl {
    margin: 0;
}

.review-block .ark-block-dl__div {
    border: none;
    padding: 0;
    justify-content: flex-start;
}

.review-block .ark-block-dl__div .ark-block-dl__dt {
    flex: 1 0 auto;
    margin: 0 0.25em 0 0;
}

.review-block .ark-block-dl__div .ark-block-dl__dt .sgb-label-main-c {
    font-weight: normal;
    font-size: 12px;
    background: #272D44;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0.5em 0;
}

.review-block .ark-block-dl__div .ark-block-dl__dd {
    width: 100%;
}

.review-block .ark-block-dl__div .ark-block-dl__dd p {
    color: #000;
    line-height: 1.2;
}

.review-block .c-tabList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px;
}

.review-block .c-tabList>.c-tabList__item {
    flex: 1;
}



/* 口コミスクロール */
.voice-v-wrap {
    padding: 0;
    margin-bottom: 2rem;
}

div.has-background.voice-v-wrap {
    padding: 0;
}

.voice-v-block {
    background: #eee;
}

.voice-v-block .ark-block-columns__inner {
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin-left: 0;
    padding: 1.5rem;
}

.voice-v-block .ark-block-column {
    min-width: 60%;
    background: #fff;
    border-radius: 0.4rem;
    padding: 1.5rem;
}

.voice-v-block .ark-block-column:first-child {
    margin-left: 0;
}

.voice-v-block .rate-box {
    border: none;
}

.voice-v-block .rateline {
    padding: 0;
    text-align: left;
}

.voice-v-block .wp-block-sgb-rate {
    margin-top: 0;
}

.voice-v-block .rate-thing {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.3;
}

.voice-v-block .rate-star {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.voice-v-block p {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.voice-v-block .ark-block-column .wp-block-columns:first-of-type img:first-of-type {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 200px;
    border: 2px solid #eee;
    margin-bottom: 1rem;
}

@media screen and (max-width: 782px) {
    .voice-v-block .ark-block-column {
        min-width: 85%;
    }

    .voice-v-block .ark-block-columns__inner {
        padding: 1rem;
    }

    .voice-v-block .ark-block-column {
        padding: 1rem;
    }
}

/* 口コミスクロールここまで */

/* プロフィール */
.wp-block-sgb-hero,
.interview-profile {
    box-shadow: 0px 0px 16px rgb(0, 0, 0, 16%);
}

.interview-profile {
    --wp-column-gap: 0;
    position: relative;
}

.wp-block-sgb-hero {
    margin: 2em 0;
}

.wp-block-sgb-hero .divheader {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.interview-profile .divheader__headline,
.wp-block-sgb-hero .divheader__headline {
    font-size: 1.5rem;
    display: inline-block;
    background: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
    background: -webkit-linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin: 0 0 1em 0;
}

.wp-block-sgb-hero .divheader__img {
    flex: 1;
    line-height: 1px;
}

.interview-profile .divheader__img img,
.wp-block-sgb-hero .divheader__img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.interview-profile .divheader__text,
.wp-block-sgb-hero .divheader__text {
    position: relative;
    padding: 25px;
    line-height: 1.7;
}

.wp-block-sgb-hero .divheader__text {
    flex: 1;
}

.interview-profile:after,
.wp-block-sgb-hero .divheader__text:after {
    content: "Interview";
    font-family: 'Oooh Baby', cursive;
    position: absolute;
    color: #CBBACC;
    right: -2rem;
    top: 1rem;
    display: block;
    font-size: 4rem;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .wp-block-sgb-hero .divheader {
        align-items: center;
    }
}

@media screen and (max-width: 782px) {
    .wp-block-sgb-hero .divheader {
        flex-direction: column;
    }

    .interview-profile .divheader__text:after,
    .wp-block-sgb-hero .divheader__text:after {
        top: -3rem;
        right: 0;
    }
}

/* アコーディオンするQ&Aブロック */
.accordion-qa {}

.accordion-qa .swell-block-accordion__title,
.accordion-qa .swell-block-accordion__body {
    position: relative;
    clear: both;
    overflow: hidden;
}

.accordion-qa .swell-block-accordion__title {
    font-weight: bold;
}

.accordion-qa .swell-block-accordion__title::before,
.accordion-qa .swell-block-accordion__body::before {
    border-radius: 3px;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    width: 2em;
    color: #fff;
    float: left;
    margin: 0 0.9em 0 0;
}

.accordion-qa .swell-block-accordion__title::before {
    background-color: var(--color_deep02);
    content: "Q";
    flex: 0 0 2em;
}

.accordion-qa .swell-block-accordion__body::before {
    background-color: var(--color_deep04);
    content: "A";
}

.post-list .ark-block-blogCard {
    box-shadow: none;
}

.post-list .ark-block-blogCard .arkb-boxLink__inner {
    padding: 0;
    flex-direction: column;
}

.post-list .ark-block-blogCard .arkb-boxLink__figure {
    max-width: initial;
    flex: 1 1 100%;
    margin: 0;
    width: 100%;
}

.post-list .ark-block-blogCard .arkb-boxLink__more {
    display: none;
}

.post-list .ark-block-blogCard .arkb-boxLink__body {
    padding: 1em 0;
}

.post-list .ark-block-blogCard .wpel-icon {
    display: none !important;
}

/* sango見出し */
.wp-block-sgb-headings .sgb-heading__inner {
    display: block;
    padding: 0.5em 1em;
    font-weight: bold;
}

/* テーブルのthにリンクがあると読みづらい問題 */
.post_content thead th {
    color: #FFF;
}

.post_content thead th a {
    color: inherit;
}


/* sangoのアコーディオン */
.sgb-acc {
    margin: .9em 0
}

.sgb-acc__title {
    border: 1px solid rgba(82, 81, 101, .12);
    border-radius: 5px;
    box-shadow: 0 3px 6px -1px rgba(77, 88, 101, .15);
    cursor: pointer;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 39px 15px 15px;
    position: relative;
    transition: .3s
}

.sgb-acc__title:after {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    line-height: 15px;
    opacity: .7;
    position: absolute;
    right: 15px;
    top: 17px;
    top: calc(50% - 7.5px)
}

.fa4 .sgb-acc__title:after {
    font-family: FontAwesome
}

.sgb-acc__input {
    display: none
}

.sgb-acc__content--save {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: .3s
}

.sgb-acc__content--save>:first-child {
    margin-top: 0
}

.sgb-acc__input:checked~.sgb-acc__content {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: .9em 0
}

.sgb-acc__input:checked+.sgb-acc__title:after {
    content: ""
}

.sgb-acc__input:checked+.sgb-acc__title {
    box-shadow: none
}

/* sango番号つきリスト */
.is-style-sango-list-circle {
    background-color: inherit;
    border: none !important;
    margin: 0;
    padding: 0 0 0 1.1em;
    counter-reset: number;
    list-style-type: none !important;
    padding-left: 0 !important;
}

.is-style-sango-list-circle li {
    line-height: 1.5em;
    padding: .5em 0 .5em 34px;
    position: relative;
}

.is-style-sango-list-circle li::before {
    background: var(--sgb-list-icon-color, #5c9ee7);
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: inline-block;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

/* sango 指つきリスト */
.is-style-sango-list-yubi {
    border: 4px double var(--sgb-list-border-color, #21b384);
    padding: 1em .5em 1em 2.5em !important;
    position: relative;
}

.is-style-sango-list-yubi li {
    line-height: 1.5;
    list-style-type: none !important;
    padding: .5em 0;
    position: relative;
}

.is-style-sango-list-yubi li::before {
    color: var(--sgb-list-icon-color, #21b384);
    content: "→";
    left: -1.4em;
    position: absolute;
}




/* 3行でわかる!まとめブロックパターン */
.dau-three-point-block-pattern {
    position: relative;
    margin-bottom: 1.5em;
}

.dau-three-point-block-pattern .dau-three-point-blowing {
    position: relative;
    z-index: 999;
    display: inline-block;
    padding: 0 1em;
    margin: 0 0 0 1em;
    border: 2px solid #b69b18;
    border-radius: 10px;
    color: #b69b18;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.dau-three-point-block-pattern .dau-three-point-blowing:after,
.dau-three-point-block-pattern .dau-three-point-blowing:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 40px;
    width: 0;
    height: 0;
    border: solid transparent;
}

.dau-three-point-block-pattern .dau-three-point-blowing:after {
    margin-left: -13px;
    border-width: 13px 13px 0 0;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
}

.dau-three-point-block-pattern .dau-three-point-blowing:before {
    margin-left: -15px;
    border-width: 18px 18px 0 0;
    border-color: rgba(182, 155, 24, 0);
    border-top-color: #000;
}

.dau-three-point-list-wrap {
    position: relative;
    margin-top: -1em;
    padding: 0 0.8em 0.6em;
    border-radius: 4px 4px 0 0;
}

.dau-three-point-block-pattern .dau-three-point-list {
    counter-reset: listindex 0;
    margin: 0;
    padding: 1.4em 0;
    border: none;
    list-style: none;
}

.dau-three-point-block-pattern .dau-three-point-list li {
    position: relative;
    padding: 0.8em 0 0.75em 2.2em;
    font-weight: bold;
    font-size: 17px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.dau-three-point-block-pattern .dau-three-point-list li::before {
    content: counter(listindex, decimal);
    counter-increment: listindex 1;
    position: absolute;
    top: calc(50% - 0.9em - 1px);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8em;
    height: 1.8em;
    line-height: 1;
    font-size: 0.875em;
    border-radius: 9999px;
    font-weight: bold;
    background: #EBEBEB;
    color: #000;
}

.dau-three-point-block-pattern .dau-three-point-list-wrap {
    border: none;
    background: #fff;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    padding-bottom: 0;
}

@media screen and (min-width: 769px) {
    .dau-three-point-list-wrap {
        padding: 0 1em 0.8em;
    }

    .dau-three-point-block-pattern .dau-three-point-list li {
        position: relative;
        padding: 1em 0 0.95em 3.2em;
    }

    .dau-three-point-block-pattern .dau-three-point-list li::before {
        left: 1em;
    }
}

/* ここまで：3行でわかる!まとめブロックパターン */

/* ふきだし */
.box23 {
    position: relative;
    margin: 1.5em 0em 1em 40px;
    padding: 20px;
    border-radius: 30px;
    background: #EFF0F4;
    font-size: 15px;
}

.box23:after {
    position: absolute;
    bottom: 0;
    left: -23px;
    color: #EFF0F4;
    font-family: FontAwesome;
    font-size: 23px;
    content: "\f111";
}

.box23::before {
    position: absolute;
    bottom: 0;
    left: -40px;
    color: #EFF0F4;
    font-family: FontAwesome;
    font-size: 15px;
    content: "\f111";
}

.box23::after {
    position: absolute;
    bottom: 0;
    left: -23px;
    color: #EFF0F4;
    font-family: FontAwesome;
    font-size: 23px;
    content: "\f111";
}

.box6 {
    margin: 2em 0;
    padding: 1.5em 1em;
    border: dashed 2px #6bb6ff;
    background: #edf6ff;
}

/* リスト */
.post_content :where(ul:not([class])) {
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
    border: solid 2px var(--sgb-list-border-color, #e8e8e8);
    background-color: var(--sgb-list-box-color, none);
    box-shadow: var(--sgb-list-box-shadow, none);
    color: var(--sgb-list-color, inherit);
    border-radius: 3px;
}

.sgb-box-simple .sgb-box-simple__body ul {
    background-color: inherit;
    border: none !important;
    margin: 0;
    padding: 0 0 0 1.1em;
}

.is-style-sango-list-check {
    border: 2px solid #ffb03f;
    padding: 1em .5em 1em 2.5em !important;
    position: relative;
}

.is-style-sango-list-check li {
    line-height: 1.5;
    list-style-type: none !important;
    padding: .5em 0;
    position: relative;
}

.is-style-sango-list-check li:before {
    color: #ffb03f;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: -1.4em;
    position: absolute;
}

.is-style-sango-list-chevron {
    border: 2px solid skyblue;
    border-radius: 5px;
    padding: 1em .5em 1em 2.5em !important;
    position: relative;
}

.is-style-sango-list-chevron li {
    line-height: 1.5;
    list-style-type: none !important;
    padding: .5em 0;
    position: relative;
}

.is-style-sango-list-chevron li:before {
    color: var(--sgb-list-icon-color, skyblue);
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: -1.4em;
    position: absolute;
}


/* sangoアイコン */
.sgb-label-accent-c,
.sgb-label-main-c {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: .87em;
    font-weight: 700;
    line-height: 1.1;
    margin-right: 5px;
    padding: .25em .35em
}

.sng-inline-btn,
.sng-inline-secondary-btn {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2), 0 2px 3px -2px rgba(0, 0, 0, .15);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: .5em;
    padding: .4em 1.3em;
    text-decoration: none;
    text-decoration: none !important;
    transition: var(--wp--custom--transition--default);
    vertical-align: middle
}

.sng-inline-btn:hover,
.sng-inline-btn:link,
.sng-inline-btn:visited,
.sng-inline-secondary-btn:hover,
.sng-inline-secondary-btn:link,
.sng-inline-secondary-btn:visited {
    color: #fff
}

.sng-inline-btn:focus,
.sng-inline-btn:hover,
.sng-inline-secondary-btn:focus,
.sng-inline-secondary-btn:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 13px 20px -3px rgba(0, 0, 0, .24)
}

.sng-inline-btn,
.sng-inline-btn:active,
.sng-inline-btn:focus,
.sng-inline-btn:hover {
    background-color: #5ba9f7
}

.sng-inline-secondary-btn,
.sng-inline-secondary-btn:active,
.sng-inline-secondary-btn:focus,
.sng-inline-secondary-btn:hover {
    background-color: #ffb36b
}

.sng-inline-btn a,
.sng-inline-secondary-btn a {
    color: #fff;
    display: inline-block;
    margin: -.4em -1.3em;
    padding: .4em 1.3em;
    text-decoration: none
}

.sng-inline-btn a:link,
.sng-inline-secondary-btn a:link {
    color: #fff;
    text-decoration: none
}

.rich-text:focus .sng-inline-btn[data-rich-text-format-boundary],
.rich-text:focus .sng-inline-secondary-btn[data-rich-text-format-boundary] {
    background-color: #5ba9f7
}

.inline-rate-star {
    color: #ffb500;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.inline-rate-star:before {
    content: ""
}

.inline-rate-star-half {
    color: #ffb500;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.inline-rate-star-half:before {
    content: ""
}

.inline-rate-star-empty {
    color: rgba(0, 0, 0, .15);
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.inline-rate-star-empty:before {
    content: ""
}

.sgb-label-main-c {
    background-color: var(--color_main);
}

.sgb-label-accent-c {
    background-color: #ffb500;
}


/* sangoふきだし */
.sgb-block-say {
    margin: 1.5em 0;
    min-height: 90px;
    padding-top: 5px;
    position: relative;
    width: 100%
}

.sgb-block-say-avatar {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px
}

.sgb-block-say-avatar img {
    border: 3px solid #eaedf2;
    border-radius: 50%;
    height: 80px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

.sgb-block-say-avatar__name {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px
}

.sgb-block-say-text {
    font-size: .95em;
    padding-left: 90px;
    width: 100%
}

.sgb-block-say--mind .sgb-block-say-text {
    padding-left: 130px
}

.sgb-block-say-text__content {
    background: #fff;
    border: 2px solid #d5d5d5;
    border-radius: 12px;
    display: inline-block;
    padding: 13px;
    position: relative;
    text-align: left;
    word-break: break-all
}

.sgb-block-say-text__content p {
    margin: 5px 0;
    padding: 0
}

.sgb-block-say .sgb-block-say-text__content ol.is-style-default,
.sgb-block-say .sgb-block-say-text__content ol:not([class]),
.sgb-block-say .sgb-block-say-text__content ul.is-style-default,
.sgb-block-say .sgb-block-say-text__content ul:not([class]) {
    background: transparent;
    border: none;
    margin: 5px 0;
    padding: 0 0 0 1.3em
}

.sgb-block-say-text__after,
.sgb-block-say-text__before {
    border: 12px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px
}

.sgb-block-say-text__before {
    border-right: 12px solid #d5d5d5;
    left: -24px
}

.sgb-block-say-text__after {
    border-right: 12px solid #fff;
    left: -21px
}

.sgb-block-say--right .sgb-block-say-avatar {
    left: auto;
    right: 0
}

.sgb-block-say--right .sgb-block-say-text {
    padding-left: 0;
    padding-right: 90px;
    text-align: right
}

.sgb-block-say--right .sgb-block-say-text__after,
.sgb-block-say--right .sgb-block-say-text__before {
    border-color: transparent;
    left: auto
}

.sgb-block-say--right .sgb-block-say-text__before {
    border-left-color: #d5d5d5;
    right: -24px
}

.sgb-block-say--right .sgb-block-say-text__after {
    border-left-color: #fff;
    right: -21px
}

.sgb-block-say--right.sgb-block-say--mind .sgb-block-say-mind__before {
    left: auto;
    right: -45px
}

.sgb-block-say--right.sgb-block-say--mind .sgb-block-say-mind__after {
    left: auto;
    right: -28px
}

.sgb-block-say--full .sgb-block-say-text,
.sgb-block-say--full .sgb-block-say-text__content {
    display: block
}

.sgb-block-say--bottom .sgb-block-say-avatar {
    position: static
}

.sgb-block-say--bottom .sgb-block-say-text {
    margin-top: 20px;
    padding-left: 0
}

.sgb-block-say--bottom .sgb-block-say-text__before {
    border-bottom: 12px solid #d5d5d5;
    border-right: 12px solid transparent;
    left: 24px;
    top: -24px
}

.sgb-block-say--bottom .sgb-block-say-text__after {
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    left: 24px;
    top: -21px
}

.sgb-block-say--bottom.sgb-block-say--right .sgb-block-say-avatar {
    margin-left: auto
}

.sgb-block-say--bottom.sgb-block-say--right .sgb-block-say-text {
    padding-right: 0
}

.sgb-block-say--bottom.sgb-block-say--right .sgb-block-say-text__after,
.sgb-block-say--bottom.sgb-block-say--right .sgb-block-say-text__before {
    border-left-color: transparent;
    left: auto;
    right: 24px
}

.sgb-block-say-mind {
    left: 0;
    position: absolute;
    top: 30px
}

.sgb-block-say-mind.sgb-block-say-mind--right {
    left: auto;
    right: 0
}

.sgb-block-say-mind__before {
    height: 15px;
    left: -45px;
    width: 15px
}

.sgb-block-say-mind__after,
.sgb-block-say-mind__before {
    border: 2px solid #d5d5d5;
    border-radius: 50%;
    bottom: 0;
    position: absolute
}

.sgb-block-say-mind__after {
    height: 23px;
    left: -28px;
    width: 23px
}

@media only screen and (min-width:481px) {
    .sgb-block-say-avatar {
        width: 80px
    }

    .sgb-block-say-text {
        padding-left: 100px
    }

    .sgb-block-say--right .sgb-block-say-text {
        padding-left: 0;
        padding-right: 100px
    }

    .sgb-block-say--mind.sgb-block-say--right .sgb-block-say-text {
        padding-left: 0;
        padding-right: 130px
    }

    .sgb-block-say--bottom.sgb-block-say--right .sgb-block-say-text {
        padding-right: 0
    }

    .sgb-block-say {
        padding-top: 15px
    }
}

@media only screen and (min-width:769px) {
    .sgb-block-say-text__content {
        padding: 10px 20px
    }
}

/* sango見出し */
.sgb-heading {
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    font-size: 1em !important;
    line-height: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    word-break: break-all
}

.entry-content .sgb-heading {
    margin: 2.5em 0 .8em
}

.sgb-heading__inner {
    display: block;
    font-weight: 700;
    line-height: 1.4
}

.sgb-heading__inner.with-icon {
    position: relative
}

.sgb-heading__inner.with-icon:not(.hh) {
    padding-left: 1.8em
}

.sgb-heading__inner.with-icon i {
    left: .6em;
    position: absolute;
    top: .9em
}

.sgb-heading__inner.with-icon.hh i,
.sgb-heading__inner.with-icon.sgb-heading__inner--center i,
.sgb-heading__inner.with-icon.sgb-heading__inner--right i {
    position: static;
    vertical-align: middle
}

.sgb-heading__inner.with-icon.hh i {
    margin-right: 5px
}

.sgb-heading__inner.with-icon.sgb-heading__inner--center i,
.sgb-heading__inner.with-icon.sgb-heading__inner--right i {
    margin-right: 10px
}

.sgb-heading--type1 {
    background: transparent !important;
    border-bottom: 3px solid transparent;
    padding: .3em 0
}

.sgb-heading--type1.with-icon {
    padding-left: 1.4em
}

.sgb-heading--type1.with-icon i {
    left: 0;
    top: .5em
}

.sgb-heading--type2 {
    border: 2px solid transparent;
    border-radius: 2px;
    padding: .75em .65em
}

.sgb-heading--type3 {
    border-left-style: solid;
    border-left-width: 5px;
    border-radius: 0;
    padding: .75em .65em
}

.sgb-heading--type4 {
    border-radius: 3px;
    margin-bottom: 1.5em;
    padding: .75em .65em;
    position: relative
}

.sgb-heading--type4:after {
    border: 12px solid transparent;
    border-top-color: inherit;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: 100%;
    top: calc(100% - 1px);
    width: 0
}

.sgb-heading--type5 {
    background-color: #b4e0fa;
    padding: .85em .8em;
    position: relative
}

.sgb-heading--type5:after {
    border: 1px dashed;
    border-color: inherit;
    content: "";
    height: 90%;
    height: calc(100% - 11px);
    left: 5px;
    position: absolute;
    top: 5px;
    width: 90%;
    width: calc(100% - 11px)
}

.sgb-heading--type5.with-icon {
    padding-left: 2em
}

.sgb-heading--type5.with-icon i {
    left: .75em;
    top: 1em
}

#inner-content .wp-block-sgb-headings .hh6 {
    border: 3px solid #009ef3;
    border-radius: .5em;
    color: #009ef3;
    padding: .5em
}

#inner-content .wp-block-sgb-headings .hh7 {
    background: #b4e0fa;
    border-bottom: 3px solid #009ef3;
    color: #010101;
    padding: .5em
}

#inner-content .wp-block-sgb-headings .hh8 {
    background: #fffaf4;
    border-left: 5px solid #ffaf58;
    color: #494949;
    padding: .5em
}

#inner-content .wp-block-sgb-headings .hh9 {
    background: #b4e0fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .23);
    padding: .5em
}

#inner-content .wp-block-sgb-headings .hh10 {
    background: #b4e0fa;
    border-radius: 25px 0 0 25px;
    color: #505050;
    display: block;
    line-height: 1.3;
    padding: .5em;
    vertical-align: middle
}

#inner-content .wp-block-sgb-headings .hh10:before {
    color: #fff;
    content: "●";
    display: inline-block;
    margin-right: 8px
}

#inner-content .wp-block-sgb-headings .hh11 {
    background: #b4e0fa;
    padding: .6em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh11:after {
    border: 15px solid transparent;
    border-top-color: #b4e0fa;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 100%;
    width: 0
}

#inner-content .wp-block-sgb-headings .hh12 {
    border: 1px dashed #96c2fe
}

#inner-content .wp-block-sgb-headings .hh12,
#inner-content .wp-block-sgb-headings .hh13 {
    background: #b4e0fa;
    box-shadow: 0 0 0 5px #b4e0fa;
    color: #454545;
    margin-left: auto;
    margin-right: auto;
    padding: .2em .5em
}

#inner-content .wp-block-sgb-headings .hh13 {
    border: 1px dashed #fff
}

#inner-content .wp-block-sgb-headings .hh14 {
    background: #b4e0fa;
    border: 2px dashed #fff;
    box-shadow: 0 0 0 5px #b4e0fa;
    color: #454545;
    margin-left: auto;
    margin-right: auto;
    padding: .2em .5em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh14:after {
    border-color: #fff #fff #a8d4ff;
    border-style: solid;
    border-width: 0 0 15px 15px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    content: "";
    left: -7px;
    position: absolute;
    top: -7px
}

#inner-content .wp-block-sgb-headings .hh15 {
    background: #7fbae9;
    color: #fff;
    padding: .5em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh15:before {
    border: none;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #74a4cb;
    content: "";
    left: 0;
    position: absolute;
    top: 100%
}

#inner-content .wp-block-sgb-headings .hh16 {
    background: #a6d3c8;
    color: #fff;
    padding: .5em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh16:before {
    border: none;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #959e9b;
    content: "";
    left: 0;
    position: absolute;
    top: 100%
}

#inner-content .wp-block-sgb-headings .hh17 {
    border-bottom: 3px solid #cbcbcb;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh17:after {
    border-bottom: 3px solid #009ef3;
    bottom: -3px;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    width: 30%
}

#inner-content .wp-block-sgb-headings .hh18 {
    border-bottom: 3px solid #b4e0fa;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh18:after {
    border-bottom: 3px solid #009ef3;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 30%
}

#inner-content .wp-block-sgb-headings .hh19 {
    padding-left: 25px;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh19:before {
    border: none;
    border-bottom: 15px solid #77c3df;
    border-left: 15px solid transparent;
    bottom: -3px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

#inner-content .wp-block-sgb-headings .hh19:after {
    border-bottom: 3px solid #77c3df;
    bottom: -3px;
    content: "";
    left: 10px;
    position: absolute;
    width: 100%
}

#inner-content .wp-block-sgb-headings .hh20 {
    padding: .3em .5em
}

#inner-content .wp-block-sgb-headings .hh20,
#inner-content .wp-block-sgb-headings .hh21 {
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 0, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 0, #e9f4ff 7px);
    text-shadow: 0 0 5px #fff
}

#inner-content .wp-block-sgb-headings .hh21 {
    border-left: 7px solid #009ef3;
    padding: .3em
}

#inner-content .wp-block-sgb-headings .hh22 {
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 0, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 0, #e9f4ff 7px);
    border-bottom: 2px solid #6cb4e4;
    border-top: 2px solid #6cb4e4;
    color: #6cb4e4;
    padding: .25em;
    text-align: center
}

#inner-content .wp-block-sgb-headings .hh23 {
    padding: .3em 0;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh23:after {
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 0, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 0, #fff 4px);
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%
}

#inner-content .wp-block-sgb-headings .hh24 {
    display: table;
    padding: 0 55px;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh24:after,
#inner-content .wp-block-sgb-headings .hh24:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 45px
}

#inner-content .wp-block-sgb-headings .hh24:before {
    left: 0
}

#inner-content .wp-block-sgb-headings .hh24:after {
    right: 0
}

#inner-content .wp-block-sgb-headings .hh25 {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: .25em 1em;
    position: relative;
    text-align: center
}

#inner-content .wp-block-sgb-headings .hh25:after,
#inner-content .wp-block-sgb-headings .hh25:before {
    background-color: #000;
    content: "";
    height: calc(100% + 14px);
    position: absolute;
    top: -7px;
    width: 2px
}

#inner-content .wp-block-sgb-headings .hh25:before {
    left: 7px
}

#inner-content .wp-block-sgb-headings .hh25:after {
    right: 7px
}

#inner-content .wp-block-sgb-headings .hh26 {
    display: table;
    line-height: 1.4;
    padding: .25em 1em;
    position: relative;
    top: 0
}

#inner-content .wp-block-sgb-headings .hh26:after,
#inner-content .wp-block-sgb-headings .hh26:before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 8px
}

#inner-content .wp-block-sgb-headings .hh26:before {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    left: 0
}

#inner-content .wp-block-sgb-headings .hh26:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    content: "";
    right: 0
}

#inner-content .wp-block-sgb-headings .hh27:first-letter {
    font-size: 2em
}

#inner-content .wp-block-sgb-headings .hh28 {
    padding: .25em 0;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh28:after {
    background: linear-gradient(90deg, #009ef3, transparent);
    content: "";
    display: block;
    height: 4px;
    width: 100%
}

#inner-content .wp-block-sgb-headings .hh29 {
    background: linear-gradient(90deg, #ffba73, transparent);
    color: #545454;
    padding: .1em .5em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh30 {
    line-height: 1.4;
    padding-left: 1.2em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh30:before {
    color: #5ab9ff;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 1em;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0
}

#inner-content .wp-block-sgb-headings .hh31 {
    background: #fffff4;
    border-bottom: 1px dotted gray;
    border-top: 1px dotted gray;
    color: #ff6a6a;
    line-height: 1.4;
    padding: .5em .5em .5em 1.5em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh31:before {
    color: #ff6a6a;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 1em;
    font-weight: 900;
    left: .25em;
    position: absolute;
    top: .5em
}

#inner-content .wp-block-sgb-headings .hh32 {
    background: #81d0cb;
    color: #fff;
    line-height: 1.4;
    padding: .5em .5em .5em 1.8em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh32:before {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: .5em;
    position: absolute
}

#inner-content .wp-block-sgb-headings .hh33 {
    background: #b0dcfa;
    border-radius: .5em;
    color: #fff;
    padding: .5em
}

#inner-content .wp-block-sgb-headings .hh34 {
    color: #7b6459;
    padding-left: 1.2em;
    position: relative
}

#inner-content .wp-block-sgb-headings .hh34:before {
    color: #ff938b;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 1em;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0
}

#inner-content .wp-block-sgb-headings .hh35 {
    background: #f57a78;
    box-sizing: border-box;
    color: #fff;
    display: table;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 30px;
    position: relative;
    text-align: center;
    vertical-align: middle
}

#inner-content .wp-block-sgb-headings .hh35:after,
#inner-content .wp-block-sgb-headings .hh35:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1
}

#inner-content .wp-block-sgb-headings .hh35:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    left: 0;
    top: 0
}

#inner-content .wp-block-sgb-headings .hh35:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 25px 15px 25px 0;
    right: 0;
    top: 0
}

#inner-content .wp-block-sgb-headings .hh36 {
    background: #ffc668;
    box-sizing: border-box;
    color: #fff;
    display: table;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 40px 0 18px;
    position: relative;
    text-align: center;
    vertical-align: middle
}

#inner-content .wp-block-sgb-headings .hh36:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 30px 15px 30px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1
}




@media only screen and (min-width: 782px) {
    .pc-hide {
        display: none;
    }
}

@media only screen and (max-width: 781px) {
    .sp-hide {
        display: none;
    }
}


/* フッター前のカテゴリ、タグ一覧表示のスタイル */
/* ウィジェット全体 */
.ctw-widget {
    width: 100%;
    height: auto;
    background-color: #35A7AB;
    background-image: url(http://localhost:8085/wp-content/uploads/2025/06/AdobeStock_970183132_Preview-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
}

/* 各セクション */
.ctw-section-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 48px;
    gap: 64px;
}

@media (max-width: 768px) {
    .ctw-section-container {
        flex-direction: column-reverse;
        padding: 32px;
        gap: 48px;
    }
}

.ctw-section-container .left-container {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
}

.ctw-section-container .left-container .logo_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ctw-section-container .left-container .logo_container>img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ctw-section-container .left-container .logo_container .sns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.ctw-section-container .left-container .logo_container .sns>a {
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.4s;
}

.ctw-section-container .left-container a:hover {
    opacity: 0.6;
}

.ctw-section-container .left-container .logo_container .sns>a>i {
    font-size: 24px;
}

.ctw-section-container .left-container .logo_container .sns>a>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ctw-section-container .left-container .site-meta {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ctw-section-container .left-container .site-meta>a {
    font-size: 14px;
    text-decoration: none;
}

.ctw-section-container .right-container {
    flex: 3;
}

.ctw-section {
    margin-bottom: 1.5rem;
}

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

/* セクションヘッダー */
.ctw-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.ctw-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    border-radius: 9999px;
    font-size: 1rem;
}

/* カテゴリアイコン色 */
.ctw-section--categories .ctw-icon {
    color: #059669;
    /* Tailwind green-500 相当 */
}

/* タグアイコン色 */
.ctw-section--tags .ctw-icon {
    color: #a16207;
    /* Tailwind yellow-600 相当 */
}

.ctw-section-title {
    color: #fff !important;
    font-size: 1.125rem;
}

/* リスト部分 */
.ctw-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 共通アイテム */
.ctw-item {
    display: inline-block;
    border-radius: 9999px;
    font-size: 0.875rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

/* カテゴリアイテム */
.ctw-item--category {
    background-color: #fff;
    color: #35A7AB !important;
    border: 1px solid #35A7AB;
    padding: 8px 16px;
    transition: all 0.4s;
}

.ctw-item--category:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff !important;
}

/* タグアイテム */
.ctw-item--tag {
    color: #fff !important;
    letter-spacing: 0.2px;
    transition: all 0.4s;
}

.ctw-item--tag:hover {
    opacity: 0.4;
}

/* 画像ラッパー */
.ctw-image-wrapper {
    text-align: center;
}

/* 画像 */
.ctw-image {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    display: inline-block;
}

@media (max-width: 768px) {

    /* 1) 親を縦並びに */
    .ctw-section-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 40px 16px 16px;
    }

    /* 2) 左右コンテナをいったんフレックスアイテムから“除外”し、
        その中の子要素を直接 .ctw-section-container のフレックスアイテムにする */
    .ctw-section-container>.left-container,
    .ctw-section-container>.right-container {
        display: contents;
    }

    /* 3) 各要素に表示順 (order) を指定 */
    .logo_container {
        order: 1;
    }

    .ctw-section--categories {
        order: 2;
        border-bottom: 1px solid;
    }

    .ctw-section--tags {
        order: 3;
        border-bottom: 1px solid;
    }

    .site-meta {
        order: 4;
    }

    .ctw-section {
        margin-bottom: 0;
        padding-bottom: 16px;
    }

    .ctw-section-container .left-container .site-meta {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 16px;
    }

    .logo_container {
        width: 100%;
        text-align: center;
    }

    .ctw-section-container .left-container .logo_container>img {
        width: 80%;
        margin: auto;
    }

    .ctw-section-container .left-container .logo_container .sns {
        justify-content: center;
    }
}

.l-footer__widgetArea {
    background: linear-gradient(180deg, #E3F3FF, #C6E2F5);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.l-footer__widgetArea .l-container {
    max-width: 100%;
    padding: 0;
}

.l-footer__widgetArea .l-container .w-footer__box {
    padding: 0;
}

.l-footer__foot {
    padding-top: 1rem !important;
}

#gnav {
    display: none;
}

#content {
    padding: 0;
    padding-top: 4em;
    margin-bottom: 0;
    max-width: 100%;
}

/* #main_content {
  max-width: 100%;
} */

.l-header__inner.l-container,
.p-breadcrumb__list.l-container {
    max-width: 100%;
    margin: 0;
}

#header {
    position: sticky;
}

.w-header.pc_ {
    display: flex !important;
}

.l-header__customBtn.sp_,
.l-header__menuBtn.sp_ {
    display: none;
}

@media screen and (max-width: 959px) {
    body {
        padding-bottom: 0 !important;
    }

    .l-header__logo {
        order: unset;
    }
}

/* 記事全体の横幅制御 */
.wp-singular #main_content {
    max-width: 60%;
}

@media screen and (max-width: 959px) {
    .wp-singular #main_content {
        max-width: 88%;
    }
}

.categories,
.tags {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.categories-header .title,
.tags-header .title {
    font-size: 18px;
}

.categories-header .icon,
.tags-header .icon {
    font-size: 20px;
}

.categories-list,
.tags-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.categories-list {
    gap: 8px;
}

.tags-list {
    gap: 10px;
}

.categories-list>a,
.tags-list>a {
    text-decoration: none;
}

.categories-list>a {
    color: #35A7AB;
    border: 1px solid #35A7AB;
    border-radius: 999px;
    padding: 8px 16px;
    transition: all 0.4s;
}

.categories-list>a:hover {
    background-color: #35A7AB;
    color: #fff;
}

.tags-list>a {
    color: #666666;
    transition: all 0.4s;
}

.tags-list>a:hover {
    color: #35A7AB;
    text-decoration: underline;
}

/* 日・週の人気記事のスタイル */
.post-item {
    position: relative !important;
    flex: 0 0 auto;
    display: flex;
    gap: 12px;
    margin: 0 !important;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #22222214;
}

.post-item>a {
    width: 100%;
}

.post-item .post-label {
    position: absolute;
    top: -4px;
    right: 8px;
    background: linear-gradient(180deg, #888888 0%, #585858 100%);
    padding: 8px 4px;
    display: grid;
    place-items: center;
    gap: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.post-item .post-label.top-rank {
    background: linear-gradient(180deg, #4BC4C8 0%, #35A7AB 100%);
}

.post-item .post-label>span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.post-item .post-thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.post-item.thumbnail .post-thumbnail>img {
    border-radius: 8px;
}

.post-item .post-category {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    background-color: #222222;
    border-radius: 8px 0 8px 0;
    padding: 5px 10px;
}

.post-item>a {
    text-decoration: none;
}

.post-item .post-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
}

.post-item.thumbnail .post-content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #22222200 0%, #222222 100%);
    border-radius: 0 0 8px 8px;
    padding-top: 32px;
}

.post-item .post-content h4 {
    font-size: 18px;
    color: #222222;
    margin: 0;
}

.post-item.thumbnail .post-content h4 {
    color: #fff;
}

.post-item .post-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.post-item .post-tags .tag-item {
    font-size: 12px;
    color: #666;
    background-color: #F5FEFE;
    padding: 4px 10px;
    border-radius: 999px;
}

.post-item.thumbnail .post-tags .tag-item {
    color: #fff;
    background-color: transparent;
    padding: 0;
}

.post-item .post-date {
    font-size: 12px;
    color: #C0C0C0;
}

.post-item.thumbnail .post-date {
    font-size: 12px;
    color: #fff;
}

.c-postThumb__cat {
    transform: none;
}

.c-postThumb__cat::before {
    content: none;
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}

.wp-block-heading {
    color: #000 !important;
}

.p-searchContent {
    width: 95%;
    margin: auto;
}

/* ヘッダー */
/* 
@media (min-width: 960px) and (min-width: 600px) {
  .-series .c-headLogo {
    max-width: 300px;
  }
}
@media not all and (min-width: 960px) {
  .l-header__logo {
    padding: 5px 2vw;
  }
} */
.-height-img .p-mainVisual__img {
    display: block;
    height: auto;
    width: var(--container_size);
    margin: 0 auto;
}

.l-mainContent__inner>.post_content {
    margin-top: 0;
}

/* フッター */
.l-footer__foot,
.l-footer__widgetArea {
    padding-bottom: 1em;
    padding-top: 4em;
}


/* スマホフッター下部バナー */
@media screen and (max-width: 959px) {
    body {
        padding-bottom: 50px;
        /* 固定メニューの高さに合わせて余白を設定 */
    }

    .p-fixBtnWrap {
        bottom: 5.5em;
        /* 上に戻るボタンの位置を上に */
    }

    #before_footer_widget {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        /* height: 50px; */
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 99;
    }

    #before_footer_widget .l-container {
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #before_footer_widget .l-container a {
        display: block;
        width: 100%;
    }

    #before_footer_widget .l-container img {
        width: 100%;
        max-height: min(auto, 50px) !important;
        margin: 0 auto;
        vertical-align: bottom;
    }
}

@media screen and (min-width: 960px) {
    #before_footer_widget {
        display: none;
        /* PCでは非表示にする */
    }
}


/* めもブロック */
.memo_ttl:before {
    margin-right: 5px;
}

.memo .sng-box-msg__icon {
    display: none;
}



/* 続きを読むブロック */

.custom-more {
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.custom-more>.wp-block-group__inner-container {
    position: relative;
    max-height: 200px;
    /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
}

.custom-more .opener.open+.wp-block-group__inner-container {
    max-height: 100vh;
}

.custom-more>.wp-block-group__inner-container::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.custom-more .opener.open+.wp-block-group__inner-container::after {
    content: none;
    display: none;
}

.custom-more .opener span {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 1px;
    background-color: #333;
    color: #fff;
    font-size: 1em;
    min-width: 125px;
}

.custom-more .opener span:hover {
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.custom-more .opener.open span {
    display: none;
}

.custom-more .opener span::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.custom-more .opener span:hover::after {
    background-color: #333;
}

/* アプリーチ */
.appreach {
    /* text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden; */
    text-align: left;
    padding: 25px;
    margin: 20px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 1px #e5e5e5;
}

.appreach:after {
    content: "";
    display: block;
    clear: both;
}

.appreach p {
    margin: 0;
}

.appreach a:after {
    display: none;
}

.appreach__icon {
    float: left;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 3% 0 0 !important;
    width: 25% !important;
    height: auto !important;
    max-width: 120px !important;
}

.appreach__detail {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    width: 72%;
    max-width: 72%;
}

.appreach__detail:after {
    content: "";
    display: block;
    clear: both;
}

.appreach .appreach__name {
    font-size: 16px;
    line-height: 1.5em !important;
    max-height: 3em;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.appreach__info {
    font-size: 12px !important;
}

.appreach__developper,
.appreach__price {
    margin-right: 0.5em;
}

.appreach__posted a {
    margin-left: 0.5em;
}

.appreach__links {
    float: left;
    height: 40px;
    margin-top: 8px;
    white-space: nowrap;
}

.appreach__aslink img {
    margin-right: 10px;
    height: 40px;
    width: 135px;
}

.appreach__gplink img {
    height: 40px;
    width: 134.5px;
}

.appreach__star {
    position: relative;
    font-size: 14px !important;
    height: 1.5em;
    width: 5em;
}

.appreach__star__base {
    position: absolute;
    color: #737373;
}

.appreach__star__evaluate {
    position: absolute;
    color: #ffc107;
    overflow: hidden;
    white-space: nowrap;
}

/* アプリーチここまで */



/* 固定ナビブロック */
.sticky-nav {
    display: none;
}

@media only screen and (max-width: 782px) {
    .sticky-nav {
        display: block;
        position: sticky;
        top: var(--swl-headerH);
        z-index: 10;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .admin-bar .sticky-nav {
        top: calc(var(--swl-headerH) + var(--swl-adminbarH, 0));
    }

    .sticky-nav .wp-block-buttons {
        gap: 0;
    }

    .sticky-nav .wp-block-button {
        flex: 1;
        display: block;
    }

    .sticky-nav .wp-block-button .wp-block-button__link {
        border-radius: 0;
        width: 100%;
        border: none;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        color: var(--color_text);
    }

    body:has(.sticky-nav) .post_content>h2 {
        margin-top: 2em;
        padding-top: 2em;
    }
}


/* 外部リンクアイコンを本文内だけでつける */
.wpel-icon {
    display: none !important;
}

.post_content .wpel-icon {
    display: inline-block !important;
}

.home .post_content .wpel-icon,
.l-footer .post_content .wpel-icon {
    display: none !important;
}

.wpel-icon-right .wpel-icon.wpel-image {
    margin-right: 0.3em;
}

/* 目次 */
#ez-toc-container {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    padding: 1rem;
}

#ez-toc-container .ez-toc-title-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-top: 0;
}

#ez-toc-container .ez-toc-title-container:before {
    top: -0.25rem;
}

div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
    font-size: 1.25rem;
}

#ez-toc-container .ez-toc-title-container::before,
#ez-toc-container .ez-toc-title-container {
    color: #000;
}


/* PR表記 */
/* .single-post .c-postTitle__ttl::before {
  content: "PR";
  display: inline-block;
  border: 1px solid #333;
  font-weight: normal;
  line-height: 1;
  font-size: 1.5rem;
  padding: 0.25rem;
} */


.post_content p+p {
    margin-bottom: 0.5em;
}





/* 著者情報の並び */
.meta_author {
    display: block;
    position: relative;
    min-height: 2em;
    margin-bottom: 24px;
    width: 100%;
}

.meta_author .author {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 10px 0 0 0;
}

.meta_author .author_data {
    --author-thumb-size: 30px;
    position: relative;
}

.meta_author .author_data .content_opener {
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #000;
}

.meta_author .author_data .content_opener img {
    width: var(--author-thumb-size);
    height: var(--author-thumb-size);
    object-fit: cover;
    border-radius: calc(var(--author-thumb-size) / 2);
    vertical-align: calc(var(--author-thumb-size) / 3 * -1);
    margin: 0 5px 0 0;
}

.meta_author .author_profile {
    position: absolute;
    left: 0;
    top: 10px;
    display: none;
    width: 400px;
    z-index: 2;
    padding: 30px 0 0 0;
    cursor: pointer;
    color: #333;
}

.meta_author .author_profile dl {
    position: relative;
    left: -6px;
    background: #FFF;
    padding: 15px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.16));
}

.meta_author .author_profile dl::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 20px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
}

.meta_author .author_profile dt {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.meta_author .author_profile dt .thumbnail {
    flex: 0 0 55px;
}

.meta_author .author_profile dt img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 5px 0 0;
}

.meta_author .author_profile dt .data {
    padding: 0 0 0 10px;
}

.meta_author .author_profile dt .name {
    font-size: 16px;
    font-weight: bold;
}

.meta_author .author_profile dt .author_title {
    font-size: 14px;
}

.meta_author .author_profile dt a {
    color: #333;
    text-decoration: underline;
}

.meta_author .author_profile dd {
    font-size: 12px;
    margin: 15px 0 0 0;
}

.meta_author .author_profile dd p {
    margin: 0;
}

.meta_author .reviewer-content_opener {
    display: none;
}

@media screen and (min-width: 769px) {
    .meta_author {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .meta_author .author_data .content_opener:hover+.author_profile,
    .meta_author .author_data .author_profile:hover {
        display: block;
    }

    .meta_author .author {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .meta_author .author {
        flex-direction: column;
        gap: 5px;
        margin: 3px 0 0 0;
    }

    .meta_author .author_data .content_opener:hover+.author_profile,
    .meta_author .author_data .author_profile:hover {
        display: block;
    }

    .meta_author .author_data .author_profile .thumbnail,
    .meta_author .author_data .author_profile .data .role,
    .meta_author .author_data .author_profile .data .role+br {
        display: none;
    }

    .meta_author .author_data .author_profile .data {
        padding: 0;
    }

    .meta_author .writer-content {
        position: relative;
    }

    .meta_author .writer-content .author {
        display: block;
        margin: 0 0 20px 0;
    }

    .meta_author .writer-content .author_data {
        display: block;
    }

    .meta_author .author_profile {
        position: relative;
        width: auto;
        padding: 0;
    }
}

.p-postList.-type-card.-w-ranking {
    flex-wrap: nowrap;
}

.floating-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.floating-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.acf-other-authors-posts {
    margin-top: 2em;
    padding: 1em;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.acf-other-authors-posts ul {
    padding-left: 1.5em;
    list-style: disc;
}


/* 続きを読むブロック */

.custom-more {
    position: relative;
    z-index: 1;
    border: 3px solid red;
    padding: 50px 5px 5px 5px;
}

.custom-more::after {
    content: "これは続きを読むブロックです" !important;
    position: absolute !important;
    top: 0 !important;
    left: 5px !important;
    width: calc(100% - 3px);
    background: red;
    color: #FFF;
    text-align: center;
    padding: 5px;
    height: 30px;
}

/* ================================= */
/* authorsシングルページで目次を非表示 */
/* ================================= */
.single-authors .p-toc {
    display: none !important;
}