<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*.l-mainContent__inner {
    background: #fff;
    border-radius: 10px;
    padding: 1em;
}*/
.p-breadcrumb.-bg-on {
    box-shadow: none !important;
    background: none !important;
}
.l-content {
    padding-top: 1em !important;
    background-image: url(/archive/wp-content/uploads/2025/04/footer_chara.png);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 105px;
    margin-bottom: 0;
}
.top #content {padding-top: 0;}
.post_content {
    background: #fff;
    padding: 1em 1em !important;
    border-radius: 10px;
    margin-top: 2em !important;
}
/*TOP記事リスト*/
#post_list_tab_1 ul {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
#post_list_tab_1 li {
    padding-top: 10px;
}

.post_content blockquote {border-radius: 10px;}
.l-articleBottom__section {
    background: #fff;
    padding: 1em;
    border-radius: 10px;
}
/*h1見出しCSS*/
.c-pageTitle[data-style=b_bottom] {border-bottom: 1px solid hsl(0deg 0% 54.06% / 50%);}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom: 1px solid #479bd7;
    border-width: 3px;
}
#body_wrap:not(.home) {
    background-image: url(https://bri-dge.net/archive/wp-content/uploads/2025/04/post_content_bg.png);
    background-repeat: repeat;
}

@media screen and (min-width:600px) {
    .l-content {
        background-size: 90%;
        padding-bottom: 140px;
    }
}

/*h2見出しCSS(article bottom)*/
.c-secTitle {
    position: relative;
    color: #ffffff;
    background: #479bd7;
    width: calc(40% - 20px);
    height: 50px;
    border-left: 0;
    align-content: center;
    font-size: 23px;
    left: -25px;
}
.c-secTitle:before, .c-secTitle:after {
    position: absolute;
    content: '';
    display: block;
}
.c-secTitle:before {
    top: 100%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #325f80;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.c-secTitle:after {
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: #479bd7;
    clip-path: polygon(0% 0%, 100% 0, 0% 50%, 100% 100%, 0% 100%);
}

@media screen and (max-width:600px) {
    .c-secTitle {
        width: calc(100% - 20px);
        height: 44px;
        font-size: 20px;
    }
}

