@charset "UTF-8";
/*
Theme Name: infradx02 Child
Theme URI: 
Template: infradx02
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* 基本設定など */
/*他候補*/
/* $base-color: #4985aa; */
/*Informationタグ*/
/*その他*/
/*お知らせ*/
/*出前講座*/
/*講習*/
/*研修*/
/*講演*/
.bgt_01 {
  background-color: #9cbdf3;
}

.bgt_02 {
  background-color: #c9dbf8;
}

.bgt_03 {
  background-color: #faf9dd;
}

.bgt_04 {
  background-color: #f7bfbf;
}

/*CMS ALAYA用*/
.aly_tx_left {
  text-align: left;
}

.aly_tx_center {
  text-align: center;
}

.aly_tx_right {
  text-align: right;
}

.aly_tx_justify {
  text-align: justify;
}

span.aly_tx_xxs {
  font-size: 0.55em;
}

span.aly_tx_xs {
  font-size: 0.7em;
}

span.aly_tx_s {
  font-size: 0.8em;
}

span.aly_tx_m {
  font-size: 1em;
}

span.aly_tx_l {
  font-size: 1.2em;
}

span.aly_tx_xl {
  font-size: 1.44em;
}

span.aly_tx_xxl {
  font-size: 2em;
}

span.aly_tx_f_auto {
  color: rgb(0, 0, 0);
}

span.aly_tx_f_black {
  color: rgb(0, 0, 0);
}

span.aly_tx_f_maroon {
  color: rgb(128, 0, 0);
}

span.aly_tx_f_saddlebrown {
  color: rgb(139, 69, 19);
}

span.aly_tx_f_darkslategray {
  color: rgb(47, 79, 79);
}

span.aly_tx_f_teal {
  color: rgb(0, 128, 128);
}

span.aly_tx_f_navy {
  color: rgb(0, 0, 128);
}

span.aly_tx_f_indigo {
  color: rgb(75, 0, 130);
}

span.aly_tx_f_dimgray {
  color: rgb(105, 105, 105);
}

span.aly_tx_f_firebrick {
  color: rgb(178, 34, 34);
}

span.aly_tx_f_brown {
  color: rgb(165, 42, 42);
}

span.aly_tx_f_goldenrod {
  color: rgb(218, 165, 32);
}

span.aly_tx_f_darkgreen {
  color: rgb(0, 100, 0);
}

span.aly_tx_f_turquoise {
  color: rgb(64, 224, 208);
}

span.aly_tx_f_mediumblue {
  color: rgb(0, 0, 205);
}

span.aly_tx_f_purple {
  color: rgb(128, 0, 128);
}

span.aly_tx_f_gray {
  color: rgb(128, 128, 128);
}

span.aly_tx_f_red {
  color: rgb(204, 0, 0);
}

span.aly_tx_f_darkorange {
  color: rgb(255, 140, 0);
}

span.aly_tx_f_gold {
  color: rgb(255, 215, 0);
}

span.aly_tx_f_green {
  color: rgb(0, 128, 0);
}

span.aly_tx_f_cyan {
  color: rgb(0, 255, 255);
}

span.aly_tx_f_blue {
  color: rgb(0, 0, 255);
}

span.aly_tx_f_violet {
  color: rgb(238, 130, 238);
}

span.aly_tx_f_darkgray {
  color: rgb(169, 169, 169);
}

span.aly_tx_f_lightsalmon {
  color: rgb(255, 160, 122);
}

span.aly_tx_f_orange {
  color: rgb(255, 165, 0);
}

span.aly_tx_f_yellow {
  color: rgb(255, 255, 0);
}

span.aly_tx_f_lime {
  color: rgb(0, 255, 0);
}

span.aly_tx_f_paleturquoise {
  color: rgb(175, 238, 238);
}

span.aly_tx_f_lightblue {
  color: rgb(173, 216, 230);
}

span.aly_tx_f_plum {
  color: rgb(221, 160, 221);
}

span.aly_tx_f_lightgrey {
  color: rgb(211, 211, 211);
}

span.aly_tx_f_lavenderblush {
  color: rgb(255, 240, 245);
}

span.aly_tx_f_antiquewhite {
  color: rgb(250, 235, 215);
}

span.aly_tx_f_lightyellow {
  color: rgb(255, 255, 224);
}

span.aly_tx_f_honeydew {
  color: rgb(240, 255, 240);
}

span.aly_tx_f_azure {
  color: rgb(240, 255, 255);
}

span.aly_tx_f_aliceblue {
  color: rgb(240, 248, 255);
}

span.aly_tx_f_lavender {
  color: rgb(230, 230, 250);
}

span.aly_tx_f_white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
}

.promo_bnr_sp {
  display: none;
}

/*テーブル（ストライプ）設定*/
.has-border-color td,
.has-white-border-color td {
  border: 1px solid #fff !important;
}

/*文字色変更対策*/
.has-vk-color-primary-vivid-color {
  color: inherit;
}

/*gメニュー配色設定*/
.global-nav-list > li > ul.sub-menu {
  background-color: #2589d0;
}

.global-nav-list > li.menu-item-has-children::after {
  border-bottom-color: #2589d0;
}

.global-nav-list > li::before {
  border-bottom: 1px solid #2589d0;
}

.global-nav-list .sub-menu li a:hover {
  background-color: #f9fac7;
}

/*スマホメニューの背景色*/
.vk-mobile-nav {
  background-color: rgba(255, 255, 255, 0.9450980392);
  z-index: 6000;
}

.vk-mobile-nav-menu-btn {
  display: none;
}

@media only screen and (max-width: 991px) {
  .vk-mobile-nav-menu-btn {
    display: block;
    width: 54px;
    height: 54px;
    background-color: #fdf2b4;
    opacity: 0.9;
    z-index: 6001;
  }
}
.vk-mobile-nav-menu-btn.menu-open {
  background-color: #fdf2b4;
  opacity: 0.9;
}

/*サイトマップ*/
.sitemap-post h4 {
  display: none;
}
.sitemap-post h5 {
  display: none;
}

.sitemap a {
  text-decoration: none !important;
}
.sitemap h3 {
  padding-left: 50px !important;
}
.sitemap h3::before {
  left: 25px !important;
}
.sitemap h3::after {
  left: 30px !important;
}
.sitemap .sitemapList {
  margin-left: 3em;
}
.sitemap .sitemapList li:first-child {
  margin-top: -10px;
}

td {
  border: 1px solid #8c8c96 !important;
}

/*テーブルthの色*/
th {
  background-color: #a2eea2;
  border: 1px solid #8c8c96 !important;
}

/*テーブルの枠線を消す*/
.table-no-border table {
  border: none;
}
.table-no-border table tr td {
  border: none;
}

/* 表で文字を折り返さず1行で表示 */
.scroll-table table td {
  white-space: nowrap;
}

/* 表「layout-table」のデザイン変更 */
.layout-table table tr:nth-child(1) { /* 1行目 */
  background: #7db6eb; /* 背景色 */
  text-align: center;
  font-weight: bold;
}
.layout-table table tr td {
  border-color: #d1d0d0 !important;
}
.layout-table table tr td:nth-child(1) { /* 1列目 */
  width: 60px !important; /* 列幅 */
  /*background: #1382b6 !important;*/ /* 背景色 */
}
.layout-table table tr td:nth-child(n+2) { /* 2列目以降 */
  width: 100px !important; /* 列幅 */
}

