@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
*/

.hamburger-menu {
    padding: 0px 32px !important;
}



.c-pagination .page-numbers.current {
  font-size: 16px !important;
  text-indent: 0 !important;
  color: #fff !important;
  display: inline-block !important;
  overflow: visible !important;
}

.wp-block-table table caption {
  display: table-caption !important;
  caption-side: bottom !important;
  float: none !important;
  position: static !important;
  text-align: center !important;
  width: auto !important;
}

.wp-block-table {
  display: block !important;
}

.wp-block-table table {
  display: table !important;
}

/* 本文内リンクを青に戻す */
.post_content a {
  color: #1a73e8 !important;
  text-decoration: underline;
}

/* ホバー時 */
.post_content a:hover {
  color: #0b57d0 !important;
  text-decoration: underline;
}