@charset "UTF-8";
/*
Theme Name: midori Child
Theme URI: 
Template: midori
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* 基本設定など */
/*他候補*/
/* $base-color: #4985aa; */
/*サイトマップ*/
.sitemap-post h4 {
  display: none;
}
.sitemap-post h5 {
  display: none;
}

/*テーブルの枠線を消す*/
.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("./../../uploads/org/vk-menu-acc-icon-open-white.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .acc-child-open .acc-btn-open {
  background-image: url("./../../uploads/org/vk-menu-acc-icon-open-black.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .sub-menu .acc-btn-close {
  background-image: url("./../../uploads/org/vk-menu-close-white.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .acc-child-open .acc-btn-close {
  background-image: url("./../../uploads/org/vk-menu-close-black.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;
  background-color: #69b758 !important;
}

.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 #c9ec81;
}

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: #000;
}
.entry-body a {
  color: rgb(34, 34, 184);
}

*:focus {
  outline: none;
}

.wp-block-columns {
  /*background-color: #00c5f6;*/
  display: flex !important;
}

/* ヘッダー部のカスタマイズ */
#site-header {
  /*background-color: bisque;*/
  /*padding-bottom: 10px;*/
  background-image: url("./../../uploads/org/header_bg.jpg");
  background-repeat: repeat-x;
  background-position: right top;
  border-bottom: 1px solid #fff;
}
#site-header #site-header-container {
  display: block;
}
#site-header #site-header-container #header {
  width: 100%;
  height: auto;
  padding-top: 2px;
  /*background-color: coral;*/
}
#site-header #site-header-container #header .site-header-logo {
  margin-top: 0px;
  padding-top: 0;
  width: 100%;
  float: left;
  position: absolute;
}
#site-header #site-header-container #header .site-header-logo a img {
  /*background-color: #81D742;*/
  -o-object-position: left bottom;
     object-position: left bottom;
  max-height: 64px;
}
#site-header #site-header-container #header .site-header-right {
  width: 522px;
  height: 68px;
  float: right;
  /*background-color: #81D742;*/
  position: relative;
  top: -5px;
  font-size: 0.9rem;
}
#site-header #site-header-container #header .site-header-right #shr_01 {
  float: right;
  width: 119px;
  padding: 0;
  padding-top: 10px;
  /*background-color: #4985aa;*/
  margin: 0;
}
#site-header #site-header-container #header .site-header-right #shr_01 .header_menu p {
  margin: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: 6px;
}
#site-header #site-header-container #header .site-header-right #shr_01 .header_menu p a {
  display: block;
  width: 108px;
  padding: 0px 5px 0px;
  margin-top: 0px;
  margin-left: 10px;
  background-color: #c9ec81;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#site-header #site-header-container #header .site-header-right #shr_01 .header_menu p a:hover {
  background-color: #f9fac7;
  color: #DD3333;
}
#site-header #site-header-container #header .site-header-right #shr_02 {
  float: left;
  width: 403px;
  /*background-color: #eaf584;*/
  /* 文字サイズ_背景色 */
}
#site-header #site-header-container #header .site-header-right #shr_02 .search {
  clear: both;
  width: 396px;
  text-align: right;
  margin: 2px 0 0 0;
  padding: 0;
  /*position: relative;
  top: -0px;
  height:32px;*/
  float: right;
  background-image: url("./../../uploads/org/kensaku_span.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
#site-header #site-header-container #header .site-header-right #shr_02 .search input[type=text] {
  width: 292px;
  padding: 3px 3px 3px 3px;
  margin: 0;
}
#site-header #site-header-container #header .site-header-right #shr_02 .search input[type=submit] {
  padding: 1px 19px 0px;
  margin: 0;
  margin-left: 1px;
  /*background-color: $base-color;*/
  background-color: #cfcfcf;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1em;
}
#site-header #site-header-container #header .site-header-right #shr_02 .search .src_btn:hover {
  background-color: #f9fac7;
  color: #DD3333;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset,
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li,
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset {
  margin-top: 10px;
  margin-bottom: 2px;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li.font_size {
  background-image: url("./../../uploads/org/font_size_icon.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin: 0 1px;
  padding: 3px 0 0 22px;
  float: left;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li.bg_color {
  background-image: url("./../../uploads/org/bg_color_icon.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  margin: 0 0px;
  padding: 3px 0 0 20px;
  float: right;
  /* background-color: #ffccff; */
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li.bg_color ul li #backgroundColorSkyWhite {
  color: #555555;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li.bg_color ul li #backgroundColorBlue {
  color: #ffff00;
  border: 1px solid #4573bf;
  background-color: #6198C2 !important;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li.bg_color ul li #backgroundColorBlack {
  color: #ffffff;
  border: 1px solid #555555;
  background-color: #000 !important;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li ul li {
  padding: 0;
  margin: -5px 0 0 0px;
  background: transparent;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li ul li a {
  display: block;
  width: 2.5em;
  padding: 3px 0 2px;
  text-align: center;
  border-bottom-width: 1px;
  /*float: right;*/
  border-radius: 5px;
  margin: 0 2px;
  text-decoration: none;
  color: #333;
  border: 1px solid #bbb;
  background-color: #c9ec81;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul.useset li ul li a:hover {
  background-color: #f9fac7;
  color: #DD3333;
}

/* ここからナビゲーション部 */
/* ヘッダーナビをコンテンツ幅いっぱいに広げる */
body:not(.header_scrolled) .global-nav--layout--float-right {
  display: block;
  width: 100%;
}

.global-nav-list {
  justify-content: space-between;
  /*justify-content: center;*/
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
}
.global-nav-list li::before {
  border-bottom: 1px solid #69b758;
}
.global-nav-list li a {
  border-right: 1px solid #ddd;
  padding: 8px 44px !important;
}
.global-nav-list li a:hover {
  background-color: #f9fac7;
  color: #DD3333;
}

/* 上部ヘッダー・メニュー部 */
.header_scrolled .site-header-right {
  display: none;
}

/* ドロップダウンメニューのカスタマイズ */
.sub-menu li a {
  font-size: 1.1em;
  padding-right: 1em !important;
  padding-left: 1em !important;
  /*background-color: cornflowerblue;*/
}
.sub-menu li a:hover {
  color: #ffff00 !important;
}

/*スライドショー部*/
.ltg-slide-text-title {
  color: #fff;
}

.swiper-slide {
  /*background-color: #6CC56C;*/
  /*min-height: 230px;*/
}
.swiper-slide img {
  height: auto !important;
  /*min-height: 230px;
  object-fit: cover;*/
}

.home .entry-body {
  /*background-color: #f19f40;*/
  margin-top: -70px;
  z-index: 5000 !important;
}

/*========= 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;
}

/* パンくずリスト */
#breadcrumb li {
  font-size: 0.8em;
}

/* ここから共通メインコンテンツ */
.page-header {
  background-color: #c9ec81;
  border-bottom: 1px solid #fff; /*背景色変更対策*/
}
.page-header .page-header-title {
  background-color: #c9ec81;
  text-shadow: 1px 1px 3px #333;
  position: relative;
  display: inline-block;
  padding: 0em 4em;
}

.site-body {
  /*background-color: #eaf584;*/
  padding-top: 2em;
}

.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 {
  background-color: rgba(201, 236, 129, 0.15);
  padding-left: 0.3em;
  border-radius: 10px;
  border-top: none;
  font-size: 1.5em;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #333;
}
.main-section h3 {
  /*border-bottom: 2px solid $toptug_color;*/
  /*border-top: $tug_border02 ;*/
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 0.3em;
  font-size: 1.3em;
  border-radius: 10px 10px 0 0;
  background-color: #fcfcfc;
  color: #333;
}
.main-section h3:after {
  border: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3em;
  background: repeating-linear-gradient(-45deg, #C9EC81, #C9EC81 5px, #ffffff 5px, #ffffff 10px);
}
.main-section h3::before {
  border: none;
}
.main-section h4 {
  font-size: 1.2em;
  color: #333;
  padding: 0.1em 1em;
  margin-left: 5px;
  margin-right: 5px;
  outline: 2px solid #d6d6d6;
  outline-offset: 3px;
  background-color: #f8f8f8;
}
.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 #c9ec81;
  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("./../../uploads/org/s_menu_list_on.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("./../../uploads/org/s_menu_list.png");
  background-repeat: no-repeat;
  background-position: 16px 52%;
}
.sub-section ul li ul li a:hover {
  background-image: url("./../../uploads/org/s_menu_list_on.png");
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li.current_page_item a {
  color: #DD3333;
  background-image: url("./../../uploads/org/sm_mark01_on.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("./../../uploads/org/sm_mark01.png") !important;
  background-repeat: no-repeat;
  background-position: 30px 52%;
}
.sub-section ul li ul li ul li a:hover {
  background-image: url("./../../uploads/org/sm_mark01_on.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("./../../uploads/org/s_menu_list.gif") !important;
  background-repeat: no-repeat;
  background-position: 42px 52%;
}
.sub-section ul li ul li ul li ul li a:hover {
  background-image: url("./../../uploads/org/s_menu_list_on.gif") !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: 0 auto;
  border-top: 3px solid #c9ec81;
  background-color: rgba(201, 236, 129, 0.15);
}
.site-footer .footer-nav {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav-list {
  width: 550px;
  /*background-color: #ed254d;*/
  margin: 0 auto;
  padding: 10px 0 8px;
}
.site-footer .footer-nav-list a {
  color: #000;
}
.site-footer .site-footer-content {
  /*background-color: #f9fac7;*/
  padding-top: 20px;
  margin: 0 auto;
  height: 110px;
  border-bottom: 1px solid #ddd;
}
.site-footer .site-footer-content .row #f_add {
  width: 560px;
  /*background-color: #81D742;*/
  padding-left: 70px;
  background-image: url("./../../uploads/org/qsr_logo_f.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin: 0;
  float: left;
  padding-bottom: 5px;
}
.site-footer .site-footer-content .row #f_add h5 {
  padding: 0;
  padding-top: 3px;
  font-size: 1.3em;
  margin-bottom: 8px;
}
.site-footer .site-footer-content .row #f_add address {
  font-style: normal;
  font-size: 1.1em;
}
.site-footer .site-footer-content .row #f_menu {
  /*background-color: #d3d1c0;*/
  margin: 0;
  padding: 0;
  float: right;
}
.site-footer .site-footer-content .row #f_menu ul {
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-content .row #f_menu ul li {
  margin: 0;
  margin-bottom: 4px;
  font-size: 1.2em;
}
.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;
}

/*上に戻るボタンカスタマイズ*/
a.page_top_btn {
  padding: 0;
  margin: 0;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  box-shadow: none;
  background-image: url("./../../uploads/org/btn_gotop.png") !important;
  width: 150px;
  height: 30px;
  background-size: 100%;
  text-indent: -5555em;
}
a.page_top_btn:hover {
  opacity: 0.5 !important;
}

/* ここからトップページ */
.home .main-section a:hover {
  color: #DD3333 !important;
}

/* トップページ緊急情報サンプル */
#emr_area_org {
  position: absolute;
  z-index: 10;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);*/
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  background-color: #fff;
  border: 10px solid #ff0000;
  width: 1110px;
  /* 930px → 690px → 510px */
  margin: 20px auto;
  padding: 10px;
}
#emr_area_org h2 {
  border: none;
  letter-spacing: 1em;
  background-color: #ED6D74;
  color: #fff;
  text-align: center;
}

#emr_area { /*トップページ以外は非表示にする*/
  display: none;
}