/*Gメニュー内のドロップダウンメニューについて*/
.vk-menu-acc .sub-menu .acc-btn-open {
  background-image: url("/content/910000031.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .acc-child-open .acc-btn-open {
  background-image: url("/content/910000032.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .sub-menu .acc-btn-close {
  background-image: url("/content/910000033.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .acc-child-open .acc-btn-close {
  background-image: url("/content/910000034.svg") !important;
  border-radius: 4px;
}

.acc-child-open li a {
  margin-left: 0.5em;
  font-size: 1em !important;
}
.acc-child-open li a:hover {
  color: #f10e0e !important;
}

.vk-menu-acc .sub-menu .acc-btn {
  right: 0.4em !important;
  top: 0.3em;
}

.global-nav-list li ul.sub-menu {
  width: 240px;
}

.global-nav-list .sub-menu li.menu-item-has-children a {
  padding-right: 28px !important;
}

/*横幅を1200pxへ拡大しレイアウト調整*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  /*max-width: 1140px;*/
  max-width: 1230px !important;
}

.main-section--col--two {
  width: 74% !important;
}

.sub-section,
.sub-section--col--two {
  width: calc(26% - 2.5em);
  width: 280px;
}

:root {
  --vk-width-container: 1230px !important;
}

/* テーブル（表）の体裁について */
figure {
  margin: 0 0 1em;
}

.is-style-vk-table-border-stripes {
  width: 100%;
  margin: 0;
  padding: 0;
}
.is-style-vk-table-border-stripes th {
  background-color: #f9fac7;
}
.is-style-vk-table-border-stripes td {
  padding: 7px;
}
.is-style-vk-table-border-stripes td:nth-child(1) {
  width: 25%;
}

.is-style-stripes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.is-style-stripes table {
  border: none !important;
}

.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
  background-color: #fbfbfb !important;
}

.wp-block-table.is-style-vk-table-border-top-bottom table,
.wp-block-table.is-style-vk-table-border-top-bottom th,
.wp-block-table.is-style-vk-table-border-top-bottom td {
  border: 1px solid #e2e2e2;
  border-left: none !important;
  border-right: none !important;
}

.wp-block-image {
  margin: 0 0 20px 0;
  padding: 0;
}
.wp-block-image img {
  /*border: 2px solid rgb(213, 248, 11);*/
  max-width: 100%;
  margin: 0 auto;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

body {
  /*border-top: 6px solid $base-color;*/
}

a {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
a:hover {
  color: #DD3333 !important;
}
a:hover img {
  filter: Alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition: 0.3s ease-in-out;
}

.entry-body {
  color: #333333;
}
.entry-body a {
  color: rgb(34, 34, 184);
}

*:focus {
  outline: none;
}

.wp-block-columns {
  /*background-color: #00c5f6;*/
  display: flex !important;
}

/* ヘッダー部のカスタマイズ */
#site-header #site-header-container {
  display: block;
  /*background-color: #f9fac7;*/
  height: auto;
  background-color: transparent !important;
}
#site-header #site-header-container .site-header-top {
  width: 100%;
  height: 34px;
  float: right;
  /*background-color: #81D742;*/
  position: relative;
  top: -3px;
  font-size: 0.8em;
  display: flex;
  justify-content: right;
  z-index: 3000;
}
#site-header #site-header-container .site-header-top #shr_02 .search {
  width: 326px;
  text-align: right;
  margin: 8px 0 0 10px;
  padding: 0;
  float: right;
  background-image: url("/content/910000018.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
#site-header #site-header-container .site-header-top #shr_02 .search input[type=text] {
  width: 222px;
  padding: 2px 3px 2px 2px;
  margin-top: 0px;
}
#site-header #site-header-container .site-header-top #shr_02 .search input[type=text]:focus {
  border: 1px solid #ff9900;
}
#site-header #site-header-container .site-header-top #shr_02 .search input[type=submit] {
  padding: 2px 19px 0px;
  margin: 0px 10px 0 1px;
  /*background-color: $base-color;*/
  background-color: #cfcfcf;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1em;
  position: relative;
  top: -1px;
}
#site-header #site-header-container .site-header-top #shr_02 .search .src_btn:hover {
  background-color: #f9fac7;
  color: #DD3333;
}
#site-header #site-header-container #header {
  width: 100%;
  height: auto;
  padding-top: 0px;
}
#site-header #site-header-container #header .site-header-logo {
  margin-top: 8px;
  padding-top: 0;
  width: 320px;
  z-index: 6000;
  position: absolute;
  top: 7px;
}
#site-header #site-header-container #header .site-header-logo a img {
  -o-object-position: left bottom;
     object-position: left bottom;
  max-height: 64px;
}

/* ここからナビゲーション部 */
/* ヘッダーナビをコンテンツ幅いっぱいに広げる */
body:not(.header_scrolled) .global-nav--layout--float-right {
  width: 100%;
  padding-top: 6px;
}

.global-nav-list li a {
  padding: 12px 12px 10px !important;
}
.global-nav-list li a:hover {
  background-color: #f9fac7;
  color: #DD3333;
}
.global-nav-list li a .global-nav-name {
  font-size: 1.24em;
}

/*スクロールした後のヘッダー部*/
.header_scrolled .site-header-top {
  display: none !important;
}
.header_scrolled .site-header-logo {
  display: block !important;
  top: -4px !important;
}
.header_scrolled .site-header-logo a {
  z-index: 2000;
  position: relative;
}
.header_scrolled .site-header-logo a img {
  max-height: 44px !important;
}
.header_scrolled .global-nav--layout--float-right .global-nav-list {
  width: 100%;
  justify-content: right;
}

/* 上部ヘッダー・メニュー部 */
.header_scrolled .site-header-right {
  display: none;
}