/*ランキングtable CSS*/
.slide-ranking thead th:first-of-type {
    background: #fff;
    border-left: none;
    border-top: none;
}
.slide-ranking thead th:nth-of-type(n+2) a {color: #fff; text-decoration: underline;}
.slide-ranking thead th:nth-of-type(n+2) {border-radius: 15px 15px 0 0; border-top: 0;}

/*ランキングCSS*/
.rank-list {
    border: 2px solid #469dd7;
    padding: 0 0 3em 0;
    border-radius: 18px;
}
.rank-list h3 {
    background: #469dd7;
    color: #fff;
    height: 65px;
    border-radius: 14px 14px 0 0;
    align-content: center;
    padding: .5em .5em .5em .8em;
    font-size: 1.6em;
    margin-bottom: 1em;
}
.rank-list h3:before {
    content: none;
}
.rank-list .wp-block-table, .rank-list p {margin: 1em;}
.rank-list .sbd-btn {width: 80%; margin: auto;}
.rank-list .sbd-btn span {
    background-color: rgba(214, 50, 89, 1.00) !important;
    line-height: 1.3;
    box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
}
.rank-list .sbd-btn span:before {
    background-image: url(https://bri-dge.net/archive/wp-content/uploads/2025/04/ranking-btn-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    content: '';
    position: absolute;
    top: 23.5px;
    left: 30px;
}
.pc-flex-l .wp-block-group__inner-container {
    flex-wrap: wrap !important;
    justify-content: center;
}
.pc-flex-l .wp-block-group__inner-container p {margin: 0;}

@media screen and (max-width:599px) { /*sp*/
    .rank-list {border: none; padding: 0 0 2em 0;}
    .osusume-rank {
        width: 89vw;
        left: 50% !important;
        transform: translateX(-50%);
        position: relative;
        margin: 0 0em;
        box-shadow: 0 0 5px 2px rgba(87, 92, 255, .15);
        padding: 10px;
        border-radius: 12px;
    }
    .pc-flex-l {width: 100%;}
    .rank-list ul li {margin: 0;}
    .rank-list h3 {
        padding: .5em 1em;
        font-size: 1.3em;
        width: 100%;
        margin-bottom: .5em;
        line-height: 1.2;
    }
    .osusume-rank .rank-list:nth-of-type(-n+2) {
        border-bottom: 2px solid #cfcfcf;
        border-bottom-style: dotted;
        border-radius: 0;
        margin-bottom: 2em;
    }
    .rank-list img {padding: 0; width: 100%;}
    .rank-list .wp-block-table, .rank-list p {margin: 1em 0;}
    .rank-list table tbody tr:last-of-type {
        margin-top: 10px;
        display: inline-block;
        text-align: center;
    }
    .rank-list table tbody tr:last-of-type th, .rank-list table tbody tr:last-of-type td {
        display: inline-block;
        width: 200% !important;
        left: 0;
    }
    .rank-list .sbd-btn {width: 100%;}
    .rank-list .sbd-btn span:before {
        top: 13.5px;
        left: 23px;
        transform: scale(.8);
    }
}
@media screen and (min-width:600px) { /*PC*/
    .rank-list .wp-block-sbd-btn {margin-top: 2em;}
    .osusume-rank .rank-list {border-bottom: 2px solid #469dd7;}
    .pc-flex .wp-block-group__inner-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .pc-flex .wp-block-image {
        margin: 0 0 1em 1em;
        overflow: hidden;
        height: 250px;
        align-self: center;
    }
    .pc-flex-l {width: 72%;}
    .rank-list ul li {margin: 1em;}
    .pc-flex .wp-block-table {width: 100%;margin-top: 0;}
    .pc-flex .wp-block-table tbody tr th {width: 38% !important;}
    .rank-list .sbd-btn span {padding: 15px; font-size: 1.3em;}
    .rank-list .sbd-btn span:after{width: 10px; height: 10px;}
}

/*FAQ*/
.faq_q {
    position: relative !important;
    display: inline-block;
    margin-right: 16px !important;
    border-radius: 12px;
    background-color: #fff1b6;
}
.faq_q:before {
    background: none !important;
    left: 0 !important;
    color: #479bd7 !important;
    font-size: 1.7em;
    top: .1em !important;
}
.faq_a:before {display: none !important;}
.faq_a p:before {
    border-radius: var(--swl-faq_icon_radius);
    content: "A";
    display: block;
    font-family: Arial, sans-serif;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 2em;
    color: #479bd7;
    font-size: 1.7em;
    top: .1em !important;
}
.faq_a p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent transparent #def4ff;
    translate: 100% calc(-50% - 0.4px);
    transform: skew(0, -10deg);
    transform-origin: left;
}
.faq_a p {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    padding: 16px;
    border-radius: 12px;
    background-color: #def4ff;
}
.faq_a {padding: 1em 2em 1em 1em !important;}
.faq_a:after {
    content: url(https://bri-dge.net/archive/wp-content/uploads/2025/04/faq_a.png);
    display: block;
    right: 0;
    line-height: 4;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 75px;
}
.faq_a p {margin-right: 4em !important;padding-left: 3em;}
.faq_a p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent transparent #def4ff;
    translate: 100% calc(-50% - 0.4px);
    transform: skew(0, -10deg);
    transform-origin: left;
}
@media screen and (max-width:600px) {
    .faq_a {padding: 1em 2em 1em 0 !important;}
    .faq_a:after {transform: scale(0.8);}
    .faq_a p:after {top: 25%;}
    .faq_a p {margin-right: 3em !important;}
}

/*フッターCSS*/
.f_nav {
    text-align: center;
    padding-bottom: 1em;
}
.f_nav a {
    display: inline-block;
    margin: 0 1em;
}
@media screen and (max-width:600px) {
    .f_nav a {display: initial;}
}</pre></body></html>