.home #emr_area {
  display: block;
  z-index: 10;
  /*緊急情報の位置設定（画像の上にするかしないか）*/
  position: absolute;
  top: 170px;
  top: 11vw;
  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;
}
.home #emr_area h2 {
  text-align: center;
  background-color: #ed254d;
  color: #fff;
  letter-spacing: 0.4em;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-top: none;
  padding: 4px 0;
  font-size: 1.2em;
}
.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: 1em;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.home #emr_area .emr_txt h3 {
  border: none !important;
  font-size: 1em;
  background-image: none !important;
  border-bottom: 2px dotted #DD3333 !important;
}

/* N&T */
.nt {
  position: relative;
  margin: 0;
  padding: 0;
}
.nt h2 {
  font-size: 1.2em;
  border: none;
  position: relative;
  top: 0;
  background: rgba(201, 236, 129, 0.15);
  padding: 4px 5px 4px 24px;
  color: #474747;
  border-radius: 0px 10px 0px 0;
  margin-left: 6px;
  margin-top: 0;
  border: 1px solid #ddd;
  border-bottom: 3px solid #c9ec81;
}
.nt h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #c9ec81;
  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);
}
.nt p a {
  background-image: url("./../../uploads/org/li_01.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: 76px;
}
.nt p .nt_list_topics a {
  right: 196px;
}
.nt p .rss a {
  top: 9px;
  right: 10px;
  width: 45px;
  height: 19px;
  background-image: url("./../../uploads/org/rss.gif");
  color: #fff;
  padding-left: 16px;
  background-position: left 1px;
  background-repeat: no-repeat;
  line-height: 120%;
  text-decoration: none;
}

.new-posts {
  height: 274px;
  overflow-y: scroll;
  /*background-color: #d3d1c0;*/
  padding: 15px 5px;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -24px;
  font-size: 0.95em;
  border-radius: 0 0 10px 10px;
}
.new-posts dt {
  position: relative;
  display: block;
  padding: 2px 0 3px 42px;
  width: 245px;
  /*background: #fafafa;*/
  box-sizing: border-box;
  margin: 0;
  background-image: url("./../../uploads/org/li_04.png");
  background-repeat: no-repeat;
  background-position: 18px center;
}
.new-posts dt .new-mark {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0px;
  margin: 0;
  padding: 5px 0 1px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 0.8em;
  background: #fca063;
  border-radius: 2px 0 0 0;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.29);
}
.new-posts dt .new-mark:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 40px;
  border: none;
  border-bottom: solid 6px #ad7149;
  border-right: solid 5px transparent;
}
.new-posts dt .new-mark:after {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fca063;
}
.new-posts dt .nt_tug11,
.new-posts dt .nt_tug10 {
  font-size: 0.75em;
  padding: 3px 5px;
  margin-left: 10px;
  position: absolute;
  top: 2px;
  left: 162px;
  border-radius: 5px;
  background-color: #fff;
}
.new-posts dt .nt_tug11 {
  border: 1px solid #fc7b7b;
  color: #fff;
  background-color: #ED6D74;
}
.new-posts dt .nt_tug10 {
  border: 1px solid #4f9253;
  color: #fff;
  background-color: rgb(108, 197, 108);
}
.new-posts dd {
  margin-bottom: 0px;
  border-bottom: 1px dotted #999;
  padding-bottom: 3px;
  /*padding-left: 44px;*/
  margin-left: 240px;
  /*background-color: #c9ec81;*/
  position: relative;
  top: -26px;
}
.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 #c9ec81;
  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: 6px !important;
}
.top_j_bnr img {
  outline: 1px solid #bfc1c2;
  outline-offset: 2px;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 345px !important;
  height: 70px !important;
}
.top_j_bnr h2 {
  font-size: 1.2em;
  border: none;
  position: relative;
  top: -7px;
  background: rgba(201, 236, 129, 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 #c9ec81;
}
.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: #c9ec81;
  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);
}
.top_j_bnr .dam_data {
  /*background-color: #fbfdd8;*/
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -7px;
  padding: 1em 1em 5px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
}
.top_j_bnr .dam_data img {
  border-radius: 0;
  outline: none;
  outline-offset: 0px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_j_bnr .dam_data p {
  margin: 0;
  padding: 0;
}

/*ピックアップコンテンツ*/
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-category {
  /*display: none;*/
}
.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;
  /*&:nth-child(2){
      position: absolute;
      left:284px;
      top:2.0em;
  }
  &:nth-child(3){
      position: absolute;
      left:484px;
      top:2.0em;
  }*/
}
.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;
}
.vk_post .vk_post_excerpt {
  /*background-color: #65a835;*/
  /*position:absolute;
  top: 100px;
  left: 134px;*/
}