/* ドロップダウンメニューのカスタマイズ */
.sub-menu li a {
  font-size: 1.1em;
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.sub-menu li a:hover {
  font-weight: bold;
}

.ltg-slide picture img {
  width: 100%;
  max-height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スライド上のテキスト*/
.mini-content-container .ltg-slide-text-title,
.mini-content-container .ltg-slide-text-caption {
  color: #fff !important;
  text-shadow: rgb(80, 80, 80) 2px 2px 4px !important;
}
.mini-content-container .btn {
  background-color: #fff !important;
  color: #333333 !important;
  text-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 5000;
}
.mini-content-container .btn:hover {
  background-color: #2589d0 !important;
  color: #fff !important;
  border-color: none !important;
}

.swiper-slide img {
  height: auto !important;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PC版小 (1199px以下)-----------w690 */
@media only screen and (max-width: 1200px) {
  .mini-content-container {
    margin-left: 6%;
  }
}
/*========= waveを描画するエリア設定 ===============*/
.wave {
  position: relative;
}

canvas {
  /*min-height: 150px;*/
  /*ackground-color: #ed254d;*/
  /*position: absolute;*/
  position: relative;
  /*bottom: 0;*/
  left: 0;
  top: -40px;
  width: 100%;
  z-index: 500 !important;
}

/*スライドショーのページネーションを消す*/
.swiper-pagination-bullet {
  /*display: none;*/
  border-radius: 5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* パンくずリスト */
#breadcrumb li {
  font-size: 0.8em;
}

/* ここから共通メインコンテンツ */
.page-header {
  background-color: #fff;
  border-bottom: 1px solid #fff; /*背景色変更対策*/
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  color: #fff;
  overflow: hidden; /* はみ出しを防ぐ */
  text-align: left !important;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));*/
  background-image: url("/content/910000036.png"); /* テクスチャ画像のURL */
  opacity: 0.5; /* 透明度の調整 */
  z-index: 1;
}
.page-header .parallax-bg {
  position: absolute; /* .page-header 内で制御 */
  /*top: -100px;*/
  left: 0;
  width: 100%;
  height: 100%; /* .page-header と同じ高さ */
  background: no-repeat center center;
  background-size: cover;
  transform: translateY(0px);
  will-change: transform; /* ブラウザにアニメーション最適化を促す */
  z-index: -1; /* .page-header 内で最背面に配置 */
}
.page-header .scrolled .parallax-bg { /* スクロール時に背景が動く */
  transform: translateZ(-1px) scale(2); /* 背景を奥に移動し、拡大する */
  z-index: -100 !important; /* 最背面に配置 */
}
.page-header .page-header-title {
  /*background-color: $base-color;*/
  background-color: transparent !important;
  text-shadow: 2px 2px 4px #000000;
  position: relative;
  display: inline-block;
  padding: 0em 4em;
  font-size: 2.4em;
}

.page-header * {
  position: relative;
  z-index: 2;
}

.site-body {
  /*padding-top:0px !important;*/
}

.wp-block-file__button,
.wp-element-button {
  color: #f0f0f0 !important;
  background-color: #f19f40 !important;
}

.wp-block-file {
  text-align: center;
}
.wp-block-file a {
  text-decoration: none !important;
}

.main-section h2:not(.home h2) {
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #2589d0;
  color: #454545;
  margin-top: 60px;
}
.main-section h2:not(.home h2):before {
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #2589d0;
  content: "";
}
.main-section h2:not(.home h2)::after {
  position: absolute;
  transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #2589d0;
  content: "";
}
.main-section h2:not(.home h2):first-child {
  margin-top: 40px;
}
.main-section h3 {
  font-size: 1.2em;
  position: relative;
  padding: 0.5em 1.2em;
  color: #333333;
}
.main-section h3::before, .main-section h3::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #2589d0;
  content: "";
}
.main-section h3::before {
  top: calc(50% - 3px);
  left: 0;
}
.main-section h3::after {
  top: calc(50% + 3px);
  left: 5px;
}
.main-section h4 {
  font-size: 1em;
  color: #333;
  padding: 0.1em 1em;
  margin-left: 5px;
  margin-right: 5px;
  outline: 2px solid #d6d6d6;
  outline-offset: 3px;
  background-color: #f8f8f8;
  border-radius: 6px;
}
.main-section p {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.main-section a {
  text-decoration: underline;
}
.main-section a:hover {
  color: #DD3333 !important;
  text-decoration: none !important;
}
.main-section a:visited {
  color: rgb(136, 39, 136);
  -webkit-text-decoration: underline #9b9ba8;
          text-decoration: underline #9b9ba8;
}
.main-section .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

/*リストの深い階層のマージンを少なくする*/
.entry-body ul li ul li ul li {
  /*background-color: #6198C2;*/
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em;
}

/* ここからサブメニュー */
/* サブメニュー */
.sub-section--col--two h4::after {
  border: none; /*青い下線を消す*/
}

.sub-section {
  /*background-color: #f9fac7;*/
  padding: 15px 0 0px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}
.sub-section h4.sub-section-title {
  text-align: center;
  border-bottom: 4px solid #2589d0;
  padding: 10px 0 20px;
}
.sub-section ul li a {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
}
.sub-section ul li a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li.current_page_item a {
  color: #DD3333;
  background-image: url("/content/910000038.png");
}
.sub-section ul li ul li.current_page_item a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li.current_page_item ul.children li a {
  /*color: #333 !important;*/
  /*background-color: #f19f40 !important;*/
}
.sub-section ul li ul li.current_page_item ul.children li a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li a {
  /*background-color: #81D742;*/
  padding-left: 26px;
  font-weight: normal;
  background-image: url("/content/910000037.png");
  background-repeat: no-repeat;
  background-position: 16px 52%;
}
.sub-section ul li ul li a:hover {
  background-image: url("/content/910000038.png");
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li.current_page_item a {
  color: #DD3333;
  background-image: url("/content/910000040.png");
}
.sub-section ul li ul li ul li.current_page_item a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li.current_page_item ul.children li a {
  /*color: #333 !important;*/
  /*background-color: #0e11a7;*/
}
.sub-section ul li ul li ul li.current_page_item ul.children li a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li a {
  /*background-color: #fae277;*/
  padding-left: 38px;
  background-image: url("/content/910000039.png") !important;
  background-repeat: no-repeat;
  background-position: 30px 52%;
}
.sub-section ul li ul li ul li a:hover {
  background-image: url("/content/910000040.png") !important;
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li ul li a {
  /*display: none !important;*/
  /*background-color: #a7f17b;*/
  padding-left: 52px;
  background-image: url("/content/910000037.png") !important;
  background-repeat: no-repeat;
  background-position: 42px 52%;
}
.sub-section ul li ul li ul li ul li a:hover {
  background-image: url("/content/910000038.png") !important;
  color: #DD3333 !important;
}
.sub-section ul li.current_page_item a {
  color: #DD3333;
}
.sub-section ul li.current_page_item a:hover {
  color: #DD3333 !important;
}
.sub-section ul li.current_page_item ul.children li a {
  color: #333;
}
.sub-section ul li.current_page_item ul.children li a:hover {
  color: #DD3333 !important;
}

.sub-section .current_page_item a,
.sub-section a:hover {
  /*background-color: #f1fcea !important;*/
}

/*サブメニューの表示/非表示設定*/
/*最初は子ページを表示しない*/
.sub-section ul li ul.children li a {
  display: none;
}

/*## 子ページをクリックした際の動き ###################################################*/
/*子ページをクリックした際に孫メニューを表示する*/
.sub-section ul li.current_page_item ul.children li a {
  display: block;
}

/*ただし、上記のひ孫メニューは表示しない*/
.sub-section ul li.current_page_item ul.children li ul li a {
  display: none;
}

/*## 孫ページをクリックした際の動き ###################################################*/
/*孫ページがクリックされたら同階層の孫ページも表示する*/
/*まずは非表示設定*/
.sub-section ul li ul.children li ul.children li a {
  display: none;
}

/*必要な箇所を表示する*/
.sub-section ul li.current_page_parent ul.children li a {
  display: block;
}

.sub-section ul li.current_page_parent ul.children li.current_page_item a {
  display: block;
}

/*## ひ孫ページをクリックした際の動き ###################################################*/
/*同階層のひ孫ページを表示させたい*/
.sub-section ul li ul.children li.current_page_ancestor ul.children li a {
  display: block;
}

/*孫ページを表示させたい*/
.sub-section ul li ul.children li.current_page_parent a {
  display: block;
}

/*孫ページと同階層のページも表示させたい*/
.sub-section ul li.current_page_ancestor ul.children li a {
  display: block;
}

/*サブメニュー4階層目（ダム検証など）*/
/*他メニュー内の4階層目を非表示にする*/
.sub-section ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.page_item_has_children ul.children li a {
  display: none;
}

.sub-section ul li.current_page_item ul.children li.page_item_has_children ul li a {
  display: none;
}

.sub-section ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.current_page_item ul.children li a {
  display: block;
}

.sub-section ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.current_page_parent ul.children li a {
  display: block;
}

/* サブメニュー下バナー */
.veu_banner img {
  border: 1px solid #ddd;
}

/* ここからフッター部 */
/* フッターエリア */
.site-footer {
  padding: 0;
  margin: 50px auto 0px;
  border-top: 3px solid #2589d0;
  background-color: #fefefe;
  font-size: 1em;
}
.site-footer .footer-nav {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.site-footer .footer-nav-list {
  width: 100%;
  text-align: center;
  /*background-color: #ed254d;*/
  margin: 0 auto !important;
  padding: 10px 0 8px;
}
.site-footer .footer-nav-list a {
  color: #000;
}
.site-footer .site-footer-content {
  padding-top: 10px;
  margin: 0 auto;
  /*height:110px;*/
  border-bottom: 1px solid #ddd;
}
.site-footer .site-footer-content .row {
  /*background-color: #f9fac7;*/
}
.site-footer .site-footer-content .row img {
  max-width: 80px;
  height: auto;
}
.site-footer .site-footer-content .row #f_add {
  width: 100%;
  /*background-color: #81D742;*/
  padding-left: 44px;
  background-image: url("/content/910000035.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 40px;
  margin: 0;
  /*float: left;*/
  padding-bottom: 5px;
  font-size: 0.9em;
  white-space: nowrap !important; /* PCでは改行なし */
  overflow-wrap: break-word !important; /* スマホで長い単語を折り返し */
  word-wrap: break-word !important; /* 古いブラウザ対応 */
}
.site-footer .site-footer-content .row #f_add h5 {
  padding: 0;
  padding-top: 3px;
  font-size: 1.2em;
  margin-bottom: 8px;
  border-bottom: none;
}
.site-footer .site-footer-content .row #f_add address {
  font-style: normal;
  font-size: 1.1em;
}
.site-footer .site-footer-copyright {
  /*background-color: #f9fac7;*/
  padding: 0 0 6px 0;
  font-weight: 600;
}

.site-footer-content > .customize-partial-edit-shortcut {
  position: relative !important;
  left: 0px;
}

/*上に戻るボタンカスタマイズ*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2589d0;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  opacity: 0; /* ← 最初は非表示 */
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 1000;
}

/* スクロール後に表示 */
.pagetop.show {
  opacity: 0.6; /* ← 通常表示時は少し薄く */
  visibility: visible;
}

/* マウスを乗せた時に濃くする */
.pagetop:hover {
  opacity: 1; /* ← 不透明度を上げる */
}

/* ここからトップページ */
.home .main-section a:hover {
  color: #DD3333 !important;
}
.home .top_links h2 {
  background-color: transparent !important;
  border: none;
}
.home .top_pubnr {
  position: relative;
  top: -160px;
  z-index: 100;
  margin-bottom: -190px;
}
.home .top_pubnr img {
  border-radius: 16px 16px 0 0;
  border: 3px solid #fff;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5); /* 横, 縦, ぼかし, 色 */
}
.home h2 {
  background-color: transparent !important;
  border: none;
}
.home .border_h2 h2 {
  background-color: transparent !important;
  border: none;
  position: relative;
  text-align: center; /* テキスト中央揃え */
  font-size: 1.5em;
  margin: 40px 0;
  padding: 0 1em;
}
.home .border_h2 h2::before, .home .border_h2 h2::after {
  content: "";
  position: absolute;
  top: 50%; /* 縦位置を中央に */
  height: 1px; /* 線の太さ */
  background-color: #333; /* 線の色 */
  width: 26%;
}
.home .border_h2 h2::before {
  transform: translateY(-50%); /* 完全中央に */
  left: 10%;
}
.home .border_h2 h2::after {
  right: 0;
  transform: translateY(-50%);
  right: 10%;
}

/* タブレット (979px以下)-----------w690 */
@media only screen and (max-width: 991px) {
  .home .top_pubnr {
    top: 0px;
    margin-bottom: 0px;
  }
}
#emr_area { /*トップページ以外は非表示にする*/
  display: none;
}

