@charset "UTF-8";
/* 
Theme Name: Xeory Base
Theme URI: https://xeory.jp/
Description: Xeory Base is a simple and clean theme for WordPress.
 */

.gsc-selected-option-container.gsc-inline-block {
    box-sizing: content-box;
}
table.gsc-above-wrapper-area-container {
    overflow: revert;
}
#search_box table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#search_box td {
    vertical-align: middle;
}
#keyword_clear {
    margin: 0 10px;
}
#keyword_clear a {
    text-decoration: none;
    color: #a1b9ed;
}
#keyword_clear span {
    display: inline-block;
    font: 27px/20px arial,sans-serif;
    cursor: pointer;
}
#keyword_clear a:hover {
    color: #36c;
}
#search_button {
    padding: 3px;
    color: #aaa;
    stroke: #aaa;
    fill: none;
}


:root #wrapper :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
ol.wp-block-list,
ul.wp-block-list {
    list-style-type: revert-layer;
    padding-left: 1.5em;
}

.wp-block-buttons.is-layout-flex {
    align-items: stretch;
}
.wp-block-button__link {
    height: 100%;
    align-content: center;
}
.wp-block-group.is-style-width-96 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 96%;
}

.wp-block-buttons.is-style-enable-responsive-50 .wp-block-button,
.wp-block-buttons.is-style-enable-responsive-100 .wp-block-button {
    min-height: 7em;
}

.wp-block-flexible-table-block-table.is-content-justification-center.is-scroll-on-mobile {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #000;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    min-width: calc(100% + 2px) !important;
    margin-right: -2px;
    margin-bottom: -2px;
    position: relative;
    top: -1px;
    left: -1px;
}

@media (max-width: 768px) {
    .wp-block-buttons.is-style-enable-responsive-50 .wp-block-button {
        width: calc( 50% - 12px ) !important;
        min-height: unset;
    }
    .wp-block-buttons.is-style-enable-responsive-100 .wp-block-button {
        width: 100% !important;
        min-height: unset;
    }
}