@charset "utf-8";
/*
Theme Name: 秋田県臨床工学技士会
Template: themify-ultra
Description: 秋田県臨床工学技士会様用子テーマ
Author: Infomediary inc.
Version: 0.1
*/

body {
    font-family: "IBM Plex Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


html {
  scroll-behavior: smooth;
}
html, body {
  scroll-padding-top: 150px;
}

.header {
    transition: all .3s ease;
}
.header.tb_sticky_scroll_active {
    padding: 12px 0 !important;
    transition: all .3s ease;
}

.header .module-site-logo img {
    width: 100%;
    transition: all .3s ease;
}
.header.tb_sticky_scroll_active .module-site-logo img {
    width: 70%;
    transition: all .3s ease;
}
header .module-menu.module .nav > li::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #a8aec1;
    transition: all .3s ease;
}
header .module-menu.module .nav > li:hover::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #284bad;
}
header .module-menu.module .nav > li > a, .ui.nav > li a {
    font-weight: 500;
}
.ui.nav ul {
    border-radius: 0;
    box-shadow: 0 6px 10px rgb(0 0 0 / 25%), inset 4px 0 #284bad;
    padding: 0;
}
.ui.nav > li a:hover {
    background-color: rgb(0 0 0 / 5%);
}

.maincontent h2 {
    border-left: solid 6px #284bad;
    padding-left: 6px;
    font-weight: 800;
    margin-top: 2em;
}
.maincontent h2:first-child {
    margin-top: 0;
}

.maincontent table {
    border: solid 1px #ccc;
    width: 100%;
    border-collapse:collapse;
}
.maincontent table th,
.maincontent table td {
    padding: 8px;
    border: none;
    border-left: solid 1px #ccc;
    vertical-align: top;
}
.maincontent table tr {
    border-bottom: solid 1px #ccc;
}
.maincontent table th,
.maincontent table.yokoh tr:nth-child(1) td,
.maincontent table.tateh tr td:nth-of-type(1),
.post-type-archive-board-member .maincontent table tr:nth-child(1) td,
.single-board-member .maincontent table tr:nth-child(1) td {
    background-color: #f1f1f1;
    font-weight: bold;
}

.post-type-archive-board-member .maincontent table tr td:nth-of-type(1),
.single-board-member .maincontent table tr td:nth-of-type(1) {
    width: 20%;
    min-width: 5em;
}
.post-type-archive-board-member .maincontent table tr td:nth-of-type(2),
.single-board-member .maincontent table tr td:nth-of-type(2) {
    width: 20%;
    min-width: 7em;
}
.post-type-archive-board-member .maincontent table tr td:nth-of-type(3),
.single-board-member .maincontent table tr td:nth-of-type(3) {
    width: 60%;
}


.page-id-439 .maincontent table {
    border: none;
}
.page-id-439 .maincontent table th:first-child,
.page-id-439 .maincontent table td:first-child {
    border-left: none;
}
.page-id-439 .maincontent table tr:last-child {
    border-bottom: none;
}

.page-id-439 .maincontent table th:nth-of-type(1),
.page-id-439 .maincontent table td:nth-of-type(1) {
    width: 20%;
    min-width: 6em;
}
.page-id-439 .maincontent table th:nth-of-type(2),
.page-id-439 .maincontent table td:nth-of-type(2) {
    width: 80%;
}


.post-type-archive-seminar .maincontent table tr td:nth-of-type(1),
.single-seminar .maincontent table tr td:nth-of-type(1) {
    width: 25%;
}
.post-type-archive-seminar .maincontent table tr td:nth-of-type(2),
.single-seminar .maincontent table tr td:nth-of-type(2) {
    width: 45%;
}
.post-type-archive-seminar .maincontent table tr td:nth-of-type(3),
.single-seminar .maincontent table tr td:nth-of-type(3) {
    width: 15%;
    min-width: 5em;
}
.post-type-archive-seminar .maincontent table tr td:nth-of-type(4),
.single-seminar .maincontent table tr td:nth-of-type(4) {
    width: 15%;
    min-width: 5em;
}
.table-seminar a {
    display: block;
    background-color: #284bad;
    color: #fff;
    line-height: 1.2em;
    font-size: .9em;
    font-weight: 500;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
}
.table-seminar a + a {
    margin-top: 5px;
}


.page-id-4846 .maincontent table tr td:nth-of-type(1) {
    width: 15%;
    text-align: center;
}
.page-id-4846 .maincontent table tr td:nth-of-type(2) {
    width: 20%;
    text-align: center;
}
.page-id-4846 .maincontent table tr td:nth-of-type(3) {
    width: 65%;
}

.organizationchart {
    margin-bottom: 4em;
}
.organizationchart img {
    display: inline-block;
    max-width: 480px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
    margin-bottom: .5em;
}

.badge_category a {
    background-color: #284bad;
    color: #fff;
    font-size: .9em;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 5px;
    margin: 0 4px 4px 0;
    border-radius: 4px;
}

/* sidebar */
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none;
}
.wp-block-search__button.has-icon {
    padding: 0 .7em;
    background-color: #666;
}
input[type=search], button {
    margin: 0;
}
.widget_archive 
 select {
    width: 100%;
}



.grecaptcha-badge { visibility: hidden; }

p.recaptcha {
    font-size: .8em;
    line-height: 1.3em;
    margin-bottom: 2em;
    color: rgb(0 0 0 / 70%) !important;
}
p.recaptcha a {
    color: rgb(0 0 0 / 70%) !important;
    text-decoration: underline;
}