.home #emr_area {
  display: block;
  z-index: 10;
  /*緊急情報の位置設定（画像の上にするかしないか）*/
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 10px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  background-color: #fff;
  border: 10px solid #ed254d;
  width: 1110px;
  /* 930px → 690px → 510px */
  margin: 20px auto;
  padding: 10px;
  font-size: 1.2em;
}
.home #emr_area h2 {
  text-align: center;
  background-color: #ed254d;
  color: #fff;
  letter-spacing: 0.4em;
  font-size: 1.6em;
  margin-bottom: 10px;
  border-top: none;
  padding: 4px 0;
  /* 要素にアニメーションを適用 */
  /*animation: blinking 2.4s ease-in-out infinite alternate;*/
}
.home #emr_area .emr_txt {
  background-color: antiquewhite;
  width: 100%;
  margin: 0px auto;
  padding: 20px 20px 1px;
}
.home #emr_area .emr_txt h2 {
  background-color: transparent !important;
  text-align: left !important;
  color: #474747;
  font-size: 1.4em;
  margin-bottom: 10px;
  letter-spacing: 0;
  animation: none;
}
.home #emr_area .emr_txt h3 {
  border: none !important;
  font-size: 1em;
  background-image: none !important;
  border-bottom: 2px dotted #DD3333 !important;
}
.home {
  /*動画スクロール*/
}
.home .top_douga_link {
  background-color: #30daf8;
  position: relative;
  right: 10px;
}
.home .douga_area {
  margin-top: 15px;
}
.home .douga_area .xo-slider .swiper .swiper-wrapper img {
  width: 86%;
  height: auto;
  border-radius: 10px;
  outline-offset: 2px;
  outline: 1px solid #bfc1c2;
  margin: 3px 0;
}
.home .douga_area .swiper-pagination {
  /*display: none;*/
}