.category-topics .vk_post_taxonomy_terms a {
  border: 1px solid #65a835;
  background-color: #6CC56C;
}

.category-press .vk_post_taxonomy_terms a {
  border: 1px solid #DD3333;
  background-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;
}
.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 {
  width: 140px;
  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 .new {
  background-color: #DD3333;
  color: #fff;
  position: relative;
  left: -40px;
}
.col-12 .event_articles dl dd.new {
  /*background-color: #DD3333;*/
  width: 60px;
  padding: 2px 5px;
  text-align: center;
  float: left;
  color: #DD3333;
  font-weight: bold;
}
.col-12 .event_articles dl dd.main_articles {
  margin-left: 60px;
  margin-bottom: 50px;
}
.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: #c9ec81;
  font-size: 0.9em;
  border: 1px solid #c9ec81;
}
.col-12 .event_articles p.btn_detail a:hover {
  background-color: #f9fac7;
}

.new {
  animation: blinking 1.6s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.tug_r01-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r02-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r03-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r04-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r05-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r06-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r07-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r08-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r09-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r10-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r11-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r12-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r13-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r14-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r15-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r16-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r17-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r18-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r19-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r20-topics {
  background-color: #6cc56c;
  border: 1px solid #6CC56C;
}

a.tug_r01-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r02-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r03-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r04-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r05-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r06-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r07-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r08-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r09-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r10-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r11-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r12-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r13-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r14-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r15-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r16-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r17-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r18-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r19-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

a.tug_r20-press {
  background-color: #ed6d74;
  border: 1px solid #ed6d74;
}

#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("./../midori/_g3/inc/vk-mobile-nav/package/images/vk-menu-acc-icon-open-black.svg");
}

