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

header, footer {
    font-family: "游ゴシック", "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media print, screen and (min-width: 813px) {
    header .hnav li a {
        font-size: 18px;
    }
}
@media print, screen and (min-width: 813px) and (max-width: 1110px) {
    header .hnav li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 812px) {
    #OverlayBox {
        font-size: 16px;
    }
    #OverlayBox p#CloseBtn {
        font-size: 30px;
    }
    header div.HeaderInnerBox .SpMenu {
        font-size: 25px;
    }
    header div.HeaderInnerBox .SpHeader h1 {
        font-size: 12.8px;
        line-height: 1.4;
    }
}
@media print, screen and (min-width: 813px) and (max-width: 1362px) {
    #return-tb a {
        font-size: 12px;
    }
}

#body_wrap {
    a:link {
        color: var(--color_link);
    }
}

/* Removing batting */
.post_content .wp-block-list li {
/*     list-style: disc; */
}

.post_content a:not(.p-toc__link) {
	text-decoration: underline;
}

.post_content a.p-toc__link {
	color: #333 !important;
}

@media screen and (min-width: 813px) {
	table, th, td {
		table-layout: unset;
	}
}

.c-categoryList__link {
	color: #fff !important;
}

body.method_child .entry-content article h3, body#recruit .entry-content h3 {
    margin-left: 0;
}

[data-table-scrollable] table {
	table-layout: auto;
}