/* 点滅 */
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* N&T */
.nt {
  position: relative;
  margin: 0;
  padding: 0;
}
.nt h2 {
  font-size: 1.2em;
  border: none;
  position: relative;
  top: 0;
  background: rgba(94.9673469388, 171.906122449, 226.5326530612, 0.15);
  padding: 4px 5px 4px 24px;
  padding-left: 20px !important;
  color: #474747;
  border-radius: 0px 10px 0px 0;
  margin-left: 6px;
  margin-top: 0;
  margin-bottom: 0 !important;
  border: 1px solid #ddd;
  border-bottom: 3px solid #2589d0;
}
.nt h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: #fff;
  background: #2589d0;
  font-weight: 900;
  font-size: 1.4em;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.nt p a {
  background-image: url("/content/910000041.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  position: absolute;
  top: 5px;
  font-size: 0.9em;
}
.nt p .nt_list_press a {
  right: 16px;
}
.nt p {
  /*.nt_list_topics a{
      right:26px;
  }*/
}
.nt p .rss a {
  top: 10px;
  right: 20px;
  width: 45px;
  height: 19px;
  background-image: url("/content/910000042.gif");
  color: #fff;
  padding-left: 16px;
  background-position: left 1px;
  background-repeat: no-repeat;
  line-height: 120%;
  text-decoration: none;
}

.home .new-posts {
  height: 338px !important;
  overflow-y: scroll;
  margin-bottom: 50px;
}

.new-posts {
  /*background-color: #d3d1c0;*/
  padding: 15px 5px;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -23px;
  font-size: 0.95em;
  border-radius: 0 0 10px 10px;
  line-height: 1.2em;
}
.new-posts dt.news-item {
  position: relative;
  display: block;
  padding: 0px 0 3px 42px;
  width: 400px;
  /*background: #64f087;*/
  box-sizing: border-box;
  margin: 0;
  background-image: url("/content/910000043.png") !important;
  background-repeat: no-repeat;
  background-position: 18px 10px;
}
.new-posts dt.news-item .nt_tag00,
.new-posts dt.news-item .nt_tag10,
.new-posts dt.news-item .nt_tag11,
.new-posts dt.news-item .nt_tag80,
.new-posts dt.news-item .nt_tag83,
.new-posts dt.news-item .nt_tag86 { /*講演タグ*/
  font-size: 0.75em;
  padding: 2px 7px;
  margin: 4px 10px 0;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  width: 80px !important;
  display: inline-block;
  letter-spacing: 0.25em;
}
.new-posts dt.news-item .nt_tag00 { /*その他タグ*/
  border: 1px solid #9fa09f;
  color: #9fa09f;
}
.new-posts dt.news-item .nt_tag10 { /*お知らせタグ*/
  border: 1px solid #6CC56C;
  color: #6CC56C;
}
.new-posts dt.news-item .nt_tag11 { /*出前講座タグ*/
  border: 1px solid #887bfc;
  color: #887bfc;
}
.new-posts dt.news-item .nt_tag80 { /*講習タグ*/
  border: 1px solid #fcaa7b;
  color: #fcaa7b;
}
.new-posts dt.news-item .nt_tag83 { /*研修タグ*/
  border: 1px solid #fc3535;
  color: #fc3535;
}
.new-posts dt.news-item .nt_tag86 { /*講演タグ*/
  border: 1px solid #2dceeb;
  color: #2dceeb;
}
.new-posts dd {
  margin-bottom: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 6px;
  /*padding-left: 44px;*/
  margin-left: 40px;
  margin-top: 5px;
  /*background-color: #c9ec81;*/
}
.new-posts dd a {
  text-decoration: none;
}

/*インデックスページ（子ページ一覧）*/
.veu_childPage_list a:hover {
  background-color: #f9fac7;
}

.childPage_list_box {
  background-color: #fdfdfd;
  border-radius: 10px;
}
.childPage_list_box .childPage_list_box_inner {
  /*background-color: #81D742;*/
  padding: 14px 10px 0 10px;
  border-radius: 8px;
}
.childPage_list_box .childPage_list_box_inner .childPage_list_more,
.childPage_list_box .childPage_list_box_inner .btn,
.childPage_list_box .childPage_list_box_inner .btn-primary,
.childPage_list_box .childPage_list_box_inner .btn-sm {
  display: none !important;
}
.childPage_list_box .childPage_list_box_inner h3.childPage_list_title {
  border-bottom: 2px solid #2589d0;
  padding-right: 16px;
  margin-bottom: 8px;
  color: #555;
}
.childPage_list_box .childPage_list_box_inner h3.childPage_list_title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #65a835;
  background-color: #fefeff;
  font-weight: 900;
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  right: -4px;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);*/
}

.childPage_list_body p.childPage_list_text {
  display: none;
}
.childPage_list_body span.childPage_list_more {
  display: block !important;
}

/*N&T横バナーエリア*/
.top_j_bnr {
  /*background-color: #eaf584;*/
  margin-top: 2px !important;
}
.top_j_bnr img {
  margin-bottom: 2px;
  width: 345px !important;
  height: 70px !important;
}
.top_j_bnr .bdr img {
  outline-offset: 2px;
  outline: 1px solid #bfc1c2;
  border-radius: 5px;
  margin-bottom: 12px;
}
.top_j_bnr h2 {
  font-size: 1.2em;
  border: none;
  position: relative;
  top: -7px;
  background: rgba(94.9673469388, 171.906122449, 226.5326530612, 0.15);
  background-color: #ffffda;
  padding: 4px 5px 4px 24px;
  color: #474747;
  border-radius: 0px 10px 0px 0;
  margin-left: 6px;
  margin-top: 0 !important;
  border: 1px solid #ddd;
  border-bottom: 3px solid #2589d0;
}
.top_j_bnr h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  content: "\f773";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #2589d0;
  background-color: #fd87d6;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

/*ピックアップコンテンツ*/
h2.pu_cont {
  position: relative;
  padding: 1.5rem 1.5rem 0;
  text-align: center;
  background-color: transparent;
  font-size: 2.2em;
}

h2.pu_cont:before {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #f10e0e;
}

.pu_cont_list {
  /*background-color: #eaf584;*/
}
.pu_cont_list figure img {
  outline: 1px solid #bfc1c2;
  outline-offset: 2px;
  border-radius: 5px !important;
}

/* ここからN&Tの一覧・個別ページ */
/* N&T一覧ページ */
.media-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  /*background-color: #83C0EA;*/
}

.archive-header {
  display: none;
}