.vk-mobile-nav-menu-btn {
  background-image: url("./../midori/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-black.svg");
}

.vk-mobile-nav-menu-btn.menu-open,
.vk-menu-acc .acc-btn-close {
  background-image: url("./../midori/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-black.svg");
}

/* スマホのトップへ戻る矢印 */
.page_top_btn {
  background-image: url("./../../plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg");
}

/*スマホメニューの背景色*/
.vk-mobile-nav {
  background-color: #c9ec81;
}

/* トップページ関連 */
.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) {
  .global-nav-list {
    justify-content: center;
    width: 87%;
    /*background-color: #ed254d;*/
    margin: 0 auto !important;
    border-left: none;
  }
  .global-nav-list li a {
    padding: 8px 30px !important;
  }
  .main-section--col--two {
    width: 72% !important;
  }
  .sub-section,
  .sub-section--col--two {
    width: calc(28% - 1em);
  }
  .new-posts {
    /*height:205px;*/
    height: 22vw;
  }
  .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 a img {
    margin-left: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-header-right {
    width: 360px !important;
    background-image: none !important;
  }
  .site-header-right #shr_02 {
    /*background-color: #ad7149;*/
    width: 360px !important;
  }
  .site-header-right #shr_02 .search {
    width: 99% !important;
    /*background-color: #4573bf;*/
  }
  .site-header-right #shr_02 .search input[type=text] {
    width: 74% !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;
  }
  .new-posts {
    /*height:166px;*/
    height: 23vw;
  }
  .new-posts .nt_tug11,
  .new-posts .nt_tug10 {
    top: 0px !important;
    left: 148px !important;
  }
  .new-posts dd {
    margin-left: 218px;
    top: -22px;
  }
  /* 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 {
    /*background-color: darkkhaki;*/
  }
  .top_j_bnr h2 {
    text-align: center;
  }
  .top_j_bnr .dam_data {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .top_j_bnr figure img {
    /*width: 50% !important;*/
  }
}
/* タブレット02(780px以下)-----------w690 */
@media only screen and (max-width: 781px) {
  /*@media only screen and (max-width:761px) {*/
  .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;
  }
  #site-header #header .site-header-right {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    /*background-color: #8342d7 !important;*/
  }
  #site-header #header .site-header-right #shr_02 {
    float: none !important;
    margin: 0 auto !important;
  }
  .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 */
  }
  .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;
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #7ba8f0;*/
    flex-wrap: nowrap !important;
    gap: 14px;
  }
}
/* スマホ(989px以下)-----------w690 */
@media only screen and (max-width: 574px) {
  .sp {
    display: none;
  }
  .site-header-right #shr_02 {
    /*background-color: #ed254d;*/
    width: 86% !important;
  }
  .site-header-right #shr_02 .useset {
    /*background-color: #fca063 !important;*/
    width: 100%;
    /*float: none !important;
    margin: 0 auto !important;*/
  }
  .site-header-right #shr_02 .useset li ul li a {
    margin: 0 1px !important;
  }
  .site-header-right #shr_02 .useset .bg_color {
    margin-left: 0px !important;
  }
  .site-header-right #shr_02 .search {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    /*background-color: #4573bf !important;*/
  }
  .site-header-right #shr_02 .search input[type=text] {
    width: 70% !important;
  }
  .site-header-right #shr_02 .search input[type=submit] {
    padding: 1px 10px 0px !important;
  }
  .swiper-slide img {
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nt h2 {
    font-size: 1em !important;
    /*color: #DD3333;*/
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 10px 10px 0px 0;
    margin-left: 0px;
  }
  .nt p a {
    padding-left: 14px;
    position: absolute;
    top: 4px;
    font-size: 0.9em;
  }
  .nt p .nt_list_press a {
    right: 20px;
    top: 22px;
  }
  .nt p .nt_list_topics a {
    right: 20px;
  }
  .nt p .rss a {
    display: none;
  }
  .new-posts {
    height: 80vw;
    /*background-color: #C9EC81;*/
  }
  .new-posts dd {
    margin-left: 44px !important;
    top: 0 !important;
    margin-bottom: 10px;
  }
  .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 #f_add {
    background-image: none;
  }
  .top_j_bnr {
    clear: both;
    padding-top: 40px;
  }
  .top_j_bnr figure img {
    width: 50% !important;
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #7ba8f0;*/
    /*display: flex !important;
    gap: 14px;*/
    width: 100% !important;
    background-color: chartreuse;
  }
  .pu_cont_list .is-layout-flow {
    width: 41vw !important;
    float: left;
    margin-left: 3vw;
  }
  .pu_cont_list figure img {
    outline-offset: 2px;
  }
}/*# sourceMappingURL=style.css.map */