@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-sidebar .c-searchForm {
    border-bottom: 2px solid #000;
}

.l-sidebar .c-searchForm__s {
    border: none;
    background: transparent;
}

.l-sidebar .u-bg-main {
    background-color: transparent !important;
    color: #000 !important;
    border: none;
}

.l-sidebar .c-searchForm__submit:before {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.c-widget__title.-side::before,
.c-widget__title.-side:after {
    display: none;
}

.l-sidebar .c-listMenu a {
    border-bottom: 1px solid #000;
}

.c-widget .-type-list .p-postList__item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #000;
}

.wp-block-heading,
.c-widget__title.-side {
    padding: 0;
    font-size: 1.4em;
}

.-frame-on .l-mainContent {
    border-radius: 20px;
}

.svg_title {
    position: relative;
    padding: 0;

}

.svg_title.category {
    aspect-ratio: 5 / 1;
    height: 30px;
    margin-bottom: 0.2em;
}

.svg_title.new {
    aspect-ratio: 49 / 13;
    height: 20px;
    margin-bottom: 1em;
}

.svg_title svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-pageTitle__subTitle {
    font-style: normal;
}

.l-topTitleArea {
    min-height: 6em;
}

@media (min-width: 600px) {

    .l-topTitleArea {
        min-height: 150px;
    }

}

/*テーブル開閉のボタン*/
.wp-block-lazyblock-tableac .table-open {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 13px;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
}

.wp-block-lazyblock-tableac .table-open::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    transition: all 0.5s;
}

.wp-block-lazyblock-tableac .table-open.on:after {
    transform: translateY(1px) rotate(315deg);
}

:root {
    --color_border--table: #dcdcdc
}

.wp-block-table {
    --table-border: 1px solid var(--color_border--table);
}

[data-table-scrollable]:not(.is-style-double) td,
[data-table-scrollable]:not(.is-style-double) th {
    border-bottom: none;
    border-right: none;
}

[data-table-scrollable] table {
    border-collapse: separate;
    max-width: var(--table-width, 100%) !important;
    min-width: 100%;
    width: var(--table-width, 100%) !important
}

[data-table-scrollable=both] {
    display: block;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 16px;
    width: 100%
}

.wp-block-table[data-theadfix] {
    overflow: visible
}

.wp-block-table[data-theadfix] table {
    border-collapse: separate
}

.wp-block-table[data-theadfix=both] thead th {
    position: sticky;
    top: var(--swl-offset_y, 0);
    z-index: 3
}

[data-table-scrollable]:not(.is-style-double) table,
[data-theadfix]:not(.is-style-double) table {
    border-bottom: var(--table-border);
    border-right: var(--table-border)
}

[data-table-scrollable]:not(.is-style-double) td,
[data-table-scrollable]:not(.is-style-double) th,
[data-theadfix]:not(.is-style-double) td,
[data-theadfix]:not(.is-style-double) th {
    border-bottom: none;
    border-right: none
}




@media not all and (min-width:960px) {

    [data-table-scrollable=sp] {
        --table-width--sp: var(--table-width);
        display: block;
        overflow-x: scroll;
        padding-bottom: 16px
    }

    [data-table-scrollable=pc] table {
        --table-width: 100% !important
    }

    .wp-block-table[data-theadfix=sp] thead th {
        position: sticky;
        top: var(--swl-offset_y, 0);
        z-index: 3
    }
}

@media (min-width:960px) {
    [data-table-scrollable=sp] table {
        --table-width: 100% !important
    }

    [data-table-scrollable=pc] {
        display: block;
        max-width: var(--table-width, 100%);
        overflow-x: scroll;
        padding-bottom: 16px;
        width: var(--table-width, 100%)
    }
}