.vk_post {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  margin-top: -20px !important;
  /*background-color: #81D742;*/
}
.vk_post .vk_post_date {
  order: 2;
  font-size: 1em;
  font-weight: bold;
}
.vk_post .vk_post_title {
  order: 3;
  font-weight: normal;
  font-size: 1em !important;
  border: none;
  margin-left: 134px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.vk_post .vk_post_title a {
  /*color:#0000EE;*/
  /*text-decoration: underline dotted #999;*/
  border-bottom: 1px dotted #999;
}
.vk_post .vk_post_title a:hover {
  color: #DD3333;
  border: none;
}
.vk_post .vk_post_taxonomies {
  position: relative;
  order: 1;
}
.vk_post .vk_post_taxonomies dd a {
  font-size: 1em !important;
}
.vk_post .vk_post_taxonomy_title_inner {
  display: none;
}
.vk_post .vk_post_taxonomy_terms {
  position: absolute;
  left: 126px;
  top: 1.3em;
  padding: 2px 5px;
}
.vk_post .vk_post_taxonomy_terms a {
  border: 1px solid #999;
  padding: 2px 5px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.vk_post .vk_post_btnOuter {
  position: absolute;
  bottom: 0;
}
.vk_post .vk_post_btnOuter a {
  border-radius: 5px;
}
.vk_post .media-body {
  margin: 0 !important;
  padding: 0 !important;
}
.vk_post .vk_post_title_new {
  position: absolute;
  left: 86px;
  top: 60px;
}

.category-topics .vk_post_taxonomy_terms a {
  border: 1px solid #519b51;
  color: #6CC56C;
}

.category-press .vk_post_taxonomy_terms a {
  border: 1px solid #ed6d74;
  color: #ED6D74;
}

.widget_wp_widget_vk_taxonomy_list .current-cat > a {
  color: #DD3333;
  /*background-color: #f1fcea !important;*/
}

/*イベント情報関連*/
.col-12 {
  /*background-color: #f3f3fc;*/
}
.col-12 .event_articles {
  /*background-color: #d9f8db;*/
  margin-top: -15px;
  margin-bottom: -15px;
}
.col-12 .event_articles dl dt {
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
.col-12 .event_articles dl dt a {
  font-size: 0.8em;
  padding: 3px 5px;
  /*border: 1px solid #3538f7;*/
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin: 0 0px;
}
.col-12 .event_articles dl dt.days {
  padding-right: 10px;
  float: left;
}
.col-12 .event_articles dl dt.tugs {
  float: left;
}
.col-12 .event_articles dl dt.tugs .tug_topics {
  display: none;
}
.col-12 .event_articles dl dt.tugs .tug_press {
  display: none;
}
.col-12 .event_articles dl dd a {
  text-decoration: underline;
}
.col-12 .event_articles dl dd {
  padding-bottom: 1.6em;
  border-bottom: 1px dotted #6198C2;
}
.col-12 .event_articles dl dt.new {
  /*background-color: #DD3333;*/
  padding: 2px 10px;
  text-align: center;
  float: left;
  color: #DD3333;
  font-weight: bold;
}
.col-12 .event_articles dl dd.main_articles {
  clear: both;
  /*margin-left: 60px;*/
  margin-bottom: 2em;
}
.col-12 .event_articles p.btn_detail {
  /*background-color: #ad7149;*/
  clear: both;
  width: 120px;
  position: relative;
  left: 84%;
  top: -16px;
}
.col-12 .event_articles p.btn_detail a {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background-color: #2589d0;
  font-size: 0.9em;
  border: 1px solid #2589d0;
}
.col-12 .event_articles p.btn_detail a:hover {
  background-color: #f9fac7;
}

/*お知らせ 10*/
a.tug_r01-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r02-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r03-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r04-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r05-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r06-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r07-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r08-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r09-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r10-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r11-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r12-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r13-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r14-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r15-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r16-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r17-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r18-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r19-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*お知らせ 10*/
a.tug_r20-topics {
  border: 1px solid #6CC56C;
  color: #6CC56C !important;
}

/*出前講座 11*/
a.tug_r01-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r02-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r03-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r04-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r05-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r06-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r07-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r08-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r09-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r10-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r11-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r12-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r13-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r14-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r15-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r16-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r17-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r18-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r19-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*出前講座 11*/
a.tug_r20-demae {
  color: #887bfc !important;
  border: 1px solid #887bfc;
}

/*講習 80*/
a.tug_r01-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r02-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r03-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r04-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r05-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r06-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r07-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r08-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r09-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r10-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r11-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r12-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r13-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r14-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r15-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r16-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r17-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r18-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r19-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*講習 80*/
a.tug_r20-course {
  color: #fcaa7b !important;
  border: 1px solid #fcaa7b;
}

/*研修 83*/
a.tug_r01-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r02-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r03-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r04-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r05-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r06-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r07-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r08-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r09-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r10-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r11-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r12-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r13-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r14-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r15-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r16-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r17-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r18-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r19-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*研修 83*/
a.tug_r20-training {
  color: #fc3535 !important;
  border: 1px solid #fc3535;
}

/*講演 86*/
a.tug_r01-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r02-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r03-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r04-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r05-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r06-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r07-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r08-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r09-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r10-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r11-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r12-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r13-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r14-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r15-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r16-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r17-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r18-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r19-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

/*講演 86*/
a.tug_r20-lecture {
  color: #2dceeb !important;
  border: 1px solid #2dceeb;
}

#block-62 li {
  list-style-type: none !important;
}

/*投稿ページのカテゴリ階層表示*/
.sub-section ul.localNavi li ul.children li a {
  display: block !important;
}

/* N&T個別ページのカスタマイズ */
/*.entry-meta-item-updated,*/
/*.entry-meta-item-author,*/
/*.entry-footer,*/
.next-prev {
  display: none;
}

.entry-footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.entry-meta-data-list dl dt {
  display: none !important;
}
.entry-meta-data-list dl dd a {
  font-size: 1.1em;
  position: absolute;
  top: -3.9em;
  left: 11em;
}

/* スマホ・タブレットのナビゲーションボタン */
.vk-menu-acc .acc-btn {
  background-image: url("/content/910000032.svg");
}

.vk-mobile-nav-menu-btn {
  background-image: url("/content/910000044.svg");
}

.vk-mobile-nav-menu-btn.menu-open,
.vk-menu-acc .acc-btn-close {
  background-image: url("/content/910000034.svg");
}

/* トップページ関連 */
.top_yt,
.is-provider-youtube {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.top_yt iframe,
.is-provider-youtube iframe {
  width: 100% !important;
}

/* 2カラム横並びレイアウト */
.is-layout-flow {
  width: 50%;
  /*background-color: #ffaa22;*/
}

/*===== ふわっ =======*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.6S;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* PC版小 (1199px以下)-----------w690 */
@media only screen and (max-width: 1200px) {
  #header .site-header-logo {
    /*background-color: #519b51;*/
    width: 300px !important;
  }
  #header .site-header-logo a {
    /*background-color: coral !important;*/
    width: 24vw;
  }
  .main-section--col--two {
    width: 72% !important;
  }
  .sub-section,
  .sub-section--col--two {
    width: calc(28% - 1em);
  }
  .site-footer {
    margin-top: -20px;
  }
  .home .new-posts {
    height: 22vw;
  }
  .new-posts {
    /*height:205px;*/
  }
  .new-posts .new-mark:after {
    top: 19px !important;
  }
  .top_topics {
    height: 225px;
  }
  /* N&T横カラム */
  h2.top_r_clm,
  h2.top_r_clm2 {
    font-size: 1.1em;
    padding: 7px 5px 6px 24px;
  }
  .home #emr_area {
    width: 930px;
    /* 930px → 690px → 510px */
  }
}
/* タブレット (979px以下)-----------w690 */
@media only screen and (max-width: 991px) {
  .pc_tab {
    display: none;
  }
  #menu-menu1-1 li ul.acc-child-open li a:hover {
    color: #f10e0e !important;
  }
  #menu-menu1-1 li ul.acc-child-open li ul.acc-child-open li a {
    margin-left: 1em !important;
  }
  #menu-menu1-1 li ul.acc-child-open li ul.acc-child-open li a:hover {
    color: #f10e0e !important;
  }
  .site-header-logo {
    /*background-color: #8da6db;*/
    margin: 0px auto 0 !important;
    position: relative !important;
    top: 0px !important;
    height: 70px;
  }
  .site-header-logo a {
    width: 300px !important;
  }
  .site-header-top {
    margin: 0 auto;
    float: none !important;
    justify-content: center !important;
  }
  .site-header-top #shr_02 .useset {
    display: none !important;
  }
  .global-nav-list {
    display: none;
  }
  .main-section--col--two {
    width: 100% !important;
  }
  .sub-section,
  .sub-section--col--two {
    width: 100%;
  }
  .nt p .rss a {
    line-height: 1.5em;
  }
  .home .new-posts {
    height: 23vw;
  }
  /* N&T横カラム */
  h2.top_r_clm,
  h2.top_r_clm2 {
    font-size: 0.86em;
    padding: 9px 5px 8px 28px;
  }
  .home #emr_area {
    top: 100px;
    width: 690px;
    /* 930px → 690px → 510px */
  }
  .site-footer .site-footer-content {
    width: 100%;
    border: none;
  }
  .site-footer .site-footer-content .row {
    display: block !important;
  }
  .site-footer .site-footer-content .row .col-md-6 {
    max-width: 100%;
  }
  .site-footer .site-footer-content .row #f_add {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-position: 16% 6px;
  }
  .site-footer .site-footer-content .row #f_add h5 {
    border: none;
  }
  .site-footer .site-footer-content .row #f_menu {
    float: none !important;
    text-align: center;
  }
  .site-footer .site-footer-content .row #f_menu ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer-copyright {
    padding-top: 30px;
  }
  .is-layout-flex .is-layout-flow {
    width: 100%;
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #e0a606;*/
    flex-wrap: nowrap !important;
    gap: 14px;
  }
  .pu_cont_list figure img {
    width: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    height: auto;
  }
  /*トップページ右カラム*/
  .top_j_bnr h2 {
    text-align: center;
  }
  /*動画スクロール*/
  .douga_area .xo-slider .swiper .swiper-wrapper {
    gap: 15px !important;
  }
  .douga_area .xo-slider .swiper .swiper-wrapper .swiper-slide {
    flex-basis: 42% !important;
    height: 27vw;
  }
  .douga_area .xo-slider .swiper .swiper-wrapper .swiper-slide img {
    width: 100% !important;
  }
}
/* タブレット02(780px以下)-----------w690 */
@media only screen and (max-width: 781px) {
  /*@media only screen and (max-width:761px) {*/
  .qsr_links {
    margin-top: -2em;
  }
  .page-header .page-header-title {
    padding: 0em 0em;
    font-size: 1.9em;
  }
  .page-header .page-header-title::before {
    display: none;
  }
  .page-header .page-header-title::after {
    display: none;
  }
  #site-header {
    background-image: none !important;
  }
  #site-header #header .site-header-logo {
    float: none !important;
    width: 100% !important;
    height: auto;
    position: relative !important;
    text-align: center !important;
  }
  #site-header #header .site-header-logo img {
    /*width: 80% !important;
    height: auto !important;
    margin: 0 auto;*/
    margin: 0 auto !important;
  }
  .home .new-posts {
    height: 50vw;
  }
  .home #emr_area {
    top: -10px !important;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    width: 100% !important;
    /* 930px → 690px → 510px */
  }
  .home .top_j_bnr {
    /*background-color: darkkhaki;*/
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .home .top_j_bnr .fb-page {
    width: 100% !important;
  }
  .home .top_j_bnr .fb-page iframe {
    width: 100% !important;
  }
  .home .top_j_bnr {
    /*background-color: #0F6DB2;*/
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
  }
  .home .top_j_bnr figure {
    width: 48%;
  }
  .home .top_bnr_area {
    /*background-color: #4573bf;*/
    display: flex;
    flex-wrap: wrap;
    gap: 0px 8px;
  }
  .home .top_bnr_area .wp-block-column {
    flex-basis: 48% !important;
    /*background-color: antiquewhite;*/
  }
  .site-footer {
    /*background-color: #ed6d74;*/
  }
  .site-footer .footer-nav-list {
    width: 100%;
  }
  .site-footer ul li a {
    text-align: center;
  }
  .site-footer .site-footer-content .row #f_add {
    background-position: 3% 6px;
    font-size: 0.9em;
  }
  .site-footer .site-footer-content .row #f_menu {
    font-size: 0.9em;
  }
  .swiper-slide img {
    height: 190px !important;
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #7ba8f0;*/
    flex-wrap: nowrap !important;
    gap: 14px;
  }
}
/* スマホ(989px以下)-----------w690 */
@media only screen and (max-width: 574px) {
  .sp,
  .promo_bnr_pc_tab {
    display: none;
  }
  .promo_bnr_sp {
    display: block;
  }
  #site-header {
    /*background-color: deeppink !important;*/
  }
  #site-header #header .site-header-logo {
    width: 280px !important;
    padding-bottom: 5px;
  }
  #site-header #header .site-header-logo img {
    margin: 10px 0px 0px 0px !important;
  }
  /*スライドショーのページネーションを消す*/
  .swiper-pagination-bullet {
    display: none;
  }
  .nt h2 {
    font-size: 1.4em !important;
    /*color: #DD3333;*/
    padding-top: 6px;
    padding-left: 30px !important;
    padding-bottom: 6px;
    border-radius: 10px 10px 0px 0;
    margin-left: 0px;
  }
  .nt p a {
    padding-left: 14px;
    position: absolute;
    top: 10px;
    font-size: 0.9em;
  }
  .nt p .nt_list_press a {
    right: 20px;
  }
  .nt p .nt_list_topics a {
    right: 20px;
    top: 22px;
  }
  .nt p .rss a {
    display: none;
  }
  .home .new-posts {
    height: 80vw;
  }
  .new-posts {
    /*background-color: #ecfa30;*/
  }
  .new-posts dt {
    width: 100%;
    margin-bottom: 6px;
  }
  .top_j_bnr {
    padding-top: 0px !important;
  }
  .top_j_bnr .sp_bnrimg {
    width: 50%;
    margin: auto;
  }
  .top_bmenu {
    font-size: 1.2em;
  }
  .top_bmenu li {
    margin-left: 10%;
  }
  .is-layout-flex {
    /*display:block !important;*/
  }
  .is-layout-flex .is-layout-flow {
    /*width:100%;*/
  }
  .site-footer .site-footer-content .row .is-layout-flex {
    display: flex !important;
  }
  .site-footer .site-footer-content .row {
    /*background-color: #ed6d74;*/
  }
  .site-footer .site-footer-content .row #f_add {
    /*background-image: none;*/
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #7ba8f0;*/
    display: flex !important;
    width: 100% !important;
  }
  .pu_cont_list figure img {
    outline-offset: 2px;
  }
  #f_add {
    /*background-color: #DD3333;*/
    background-image: none !important;
    white-space: normal !important; /* スマホでは改行許可 */
  }
  /*動画スクロール*/
  .douga_area .xo-slider {
    margin-bottom: -30px;
  }
  .douga_area .xo-slider .swiper .swiper-wrapper {
    gap: 12px !important;
  }
  .douga_area .xo-slider .swiper .swiper-wrapper .swiper-slide {
    flex-basis: 48% !important;
    height: 32vw;
  }
  .douga_area .xo-slider .swiper .swiper-wrapper .swiper-slide img {
    height: auto !important;
  }
}
/*トップページ　ライントピックス*/
.line_topics {
  height: 27px;
  /* バナー本体 */
}
.line_topics .news-banner {
  display: block;
  height: 1.4em;
  width: 100%;
  background-color: #505050;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1.2em;
}
.line_topics {
  /* バナー内コンテンツ */
}
.line_topics .news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 26px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}
.line_topics {
  /* バナー内の要素をすべて選択 */
}
.line_topics .news-banner__content > * {
  display: inline-block;
}
.line_topics {
  /* 横にスクロールさせるアニメーション */
}
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* スマホ(989px以下)-----------w690 */
@media only screen and (max-width: 991px) {
  .line_topics .news-banner {
    height: 1.8em;
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
.home .site-body {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.search {
  /*background-color: #4573bf;*/
  width: 260px !important;
}
.search input[type=text] {
  width: 162px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.search input[type=submit] {
  padding: 4px 12px 4px !important;
}

/*投稿ページのカテゴリ階層表示*/
.sub-section ul.localNavi li ul.children li a {
  display: block !important;
}
.sub-section ul.localNavi li ul.children li ul.children {
  display: none;
}
.sub-section ul.localNavi li ul.children li.current-cat ul.children {
  display: block !important;
}
.sub-section ul.localNavi li ul.children li.current-cat-ancestor ul.children {
  display: block !important;
}

/*アコーディオン*/
.ac-parent {
  position: relative; /* 追加 */
  border: 1px solid #fff;
  background-color: #8da6db;
  border-radius: 10px;
  color: #fff;
  padding: 10px 5px 10px 5px;
  padding-right: 45px !important;
  /*line-height: 50px;*/
  cursor: pointer;
}

/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  padding: 1em 3em;
}

/* スマホ(989px以下)-----------w690 */
@media only screen and (max-width: 574px) {
  .ac-child {
    padding: 1em 0.5em;
  }
}
/* 擬似要素で下三角形を作成 */
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
  transform: rotate(225deg);
}

/*見出し下の横並び画像*/
@media only screen and (max-width: 400px) {
  .h1_pics img {
    width: 100% !important;
  }
}
.btn-ghost {
  z-index: 6000 !important;
}

/*トップページスライド下バナー*/
.home_bnr {
  margin: 30px 0;
}
.home_bnr img {
  border-radius: 14px;
}

/*トップページ動画ラインナップ*/
.douga_bnr {
  margin: 30px 0;
}
.douga_bnr img {
  border-radius: 14px;
}

.douga_btn {
  width: 60%;
  text-align: center;
  margin: 0 auto 80px;
}
.douga_btn a {
  display: block;
  padding: 10px 0;
  border: 1px solid #2589d0;
  border-radius: 14px;
  text-decoration: none;
}
.douga_btn a:hover {
  background-color: #b4cbe6;
}

.douga_area {
  gap: 16px;
}

.is-layout-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(13rem, 100%), 1fr));
  container-type: inline-size;
  gap: 10px;
  text-align: center;
}

.is-layout-grid2 {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
  container-type: inline-size;
}
.is-layout-grid2 figure {
  margin: 0 5px 15px;
}

.breadcrumb {
  font-size: 100%;
  height: 2.2em !important;
}

/*枠囲い*/
.waku {
  border: 2px solid #4573bf;
  padding: 20px;
}
.waku h3.waku_title {
  background-color: none !important;
}

/*２カラム構成*/
.columns_2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.columns_2 .column {
  flex-basis: 46%;
}
.columns_2 .column figure {
  text-align: center;
}
.columns_2 .column figure iframe {
  width: 100% !important;
}

.home .columns_2 {
  margin-bottom: 40px;
}
.home .columns_2 .column {
  flex-basis: 35%;
}

@media only screen and (max-width: 574px) {
  .columns_2 {
    display: block;
  }
  .columns_2 .column {
    padding-bottom: 40px;
  }
}
/*3カラム構成*/
.columns_3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.columns_3 .column {
  flex-basis: 30%;
}
.columns_3 .column figure {
  text-align: center;
}
.columns_3 .column figure iframe {
  width: 100% !important;
}

@media only screen and (max-width: 574px) {
  .columns_3 {
    display: block;
  }
  .columns_3 .column {
    padding-bottom: 40px;
  }
}
/*バナーリンクボタン*/
.bnr_btn_blue,
.bnr_btn_green {
  margin: 50px 0;
  text-align: center;
}
.bnr_btn_blue p,
.bnr_btn_green p {
  display: inline-block;
}
.bnr_btn_blue p a,
.bnr_btn_green p a {
  display: block;
  padding: 16px 44px;
  border-radius: 10px;
  border: 1px solid #2589d0;
  background-color: #2589d0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
}
.bnr_btn_blue p a:hover,
.bnr_btn_green p a:hover {
  background-color: #cce1f1;
  color: #2589d0 !important;
}
.bnr_btn_blue p a:visited,
.bnr_btn_green p a:visited {
  color: #fff;
}

.bnr_btn_blue {
  display: flex;
  justify-content: space-around;
}
.bnr_btn_blue p a {
  border: 1px solid #2589d0;
  background-color: #2589d0;
}
.bnr_btn_blue p a:hover {
  background-color: #cce1f1;
  color: #2589d0 !important;
}

.bnr_btn_green p a {
  border: 1px solid #6CC56C;
  background-color: #6CC56C;
}
.bnr_btn_green p a:hover {
  background-color: #d2f1cc;
  color: #3d833d !important;
}

.parallax-slide {
  transform: translateY(0);
  will-change: transform; /* ブラウザにアニメーション最適化を促す */
}

/* ハンバーガーボタン */
#sideMenuToggle {
  position: fixed;
  top: 300px;
  right: 15px;
  z-index: 2000;
  background: #004b91;
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
}

/* サイドメニュー */
.side-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1500;
  padding: 20px;
}

/* 表示時 */
.side-menu.is-open {
  right: 0;
}

.localNavi h2 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid #004b91;
  padding-bottom: 6px;
}

.localNavi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.localNavi li {
  margin: 8px 0;
}

.localNavi li.current a {
  font-weight: bold;
  color: #004b91;
}

/* インフォメーション一覧サイドメニュー */
.pid_910000056 .news-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.pid_910000056 .news-wrapper .new-posts {
  flex: 1;
  border: none;
  width: 70%;
}
.pid_910000056 .news-wrapper .news-filter {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  width: 230px;
  background: #fefefe;
  border: 1px solid #e2e2e2;
  padding: 1rem;
  border-radius: 8px;
}
.pid_910000056 .news-wrapper .news-filter h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4rem;
}
.pid_910000056 .news-wrapper .news-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pid_910000056 .news-wrapper .news-filter ul li {
  border-bottom: 1px dotted #bbb;
}
.pid_910000056 .news-wrapper .news-filter ul li button {
  font-family: inherit !important;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0.5em 0.5em;
  font-size: 0.95rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.8em;
  color: #333;
  border-radius: 5px;
}
.pid_910000056 .news-wrapper .news-filter ul li button::before {
  content: "●";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
}
.pid_910000056 .news-wrapper .news-filter ul li button:hover {
  background: #eaeaea;
}
.pid_910000056 .news-wrapper .news-filter ul li button.active {
  font-weight: bold;
  color: #0055aa;
  background: #e1ecf7;
}
.pid_910000056 .news-wrapper .news-filter ul li button[data-filter="00"]::before {
  color: #9fa09f;
}
.pid_910000056 .news-wrapper .news-filter ul li button[data-filter="10"]::before {
  color: #6CC56C;
}
.pid_910000056 .news-wrapper .news-filter ul li button[data-filter="11"]::before {
  color: #887bfc;
}
.pid_910000056 .news-wrapper .news-filter ul li button[data-filter="80"]::before {
  color: #fcaa7b;
}
.pid_910000056 .news-wrapper .news-filter ul li button[data-filter="83"]::before {
  color: #fc3535;
}
.pid_910000056 .news-wrapper .news-filter ul li button[data-filter="86"]::before {
  color: #2dceeb;
}

/* モバイル */
@media (max-width: 781px) {
  .pid_910000056 .news-wrapper {
    flex-direction: column;
  }
  .pid_910000056 .news-wrapper .new-posts {
    width: 100% !important;
  }
  .pid_910000056 .news-filter {
    position: static;
    width: 100% !important;
    border-left: none;
    border-top: 3px solid #ccc;
  }
}
/* トップページでは非表示 */
.home .news-filter {
  display: none !important;
}

.pid_910000056 .news-filter.is-fixed {
  position: fixed !important;
  top: 80px;
  z-index: 50;
}

.news-filter-spacer {
  display: none;
}

@media (max-width: 781px) {
  .pid_910000056 .news-filter.is-fixed {
    position: static !important;
    width: 100% !important;
  }
}
.new,
.new-mark {
  animation: blinking 1.6s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.new-mark {
  display: inline-block;
  background: #ff2b2b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
  margin-right: 6px;
  border-radius: 5px;
}

/* サイトボディの横並び調整 */
.site-body-container {
  display: flex;
  gap: 20px; /* 本文とサイドメニューの間隔 */
}

/* main-section（本文） */
.main-section {
  flex: 1; /* サイドメニューがある場合は残り幅を使用 */
  min-width: 0;
}

/* サイドメニュー */
.side-menu {
  width: 250px; /* 固定幅 */
  background-color: #f8f8f8; /* 薄いグレー */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: sticky;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
}

/* サイドメニュータイトル */
.side-menu-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

/* サイドメニューリスト */
.side-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu-list li {
  margin-bottom: 8px;
}

.side-menu-list li a {
  text-decoration: none;
  color: #333;
}

.side-menu-list li.current a {
  font-weight: bold;
  color: #0078d4;
}/*# sourceMappingURL=main-style.css.map */